[
https://jira.jboss.org/jira/browse/JBIDE-5582?page=com.atlassian.jira.plu...
]
Rob Stryker commented on JBIDE-5582:
------------------------------------
After checking the process commands from command line vs launch inside eclipse, I get the
following:
commandLine:
java -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m
-Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=36
00000 -Djava.net.preferIPv4Stack=true
-Djava.endorsed.dirs=/home/rob/apps/jboss/jboss-6.0.0.M1/lib/endorsed -classpath
/home/rob/apps/jboss/jboss-6.0.0.M1/bin/run.jar org.jboss.Main
eclipse:
/home/rob/apps/jdk1.6.0_14/bin/java -Dprogram.name=JBossTools: JBoss 6.0 Runtime -Xms256m
-Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true
-Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
-Djava.endorsed.dirs=/home/rob/apps/jboss/jboss-6.0.0.M1/lib/endorsed
-Dfile.encoding=UTF-8 -classpath /home/rob/apps/jboss/jboss-6.0.0.M1/bin/run.jar
org.jboss.Main --configuration=default -b localhost
Removing things that match up:
1) java command
2) memory stuff
3) program name
4) garbage collection
5) prefer ip 4 stack
6) endorsed DIRs
7) run.jar on the classpath
This only leaves a few things:
-Dorg.jboss.resolver.warning=true org.jboss.Main
vs
-Dfile.encoding=UTF-8 org.jboss.Main --configuration=default -b localhost
But I have no idea which could be causing this ridiculous endless error
Support for server runtime JBossAS 6.0
--------------------------------------
Key: JBIDE-5582
URL:
https://jira.jboss.org/jira/browse/JBIDE-5582
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
Fix For: 3.1.0.CR2, 3.2.next
JBossAS 6.0.0.M1 is available. It can be used in JBossTools via the 5.1 configuration.
However, it would be better to have a separate 6.0 configuration option.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira