Opened 8 years ago

Last modified 7 years ago

#238 new defect

Commonist can not log in

Reported by: batchheizer Owned by:
Priority: Feedback Pending Milestone: Enhanced
Component: general Version: 1.6.0 Build 27 GA5
Severity: medium Keywords:
Cc:

Description

the commonist is a simple upload client for mediawiki sites

http://neonstau.de/commonist/commonist-1.3.0.zip

I cannot login into any wiki-site:

A few months ago all worked well.

Output:

        at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustMan
agerImpl.java:270)
        at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.
java:1144)
        at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.jav
a:154)
        at sun.security.ssl.Handshaker.processLoop(Handshaker.java:609)
        at sun.security.ssl.Handshaker.process_record(Handshaker.java:545)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:978)
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.
java:1223)
        at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1250
)
        ... 20 more
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors pa
rameter 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)
        ... 31 more

See also attached file.

Any Idea?

Attachments (1)

Eingefangen001.png (3.9 KB) - added by batchheizer 8 years ago.
Errormessage from commonist

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by batchheizer

Attachment: Eingefangen001.png added

Errormessage from commonist

comment:1 Changed 7 years ago by Silvan Scherrer

I bet this is due to missing cacerts in OPENJDK/lib/security directory. Please copy your /@unixroot/etc/pki/java/cacerts file to the OPENJDK/lib/security directory and try again.

comment:2 Changed 7 years ago by Silvan Scherrer

Priority: majorFeedback Pending

any news?

Note: See TracTickets for help on using tickets.