Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Polish users » Getting java.net.SocketException: SSL implementation not available(Facing problem while trying to connect to app server using SSL (https))
icon4.gif  Getting java.net.SocketException: SSL implementation not available [message #1697482] Thu, 04 June 2015 09:56 Go to next message
Mahidhar Raju Jalumuru is currently offline Mahidhar Raju JalumuruFriend
Messages: 2
Registered: June 2015
Junior Member
HI All,

I am working on a EMF based plugin development environment. in that i am trying to deploy my cartridge in an SSL based environment. i am getting below error while getting the connection to the server.


keyStore is :
keyStore type is : jks
init keystore
init keymanager of type SunX509
default context init failed: java.security.PrivilegedActionException: java.security.NoSuchAlgorithmException: Class sun.security.ssl.KeyManagerFactoryImpl$SunX509 configured for KeyManagerFactory not a KeyManagerFactory

followed by

java.io.IOException: ; nested exception is:
java.net.SocketException: SSL implementation not available
at com.mslv.studio.cartridge.management.StudioCartridgeManager.testConnection(StudioCartridgeManager.java:383)
at com.mslv.studio.entities.environment.StudioEnvironmentModel.testConnection(StudioEnvironmentModel.java:831)
at com.mslv.studio.entities.environment.view.StudioEnvironmentSelectionView$TestConnectionRunnable.run(StudioEnvironmentSelectionView.java:390)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: SSL implementation not available
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.oracle.xmlns.communications.sce.cartridgemanagement.ws.CartridgeManagementWebServicePortBindingStub.getCartridgeList(CartridgeManagementWebServicePortBindingStub.java:916)
at oracle.communications.platform.cartridgemanagement.client.core.CartridgeDeployer.getCartridges(CartridgeDeployer.java:362)
at oracle.communications.platform.cartridgemanagement.client.core.CartridgeDeployer.getCartridges(CartridgeDeployer.java:314)
at com.mslv.studio.cartridge.management.StudioCartridgeManager.testConnection(StudioCartridgeManager.java:369)
... 3 more
Caused by: java.net.SocketException: SSL implementation not available
at javax.net.ssl.DefaultSSLSocketFactory.createSocket(DashoA12275)
at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:92)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
... 16 more


i am using

Eclipse SDK
-------------------------------------------------------
Version: Luna SR1 (4.4.1)
Build id: M20140925-0400

Java Runtime
-------------------------------------------------------
jre1.7.0_55

this problem i am facing only when i use eclipse for deployment. we have a seperate tool which also did the same, with that we are not getting this error.

Thanks in advance,
Mahidhar Raju J

Re: Getting java.net.SocketException: SSL implementation not available [message #1697505 is a reply to message #1697482] Thu, 04 June 2015 13:18 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
You've posted this in the wrong group - this forum is for Polish-speaking users of Eclipse.
Please find the appropriate forum from the Forums Home page and then use the "Request a Move" link on your message.
Previous Topic:Problem z parseFloat w pętli
Next Topic:zmiana guzika
Goto Forum:
  


Current Time: Fri Apr 26 16:09:58 GMT 2024

Powered by FUDForum. Page generated in 0.03113 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top