[Bug 270] New: GoogleVideoUploader fails when using OpenJDK
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Dec 4 04:44:04 PST 2008
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=270
Summary: GoogleVideoUploader fails when using OpenJDK
Product: IcedTea
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: IcedTea
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: gst at sysfrog.org
When using the GoogleVideoUploader to upload videos to video.google.com, an SSL
exception is thrown.
The video uploader is available at:
http://www.google.com/video/upload/GoogleVideoUploader.jar
To reproduce this problem use the "Login" button and login with a valid Google
username/password. This works fine with the JRE provided by Sun, the error only
occurs in OpenJDK6.
My Java version is:
java version "1.6.0_0"
IcedTea6 1.3.1 Runtime Environment (build 1.6.0_0-b12)
OpenJDK 64-Bit Server VM (build 1.6.0_0-b12, mixed mode)
(from the ArchLinux package openjdk6 1.3.1-2)
[gst at nano ~]$ java -jar GoogleVideoUploader.jar
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter
must be non-empty
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1574)
at
sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1557)
at
sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1483)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:83)
at com.google.uploader.StreamWriter.write(StreamWriter.java:28)
at com.google.uploader.StreamWriter.print(StreamWriter.java:66)
at com.google.uploader.StreamWriter.print(StreamWriter.java:49)
at com.google.uploader.Connection.send(Connection.java:56)
at com.google.uploader.Protocol.sendLogin(Protocol.java:385)
at com.google.uploader.Protocol.doLogin(Protocol.java:335)
at com.google.uploader.CommThread.doLogin(CommThread.java:121)
at com.google.uploader.CommThread.access$000(CommThread.java:24)
at com.google.uploader.CommThread$1.run(CommThread.java:87)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter
must be non-empty
at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:75)
at sun.security.validator.Validator.getInstance(Validator.java:178)
at
sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:129)
at
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:225)
at
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:270)
at
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:973)
at
sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:142)
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:533)
at sun.security.ssl.Handshaker.process_record(Handshaker.java:471)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:904)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1116)
at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:643)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:78)
... 10 more
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors
parameter must be non-empty
at
java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
at java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120)
at
java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:104)
at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:73)
... 22 more
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list