Re: Not showing error during deployment

2008-10-21 Thread emerson cargnin
Hi christopher This wasn't the case, just there was nothing else back. I managed to see it using a separate log4j configuration and adding debug to the org.spring. There is a listener inside spring that when it fails no message is shown... regards 2008/10/21 Christopher Schultz [EMAIL

Re: Not showing error during deployment

2008-10-20 Thread emerson cargnin
Hi I still couldn't make this work. Someone could please refer me to some guide on this matter? On my understanding is that the errors occurs inside the spring listener, and all the stacktrace from this error gets hidden. This is according this url:

Re: Not showing error during deployment

2008-10-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Emerson, emerson cargnin wrote: What is the right approach to show the deployment errors? This error: SEVERE: Context [/search] startup failed due to previous errors Indicates that the original error is /before/ this message in the log file. So,

Re: Not showing error during deployment

2008-10-17 Thread emerson cargnin
No one has ever got this issue? 2008/10/16 emerson cargnin [EMAIL PROTECTED]: I found out this is because the errors might be happening inside spring: http://forum.springframework.org/showthread.php?t=27967page=2 Anyone know how to configure tomcat to show listeners errors? emerson

Re: Not showing error during deployment

2008-10-16 Thread emerson cargnin
I changed the loggins.properties and put all as ALL, after trying finest. Still I don't get any further messages that would clarify the problem. emerson 2008/10/15 emerson cargnin [EMAIL PROTECTED]: I tried doing the log4j trick and just noticed that that just works in linux/unix. Why can't

Re: Not showing error during deployment

2008-10-16 Thread emerson cargnin
I found out this is because the errors might be happening inside spring: http://forum.springframework.org/showthread.php?t=27967page=2 Anyone know how to configure tomcat to show listeners errors? emerson 2008/10/16 emerson cargnin [EMAIL PROTECTED]: I changed the loggins.properties and put

Not showing error during deployment

2008-10-15 Thread emerson cargnin
Hi I'm using TC 5.5.26 and java 5. When I deploy one webapp I get the following error: SEVERE: Context [/search] startup failed due to previous errors But it doesn't give any further error. Some other times I added a log4j configuration on the common/classes and the log4j jar inside common\lib

Re: Not showing error during deployment

2008-10-15 Thread emerson cargnin
I tried doing the log4j trick and just noticed that that just works in linux/unix. Why can't logging in tomcat be simpler??? I just want to see the error that is happening during deployment... 2008/10/15 emerson cargnin [EMAIL PROTECTED]: Hi I'm using TC 5.5.26 and java 5. When I deploy one