Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-15 Thread abhishek jain
On Tue, Mar 15, 2011 at 9:49 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > It looks like that your action execution fails inside the method you > defined > for the action. You should look inside the invocation target exception > (through the get cause method) in order to investig

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread Maurizio Cucchiara
It looks like that your action execution fails inside the method you defined for the action. You should look inside the invocation target exception (through the get cause method) in order to investigate what is the really cause. Maurizio Cucchiara Il giorno 14/mar/2011 21.26, "abhishek jain" ha

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread Jason Ferguson
I've often found InvocationTargetException to be masking something else. Look at every log you can possibly find. On Mon, Mar 14, 2011 at 5:23 PM, abhishek jain wrote: > On Tue, Mar 15, 2011 at 2:46 AM, Dave Newton wrote: > >> On Mon, Mar 14, 2011 at 5:14 PM, abhishek jain >> wrote: >> > Also i

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread Dave Newton
If it's a Hibernate error why are you asking here? Dave On Mon, Mar 14, 2011 at 6:23 PM, abhishek jain wrote: > > > On Tue, Mar 15, 2011 at 2:46 AM, Dave Newton wrote: >> >> On Mon, Mar 14, 2011 at 5:14 PM, abhishek jain >> wrote: >> > Also i forgot to add , i dont see this error when running

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread abhishek jain
On Tue, Mar 15, 2011 at 2:46 AM, Dave Newton wrote: > On Mon, Mar 14, 2011 at 5:14 PM, abhishek jain > wrote: > > Also i forgot to add , i dont see this error when running on test server, > > Also you forgot to add , when you get the error, > > dave > hey i think this error occured when i execu

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread Dave Newton
On Mon, Mar 14, 2011 at 5:14 PM, abhishek jain wrote: > Also i forgot to add , i dont see this error when running on test server, Also you forgot to add , when you get the error, dave - To unsubscribe, e-mail: user-unsubscr...@

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread abhishek jain
Also i forgot to add , i dont see this error when running on test server, abhishek On Tue, Mar 15, 2011 at 2:42 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Abhishek, > > > http://download.oracle.com/javase/6/docs/api/java/l

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abhishek, http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationTargetException.html - -chris On 3/14/2011 4:26 PM, abhishek jain wrote: > Hi friends, > I am on production and getting this error: > can anyone help me solve, i am u

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread abhishek jain
hi, Whenever i call the url which calls the code, i get this exception. is that what u meant to ask? Do u need code snippets. thanks abhishek On Tue, Mar 15, 2011 at 2:06 AM, Dave Newton wrote: > Under what circumstances? I don't see how we're supposed to be able to > help. > > Dave > > On Mon,

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread Dave Newton
Under what circumstances? I don't see how we're supposed to be able to help. Dave On Mon, Mar 14, 2011 at 4:26 PM, abhishek jain wrote: > Hi friends, > I am on production and getting this error: > can anyone help me solve, i am using hte hibernate 3, tomcat 5.5 , struts2, > linux centos 5.x. > >