Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Weblogic Connection Issues using SSL & Admin Port(Issues connecting to WebLogic admin port 9002 with SSL enabled)
Weblogic Connection Issues using SSL & Admin Port [message #1797245] Mon, 29 October 2018 02:28
Eclipse UserFriend
I am using eclipse 4.6.3 version with Java 1.8 64-bit.

We have a configuration management tool that internally uses Eclipse 4.6.3.

When attempting to connect to WebLogic 12.2.1 using JMX calls and passing parameters - t3s protocol, weblogic username, password, host, port, enabled SSL etc, the connection is unsuccessful.

Getting the following error messages in eclipse -
com.ibm.ecm.configmgr.engine.ConfigurationManagerException: Connection error: Couldn't resolve initial reference: NameService

Root exception:
java.net.MalformedURLException: no protocol: update@../CPE552Wrkspc/com.ibm.ecm.configmgr.utils.weblogic/
at java.net.URL.<init>(URL.java:605)
at java.net.URL.<init>(URL.java:502)
at java.net.URL.<init>(URL.java:451)
at org.eclipse.osgi.storage.Storage.createURL(Storage.java:483)
at org.eclipse.osgi.storage.Storage.getContentConnection(Storage.java:463)
at org.eclipse.osgi.storage.Storage.getContentConnection(Storage.java:435)
at org.eclipse.osgi.internal.framework.EquinoxBundle.update(EquinoxBundle.java:429)
at org.eclipse.osgi.internal.framework.EquinoxBundle.update(EquinoxBundle.java:438)
at com.ibm.ecm.configmgr.engine.jmx.JMXInvoker.activateJMXBundle(JMXInvoker.java:104)
at com.ibm.ecm.configmgr.engine.jmx.JMXInvoker.invokeConnectMethodAndMethods(JMXInvoker.java:177)
at com.ibm.ecm.configmgr.engine.jmx.JMXInvoker.invokeConnectMethodAndMethod(JMXInvoker.java:142)


Though able to connect to weblogic using - t3 protocol, weblogic credentials, host , default soap port and without SSL enabled.


Can anybody suggest if any issues in setting the required library or some other issues?
It would be very much helpful.
Thank You
Previous Topic:Unable to run nodejs from eclipse plugin using J2V8
Next Topic:Solution to sign plugin jar with less cost
Goto Forum:
  


Current Time: Sun Jul 06 07:32:07 EDT 2025

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

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

Back to the top