I found such problem.
System - AIX 5.3 with installed ibm jdk 1.5 .
I'm trying to implement CI of selenese task. But when firefox starts such exception in thrown
[selenese] 09:30:55.369 WARN - EXCEPTION
[selenese] java.security.NoSuchAlgorithmException: SunX509 KeyManagerFactory not available
[selenese] at sun.security.jca.GetInstance.getInstance(GetInstance.java:158)
[selenese] at javax.net.ssl.KeyManagerFactory.getInstance(KeyManagerFactory.java:20)
[selenese] at org.mortbay.http.SslListener.createFactory(SslListener.java:259)
[selenese] at org.mortbay.http.SslListener.newServerSocket(SslListener.java:283)
[selenese] at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)
[selenese] at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)
[selenese] at org.mortbay.http.SocketListener.start(SocketListener.java:203)
[selenese] at org.openqa.selenium.server.ProxyHandler.getSslRelayOrCreateNew(ProxyHandler.java:596)
[selenese] at org.openqa.selenium.server.ProxyHandler.handleConnect(ProxyHandler.java:534)
[selenese] at org.openqa.selenium.server.ProxyHandler.handle(ProxyHandler.java:239)
[selenese] at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
[selenese] at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
[selenese] at org.mortbay.http.HttpServer.service(HttpServer.java:909)
[selenese] at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
[selenese] at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
[selenese] at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
[selenese] at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
[selenese] at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
[selenese] at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
[selenese] 09:30:55.394 WARN - Failed to start: ProxyHandler$SslRelay1@0.0.0.0:0
Selenium server starts it's proxy and then follows this exception. How can I solve this problem, if there are no jdk for powerPC architecture by Sun ?