Kevin Passey wrote: >Hi, > >I worked out that Tomcat 4.0.3 running as an NT Service causes this error. > >I have reloaded Tomcat 4.0.1 and running it as Startup.bat from the command >line and everything works as expected. > Looks like a path/permission problem. NT services run under a different user and have different working directories than "console" apps. So if you get it to work in console, but not as a service, look for file permission/path/classloader problems in your java-NT service framework.
It does not seem related (directly) with Jetspeed/Tomcat. > >Can anybody confirm that this is a problem with Jetspeed and Tomcat 4.0.3 - >or is it my finger trouble. > >My OS is W2K JDK1.3.1_01 and Jetspeed 1.3.a2 > Again, the question is: where does this message come from? I don't think Jetspeed and/or Tomcat can produce this message. > >Regards > >Kevin > >-----Original Message----- >From: Santiago Gala [mailto:[EMAIL PROTECTED]] >Sent: 15 April 2002 16:17 >To: Jetspeed Users List >Subject: Re: feeddaemon - failed > > >Kevin Passey wrote: > >>Why would this happen? >> >>This is a clean install. >> >>Name Status Result On Startup Interval Classname >>feeddaemon Processed Failed true 10800 >>org.apache.jetspeed.daemon.impl.FeedDaemon >> >Where is this message coming from? > > >>Regards >> >>Kevin Passey >> >> >>To unsubscribe, e-mail: >><mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: >><mailto:[EMAIL PROTECTED]> >> > > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
