[
https://jira.jboss.org/browse/JBIDE-6297?page=com.atlassian.jira.plugin.s...
]
Max Rydahl Andersen commented on JBIDE-6297:
--------------------------------------------
Scott, are you suggesting we move to use only the batch scripts for both startup and
shutdown ?
I would actually like to do that but everytime we've tried we have bumped into the
problems that we can't grab the console output of the javavm being launched by the
scripts, problems with having eclipse debugger connect, the scripts have different
behavior on various platforms and some set flags others don't which is why using the
JMX and "raw" java vm access isolate us from all that stuff.
Of course that also opens us up for disconnects between what goes on in those scripts -
but shouldn't those script be really really dumb and not really have any setup to be
portable ?
Also it would be really great if we could avoid having to use any client jars at all since
we can't easily guarantee that users have the right matching binary version that is
running remote - of course we can just tell users to have that but it would be extremely
useful if all of this did not requrie any binary coupling.
What do you think ? What are our options ?
Can't stop or restart JBoss AS 6.0.0.M3
---------------------------------------
Key: JBIDE-6297
URL:
https://jira.jboss.org/browse/JBIDE-6297
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.1.0.GA
Environment: Windows Vista 32bit, Java 1.6.0_20
Reporter: Andreas Eigenmann
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.1.2, 3.2.next
Attachments: 6297_1.patch
Stopping or Restarting a JBoss AS 6.0.0.M3 instance in the Servers View throws:
Exception in thread "main" java.net.MalformedURLException: Service URL must
start with service:jmx:
at javax.management.remote.JMXServiceURL.<init>(JMXServiceURL.java:143)
at org.jboss.Shutdown.main(Shutdown.java:235)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira