Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Can't get suspend=y working when remote debugging Tomcat 7

$
0
0

I can successfully step-through debug tomcat but when I attempt to run it with the suspend=y option, so I can catch the parts the happen right at startup, it doesn't work. I get the following error message:

 

Error running Tomcat:

Unable to connect to the devserver:8380

 

The app runs on port http port 8380. I've tried using the debug address, 4458, and that doesn't work either.

 

Can anyone tell me what I might be doing wrong?

 

I'm running java version "1.7.0_25"

Java(TM) SE Runtime Environment (build 1.7.0_25-b15)

Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)

 

Tomcat: apache-tomcat-7.0.47

 

IntelliJ: 12.1.6

 

OSX: 10.8.5

 

Here's the java command issued to start tomcat:

 

/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home//bin/java -Djava.util.logging.config.file=/Users/myusername/work/myclient/matching/tomcat-dest/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xms1024m -Xmx1024m -Duser.timezone=America/Los_Angeles -Djava.net.preferIPv4Stack=true -verbose -agentlib:jdwp=transport=dt_socket,address=4458,suspend=y,server=y,timeout=10000 -javaagent:/Users/myusername/Library/Caches/IntelliJIdea12/groovyHotSwap/gragent.jar -Djava.endorsed.dirs=/Users/myusername/work/myclient/matching/tomcat-dest/endorsed -classpath /Users/myusername/work/myclient/matching/tomcat-dest/bin/bootstrap.jar:/Users/myusername/work/myclient/matching/tomcat-dest/bin/tomcat-juli.jar -Dcatalina.base=/Users/myusername/work/myclient/matching/tomcat-dest -Dcatalina.home=/Users/myusername/work/myclient/matching/tomcat-dest -Djava.io.tmpdir=/Users/myusername/work/myclient/matching/tomcat-dest/temp org.apache.catalina.startup.Bootstrap start


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>