You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Albert Mascarell <am...@o2hlink.com> on 2010/11/26 15:08:47 UTC

Tomcat6 fails deploying on the cloud server

Hi,
Info:
uname -a: Linux external 2.6.35.4-rscloud #8 SMP Mon Sep 20 15:54:33 UTC
2010 x86_64 GNU/Linux
Ubuntu 10.10
Tomcat 6.0.26
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)


I would like to ask for a situation. I have a WAR (Taverna Server 2) that I
want to deploy into Tomcat. I managed to have it deployed and running
properly into my laptop, however when trying into the cloud server I am
having a lot of problems. I have installed and run Tomcat as default
configurations, and it runs since I can see the tomcat welcome home. However
when I browse to the manager/html (i.e.
http://174.XXX.XXX.XXX:8081/manager/html) and try to deploy it exactly, it
fails : context fail.

Some logs lines:
INFO: about to look up resource called
ForkRunFactory.bb55e1ca-28a8-4e8b-a40c-56fa8fa09a48
Nov 26, 2010 1:39:00 PM org.taverna.server.master.localworker.ForkRunFactory
initFactory

INFO: ForkRunFactory.bb55e1ca-28a8-4e8b-a40c-56fa8fa09a48 subprocess output:
Exception in thread "main" java.rmi.ConnectException: Connection refused to
host: 174.143.170.163; nested exception is:
Nov 26, 2010 1:39:00 PM
org.taverna.server.master.localworker.ForkRunFactory$OutputLogger run
INFO: ForkRunFactory.bb55e1ca-28a8-4e8b-a40c-56fa8fa09a48 subprocess output:
    java.net.ConnectException: Connection timed out

SEVERE: Context initialization failed

What do you think that can be happening?

Regards,

Albert Mascarell Creus
www.o2hlink.com

Re: Tomcat6 fails deploying on the cloud server

Posted by Pid <pi...@pidster.com>.
On 26/11/2010 14:08, Albert Mascarell wrote:
> INFO: ForkRunFactory.bb55e1ca-28a8-4e8b-a40c-56fa8fa09a48 subprocess output:
> Exception in thread "main" java.rmi.ConnectException: Connection refused to
> host: 174.143.170.163; nested exception is:
> Nov 26, 2010 1:39:00 PM
> org.taverna.server.master.localworker.ForkRunFactory$OutputLogger run
> INFO: ForkRunFactory.bb55e1ca-28a8-4e8b-a40c-56fa8fa09a48 subprocess output:
>     java.net.ConnectException: Connection timed out
> 
> SEVERE: Context initialization failed
> 
> What do you think that can be happening?


The application appears to be trying to connect to an IP address:
174.143.170.163 and is failing.


p