Re: Problem running Struts-example on JBoss 3.0

2003-01-09 Thread Vincent Stoessel
Unless you really need to use Tomcat (which I love) I would suggest 
using the default Jboss/Jetty version. Struts 1.1b+ runs fine with that
combo.

Mervin Williams wrote:
I deployed the struts-example sample application onto the Jboss 3.0
server, but am getting errors.  If anyone has the struts-example running
on Jboss 3.0, please let me know how you overcame these errors.

Here are the errors:

14:12:20,706 INFO  [ValidatorPlugIn] Loading validation rules file from
'/WEB-INF/validator-rules.xml' 14:12:20,736 ERROR [Digester] Begin event
threw exception
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.ValidatorAction
. . .
14:12:20,816 ERROR [ValidatorResourcesInitializer] Error at (51, -1: No
ClassLoaders found for: org.apache.commons.validator.ValidatorAction
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.ValidatorAction
. . .
14:12:20,916 INFO  [ValidatorPlugIn] Loading validation rules file from
'/WEB-INF/validation.xml' 14:12:20,926 ERROR [Digester] Begin event
threw exception
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.FormSet
. . .
14:12:21,006 ERROR [ValidatorResourcesInitializer] Error at (13, -1: No
ClassLoaders found for: org.apache.commons.validator.FormSet
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.FormSet


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problem running Struts-example on JBoss 3.0

2003-01-08 Thread Iris
Do you have the commons-validator.jar in JBOSS/server/default/lib ?

Iris

Mervin Williams wrote:


I deployed the struts-example sample application onto the Jboss 3.0
server, but am getting errors.  If anyone has the struts-example running
on Jboss 3.0, please let me know how you overcame these errors.

Here are the errors:

14:12:20,706 INFO  [ValidatorPlugIn] Loading validation rules file from
'/WEB-INF/validator-rules.xml' 14:12:20,736 ERROR [Digester] Begin event
threw exception
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.ValidatorAction
. . .
14:12:20,816 ERROR [ValidatorResourcesInitializer] Error at (51, -1: No
ClassLoaders found for: org.apache.commons.validator.ValidatorAction
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.ValidatorAction
. . .
14:12:20,916 INFO  [ValidatorPlugIn] Loading validation rules file from
'/WEB-INF/validation.xml' 14:12:20,926 ERROR [Digester] Begin event
threw exception
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.FormSet
. . .
14:12:21,006 ERROR [ValidatorResourcesInitializer] Error at (13, -1: No
ClassLoaders found for: org.apache.commons.validator.FormSet
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.FormSet


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Problem running Struts-example on JBoss 3.0

2003-01-08 Thread James Mitchell
The only 3.x version of JBoss/Tomcat that I can run without having to
deploy validator.jar outside of my war is jboss-3.0.3/tomcat-4.0.5.
There are classloader issues, but I have not followed the details for
resolving it (if there is even a fix).



--
James Mitchell
Software Engineer/Open Source Evangelist
http://www.open-tools.org

C makes it easy to shoot yourself in the foot; C++ makes it harder, but
when you do, it blows away your whole leg. 
- Bjarne Stroustrup


 -Original Message-
 From: Iris [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, January 08, 2003 3:33 AM
 To: Struts Users Mailing List
 Subject: Re: Problem running Struts-example on JBoss 3.0
 
 
 Do you have the commons-validator.jar in JBOSS/server/default/lib ?
 
 Iris
 
 Mervin Williams wrote:
 
 I deployed the struts-example sample application onto the Jboss 3.0
 server, but am getting errors.  If anyone has the 
 struts-example running
 on Jboss 3.0, please let me know how you overcame these errors.
 
 Here are the errors:
 
 14:12:20,706 INFO  [ValidatorPlugIn] Loading validation 
 rules file from
 '/WEB-INF/validator-rules.xml' 14:12:20,736 ERROR [Digester] 
 Begin event
 threw exception
 java.lang.ClassNotFoundException: No ClassLoaders found for:
 org.apache.commons.validator.ValidatorAction
 . . .
 14:12:20,816 ERROR [ValidatorResourcesInitializer] Error at 
 (51, -1: No
 ClassLoaders found for: org.apache.commons.validator.ValidatorAction
 java.lang.ClassNotFoundException: No ClassLoaders found for:
 org.apache.commons.validator.ValidatorAction
 . . .
 14:12:20,916 INFO  [ValidatorPlugIn] Loading validation 
 rules file from
 '/WEB-INF/validation.xml' 14:12:20,926 ERROR [Digester] Begin event
 threw exception
 java.lang.ClassNotFoundException: No ClassLoaders found for:
 org.apache.commons.validator.FormSet
 . . .
 14:12:21,006 ERROR [ValidatorResourcesInitializer] Error at 
 (13, -1: No
 ClassLoaders found for: org.apache.commons.validator.FormSet
 java.lang.ClassNotFoundException: No ClassLoaders found for:
 org.apache.commons.validator.FormSet
 
 
 --
 To unsubscribe, e-mail:   
 mailto:struts-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
   
 
 
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:struts-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Problem running Struts-example on JBoss 3.0

2003-01-08 Thread Fred So
JBoss seems to have a dated version of the commons jars.

I came across some errors and resolved it by replacing those with the
version that came with Struts in JBoss' lib directory.

Fred


  To: 'Struts Users Mailing List' 
  [EMAIL PROTECTED]  

 Subject: RE: Problem running Struts-example on JBoss 3.0   



The only 3.x version of JBoss/Tomcat that I can run without having to
deploy validator.jar outside of my war is jboss-3.0.3/tomcat-4.0.5.
There are classloader issues, but I have not followed the details for
resolving it (if there is even a fix).



--
James Mitchell
Software Engineer/Open Source Evangelist
http://www.open-tools.org

C makes it easy to shoot yourself in the foot; C++ makes it harder, but
when you do, it blows away your whole leg.
- Bjarne Stroustrup


 -Original Message-
 From: Iris [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 08, 2003 3:33 AM
 To: Struts Users Mailing List
 Subject: Re: Problem running Struts-example on JBoss 3.0


 Do you have the commons-validator.jar in JBOSS/server/default/lib ?

 Iris

 Mervin Williams wrote:

 I deployed the struts-example sample application onto the Jboss 3.0
 server, but am getting errors.  If anyone has the
 struts-example running
 on Jboss 3.0, please let me know how you overcame these errors.
 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Problem running Struts-example on JBoss 3.0

2003-01-07 Thread Mervin Williams
I deployed the struts-example sample application onto the Jboss 3.0
server, but am getting errors.  If anyone has the struts-example running
on Jboss 3.0, please let me know how you overcame these errors.

Here are the errors:

14:12:20,706 INFO  [ValidatorPlugIn] Loading validation rules file from
'/WEB-INF/validator-rules.xml' 14:12:20,736 ERROR [Digester] Begin event
threw exception
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.ValidatorAction
. . .
14:12:20,816 ERROR [ValidatorResourcesInitializer] Error at (51, -1: No
ClassLoaders found for: org.apache.commons.validator.ValidatorAction
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.ValidatorAction
. . .
14:12:20,916 INFO  [ValidatorPlugIn] Loading validation rules file from
'/WEB-INF/validation.xml' 14:12:20,926 ERROR [Digester] Begin event
threw exception
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.FormSet
. . .
14:12:21,006 ERROR [ValidatorResourcesInitializer] Error at (13, -1: No
ClassLoaders found for: org.apache.commons.validator.FormSet
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.apache.commons.validator.FormSet


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]