Aristide,

My first suggestion would be that you use a different port than 88,
(I remember something about ports lower than ~1000 being restricted use).
Try using a port in the high end of the range, say above 8080.

-Christian 

Christian Rudolph
NewsEdge Corp.
80 Blanchard Road
Burlington, MA 01803


-----Original Message-----
From: Aristide Aragon [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 2:33 AM
To: [EMAIL PROTECTED]
Subject: Re: installation problems.


I was able to solve the instal. problems I described in this post, however,
a new problem surged.
When I start tomcat, by typing $TOMCAT_HOME/bin/startup.sh I get the
classpath printed, and then I get:

FATAL: configuration error
java.lang.SecurityException: sealing violation
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:120)
        at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:117)
        at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:210)
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:187)
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

What could that be?

I changed the conf. file from port 8080 to port 88, but nothing other than
that, and it did give the error before I changed that.
I am starting tomcat as root on a Linux system using JDK 1.3, and the most
recent versions of everything tomcat requires (actually I had to symlink
directory jaxp-1.1 to jaxp-1.0.1 because it apparetnly is hardwired to that
dir name.

Any help would be appreciated.

Aristide -hog

Reply via email to