I keep getting an error no matter what I try. The installation process stops after trying to start a the JBoss service, reporting:
"Unable to Install/Start Interwoven Jboss Application Server please click next to continue"
And here is a snippet from the log file:
2011-04-20 10:57:34,884 INFO com.interwoven.wcm.ir.service.install.RestartJbossWithDelay - Starting JBoss
2011-04-20 10:57:34,884 INFO com.interwoven.wcm.jboss.api.JBossServiceUtil - Starting Jboss service.
2011-04-20 10:57:34,884 INFO com.interwoven.wcm.jboss.api.JBossServiceUtil - Start of executeCommand for ::net start iwjbossd
2011-04-20 10:57:37,399 INFO com.interwoven.wcm.jboss.api.JBossServiceUtil - End of executeCommand
2011-04-20 10:57:37,399 ERROR com.interwoven.wcm.jboss.api.JBossServiceUtil - Fail to starts Jboss Service by executing command net start "Interwoven Jboss Application Server"
2011-04-20 10:57:37,399 ERROR com.interwoven.wcm.ir.service.install.RestartJbossWithDelay - Error occured while starting Application Container service.
2011-04-20 10:57:37,399 ERROR com.interwoven.wcm.install.framework.ia.Driver - Error occured while starting Application Container service.
com.interwoven.wcm.install.util.InstallException: Error occured while starting Application Container service.
at com.interwoven.wcm.ir.service.install.RestartJbossWithDelay.runTask(RestartJbossWithDelay.java:69)
at com.interwoven.wcm.install.api.CompositeTask.runTask(CompositeTask.java:134)
at com.interwoven.wcm.install.api.CompositeTask.runTask(CompositeTask.java:134)
at com.interwoven.wcm.install.framework.MultiComponentCompositeTask.runTask(MultiComponentCompositeTask.java:111)
at com.interwoven.wcm.install.framework.ia.Driver.install(Driver.java:430)
at com.zerog.ia.installer.actions.CustomAction.installSelf(DashoA10*..)
at ZeroGaei.run(DashoA10*..)
I tried to start the service manually in the Services Management Console, this returns an error:
"A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly."
I looked into this thread:
http://devnet.interwoven.com/forums_vb/showthread.php?t=33279, and have not had any luck with the approach outlined in it.
Interwoven support asked me to reduce Windows DEP, uninstall our previous TS (7.0.0) and to manually delete a few files. I have performed their proceedure and still there is no success upon installing 7.2.1. I can install 7.2.0 without any issues.
Currently, I am only trying to install the Application Container and the Foundation Libraries since this is the fastest and smallest footprint and this is where I get the problems. I don't see the point of filling out database information when the installer doesn't even get past the Application Container.
I also "Googled "System error 1067 has occurred jboss" and found this link:
http://community.jboss.org/thread/105401But the parameters supplied to JBossService.exe are the full paths and not system variables, so the solution there didn't apply.
I'm at a huge loss for what to do, I already have a support ticket open, but the more people who see this, hopefully the faster I can solve my problem.
Thanks for looking