RE: No action instance for path /welcomeAction could be created

2014-04-10 Thread Christoph Nenning
Anything in the logs? No, nothing at all Is your logging setup properly? can you see any log messages like server startup? This Email was scanned by Sophos Anti Virus

No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
Dear Struts Experts Can somebody please help me with this problem? I am deploying war file on Weblogic. The application is done with Struts, struts-config action-mappings action path=/welcomeAction type=com.refdata.welcome.WelcomeAction forward name=welcomePage contextRelative=true

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Eric Reed
Looks like a struts 1 application, why not struts 2? It appears you are capturing request element instead of using the framework, which will work fine but is just a bad practice. Certain versions of Weblogic hiccup on comments in html and config files. Also try port 7101 which is the default

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
...@mail.nysed.gov] Sent: Wednesday, April 09, 2014 12:40 PM To: Struts Users Mailing List Subject: Re: No action instance for path /welcomeAction could be created Looks like a struts 1 application, why not struts 2? It appears you are capturing request element instead of using the framework

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Lukasz Lenart
What's the problem? Do you see anything in the logs? 2014-04-09 18:24 GMT+02:00 Etingin, Eugene eugene.etin...@bnymellon.com: Dear Struts Experts Can somebody please help me with this problem? I am deploying war file on Weblogic. The application is done with Struts, struts-config

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
The problem is that when I try to access URL http://localhost:7001/RDM/welcomeAction.do I receive an error 500 HTTP No action instance for path /welcomeAction could be created Thank you Eugene Etingin 212-815-3393 Land line 646-886-7790 Cell -Original Message- From: Lukasz Lenart

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Paul Benedict
A 500 error means server error. I bet your configuration has a typo or something. Struts won't service anything until you review your logs and correct what's wrong. On Wed, Apr 9, 2014 at 1:15 PM, Lukasz Lenart lukaszlen...@apache.orgwrote: What's the problem? Do you see anything in the logs?

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Lukasz Lenart
Anything in the logs? 2014-04-09 20:19 GMT+02:00 Etingin, Eugene eugene.etin...@bnymellon.com: The problem is that when I try to access URL http://localhost:7001/RDM/welcomeAction.do I receive an error 500 HTTP No action instance for path /welcomeAction could be created Thank you

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
could be created Anything in the logs? 2014-04-09 20:19 GMT+02:00 Etingin, Eugene eugene.etin...@bnymellon.com: The problem is that when I try to access URL http://localhost:7001/RDM/welcomeAction.do I receive an error 500 HTTP No action instance for path /welcomeAction could be created

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
, 2014 2:25 PM To: Struts Users Mailing List Subject: Re: No action instance for path /welcomeAction could be created A 500 error means server error. I bet your configuration has a typo or something. Struts won't service anything until you review your logs and correct what's wrong. On Wed, Apr 9