aspose file tools
The moose likes Struts and the fly likes org.apache.struts.action.RequestProcessor processException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "org.apache.struts.action.RequestProcessor processException" Watch "org.apache.struts.action.RequestProcessor processException" New topic
Author

org.apache.struts.action.RequestProcessor processException

ujjwal soni
Ranch Hand

Joined: Mar 28, 2007
Posts: 390
Hi,

I am getting

org.apache.struts.action.RequestProcessor processException
WARNING: Unhandled Exception thrown: class java.lang.NullPointerException

error when i execute my application from oc4j container, the strange fact is that i am facing this issue ocationally, when i get this error, i restart my container and then the error vanishes far....


Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9189
    
    2

Please Tell The Details. Showing the code, configuration files (like struts-cinfig.xml) and full stack trace would help to figure out the problem. Do you get the exception on application startup or later on??


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
ujjwal soni
Ranch Hand

Joined: Mar 28, 2007
Posts: 390
Hi,

I checked the logs, but i am just getting

org.apache.struts.action.RequestProcessor processException
WARNING: Unhandled Exception thrown: class java.lang.NullPointerException


I am getting this error when i try to call any of the actions like displayMain.do, displayList.do etc..

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

You're giving us essentially no information to go on.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: org.apache.struts.action.RequestProcessor processException
 
Similar Threads
How to Check the active transcation to clear the session?
Error in setting up a datasource in Tomcat 6.0's JNDI
problem with struts installation
LookupDispatchAction only firing execute, not mapped methods
Using Tiles Definition in getRequestDispatcher()