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.