[jboss-jira] [JBoss JIRA] Reopened: (AS7-1040) domain.sh -domain-config parameter cannot accept an absolute path

jaikiran pai (JIRA) jira-events at lists.jboss.org
Wed Jun 22 03:56:24 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai reopened AS7-1040:
-------------------------------



I'm reopening this one, since I can reproduce this against the current AS7 upstream with the following command:

{code}
jpai at jpai-laptop:bin$ ./domain.sh -domain-config ../domain/configuration/mydomain.xml 
{code}

This fails with

{code}
[Host Controller] java.lang.IllegalArgumentException: Neither /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/domain/configuration/../domain/configuration/mydomain.xml nor /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/../domain/configuration/mydomain.xml exist
[Host Controller] 	at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:145)
[Host Controller] 	at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:88)
[Host Controller] 	at org.jboss.as.host.controller.HostControllerEnvironment.<init>(HostControllerEnvironment.java:203)
[Host Controller] 	at org.jboss.as.host.controller.Main.determineEnvironment(Main.java:286)
[Host Controller] 	at org.jboss.as.host.controller.Main.boot(Main.java:130)
[Host Controller] 	at org.jboss.as.host.controller.Main.create(Main.java:124)
[Host Controller] 	at org.jboss.as.host.controller.Main.main(Main.java:113)
[Host Controller] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Host Controller] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Host Controller] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Host Controller] 	at java.lang.reflect.Method.invoke(Method.java:597)
[Host Controller] 	at org.jboss.modules.Module.run(Module.java:270)
[Host Controller] 	at org.jboss.modules.Main.main(Main.java:313)
[Host Controller] 13:19:36,921 ERROR [stderr] (main) java.lang.IllegalArgumentException: Neither /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/domain/configuration/../domain/configuration/mydomain.xml nor /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/../domain/configuration/mydomain.xml exist
[Host Controller] 13:19:36,921 ERROR [stderr] (main) 	at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:145)
[Host Controller] 13:19:36,921 ERROR [stderr] (main) 	at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:88)
[Host Controller] 13:19:36,922 ERROR [stderr] (main) 	at org.jboss.as.host.controller.HostControllerEnvironment.<init>(HostControllerEnvironment.java:203)
[Host Controller] 13:19:36,922 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.determineEnvironment(Main.java:286)
[Host Controller] 13:19:36,922 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.boot(Main.java:130)
[Host Controller] 13:19:36,922 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.create(Main.java:124)
[Host Controller] 13:19:36,923 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.main(Main.java:113)
[Host Controller] 13:19:36,923 ERROR [stderr] (main) 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Host Controller] 13:19:36,923 ERROR [stderr] (main) 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Host Controller] 13:19:36,923 ERROR [stderr] (main) 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Host Controller] 13:19:36,924 ERROR [stderr] (main) 	at java.lang.reflect.Method.invoke(Method.java:597)
[Host Controller] 13:19:36,924 ERROR [stderr] (main) 	at org.jboss.modules.Module.run(Module.java:270)
[Host Controller] 13:19:36,924 ERROR [stderr] (main) 	at org.jboss.modules.Main.main(Main.java:313)
13:19:36,951 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:36,953 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
[Host Controller] 13:19:37,275 INFO  [org.jboss.modules] (main) JBoss Modules version 1.0.0.CR3
[Host Controller] java.lang.IllegalArgumentException: Neither /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/domain/configuration/../domain/configuration/mydomain.xml nor /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/../domain/configuration/mydomain.xml exist
[Host Controller] 	at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:145)
[Host Controller] 	at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:88)
[Host Controller] 	at org.jboss.as.host.controller.HostControllerEnvironment.<init>(HostControllerEnvironment.java:203)
[Host Controller] 	at org.jboss.as.host.controller.Main.determineEnvironment(Main.java:286)
[Host Controller] 	at org.jboss.as.host.controller.Main.boot(Main.java:130)
[Host Controller] 	at org.jboss.as.host.controller.Main.create(Main.java:124)
[Host Controller] 	at org.jboss.as.host.controller.Main.main(Main.java:113)
[Host Controller] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Host Controller] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Host Controller] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Host Controller] 	at java.lang.reflect.Method.invoke(Method.java:597)
[Host Controller] 	at org.jboss.modules.Module.run(Module.java:270)
[Host Controller] 	at org.jboss.modules.Main.main(Main.java:313)
[Host Controller] 13:19:37,496 ERROR [stderr] (main) java.lang.IllegalArgumentException: Neither /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/domain/configuration/../domain/configuration/mydomain.xml nor /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/../domain/configuration/mydomain.xml exist
[Host Controller] 13:19:37,496 ERROR [stderr] (main) 	at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:145)
[Host Controller] 13:19:37,496 ERROR [stderr] (main) 	at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:88)
[Host Controller] 13:19:37,497 ERROR [stderr] (main) 	at org.jboss.as.host.controller.HostControllerEnvironment.<init>(HostControllerEnvironment.java:203)
[Host Controller] 13:19:37,497 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.determineEnvironment(Main.java:286)
[Host Controller] 13:19:37,497 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.boot(Main.java:130)
[Host Controller] 13:19:37,497 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.create(Main.java:124)
[Host Controller] 13:19:37,498 ERROR [stderr] (main) 	at org.jboss.as.host.controller.Main.main(Main.java:113)
[Host Controller] 13:19:37,498 ERROR [stderr] (main) 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Host Controller] 13:19:37,498 ERROR [stderr] (main) 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Host Controller] 13:19:37,498 ERROR [stderr] (main) 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Host Controller] 13:19:37,499 ERROR [stderr] (main) 	at java.lang.reflect.Method.invoke(Method.java:597)
[Host Controller] 13:19:37,502 ERROR [stderr] (main) 	at org.jboss.modules.Module.run(Module.java:270)
[Host Controller] 13:19:37,503 ERROR [stderr] (main) 	at org.jboss.modules.Main.main(Main.java:313)
13:19:37,526 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:37,526 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
[Host Controller] 13:19:37,845 INFO  [org.jboss.modules] (main) JBoss Modules version 1.0.0.CR3
[Host Controller] java.lang.IllegalArgumentException: Neither /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/domain/configuration/../domain/configuration/mydomain.xml nor /NotBackedUp/jpai/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/../domain/configuration/mydomain.xml exist
[Host Controller] 	at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:145)
[Host Controller] 	at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:88)
[Host Controller] 	at org.jboss.as.host.controller.HostControllerEnvironment.<init>(HostControllerEnvironment.java:203)
[Host Controller] 	at org.jboss.as.host.controller.Main.determineEnvironment(Main.java:286)
[Host Controller] 	at org.jboss.as.host.controller.Main.boot(Main.java:130)
[Host Controller] 	at org.jboss.as.host.controller.Main.create(Main.java:124)
[Host Controller] 	at org.jboss.as.host.controller.Main.main(Main.java:113)
[Host Controller] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Host Controller] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Host Controller] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Host Controller] 	at java.lang.reflect.Method.invoke(Method.java:597)
[Host Controller] 	at org.jboss.modules.Module.run(Module.java:270)
[Host Controller] 	at org.jboss.modules.Main.main(Main.java:313)
{code}

Also more importantly, this also triggers an infinite retry attempts where the host controller is restarted:

{code}

13:19:36,372 INFO  [org.jboss.as.process.Host Controller.status] (main) Starting process 'Host Controller'
13:19:36,951 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:36,953 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:37,526 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:37,526 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:38,099 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:38,099 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:38,668 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:38,669 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:39,249 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:39,249 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:39,876 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:39,878 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:40,516 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:40,517 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:41,104 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:41,105 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:41,678 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:41,679 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:42,250 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:42,251 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:42,880 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:42,881 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:43,450 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:43,451 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:44,022 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:44,023 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:44,601 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:44,601 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:45,172 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:45,172 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:45,905 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:45,905 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:46,599 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:46,601 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:47,196 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:47,197 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:47,774 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:47,775 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:48,403 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:48,403 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:49,024 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:49,025 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:49,607 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:49,608 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:50,263 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:50,263 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:50,832 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:50,833 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:51,520 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:51,522 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:52,100 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:52,100 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:52,691 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:52,691 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:53,266 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:53,266 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:53,913 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:53,913 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:54,490 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:54,491 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:55,086 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:55,088 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:55,663 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:55,664 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:56,242 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:56,243 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:56,821 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:56,822 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:57,443 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:57,445 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:58,032 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:58,032 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:58,607 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:58,609 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:59,208 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:59,209 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:19:59,831 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:19:59,831 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:00,409 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:00,411 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:01,008 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:01,009 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:01,587 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:01,588 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:02,171 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:02,172 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:02,755 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:02,756 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:03,339 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:03,341 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:03,910 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:03,911 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:04,488 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:04,489 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:05,024 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:05,024 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:05,594 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:05,595 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:06,167 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:06,167 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:06,749 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:06,750 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:07,320 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:07,320 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:07,899 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:07,900 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:08,474 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:08,474 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:09,046 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:09,047 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:09,623 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:09,624 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:10,197 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:10,197 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:10,768 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:10,769 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:11,339 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:11,340 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:11,920 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:11,921 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:12,517 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:12,517 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:13,088 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:13,089 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:13,662 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:13,663 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:14,245 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:14,246 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:14,873 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:14,875 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:15,460 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:15,460 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:16,038 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:16,039 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:16,612 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:16,613 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:17,186 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:17,187 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:17,775 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:17,775 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:18,347 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:18,347 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:18,920 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:18,920 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:19,491 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:19,492 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:20,062 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:20,063 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:20,634 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:20,635 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:21,209 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:21,210 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:21,778 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:21,779 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:22,365 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:22,366 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:22,938 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:22,938 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:23,514 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:23,515 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:24,142 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:24,143 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:24,693 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:24,694 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:25,265 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:25,266 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:25,840 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:25,840 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:26,417 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:26,417 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:26,990 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:26,991 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:27,561 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:27,562 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:28,134 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:28,135 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:28,710 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:28,711 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:29,283 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:29,283 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:29,855 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:29,856 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:30,491 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:30,491 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
13:20:31,060 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Process 'Host Controller' finished with an exit status of 1
13:20:31,060 INFO  [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) Starting process 'Host Controller'
{code}

and it keeps failing with the same error.
 

> domain.sh -domain-config parameter cannot accept an absolute path
> -----------------------------------------------------------------
>
>                 Key: AS7-1040
>                 URL: https://issues.jboss.org/browse/AS7-1040
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Misty Stanley-Jones
>            Assignee: Brian Stansberry
>             Fix For: No Release
>
>
> The -domain-config paramter of domain.sh command can only accept a filename, not an absolute or relative path. This means that you have to copy your alternate config file into JBOSS_HOME/domain/configuration/ before using it. This behavior is inconsistent with the -server-config option of standalone.sh, which can take either an absolute path, relative path, or if just given a filename, assumes the file is in standalone/configuration/.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list