aspose file tools
The moose likes Struts and the fly likes Struts Simple Application with HTTP Status 500 Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts Simple Application with HTTP Status 500 Error" Watch "Struts Simple Application with HTTP Status 500 Error" New topic
Author

Struts Simple Application with HTTP Status 500 Error

Nirlep Patel
Greenhorn

Joined: Jul 29, 2007
Posts: 6
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

java.lang.NullPointerException
org.apache.struts2.impl.StrutsActionProxy.getErrorMessage(StrutsActionProxy.java:69)
com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:185)
org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:63)
org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39)
com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:58)
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:501)
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:432)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.22 logs.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I am using NETBEANS 7.1.1


proper jar files are already in Libraries
--------------------------------------------
xwork-core-2.3.4
struts2-core-2.3.4
struts2-convention-plugin
ognl-3.0.5
javaassist-3.11.0.GA
freemarker--2.3.19
commons-lang3-3.1
commons-io-2.0.1
commons-fileupload-1.2.2
asm-tree-3.3
asm-commons-3.3
asm-3.3
commons-lang-2.5

-----------------------------------------

How to solve it?


regards<br />nirlep<br />discuss.teaching@gmail.com<br /><a href="http://www.learnclinux.com" target="_blank" rel="nofollow">http://www.learnclinux.com</a>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts Simple Application with HTTP Status 500 Error
 
Similar Threads
Struts2 JSON problem
Error with Struts2
Struts2 java.lang.reflect.InvocationTargetException (Struts2 with Hibernate)
Struts2
Exception while running struts2 application.