Running Debug in IntelliJ

LabKey Support Forum
Running Debug in IntelliJ bront  2013-08-01 14:25
Status: Closed
 
Josh,

I got LabKey to compile and run today on my Windows VM... but I am still running into an issue on the Mac.

I am getting the following error in the console:

/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:61906,suspend=y,server=n -Dcatalina.base=/Tomcat/Library -Dcatalina.home=/Tomcat/Library -Djava.io.tmpdir=/Tomcat/Library/temp -Ddevmode=true -ea -Dsun.io.useCanonCaches=false -Xmx1G -XX:MaxPermSize=512M -classpath /Tomcat/Library/bin/bootstrap.jar;/Tomcat/Library/bin/tomcat-juli.jar -javaagent:/Users/bront/Library/Caches/IntelliJIdea12/groovyHotSwap/gragent.jar -Dfile.encoding=UTF-8 org.apache.catalina.startup.Bootstrap start

Connected to the target VM, address: '127.0.0.1:61906', transport: 'socket'

Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

Disconnected from the target VM, address: '127.0.0.1:61906', transport: 'socket'


Thanks again for your help.

bront