quality@glassfish.java.net

Re: is there a log-file for the installer?

From: Wolfram Rittmeyer <w.rittmeyer_at_jsptutorial.org>
Date: Mon, 22 Sep 2008 20:04:31 +0200

Judy Tang wrote:
> Thanks Wolfram for testing the installer. I think you hit the
> following bug. You can try cancel it, then try to install
> again. If install still not work, then disable the updatetool, after
> install, run $INSTALL/bin/updatetool. Sorry about
> this glitch.


The description in the bug report does not really match. I do not get
notified about any updates (after all this is a fresh install).

In the log file that I've found meanwhile I find the following stack trace:

[#|2008-09-22T19:10:49.329+02:00|INFO|Install
Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unregistering
notifier process:\[Unregistering notifier process\]*\[{0} {1}\]|#]
[#|2008-09-22T19:10:49.340+02:00|INFO|Install
Engine|org.openinstaller.provider.conf.InstallationConfigurator||Exception
while unregistering notifier: Exception=EXECUTECMD_ERR
[
  at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
  at
org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
  at
org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
  at
org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
  at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
  at
org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
  at
org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
  at
org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
  at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
  at java.lang.Thread.run(Thread.java:613)
]
Caused By=java.io.IOException:
/opt/apps/glassfishv3-prelude/updatetool/bin/updatetoolconfig: not found
[
  at java.lang.UNIXProcess.forkAndExec(UNIXProcess.java:?)
  at java.lang.UNIXProcess.<init>(UNIXProcess.java:52)
  at java.lang.ProcessImpl.start(ProcessImpl.java:91)
  at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
  at java.lang.Runtime.exec(Runtime.java:591)
  at java.lang.Runtime.exec(Runtime.java:507)
  at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:423)
  at
org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
  at
org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
  at
org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
  at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
  at
org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
  at
org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
  at
org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
  at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
  at java.lang.Thread.run(Thread.java:613)
]
 
Context-Items=[[method=org.openinstaller.util.ExecuteCommand.execute(),
operation=EXECUTECMD_ERR,
command=[/opt/apps/glassfishv3-prelude/updatetool/bin/updatetoolconfig,
--unregister]]]:\[Exception while unregistering notifier:
Exception=EXECUTECMD_ERR
\[

 From the bug reports (GF issue tracker and UC issue tracker) I cannot
guess whether this is really the same issue. Anyway for now I continue
to use the zip file on the Mac.

--
Wolfram Rittmeyer
> 
> [Issue 5830] 
> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=5830>  (UC) UC 
> bootstrap hangs during notifier registration
> 
> Thanks,
> Judy