• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Exception Starting Tomcat 4.1.30

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I get the following exception:


What can I do to fix this?

Thanks a lot.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this a new installation or has it been running OK before?
Bill
 
Thomas Meinecke
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bill,

it's a new one and I have changed nothing.

Thomas
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only things I can think of are:
1. There is some interference with jar files left over from a earlier installation of Tomcat
2. The download or installation got damaged somehow
3. Your system has some Apache commons libraries installed that are incompatible

Which version of Java is installed?

You might try commenting out the Listener MBeans declarations in server.xml

Bill
 
Thomas Meinecke
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by William Brogden:
The only things I can think of are:
1. There is some interference with jar files left over from a earlier installation of Tomcat
2. The download or installation got damaged somehow
3. Your system has some Apache commons libraries installed that are incompatible

Which version of Java is installed?

You might try commenting out the Listener MBeans declarations in server.xml



1. The system was set up not that long ago.
2. ???
3. ???

Java 1.4.2_05

Commenting out MBeans aloows to start the server without exception. But what's consequence for me?

Thomas
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The consequence of commenting out mbeans I have not figured that out either - does anybody know why Tomcat 4.1.30 comes with those mbean listeners turned on???
 
For my next feat, I will require a volunteer from the audience! Perhaps this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic