Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » 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 #1697601] Fri, 05 June 2015 06:04
Eclipse UserFriend
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
Previous Topic:Problems with CSS with JavaFx
Next Topic:Why does Eclipse specify JRE rather than JDK
Goto Forum:
  


Current Time: Tue Apr 29 18:39:51 EDT 2025

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

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

Back to the top