Peter Cadman created AS7-4948:
---------------------------------
Summary: Error: Missing configuration value for: jboss.home.dir when starting
standalone server using module path in windows
Key: AS7-4948
URL:
https://issues.jboss.org/browse/AS7-4948
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.1.1.Final
Environment: Windows 7
jdk1.6.0_30
Reporter: Peter Cadman
Assignee: Alexey Loubyansky
When running
java -jar jboss-modules.jar -mp "%JBOSS_HOME%\modules" org.jboss.as.standalone
The exception
java.lang.IllegalStateException: JBAS015816: Missing configuration value for:
jboss.home.dir
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:325)
at org.jboss.as.server.Main.determineEnvironment(Main.java:242)
at org.jboss.as.server.Main.main(Main.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.modules.Module.run(Module.java:260)
at org.jboss.modules.Main.main(Main.java:291
--
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