Struts HTTP Action 500

I have this action:

<action path="/view.stif.loader.bin.mapping" 
type="com.st.mas.wmr.action.StifBinConversionAction" parameter="viewLoaderMapping" 
name="stifConvForm" scope="request" validate="false" 
input=".editConfig">
<forward name="success" path=".viewStifLoadBinMapping"/>
</action>

This action was used to work, but now it is not, and I do not know why. I get it HTTP Status 500 - No action instance for path /view.stif.loader.bin.mapping could be created. The Action class still exists, and there are no changes to struts-config.xmlit.

What other reasons can cause HTTP 500?

I am using Struts 1 with Tiles.

Thank.

+3
source share
1 answer

The Http 500 indicates that something is wrong on the server side.

1. , . (, tomcat, weblogic, jboss ..), 2. , , . , - 3. , .

+2

All Articles