File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes cannot find ssl license component for this weblogic platform Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "cannot find ssl license component for this weblogic platform" Watch "cannot find ssl license component for this weblogic platform" New topic
Author

cannot find ssl license component for this weblogic platform

Har Sri
Greenhorn

Joined: Dec 22, 2007
Posts: 7
When I am using SSL to invoke the webservice , I am getting the following exception,

java.lang.RuntimeException: Cannot find SSL license component for this Weblogic
Platform release
at com.bea.sslplus.WeblogicHandler.checkLicense(Unknown Source)
at com.certicom.net.ssl.SSLContext.<init>(Unknown Source)
at com.certicom.net.ssl.HttpsURLConnection.<init>(Unknown Source)
at weblogic.webservice.client.https.HttpsURLConnection.<init>(HttpsURLCo
nnection.java:68)
at weblogic.webservice.client.WLSSLAdapter.openConnection(WLSSLAdapter.j
ava:60)
at weblogic.webservice.wsdl.DefinitionFactory.createDefinition(Definitio
nFactory.java:110)
at weblogic.webservice.wsdl.WSDLParser.<init>(WSDLParser.java:50)
at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactor
y.java:109)
at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:94)
 
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: cannot find ssl license component for this weblogic platform
 
Similar Threads
Can't run client for Advice Application
install4j Exception error
java.util.ZipException
About JMS over SSL
Still need some help w/ IO and Data Conversion