| View previous topic :: View next topic |
| Author |
Message |
CkoTuHa n00b

Joined: 27 Mar 2009 Posts: 47
|
Posted: Wed Aug 04, 2010 2:40 pm Post subject: java ee sdk on gentoo |
|
|
guys, have downloaded java sun sdk from oracle's website & trying to install it :
btw I have tried 32bit 64bit java versions. Same thing
| Code: | ak@pussy ~/0.java $ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) |
| Code: | | ak@pussy ~/0.java $ ./java_ee_sdk-6u1-jdk-linux-x64.sh |
it gives me this :
| Code: |
[#|2010-08-04T20:32:13.704+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:13.781+06:00|INFO|Install Engine|org.openinstaller.provider.conf.ConfiguratorFactory|arg0=class org.openinstaller.provider.conf.InstallationConfigurator|LOG_INFO:Info|#]
[#|2010-08-04T20:32:14.210+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring GlassFish:\[Unconfiguring GlassFish\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.232+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:14.264+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring JDK:\[Unconfiguring JDK\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.289+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:14.318+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring Updatetool:\[Unconfiguring Updatetool\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.319+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Installation directory: /home/ak/0.java/glassfishv3:\[Installation directory: /home/ak/0.java/glassfishv3\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.322+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Shutting down notifier process:\[Shutting down notifier process\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.353+06: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:619)
]
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
[
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
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:619)
]
Context-Items=[[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=[/home/ak/0.java/glassfishv3/updatetool/bin/updatetool, --notifier, --shutdown]]]:\[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:619)
\]
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
\[
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
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:619)
\]
Context-Items=\[\[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=\[/home/ak/0.java/glassfishv3/updatetool/bin/updatetool, --notifier, --shutdown\]\]\]\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.360+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unregistering notifier process:\[Unregistering notifier process\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.385+06: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:619)
]
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetoolconfig": java.io.IOException: error=2, No such file or directory
[
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
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:619)
]
Context-Items=[[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=[/home/ak/0.java/glassfishv3/updatetool/bin/updatetoolconfig, --unregister]]]:\[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:619)
\]
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetoolconfig": java.io.IOException: error=2, No such file or directory
\[
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
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:619)
\]
Context-Items=\[\[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=\[/home/ak/0.java/glassfishv3/updatetool/bin/updatetoolconfig, --unregister\]\]\]\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.401+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=Engine|OP_UNREGISTER:Unregistering|#]
[#|2010-08-04T20:32:14.408+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_UNREGISTER:Unregistering|#]
[#|2010-08-04T20:32:14.411+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_UNREGISTER:Unregistering|#]
[#|2010-08-04T20:32:14.414+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_UNREGISTER:Unregistering|#]
[#|2010-08-04T20:32:14.417+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=Engine|OP_INSTALL_IMAGE_RESET:Removing desktop integration items|#]
[#|2010-08-04T20:32:14.423+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_INSTALL_IMAGE_RESET:Removing desktop integration items|#]
[#|2010-08-04T20:32:14.425+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_INSTALL_IMAGE_RESET:Removing desktop integration items|#]
[#|2010-08-04T20:32:14.427+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_INSTALL_IMAGE_RESET:Removing desktop integration items|#]
[#|2010-08-04T20:32:14.434+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_REGISTER:Registering|#]
[#|2010-08-04T20:32:14.440+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_REGISTER:Registering|#]
[#|2010-08-04T20:32:14.445+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_REGISTER:Registering|#]
[#|2010-08-04T20:32:14.452+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=Engine|OP_REGISTER:Registering|#]
[#|2010-08-04T20:32:14.456+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_CONFIGURE:Configuring product|#]
[#|2010-08-04T20:32:14.481+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Configuring Updatetool:\[Configuring Updatetool\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.482+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Installation directory: /home/ak/0.java/glassfishv3:\[Installation directory: /home/ak/0.java/glassfishv3\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.633+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_CONFIGURE:Configuring product|#]
[#|2010-08-04T20:32:14.658+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Configuring JDK:\[Configuring JDK\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.666+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_CONFIGURE:Configuring product|#]
[#|2010-08-04T20:32:14.679+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Configuring GlassFish:\[Configuring GlassFish\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.878+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Error while creating wrapper file: /home/ak/0.java/glassfishv3/glassfish/lib/asadmin-start-domain (No such file or directory):\[Error while creating wrapper file: /home/ak/0.java/glassfishv3/glassfish/lib/asadmin-start-domain (No such file or directory)\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.914+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||javaHome: /opt/sun-jdk-1.6.0.20/jre:\[javaHome: /opt/sun-jdk-1.6.0.20/jre\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.917+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||jdkHome: :\[jdkHome: \]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.919+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Error while updating asenv configuration file: /home/ak/0.java/glassfishv3/glassfish/config/asenv.conf (No such file or directory):\[Error while updating asenv configuration file: /home/ak/0.java/glassfishv3/glassfish/config/asenv.conf (No such file or directory)\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.920+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Creating GlassFish domain:\[Creating GlassFish domain\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.921+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Admin port:4848:\[Admin port:4848\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.922+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||HTTP port:8080:\[HTTP port:8080\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.923+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||User:admin:\[User:admin\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.928+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Existing PATH: /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.0:/usr/lib64/subversion/bin:/usr/games/bin:\[Existing PATH: /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.0:/usr/lib64/subversion/bin:/usr/games/bin\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.930+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||New PATH: /bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.0:/usr/lib64/subversion/bin:/usr/games/bin:\[New PATH: /bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.0:/usr/lib64/subversion/bin:/usr/games/bin\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.957+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||In exception, asadmin output: :\[In exception, asadmin output: \]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.959+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Exception while creating GlassFish domain: Exception=EXECUTECMD_ERR
[
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
at org.openinstaller.provider.conf.InstallationConfigurator.configureGlassfish(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.configure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:511)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.ConfigTask.perform(ConfigTask.java:85)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:476)
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:619)
]
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/glassfish/bin/asadmin": java.io.IOException: error=2, No such file or directory
[
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:423)
at org.openinstaller.provider.conf.InstallationConfigurator.configureGlassfish(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.configure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:511)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.ConfigTask.perform(ConfigTask.java:85)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:476)
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:619)
]
Context-Items=[[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=[/home/ak/0.java/glassfishv3/glassfish/bin/asadmin, --user, admin, --passwordfile, /tmp/asadminTmp9007325461652654212.tmp, create-domain, --savelogin, --checkports=false, --adminport, 4848, --instanceport, 8080, --domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920, domain1]]]:\[Exception while creating GlassFish domain: Exception=EXECUTECMD_ERR
\[
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
at org.openinstaller.provider.conf.InstallationConfigurator.configureGlassfish(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.configure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:511)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.ConfigTask.perform(ConfigTask.java:85)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:476)
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:619)
\]
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/glassfish/bin/asadmin": java.io.IOException: error=2, No such file or directory
\[
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:423)
at org.openinstaller.provider.conf.InstallationConfigurator.configureGlassfish(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.configure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:511)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.ConfigTask.perform(ConfigTask.java:85)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:476)
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:619)
\]
Context-Items=\[\[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=\[/home/ak/0.java/glassfishv3/glassfish/bin/asadmin, --user, admin, --passwordfile, /tmp/asadminTmp9007325461652654212.tmp, create-domain, --savelogin, --checkports=false, --adminport, 4848, --instanceport, 8080, --domainproperties=jms.port=7676:domain.jmxPort=8686:orb.listener.port=3700:http.ssl.port=8181:orb.ssl.port=3820:orb.mutualauth.port=3920, domain1\]\]\]\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.969+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_INSTALL_IMAGE_CONFIGURE:Creating desktop integration items|#]
[#|2010-08-04T20:32:14.975+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_INSTALL_IMAGE_CONFIGURE:Creating desktop integration items|#]
[#|2010-08-04T20:32:14.977+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_INSTALL_IMAGE_CONFIGURE:Creating desktop integration items|#]
[#|2010-08-04T20:32:14.979+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=Engine|OP_INSTALL_IMAGE_CONFIGURE:Creating desktop integration items|#]
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|