https://issues.apache.org/bugzilla/show_bug.cgi?id=52833

--- Comment #11 from Konstantin Kolinko <knst.koli...@gmail.com> 2012-03-20 
14:40:04 UTC ---
Maybe (In reply to comment #0)
> Upgrading the maven plugin 7.0.26, the goal which runs tomcat with a conf dir
> (not the embed version) generate the following NPE 
> Log:
>     at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)

1. Where is "Caused by" and its stacktrace?

Line 236 wraps other exception and rethrows it, but you are not saying what it
is and where it comes from.

2. This LifecycleBase.stop() is called from LifecycleBase.start() on line 141
which is unusual and happens only if the component is already in the state of
FAILED.

Thus there must be some preceding messages in the logs.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to