RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
This could be a bug on the latest distribution of Tomcat 5.0.16 for Solaris.  I just 
did a standard install from scratch, modified the Connector ports to new numbers (to 
avoid conflicts with previous install), renamed localhost to the real machine name in 
Engine defaultHost and in Host, and nothing else.  I had the same problem.

WORKAROUND:  Copy commons-digester.jar and commons-beanutil.jar from server/lib to 
common/lib.  This worked for me.

Bruno 


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



RE: NoClassDefFoundError: Digester

2004-01-16 Thread Shapira, Yoav

Howdy,

This could be a bug on the latest distribution of Tomcat 5.0.16 for
Solaris.  I just did a standard install from scratch, modified the
Connector ports to new numbers (to avoid conflicts with previous
install),
renamed localhost to the real machine name in Engine defaultHost and
in
Host, and nothing else.  I had the same problem.

I can't reproduce that.  I installed tomcat 5.0.16 on solaris just fine
a few minutes ago.  The balancer app is privileged so it can see
server/lib.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
That is very strange.  I untarred from the posted binary 
jakarta-tomcat-5.0.16.tar.gz to the target directory, then modified server.xml.  The 
error happened until I copied those two files to common.  

Could it be that we used different install sources or approaches?

bruno

-Original Message-
From: ext Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 11:39 AM
To: Tomcat Users List
Subject: RE: NoClassDefFoundError: Digester



Howdy,

This could be a bug on the latest distribution of Tomcat 5.0.16 for
Solaris.  I just did a standard install from scratch, modified the
Connector ports to new numbers (to avoid conflicts with previous
install),
renamed localhost to the real machine name in Engine defaultHost and
in
Host, and nothing else.  I had the same problem.

I can't reproduce that.  I installed tomcat 5.0.16 on solaris just fine
a few minutes ago.  The balancer app is privileged so it can see
server/lib.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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


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



RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
One more note that may (or may not) be relevant:  I am running Tomcat with a dedicated 
solaris user ID, not as root.

-Original Message-
From: ext Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 11:39 AM
To: Tomcat Users List
Subject: RE: NoClassDefFoundError: Digester



Howdy,

This could be a bug on the latest distribution of Tomcat 5.0.16 for
Solaris.  I just did a standard install from scratch, modified the
Connector ports to new numbers (to avoid conflicts with previous
install),
renamed localhost to the real machine name in Engine defaultHost and
in
Host, and nothing else.  I had the same problem.

I can't reproduce that.  I installed tomcat 5.0.16 on solaris just fine
a few minutes ago.  The balancer app is privileged so it can see
server/lib.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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


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



RE: NoClassDefFoundError: Digester

2004-01-16 Thread Shapira, Yoav

Howdy,

One more note that may (or may not) be relevant:  I am running Tomcat
with
a dedicated solaris user ID, not as root.

Same here.  Tomcat 5.0.16 zip downloaded from apache main distribution
site, Solaris 8 (with all OS patches), JDK 1.4.2.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: NoClassDefFoundError : Digester

2004-01-06 Thread Hume, John - NA US HQ Delray
No webapps can see any JARs in server/lib.  I'm not familiar with Balancer,
but I would guess Digester will need to move to common/lib.

-john.


-Original Message-
From: 29djeo [mailto:[EMAIL PROTECTED]
Sent: Monday, January 05, 2004 4:29 PM
To: [EMAIL PROTECTED]
Subject: NoClassDefFoundError : Digester


I set up Tomcat successfully but when I added the following to my server.xml
file I get NoClassDefFoundError from tomcat:

  Host name=www.mydomain1.com debug=0
 appBase=webapps 
 unpackWARs=true autoDeploy=true

Context path= docBase=mydomain1 debug=1/

Valve className=org.apache.catalina.valves.AccessLogValve
 directory=logs  prefix=mydomain1_access_log.
suffix=.txt
 pattern=common resolveHosts=false/
/Host


from the catalina_log file (note I do have commons-digester.jar in the
server/lib directory):

2004-01-05 16:19:52 StandardContext[/balancer]Exception starting filter
BalancerFilter
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at
org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:107)
at
org.apache.webapp.balancer.RulesParser.init(RulesParser.java:85)
at
org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilter
Config.java:272)
at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFil
terConfig.java:355)
at
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilterCon
fig.java:126)
at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:36
46)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4263)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:8
66)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j
ava:316)
at
org.apache.catalina.core.StandardHost.install(StandardHost.java:859)
at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:723
)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:393)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:166)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518)
at
org.apache.catalina.core.StandardService.start(StandardService.java:519)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2343)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)


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



RE: NoClassDefFoundError : Digester

2004-01-06 Thread Shapira, Yoav

Howdy,
The balancer webapp requires digester.  In the default setup, balancer
is a privileged webapp, so it can and does use the copy of digester in
server/lib (what Mr. Hume said is wrong).

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Hume, John - NA US HQ Delray [mailto:[EMAIL PROTECTED]
Sent: Monday, January 05, 2004 5:14 PM
To: 'Tomcat Users List'
Subject: RE: NoClassDefFoundError : Digester

No webapps can see any JARs in server/lib.  I'm not familiar with
Balancer,
but I would guess Digester will need to move to common/lib.

-john.


-Original Message-
From: 29djeo [mailto:[EMAIL PROTECTED]
Sent: Monday, January 05, 2004 4:29 PM
To: [EMAIL PROTECTED]
Subject: NoClassDefFoundError : Digester


I set up Tomcat successfully but when I added the following to my
server.xml
file I get NoClassDefFoundError from tomcat:

  Host name=www.mydomain1.com debug=0
 appBase=webapps
 unpackWARs=true autoDeploy=true

   Context path= docBase=mydomain1 debug=1/

   Valve
className=org.apache.catalina.valves.AccessLogValve
 directory=logs  prefix=mydomain1_access_log.
suffix=.txt
 pattern=common resolveHosts=false/
   /Host


from the catalina_log file (note I do have commons-digester.jar in the
server/lib directory):

2004-01-05 16:19:52 StandardContext[/balancer]Exception starting filter
BalancerFilter
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
   at
org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:
107)
   at
org.apache.webapp.balancer.RulesParser.init(RulesParser.java:85)
   at
org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121)
   at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationF
ilte
r
Config.java:272)
   at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicati
onFi
l
terConfig.java:355)
   at
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilt
erCo
n
fig.java:126)
   at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.ja
va:3
6
46)
   at
org.apache.catalina.core.StandardContext.start(StandardContext.java:426
3)
   at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
ava:
8
66)
   at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
   at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
   at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeplo
yer.
j
ava:316)
   at
org.apache.catalina.core.StandardHost.install(StandardHost.java:859)
   at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.jav
a:72
3
)
   at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
   at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002)
   at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:3
93)
   at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleS
uppo
r
t.java:166)
   at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
   at
org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
   at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125)
   at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518)
   at
org.apache.catalina.core.StandardService.start(StandardService.java:519
)
   at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2343)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
va:3
9
)
   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
rImp
l
.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
   at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



NoClassDefFoundError : Digester

2004-01-05 Thread 29djeo
I set up Tomcat successfully but when I added the following to my server.xml file I 
get NoClassDefFoundError from tomcat:

  Host name=www.mydomain1.com debug=0
 appBase=webapps 
 unpackWARs=true autoDeploy=true

Context path= docBase=mydomain1 debug=1/

Valve className=org.apache.catalina.valves.AccessLogValve
 directory=logs  prefix=mydomain1_access_log. suffix=.txt
 pattern=common resolveHosts=false/
/Host


from the catalina_log file (note I do have commons-digester.jar in the server/lib 
directory):

2004-01-05 16:19:52 StandardContext[/balancer]Exception starting filter BalancerFilter
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:107)
at org.apache.webapp.balancer.RulesParser.init(RulesParser.java:85)
at org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121)
at 
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:272)
at 
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:355)
at 
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilterConfig.java:126)
at 
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3646)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4263)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at 
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:316)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:859)
at 
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:723)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:393)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:2343)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)



RE: NoClassDefFoundError: Digester

2003-12-24 Thread 29djeo

apparently I have several.  It looks like two came with redhat linux. one in 
/usr/share/java/commons-digester-1.5/ and 1 in usr/local/commons-digester-1.5


   ---Original Message---
From: Shapira, Yoav [EMAIL PROTECTED]
Subject: RE: NoClassDefFoundError: Digester
Sent: 22 Dec 2003 10:25:05
   
 Howdy,
 You need the commons-digester library to use the balancer webapp.
 There's a copy in $CATALINA_HOME/server/lib if you can't find one.
 However, your specific error is NOT a ClassNotFoundException.  It
 indicates a different version of the Digester library is on the runtime
 classpath.  Have you download a different Digester version, or maybe
 have one within your IDE?  It's tough to tell more without any context
 as to when/where you're getting the exception.
 
 Yoav Shapira
 Millennium ChemInformatics
 
 
 -Original Message-
 From: 29djeo [mailto:[EMAIL PROTECTED]
 Sent: Saturday, December 20, 2003 8:07 PM
 To: [EMAIL PROTECTED]
 Subject: NoClassDefFoundError: Digester
 
 what does this mean?
 
 2003-12-20 14:43:11 StandardContext[/balancer]Exception starting filter
 BalancerFilter
 java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
 at
 org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:
 107)
 at org.apache.webapp.balancer.RulesParser.init(RulesParser.java:85)
 at
 org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121)
 at
 org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationF
 ilte
 rConfig.java:272)
 at
 org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicati
 onFi
 lterConfig.java:355)
 at
 org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilt
 erCo
 nfig.java:126)
 at
 org.apache.catalina.core.StandardContext.filterStart(StandardContext.ja
 va:3
 646)
 at
 org.apache.catalina.core.StandardContext.start(StandardContext.java:426
 3)
 at
 org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
 ava:
 866)
 at
 org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
 at
 org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
 at
 org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeplo
 yer.
 java:316)
 at org.apache.catalina.core.StandardHost.install(StandardHost.java:859)
 at
 org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.jav
 a:72
 3)
 at
 org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
 at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002)
 at
 org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:3
 93)
 at
 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleS
 uppo
 rt.java:166)
 at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
 at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125)
 at
 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518)
 at
 org.apache.catalina.core.StandardService.start(StandardService.java:519)
 at
 org.apache.catalina.core.StandardServer.start(StandardServer.java:2343)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
 va:3
 9)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
 rImp
 l.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)
 
 
 
 This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary and/or 
privileged.  This e-mail is intended only for the individual(s) to whom it is 
addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  
If you are not the(an) intended recipient, please immediately delete this e-mail from 
your computer system and notify the sender.  Thank you.
   ---Original Message---




RE: NoClassDefFoundError: Digester

2003-12-24 Thread Shapira, Yoav

Howdy,

apparently I have several. It looks like two came with redhat linux.
one in /usr/share/java/commons-digester-1.5/ and 1 in
usr/local/commons-digester-1.5

But these aren't part of your tomcat installation.  What digester jars
do you have under $CATALINA_HOME?

Yoav Shapira


---Original Message---
 From: Shapira, Yoav [EMAIL PROTECTED]
 Subject: RE: NoClassDefFoundError: Digester
 Sent: 22 Dec 2003 10:25:05

 Howdy,
 You need the commons-digester library to use the balancer webapp.
 There's a copy in $CATALINA_HOME/server/lib if you can't find one.
 However, your specific error is NOT a ClassNotFoundException. It
 indicates a different version of the Digester library is on the
runtime
 classpath. Have you download a different Digester version, or maybe
 have one within your IDE? It's tough to tell more without any context
 as to when/where you're getting the exception.

 Yoav Shapira
 Millennium ChemInformatics


 -Original Message-
 From: 29djeo [mailto:[EMAIL PROTECTED]
 Sent: Saturday, December 20, 2003 8:07 PM
 To: [EMAIL PROTECTED]
 Subject: NoClassDefFoundError: Digester
 
 what does this mean?
 
 2003-12-20 14:43:11 StandardContext[/balancer]Exception starting
filter
 BalancerFilter
 java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
 at

org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:
 107)
 at org.apache.webapp.balancer.RulesParser.init(RulesParser.java:85)
 at

org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121)
 at

org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationF
 ilte
 rConfig.java:272)
 at

org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicati
 onFi
 lterConfig.java:355)
 at

org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilt
 erCo
 nfig.java:126)
 at

org.apache.catalina.core.StandardContext.filterStart(StandardContext.ja
 va:3
 646)
 at

org.apache.catalina.core.StandardContext.start(StandardContext.java:426
 3)
 at

org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
 ava:
 866)
 at

org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
 at
 org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
 at

org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeplo
 yer.
 java:316)
 at
org.apache.catalina.core.StandardHost.install(StandardHost.java:859)
 at

org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.jav
 a:72
 3)
 at
 org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
 at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002)
 at

org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:3
 93)
 at

org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleS
 uppo
 rt.java:166)
 at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
 at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125)
 at
 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518)
 at

org.apache.catalina.core.StandardService.start(StandardService.java:519)
 at

org.apache.catalina.core.StandardServer.start(StandardServer.java:2343)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
 va:3
 9)
 at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
 rImp
 l.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)



 This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential,
proprietary and/or privileged. This e-mail is intended only for the
individual(s) to whom it is addressed, and may not be saved, copied,
printed, disclosed or used by anyone else. If you are not the(an)
intended recipient, please immediately delete this e-mail from your
computer system and notify the sender. Thank you.
---Original Message---




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: NoClassDefFoundError: Digester

2003-12-22 Thread Shapira, Yoav

Howdy,
You need the commons-digester library to use the balancer webapp.
There's a copy in $CATALINA_HOME/server/lib if you can't find one.
However, your specific error is NOT a ClassNotFoundException.  It
indicates a different version of the Digester library is on the runtime
classpath.  Have you download a different Digester version, or maybe
have one within your IDE?  It's tough to tell more without any context
as to when/where you're getting the exception.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: 29djeo [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 20, 2003 8:07 PM
To: [EMAIL PROTECTED]
Subject: NoClassDefFoundError: Digester

what does this mean?

2003-12-20 14:43:11 StandardContext[/balancer]Exception starting filter
BalancerFilter
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at
org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:
107)
at org.apache.webapp.balancer.RulesParser.init(RulesParser.java:85)
at
org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationF
ilte
rConfig.java:272)
at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicati
onFi
lterConfig.java:355)
at
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilt
erCo
nfig.java:126)
at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.ja
va:3
646)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:426
3)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
ava:
866)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeplo
yer.
java:316)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:859)
at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.jav
a:72
3)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:3
93)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleS
uppo
rt.java:166)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518)
at
org.apache.catalina.core.StandardService.start(StandardService.java:519)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2343)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
va:3
9)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
rImp
l.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



NoClassDefFoundError: Digester

2003-12-20 Thread 29djeo
what does this mean?

2003-12-20 14:43:11 StandardContext[/balancer]Exception starting filter BalancerFilter
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:107)
at org.apache.webapp.balancer.RulesParser.init(RulesParser.java:85)
at org.apache.webapp.balancer.BalancerFilter.init(BalancerFilter.java:121)
at 
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:272)
at 
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:355)
at 
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilterConfig.java:126)
at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3646)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4263)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:316)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:859)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:723)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1002)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:393)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:518)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:2343)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)