Jim Henderson wrote:

I have been in IT for approximately 25 years

Scary ;-)

and worked with Cobol, C++,
Fortran, PL1, Java, and others on IBM S390, PDPs, AS400s, PCs.
No Lisp? That's the problem!

I believe
Tomcat is a great server environment. It has a lot of strengths and is
evolving rapidly. Many talented developers dedicate vast amounts of time to
the project. I appreciate their efforts.
In all cases, error processing and reporting could be a difficult task. I
appreciate the effort that it requires. But I do believe for Tomcat to
flourish, which I hope it does, it needs more attention in this area. For
over a week I have been painstakingly trying to set up Server.xml with my
context data. Yet, I am simply rewarded with the following non-descriptive
error message. I pity people that are in a production environment with
development schedules who encounter similar situations. In general, Tomcat
deserves high marks. But for error processing and reporting, it deserves an
"F".

You deverse an "F" also for the kind of information you just posted ;-) Please tell us more what you are trying to do. Which platform?, Which Tomcat version (I guess its 4.1.x...but I don't like guessing), What your app is trying to do and most importantly, add your web.xml file. Is the Tomcat example working? Have you try to increase the logging level?

Then we will revise your note and maybe help you and give a "C" ;-)

-- Jeanfrancois ---see---> (http://jakarta.apache.org/site/mail.html) :-)


Just my $0.02


2003-02-03 09:32:57 StandardContext[/mfnettags]: Starting
2003-02-03 09:32:57 StandardContext[/mfnettags]: Processing start(), current
available=false
2003-02-03 09:32:57 StandardContext[/mfnettags]: Configuring default
Resources
2003-02-03 09:32:57 StandardContext[/mfnettags]: Resources start failed:
2003-02-03 09:32:57 StandardContext[/mfnettags]: Configuring non-privileged
default Loader
2003-02-03 09:32:57 StandardContext[/mfnettags]: Configuring default Manager
2003-02-03 09:32:57 StandardContext[/mfnettags]: Processing standard
container startup
2003-02-03 09:32:57 StandardContext[/mfnettags]: Context startup failed due
to previous errors
2003-02-03 09:32:57 StandardContext[/mfnettags]: Exception during cleanup
after start failed
LifecycleException: Container StandardContext[/mfnettags] has not been
started
at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3621)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:738)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
at
org.apache.catalina.core.StandardService.start(StandardService.java:497)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2189)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
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.main(Bootstrap.java:203)




------------------------------------------------------------------------

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

Reply via email to