[
https://issues.jboss.org/browse/JBIDE-11824?page=com.atlassian.jira.plugi...
]
Rob Stryker resolved JBIDE-11824.
---------------------------------
Resolution: Done
I am fairly convinced this is fixed in trunk, but not 100% certain. I have a rse-based
as7.1 server in an otherwise empty workspace. If I run with b3 plugins, i see the =null
written. If I run with trunk plugins, I see it properly defaulting to standalone.xml.
I can't be 100% certain, but as far as I can see, this seems correct?
Remote AS7 cannot start - server-config set to null
---------------------------------------------------
Key: JBIDE-11824
URL:
https://issues.jboss.org/browse/JBIDE-11824
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.Beta3
Environment: JBT 3.3.0.Beta3 (H152)
Reporter: Martin Malina
Assignee: Rob Stryker
Priority: Blocker
Fix For: 3.3.0.CR1
When you set up a RSE server for AS7/AS7.1 runtime, it starts with --server-config=null
which breaks the launch.
This is seen in the boot.log of the remote server:
{code}
10:01:22,567 INFO [org.jboss.modules] JBoss Modules version 1.0.2.GA
10:01:22,874 ERROR [stderr] java.lang.IllegalArgumentException: Neither
/home/rasp/jbossqa/runtimes/jboss-as-7.0.2.Final/standalone/configuration/null nor /null
exist
10:01:22,875 ERROR [stderr] at
org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:145)
10:01:22,875 ERROR [stderr] at
org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:88)
10:01:22,876 ERROR [stderr] at
org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:287)
10:01:22,876 ERROR [stderr] at
org.jboss.as.server.Main.determineEnvironment(Main.java:219)
10:01:22,876 ERROR [stderr] at org.jboss.as.server.Main.main(Main.java:98)
10:01:22,876 ERROR [stderr] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
10:01:22,877 ERROR [stderr] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
10:01:22,877 ERROR [stderr] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:01:22,877 ERROR [stderr] at java.lang.reflect.Method.invoke(Method.java:616)
10:01:22,877 ERROR [stderr] at org.jboss.modules.Module.run(Module.java:272)
10:01:22,878 ERROR [stderr] at org.jboss.modules.Main.main(Main.java:313)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira