Hi Todd!
Firstly, thanks so much for your reply and apologies I am only getting back to now! I will be in the office all of this week and am really keen to get this running asap (keep the faith
)
So as to simplify things I have removed the bonding config from the linux host server and it’s now each interface for itself. ethernet0 is UP on the host on a 192.168.18.0/24 network (address 192.168.18.11)...so no bonding to complicate things. Ethernet1 is DOWN (it’s a dual NIC server) but there are two vmnet interfaces created by VMWARE Player??
Restarting the VM but no luck, APPLIANCE view doesn’t fire into the jaspersoft login screen [which I suppose is where I should be directed to on bootup of the VM?] I’ve checked that Bridged Mode is selected for the VM’s network card setup in vmware on the host.
So, going into the CONSOLE of the VM itself…
I can ping myself (ping localhost resolves to 127 address)
I can ping my NIC (dhcp supplied address 192.168.18.109)
I can ping other network hosts both on LAN and through my gateway
These other network peers can also ping back to the VM
running a netstat -an I see that port 8080 has not been bound to anything so no joy with the webserver. This can be confirmed by trying to browse to localhost:8080/jasperserver [firefox returns an http cannot connect screen]
MYSQL, I can run the command as you suggested mysql-ib and get a mysql console. I have not queried the database at all (do you know the DB login credentials/name??] mysql appears to have started and is running OK.
I have checked the logs in var/log/ in the ubuntu VM and they don’t appear to be complaining about anything?
When booting the VM and watching the bootup in CONSOLE mode there are no errors reported [aside from a message after Hardware Detection that “SMBus is not enabled”, but this is followed by an OK]
BUT…
2 things I have found!
checking /etc/hosts in the VM, there is the following:
ice@ice32:/etc$ cat hosts
127.0.0.1 localhost
192.168.3.32 ice32.localdomain ice32
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
ice@ice32:/etc$
Why is the ice32.localdomain pointing to 192.168.32? [My network is 192.168.18.0]
The final thing I did find!
I tried to manually start the jaspersoft server…and also logged after numerous VM restarts I see the following in my apache logging dir
Nov 30, 2009 6:58:05 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1854 ms
Nov 30, 2009 6:58:06 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 30, 2009 6:58:06 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
Nov 30, 2009 6:58:07 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive birt.war
Nov 30, 2009 6:58:18 AM org.apache.coyote.http11.Http11Protocol start
SEVERE: Error starting endpoint
java.net.BindException: Address already in use<null>:8080
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:509)
at org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:526)
at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:203)
at org.apache.catalina.connector.Connector.start(Connector.java:1131)
at org.apache.catalina.core.StandardService.start(StandardService.java:531)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Nov 30, 2009 6:58:18 AM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start:
LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.net.BindException: Address already in use<null>:8080
at org.apache.catalina.connector.Connector.start(Connector.java:1138)
at org.apache.catalina.core.StandardService.start(StandardService.java:531)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Nov 30, 2009 6:58:18 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 12612 ms
ice@ice32:/usr/local/apache-tomcat-6.0.20/logs$
The path to that file is ice@ice32:/usr/local/apache-tomcat-6.0.20/logs/catalina.2009-11-30.log
Looks as though it is TRYING to bind to port 8080 but no joy?? Yet checking the network for any binding to 8080 yields nothing?
hmmmm….
Does the jasperserver have any form of debug logs etc… that I can check??
Thanks again for reading my novel in an effort to help! Much appreciated
TinTin