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 PROTECTED]:
 -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, look backward through catalina.out to see what happened. If
 might help to delete catalina.out and start with a fresh one just so you
 can see what the new messages are (or, you could just look at the
 timstamps).

 - -chris
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAkj9P0cACgkQ9CaO5/Lv0PAzaACcD9e5a92SCilgXflmNWrHB9ta
 EAIAnijGj5kC7/nLJiDFdF10SzZDQc3v
 =8yVC
 -END PGP SIGNATURE-

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



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



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:
http://forum.springframework.org/showthread.php?t=27967page=2

How can I see those messages?

regards
emerson

2008/10/17 emerson cargnin [EMAIL PROTECTED]:
 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

 2008/10/16 emerson cargnin [EMAIL PROTECTED]:
 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 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 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 and had to configure as debug to
 be able to see the deployment error stacktrace.  But this would give
 me just too much log.

 What is the right approach to show the deployment errors?

 regards
 Emerson






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



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, look backward through catalina.out to see what happened. If
might help to delete catalina.out and start with a fresh one just so you
can see what the new messages are (or, you could just look at the
timstamps).

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkj9P0cACgkQ9CaO5/Lv0PAzaACcD9e5a92SCilgXflmNWrHB9ta
EAIAnijGj5kC7/nLJiDFdF10SzZDQc3v
=8yVC
-END PGP SIGNATURE-

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



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

 2008/10/16 emerson cargnin [EMAIL PROTECTED]:
 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 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 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 and had to configure as debug to
 be able to see the deployment error stacktrace.  But this would give
 me just too much log.

 What is the right approach to show the deployment errors?

 regards
 Emerson





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



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 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 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 and had to configure as debug to
 be able to see the deployment error stacktrace.  But this would give
 me just too much log.

 What is the right approach to show the deployment errors?

 regards
 Emerson



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



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 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 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 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 and had to configure as debug to
 be able to see the deployment error stacktrace.  But this would give
 me just too much log.

 What is the right approach to show the deployment errors?

 regards
 Emerson




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



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 and had to configure as debug to
be able to see the deployment error stacktrace.  But this would give
me just too much log.

What is the right approach to show the deployment errors?

regards
Emerson

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



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 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 and had to configure as debug to
 be able to see the deployment error stacktrace.  But this would give
 me just too much log.

 What is the right approach to show the deployment errors?

 regards
 Emerson


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