You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "M. Amin" <am...@imkenberg.net> on 2001/04/13 02:58:37 UTC

Error 500 : No action instance could be created

Dear all,
 when i tried the example application "/example/logon.do uri" i got the
following error message :
  
 Error: 500

Location: /example/logon.do

No action instance for path /logon could be created.

Is there any thing missed to be configured to run this example application ?
any help will be appreciated.

Regards,
 M. Amin

Re: Error 500 : No action instance could be created

Posted by Stanley Tan <st...@crosswinds.net>.
I got the same error when I put struts.jar in my classpath 
(c:\jdk1.3\jre\lib\ext).  If it's in your classpath, take it out and the 
example should work fine.  Let me know what happens.

Hope this helps.

Stanley Tan
[Struts Newbie]

At 02:58 AM 4/13/01 +0200, you wrote:
>Dear all,
>  when i tried the example application "/example/logon.do uri" i got the
>following error message :
>
>  Error: 500
>
>Location: /example/logon.do
>
>No action instance for path /logon could be created.
>
>Is there any thing missed to be configured to run this example application ?
>any help will be appreciated.
>
>Regards,
>  M. Amin


RE: Error 500 : No action instance could be created

Posted by Abraham Kang <ab...@infogain.com>.
Amin,

I get this error the action mapping element in struts-config.xml has
something incorrect
in it.  Make user path="/logon" and the class referenced is on the
classpath. In addition,
make sure the corresponding form bean and class are defined and on the Web
App classpath
(in the classes directory).

--Abraham

> -----Original Message-----
> From: M. Amin [mailto:amin@imkenberg.net]
> Sent: Thursday, April 12, 2001 5:59 PM
> To: struts-user@jakarta.apache.org
> Subject: Error 500 : No action instance could be created
>
>
> Dear all,
>  when i tried the example application "/example/logon.do uri" i got the
> following error message :
>
>  Error: 500
>
> Location: /example/logon.do
>
> No action instance for path /logon could be created.
>
> Is there any thing missed to be configured to run this example
> application ?
> any help will be appreciated.
>
> Regards,
>  M. Amin
>