File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes incorrect security provider WAS 6.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "incorrect security provider WAS 6.0" Watch "incorrect security provider WAS 6.0" New topic
Author

incorrect security provider WAS 6.0

Yasir Qureshi
Greenhorn

Joined: Apr 26, 2006
Posts: 24
I am working on migrating an application from WAS5.0 to WAS6.0, I get exception as server tries to load incorrect security provider, server loads SUN's implementation of service provider and throws ClassNotFoundException (com.sun.net.ssl.internal.ssl.Provider), however it should just load the IBM provided security provider from ibmjsse.jar which I placed under the lib/ext folder. I have this entry in java.security file:

security.provider.1=com.ibm.jsse.IBMJSEEProvider

Thanks,
Yasir.
Tiago Farias
Greenhorn

Joined: Nov 06, 2008
Posts: 17
Hello! I´m trapped with the exactly same problem! Well, the App starts but when I try to log on (SSL connection), I get a ClassNotFoundException: com.sun.net.ssl.internal.ssl.Provider. And it is odd because the WAS java.security has IBMJSSEProvider as the first priority! Doesn´t even have the Sun JSSEProvider on the priority list.

Please folks! Any help appreciated =]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: incorrect security provider WAS 6.0
 
Similar Threads
spring security and https
Communication error while calling EJB from WAS
Call a Servlet from JSP
Can't connect to the deployment manager through wsadmin tool
is EJBServer means operating system?