Skip to main content

developerWorks >  Open Source  >  Forums  >  IBM WebSphere Application Server Community Edition and Apache Geronimo  >  developerWorks

2.1.1.3 Install error - java executable problem    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is answered.

Permlink Replies: 7 - Pages: 1 - Last Post: Nov 12, 2009 6:13 PM Last Post By: mikador
mikador

Posts: 4
Registered: Nov 10, 2009 03:54:52 PM
2.1.1.3 Install error - java executable problem
Posted: Nov 10, 2009 04:13:21 PM
 
Click to report abuse...   Click to reply to this thread Reply
I'm trying to install WAS CE on Fedora 11 64 bit which is placed into Virtual Machine (Sun's VirtualBox running on Windows7 64 bit).
I had to point setup to SDK's java executable because useing default jvm instalation ends with errors and WAS CE doesn't start at all.

root@cluster1 wasce# ./wasce_setup-2.1.1.3-unix.bin LAX_VM /opt/ibm/java2-x86_64-50/bin/java

after that command I saw only that:

Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

/opt/ibm/java2-x86_64-50/bin/../jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClassLoader' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/bin/../jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/bin/../jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: sun.font.FontManager (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
at sun.java2d.SunGraphicsEnvironment.addDirFonts(SunGraphicsEnvironment.java:766)
at sun.java2d.SunGraphicsEnvironment.registerFontsInDir(SunGraphicsEnvironment.java:646)
at sun.java2d.SunGraphicsEnvironment.access$200(SunGraphicsEnvironment.java:87)
at sun.java2d.SunGraphicsEnvironment$1.run(SunGraphicsEnvironment.java:207)
at java.security.AccessController.doPrivileged(AccessController.java:197)
at sun.java2d.SunGraphicsEnvironment.<init>(SunGraphicsEnvironment.java:124)
at sun.awt.X11GraphicsEnvironment.<init>(X11GraphicsEnvironment.java:206)
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1328)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:102)
at java.awt.Window.init(Window.java:299)
at java.awt.Window.<init>(Window.java:347)
at java.awt.Frame.<init>(Frame.java:452)
at java.awt.Frame.<init>(Frame.java:417)
at javax.swing.JFrame.<init>(JFrame.java:180)
at com.zerog.ia.installer.LifeCycleManager.g(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.h(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.Main.main(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
Caused by: java.lang.UnsatisfiedLinkError: fontmanager (libstdc++.so.5: cannot open shared object file: No such file or directory)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:986)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:950)
at java.lang.System.loadLibrary(System.java:478)
at sun.font.FontManager$1.run(FontManager.java:204)
at java.security.AccessController.doPrivileged(AccessController.java:197)
at sun.font.FontManager.<clinit>(FontManager.java:199)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
at sun.java2d.SunGraphicsEnvironment.addDirFonts(SunGraphicsEnvironment.java:766)
at sun.java2d.SunGraphicsEnvironment.registerFontsInDir(SunGraphicsEnvironment.java:646)
at sun.java2d.SunGraphicsEnvironment.access$200(SunGraphicsEnvironment.java:87)
at sun.java2d.SunGraphicsEnvironment$1.run(SunGraphicsEnvironment.java:207)
at java.security.AccessController.doPrivileged(AccessController.java:197)
at sun.java2d.SunGraphicsEnvironment.<init>(SunGraphicsEnvironment.java:124)
at sun.awt.X11GraphicsEnvironment.<init>(X11GraphicsEnvironment.java:206)
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1328)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:102)
at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:129)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:130)
at java.awt.Toolkit$2.run(Toolkit.java:864)
at java.security.AccessController.doPrivileged(AccessController.java:197)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:847)
at ZeroGah.<clinit>(DashoA10*..)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
at ZeroGh.b(DashoA10*..)
at ZeroGh.a(DashoA10*..)
at ZeroGh.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.b(DashoA10*..)
... 8 more
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Any sugestions, any ideas? Can someone help me?
Miroslaw
jackcai

Posts: 58
Registered: Jul 29, 2008 09:27:28 PM
Re: 2.1.1.3 Install error - java executable problem
Posted: Nov 10, 2009 08:40:51 PM   in response to: mikador in response to: mikador's post
 
Click to report abuse...   Click to reply to this thread Reply
I suppose it's because the required version of libstdc++.so.5 is not available in your system. You probably need to install it. See http://www-01.ibm.com/support/docview.wss?uid=swg21297575
mikador

Posts: 4
Registered: Nov 10, 2009 03:54:52 PM
Re: 2.1.1.3 Install error - java executable problem
Posted: Nov 11, 2009 12:54:00 PM   in response to: jackcai in response to: jackcai's post
 
Click to report abuse...   Click to reply to this thread Reply
I have this library installed (attempt to yum install libstdc++.so.5 display that there is nothing to install).

I do locate it in /usr/lib

root@cluster1 wasce# locate libstdc++.so
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7
/usr/lib/gcc/x86_64-redhat-linux/4.4.1/libstdc++.so
/usr/lib/gcc/x86_64-redhat-linux/4.4.1/32/libstdc++.so
/usr/lib64/libstdc++.so.6
/usr/lib64/libstdc++.so.6.0.12
/usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.12-gdb.py
/usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.12-gdb.pyc
/usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.12-gdb.pyo
/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.12-gdb.py
/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.12-gdb.pyc
/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.12-gdb.pyo

I added /usr/lib to $PATH

export PATH=$PATH:/usr/lib

but it doesn't help - the install still ends with exactly the same as above.

Have someone new ideas? Am I doing somethning wrong?
Jeff_chi

Posts: 38
Registered: Oct 30, 2008 01:14:20 AM
Re: 2.1.1.3 Install error - java executable problem
Posted: Nov 11, 2009 09:14:03 PM   in response to: mikador in response to: mikador's post
 
Click to report abuse...   Click to reply to this thread Reply
Could you reinstall your JDK and then try WAS CE again? It seems like a JDK exception to me.

Let us know if any problems.

Jeff C

Jeff_chi

Posts: 38
Registered: Oct 30, 2008 01:14:20 AM
Re: 2.1.1.3 Install error - java executable problem
Posted: Nov 12, 2009 02:32:39 AM   in response to: mikador in response to: mikador's post
 
Click to report abuse...   Click to reply to this thread Reply
I've got some comments from Kevan about this exception. Maybe re-installation of JDK and WAS CE won't solve the problem, sorry for the misleading.

You might want to confirm that
1. Does your Fedora 11 have X11 installed?
2. Have you tried silent/console mode during WAS CE installation? You may refer to v2.1.1 doc at [1]
3. Have you tried with -Djava.awt.headless=true option during WAS CE installation?

Any questions, please let us know.

Thanks Kevan for your advice.

[1] http://publib.boulder.ibm.com/wasce/V2.1.1/en/setup-reference.html

Jeff C
mikador

Posts: 4
Registered: Nov 10, 2009 03:54:52 PM
Re: 2.1.1.3 Install error - java executable problem
Posted: Nov 12, 2009 02:20:21 PM   in response to: Jeff_chi in response to: Jeff_chi's post
 
Click to report abuse...   Click to reply to this thread Reply
1. My Fedora11 has X11 installed (I use run level 5)
2. I was try -i console mode:

root@cluster1 wasce# ./wasce_setup-2.1.1.3-unix.bin LAX_VM /opt/ibm/java2-x86_64-50/jre/bin/java -i console

I saw that:
"Launching installer...

/opt/ibm/java2-x86_64-50/bin/../jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClassLoader' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/bin/../jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/bin/../jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation"

so that was like before,
but than I could accept licence and WAS CE was "successfully" installed:

"IBM WebSphere Application Server Community Edition

The InstallAnywhere Wizard has successfully installed IBM WebSphere Application
Server Community Edition 2.1.1.3. Choose Done to exit the wizard.
PRESS <ENTER> TO CONTINUE:"

Than I started server:

root@cluster1 bin# ./startup.sh
Using GERONIMO_HOME: /opt/IBM/WebSphere/AppServerCommunityEdition
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME: /opt/ibm/java2-x86_64-50/jre
Using GERONIMO_OUT: /opt/IBM/WebSphere/AppServerCommunityEdition/var/log/server.out

Geronimo started in background. PID: 11160

and tried to see WAS CE working
in browser:

http://localhost:8080/

but there was nothing displayed:

Unable to connect
Firefox can't establish a connection to the server at localhost:8080

so I lookup to server.out

root@cluster1 log# cat server.out
/opt/ibm/java2-x86_64-50/jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClassLoader' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation
Booting Server Kernel (in Java 1.5.0)...
Module 1/71 org.apache.geronimo.framework/gshell-framework/2.1.4/car started in .001s
Module 2/71 org.apache.geronimo.framework/gshell-geronimo/2.1.4/car started in .000s
Module 3/71 org.apache.geronimo.framework/j2ee-system/2.1.4/car started in .000s
Module 4/71 org.apache.geronimo.framework/transformer-agent/2.1.4/car started in .000s
Module 5/71 com.ibm.wasce.configs/collector-tool-config/2.1.1.3/car started in .000s
Module 6/71 org.apache.geronimo.framework/jee-specs/2.1.4/car started in .000s
Module 7/71 org.apache.geronimo.framework/rmi-naming/2.1.4/car started in .411s
Module 8/71 org.apache.geronimo.configs/j2ee-server/2.1.4/car started in .137s
Module 9/71 org.apache.geronimo.framework/j2ee-security/2.1.4/car 2009-11-12 17:59:22,406 WARN 4/car,j2eeType=GBean,name=JMXService Failure in JMXConnector service:jmx:rmi://0.0.0.0:9999/jndi/rmi://0.0.0.0:1099/JMXConnector
2009-11-12 17:59:22,430 ERROR GBeanInstanceState Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/j2ee-security/2.1.4/car?ServiceModule=org.apache.geronimo.framework/j2ee-security/2.1.4/car,j2eeType=GBean,name=JMXService"
java.io.IOException: Cannot bind to URL rmi://0.0.0.0:1099/JMXConnector: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 0.0.0.0; nested exception is:
java.net.ConnectException: Connection timed out]
at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:829)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:446)
at org.apache.geronimo.jmxremoting.JMXConnector.doStart(JMXConnector.java:195)
at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:998)
at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)
at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:101)
at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:123)
at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:555)
at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:562)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a23f535d.startConfiguration(<generated>)
at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:164)
at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:81)
at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
Caused by:
javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 0.0.0.0; nested exception is:
java.net.ConnectException: Connection timed out]
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:137)
at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:223)
at javax.naming.InitialContext.bind(InitialContext.java:371)
at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:650)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:442)
... 26 more
Caused by:
java.rmi.ConnectException: Connection refused to host: 0.0.0.0; nested exception is:
java.net.ConnectException: Connection timed out
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:590)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:204)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:190)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:321)
at sun.rmi.registry.RegistryImpl_Stub.bind(RegistryImpl_Stub.java:35)
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:131)
... 30 more
Caused by:
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:250)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:389)
at java.net.Socket.connect(Socket.java:551)
at java.net.Socket.connect(Socket.java:501)
at java.net.Socket.<init>(Socket.java:409)
at java.net.Socket.<init>(Socket.java:223)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:41)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:145)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:585)
... 35 more
Server startup failed

org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.framework/j2ee-security/2.1.4/car failed
at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:579)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a23f535d.startConfiguration(<generated>)
at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:164)
at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:81)
at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception
at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:522)
at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:562)
... 16 more
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.framework/j2ee-security/2.1.4/car failed to start due to the following reasons:
The service ServiceModule=org.apache.geronimo.framework/j2ee-security/2.1.4/car,j2eeType=GBean,name=JMXService did not start because Cannot bind to URL rmi://0.0.0.0:1099/JMXConnector: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 0.0.0.0; nested exception is:
java.net.ConnectException: Connection timed out]

at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:485)
... 18 more"

Unfortunately I have no success. May be I should try another bundle?
i.e. wasce_ibm60_setup-version-x86_64linux.tar.bz2 but I can't find it - maybe it is not made yet.

Kevan

Posts: 23
Registered: Aug 03, 2005 02:12:27 PM
Re: 2.1.1.3 Install error - java executable problem
Posted: Nov 12, 2009 05:00:23 PM   in response to: mikador in response to: mikador's post
 
Click to report abuse...   Click to reply to this thread Reply
No, don't think you need another bundle. Sounds like you have a networking issue with the ip address '0.0.0.0'.

Best thing to try is to edit the file var/config/config-substitutions.properties in your installation and update the following field:

ServerHostname=0.0.0.0

to

ServerHostname=<your-hostname-or-ip-address>
mikador

Posts: 4
Registered: Nov 10, 2009 03:54:52 PM
Re: 2.1.1.3 Install error - java executable problem
Posted: Nov 12, 2009 06:13:48 PM   in response to: Kevan in response to: Kevan's post
 
Click to report abuse...   Click to reply to this thread Reply
It works!!
server.out looks clear:

"/opt/ibm/java2-x86_64-50/jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClassLoader' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation
/opt/ibm/java2-x86_64-50/jre/bin/java: Symbol `com_ibm_oti_vm_VM_getStackClass' causes overflow in R_X86_64_PC32 relocation
Booting Server Kernel (in Java 1.5.0)...
Module 1/71 org.apache.geronimo.framework/gshell-framework/2.1.4/car started in .001s
Module 2/71 org.apache.geronimo.framework/gshell-geronimo/2.1.4/car started in .000s
Module 3/71 org.apache.geronimo.framework/j2ee-system/2.1.4/car started in .000s
Module 4/71 org.apache.geronimo.framework/transformer-agent/2.1.4/car started in .000s
Module 5/71 com.ibm.wasce.configs/collector-tool-config/2.1.1.3/car started in .000s
Module 6/71 org.apache.geronimo.framework/jee-specs/2.1.4/car started in .000s
Module 7/71 org.apache.geronimo.framework/rmi-naming/2.1.4/car started in .583s
Module 8/71 org.apache.geronimo.configs/j2ee-server/2.1.4/car started in .739s
Module 9/71 org.apache.geronimo.framework/j2ee-security/2.1.4/car started in .353s
Module 10/71 org.apache.geronimo.framework/server-security-config/2.1.4/car started in .061s
Module 11/71 org.apache.geronimo.configs/transaction/2.1.4/car started in .254s
Module 12/71 org.apache.geronimo.configs/jasper/2.1.4/car started in .033s
Module 13/71 org.apache.geronimo.framework/xmlbeans/2.1.4/car started in .001s
Module 14/71 org.apache.geronimo.configs/webservices-common/2.1.4/car started in .000s
Module 15/71 org.apache.geronimo.configs/tomcat6/2.1.4/car started in 5.088s
Module 16/71 com.ibm.wasce.configs/collector-tool-agent-config/2.1.1.3/car started in .553s
Module 17/71 org.apache.geronimo.framework/plugin/2.1.4/car started in .094s
Module 18/71 org.apache.geronimo.framework/geronimo-gbean-deployer/2.1.4/car started in .428s
Module 19/71 org.apache.geronimo.configs/derby/2.1.4/car started in .000s
Module 20/71 org.apache.geronimo.configs/system-database/2.1.4/car started in 1.964s
Module 21/71 org.apache.geronimo.configs/openjpa/2.1.4/car started in .004s
Module 22/71 org.apache.geronimo.configs/openejb/2.1.4/car started in .662s
Module 23/71 org.apache.geronimo.configs/axis/2.1.4/car started in .217s
Module 24/71 org.apache.geronimo.configs/axis2/2.1.4/car started in .000s
Module 25/71 org.apache.geronimo.configs/axis2-ejb/2.1.4/car started in .000s
Module 26/71 org.apache.geronimo.configs/j2ee-corba-yoko/2.1.4/car started in .802s
Module 27/71 org.apache.geronimo.configs/tomcat6-no-ha/2.1.4/car started in .000s
Module 28/71 org.apache.geronimo.configs/clustering/2.1.4/car started in .004s
Module 29/71 org.apache.geronimo.configs/j2ee-deployer/2.1.4/car started in .160s
Module 30/71 org.apache.geronimo.configs/connector-deployer/2.1.4/car started in .044s
Module 31/71 org.apache.geronimo.configs/tomcat6-deployer/2.1.4/car started in .036s
Module 32/71 org.apache.geronimo.configs/tomcat6-clustering-builder-wadi/2.1.4/car started in .013s
Module 33/71 org.apache.geronimo.configs/activemq-broker/2.1.4/car started in 1.856s
Module 34/71 org.apache.geronimo.configs/activemq-ra/2.1.4/car started in .588s
Module 35/71 org.apache.geronimo.configs/javamail/2.1.4/car started in .037s
Module 36/71 org.apache.geronimo.configs/jasper-deployer/2.1.4/car started in .020s
Module 37/71 org.apache.geronimo.configs/myfaces/2.1.4/car started in .025s
Module 38/71 org.apache.geronimo.configs/myfaces-deployer/2.1.4/car started in .012s
Module 39/71 org.apache.geronimo.configs/openejb-deployer/2.1.4/car started in .028s
Module 40/71 org.apache.geronimo.configs/openejb-corba-deployer/2.1.4/car started in .109s
Module 41/71 org.apache.geronimo.configs/persistence-jpa10-deployer/2.1.4/car started in .030s
Module 42/71 org.apache.geronimo.configs/axis-deployer/2.1.4/car started in .028s
Module 43/71 org.apache.geronimo.configs/jaxws-deployer/2.1.4/car started in .000s
Module 44/71 org.apache.geronimo.configs/axis2-deployer/2.1.4/car started in .035s
Module 45/71 org.apache.geronimo.configs/jaxws-ejb-deployer/2.1.4/car started in .000s
Module 46/71 org.apache.geronimo.configs/axis2-ejb-deployer/2.1.4/car started in .025s
Module 47/71 org.apache.geronimo.configs/client-deployer/2.1.4/car started in .027s
Module 48/71 org.apache.geronimo.configs/hot-deployer/2.1.4/car started in .822s
Module 49/71 com.ibm.wasce.configs/welcome-tomcat/2.1.1.3/car started in .271s
Module 50/71 org.apache.geronimo.configs/spring/2.1.4/car started in .000s
Module 51/71 org.apache.geronimo.plugins/pluto-support/2.1.4/car started in .015s
Module 52/71 org.apache.geronimo.plugins/console-tomcat/2.1.4/car started in 1.702s
Module 53/71 org.apache.geronimo.plugins/plugin-console-tomcat/2.1.4/car started in .412s
Module 54/71 org.apache.geronimo.configs/dojo-legacy-tomcat/2.1.4/car started in .083s
Module 55/71 org.apache.geronimo.plugins/debugviews-console-tomcat/2.1.4/car started in .156s
Module 56/71 org.apache.geronimo.plugins/sysdb-console-tomcat/2.1.4/car started in .760s
Module 57/71 org.apache.geronimo.plugins/activemq-console-tomcat/2.1.4/car started in .353s
Module 58/71 org.apache.geronimo.plugins/plancreator-console-tomcat/2.1.4/car started in .111s
Module 59/71 org.apache.geronimo.configs/remote-deploy-tomcat/2.1.4/car started in .067s
Module 60/71 org.apache.geronimo.configs/uddi-tomcat/2.1.4/car started in .227s
Module 61/71 org.apache.geronimo.configs/ca-helper-tomcat/2.1.4/car started in .079s
Module 62/71 org.apache.geronimo.configs/sharedlib/2.1.4/car started in .101s
Module 63/71 org.apache.geronimo.configs/mejb/2.1.4/car started in .151s
Module 64/71 org.apache.geronimo.configs/dojo-tomcat/2.1.4/car started in .038s
Module 65/71 org.apache.geronimo.plugins/agent-ds/2.1.4/car started in 1.125s
Module 66/71 org.apache.geronimo.plugins/agent/2.1.4/car started in .113s
Module 67/71 org.apache.geronimo.plugins/mconsole-ds/2.1.4/car started in .048s
Module 68/71 org.apache.geronimo.plugins/mconsole-tomcat/2.1.4/car started in .260s
Module 69/71 com.ibm.wasce.configs/db2v82/2.1.1.3/car started in .000s
Module 70/71 com.ibm.wasce.configs/db2v91/2.1.1.3/car started in .000s
Module 71/71 com.ibm.wasce.configs/db2v95/2.1.1.3/car started in .000s
Startup completed in 26.599s seconds
Listening on Ports:
1050 127.0.0.1 CORBA Naming Service
1099 127.0.0.1 RMI Naming
1527 127.0.0.1 Derby Connector
2001 127.0.0.1 OpenEJB ORB Adapter
4201 127.0.0.1 OpenEJB Daemon
6882 127.0.0.1 OpenEJB ORB Adapter
8009 127.0.0.1 Tomcat Connector AJP AJP
8080 127.0.0.1 Tomcat Connector HTTP BIO HTTP
8443 127.0.0.1 Tomcat Connector HTTPS BIO HTTPS
9999 127.0.0.1 JMX Remoting Connector
61613 127.0.0.1 ActiveMQ Transport Connector
61616 127.0.0.1 ActiveMQ Transport Connector

Started Application Modules:
EAR: org.apache.geronimo.configs/uddi-tomcat/2.1.4/car
EAR: org.apache.geronimo.plugins/console-tomcat/2.1.4/car
JAR: org.apache.geronimo.configs/mejb/2.1.4/car
JAR: org.apache.geronimo.plugins/agent/2.1.4/car
RAR: org.apache.geronimo.configs/activemq-ra/2.1.4/car
RAR: org.apache.geronimo.configs/system-database/2.1.4/car
RAR: org.apache.geronimo.plugins/agent-ds/2.1.4/car
RAR: org.apache.geronimo.plugins/mconsole-ds/2.1.4/car
WAR: com.ibm.wasce.configs/collector-tool-agent-config/2.1.1.3/car
WAR: com.ibm.wasce.configs/welcome-tomcat/2.1.1.3/car
WAR: org.apache.geronimo.configs/ca-helper-tomcat/2.1.4/car
WAR: org.apache.geronimo.configs/dojo-legacy-tomcat/2.1.4/car
WAR: org.apache.geronimo.configs/dojo-tomcat/2.1.4/car
WAR: org.apache.geronimo.configs/remote-deploy-tomcat/2.1.4/car
WAR: org.apache.geronimo.plugins/activemq-console-tomcat/2.1.4/car
WAR: org.apache.geronimo.plugins/debugviews-console-tomcat/2.1.4/car
WAR: org.apache.geronimo.plugins/mconsole-tomcat/2.1.4/car
WAR: org.apache.geronimo.plugins/plancreator-console-tomcat/2.1.4/car
WAR: org.apache.geronimo.plugins/plugin-console-tomcat/2.1.4/car
WAR: org.apache.geronimo.plugins/sysdb-console-tomcat/2.1.4/car

Web Applications:
/
/CAHelper
/activemq
/collector-tool-agent
/console
/console-base
/debug-views
/dojo
/dojo/0.4
/juddi
/monitoring
/plan-creator
/plugin
/remote-deploy
/system-database

Server started."

Thank you all
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums