As far as I remember, I have experienced this once when changing the
resin.conf and modifying (or adding) a <user/> to <management/> while Resin
was started....
  <management path="${resin.root}/admin">
    <user name="admin" password="password=="/>
...

The change in resin.conf caused Resin to restart but trying to stop it was
unsuccessful - similar to your exception. You could try to kill the watchdog
and resin processes and start both again afterwards - then 'stop' should be
working again.

Best Regards,
Steffen



2009/5/6 Ronan Lucio <lis...@tiper.com.br>

> Hi,
>
> Does anybody knows what can cause this error?
>
> -----------------------
> [2009/05/06 16:18:16.552] watchdog stop authentication failure
> [2009/05/06 16:18:16.552] com.caucho.config.ConfigException: watchdog
> stop forbidden - authentication failed
> [2009/05/06 16:18:16.552]     at
> com.caucho.boot.WatchdogServlet.stop(WatchdogServlet.java:92)
> [2009/05/06 16:18:16.552]     at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [2009/05/06 16:18:16.552]     at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [2009/05/06 16:18:16.552]     at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [2009/05/06 16:18:16.552]     at
> java.lang.reflect.Method.invoke(Method.java:597)
> [2009/05/06 16:18:16.552]     at
> com.caucho.hessian.server.HessianSkeleton.invoke(HessianSkeleton.java:180)
> [2009/05/06 16:18:16.552]     at
> com.caucho.hessian.server.HessianSkeleton.invoke(HessianSkeleton.java:109)
> [2009/05/06 16:18:16.552]     at
> com.caucho.hessian.server.HessianServlet.service(HessianServlet.java:396)
> [2009/05/06 16:18:16.552]     at
>
> com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
> [2009/05/06 16:18:16.552]     at
>
> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
> [2009/05/06 16:18:16.552]     at
>
> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
> [2009/05/06 16:18:16.552]     at
> com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:435)
> [2009/05/06 16:18:16.552]     at
> com.caucho.server.port.TcpConnection.run(TcpConnection.java:678)
> [2009/05/06 16:18:16.552]     at
> com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
> [2009/05/06 16:18:16.552]     at
> com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643)
> [2009/05/06 16:18:16.552]     at java.lang.Thread.run(Thread.java:619)
> -----------------------
>
> I'm running Resin-Pro 3.1.6.
> No lucky researching about that in google.
>
> Thanks,
> Ronan
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to