You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by mocherla14 <ra...@gmail.com> on 2007/01/30 04:59:49 UTC

HP-UX Tomcat refuses connections after boot

 Effect:
Right after booting from HP-UX PA-RISC, Tomcat refuses connections.

 Description:

No startup error messages are logged and processes are up and running.

Checking /etc/rc.log:
----------------------------

Starting Tomcat server
Output from "/sbin/rc3.d/S998Tomcat start":
----------------------------
Using CATALINA_BASE:   /opt/mediation/Tomcat5.5
Using CATALINA_HOME:   /opt/mediation/Tomcat5.5
Using CATALINA_TMPDIR: /opt/mediation/Tomcat5.5/temp
Using JRE_HOME:       /opt/mediation/java/jre15_15002
/opt/mediation/Tomcat5.5/bin/catalina.sh[233]: touch:  not found.
----------------------------

If Tomcat is manually stopped and restarted, it accepts connections.
-- 
View this message in context: http://www.nabble.com/HP-UX-Tomcat-refuses-connections-after-boot-tf3140138.html#a8703374
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: HP-UX Tomcat refuses connections after boot

Posted by Orlando Reis <re...@gmail.com>.
Try to check your startup profile/.bashrc variables, i never used HP-UX but
it should be something like this.

To make it work for the time being try adding some default bin dir's to your
system path directly on catalina.sh.

Don't you have other problems besides this one with your system?

Orlando

On 1/30/07, Pulkit Singhal <pu...@gmail.com> wrote:
>
> Hi,
>
> It seems like one of the lines in your catalina.sh file can't find the
> "touch" command.
>
> I'm guessing that starting/stopping manually is not quite the same thing
> as
> the server coming up via "/sbin/rc3.d/S998Tomcat start" when it comes to
> the
> path that has the touch command in it.
>
> On 1/29/07, mocherla14 <ra...@gmail.com> wrote:
> >
> >
> > Effect:
> > Right after booting from HP-UX PA-RISC, Tomcat refuses connections.
> >
> > Description:
> >
> > No startup error messages are logged and processes are up and running.
> >
> > Checking /etc/rc.log:
> > ----------------------------
> >
> > Starting Tomcat server
> > Output from "/sbin/rc3.d/S998Tomcat start":
> > ----------------------------
> > Using CATALINA_BASE:   /opt/mediation/Tomcat5.5
> > Using CATALINA_HOME:   /opt/mediation/Tomcat5.5
> > Using CATALINA_TMPDIR: /opt/mediation/Tomcat5.5/temp
> > Using JRE_HOME:       /opt/mediation/java/jre15_15002
> > /opt/mediation/Tomcat5.5/bin/catalina.sh[233]: touch:  not found.
> > ----------------------------
> >
> > If Tomcat is manually stopped and restarted, it accepts connections.
> > --
> > View this message in context:
> >
> http://www.nabble.com/HP-UX-Tomcat-refuses-connections-after-boot-tf3140138.html#a8703374
> > Sent from the Tomcat - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
>
>

Re: HP-UX Tomcat refuses connections after boot

Posted by Pulkit Singhal <pu...@gmail.com>.
Hi,

It seems like one of the lines in your catalina.sh file can't find the
"touch" command.

I'm guessing that starting/stopping manually is not quite the same thing as
the server coming up via "/sbin/rc3.d/S998Tomcat start" when it comes to the
path that has the touch command in it.

On 1/29/07, mocherla14 <ra...@gmail.com> wrote:
>
>
> Effect:
> Right after booting from HP-UX PA-RISC, Tomcat refuses connections.
>
> Description:
>
> No startup error messages are logged and processes are up and running.
>
> Checking /etc/rc.log:
> ----------------------------
>
> Starting Tomcat server
> Output from "/sbin/rc3.d/S998Tomcat start":
> ----------------------------
> Using CATALINA_BASE:   /opt/mediation/Tomcat5.5
> Using CATALINA_HOME:   /opt/mediation/Tomcat5.5
> Using CATALINA_TMPDIR: /opt/mediation/Tomcat5.5/temp
> Using JRE_HOME:       /opt/mediation/java/jre15_15002
> /opt/mediation/Tomcat5.5/bin/catalina.sh[233]: touch:  not found.
> ----------------------------
>
> If Tomcat is manually stopped and restarted, it accepts connections.
> --
> View this message in context:
> http://www.nabble.com/HP-UX-Tomcat-refuses-connections-after-boot-tf3140138.html#a8703374
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>