Can't Connect to weblogic for debug Follow
Weblogic 10.3
Platform is Linux (Fedora)
Tried both IntelliJ versions 9 and 8.
What is the proceedure for making this work? I can't seem to get it operational.The port does seem to be open, see below:
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
***************************************************
starting weblogic with Java version:
Listening for transport dt_socket at address: 8453
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode)
Starting WLS with line:
/opt/jdks/jdk1.6.0_20/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/home/jim/bea/wlserver_10.3 -Dwls.home=/home/jim/bea/wlserver_10.3/server -Dweblogic.home=/home/jim/bea/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/jim/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/home/jim/bea/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=/home/jim/bea/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
Listening for transport dt_socket at address: 8453
[jim@hqcollingsj02 bin 1003$ lsof -i | grep 8453
java 26367 jim 4u IPv4 4621840 0t0 TCP *:8453 (LISTEN)
Please sign in to leave a comment.
So.... here I am answering my own question. Ironic? Yep.
Where it says "Server" in the setup it really means Weblogic server instance which is "AdminServer" by default rather than your ip or dns name.