Please take my address out of your mailing list !

2005-09-16 Thread francesca . villa . haenni
Dear who-ever

every day I get more than 50 mails from people I don't know. I don't even
know, what  tomcat means (is it a plane?).

COULD YOU PLEASE TAKE MY NAME OUT OF YOUR DISTRIBUTION LIST?

Thank you very much!

francesca villa hänni
_
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.


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



problem installation Tomcat

2005-03-01 Thread Francesca
I have this error:

Using CATALINA_BASE: C:\jakarta-tomcat-5.5.4\
Using CATALINA_HOME: C:\jakarta-tomcat-5.5.4\
Using CATALINA_TMPDIR: C:\jakarta-tomcat-5.5.4\\temp
Using JAVA_HOME: C:\j2sdk1.4.2_06

log4j:WARN No appenders could be found 
forloggerorg.apache.catalina.startup.ClassLoaderFactory.
log4j:WARN Please initialize the log4j system properly.
created MBeanServer with ID: ...
java.lang.reflect.InvocationTargetExeption
at sun.reflect.NativeMethodAccessorImpl.invoke0native Method
at sun.reflect.NativeMethodAccessorImpl.invokenativeMethodAccessorImpl.java:39
at 
sun.reflect.DelegatingMethodAccessorImpl.invokeDelegatingMethodAccessorImpl.java:25

at java.lang.reflect.Method.invokeMethode.java:324
at org.apache.catalina.startup.Bootstrap.startBootstrap.java:271
at org.apache.catalina.startup.Bootstrap.mainBootstrap.java:409

Caused by: java.lang.NullPointerException
at org.apache.catalina.startup.Catalina.awaitCatalina.java:600
at org.apache.catalina.startup.Catalina.startCatalina.java:560

..6 more

Can you help me?
I need Tomcat to work with Cayenne!

thank you very much!!!
chicca


Francesca Villa Haenni/CH/HR/PwC is out of the office.

2004-12-28 Thread francesca . villa . haenni
I will be out of the office starting  23.12.2004 and will not return until
03.01.2005.

I will respond to your message when I return. For urgent matters, please
contact Elisabeth Ziller on her mobile (076/577 99 78).
_
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.


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



Re: No .jsp compiles

2002-11-14 Thread Francesca Arecco
Which configuration do you have?

I've the same problem on
Win 2k
Tomcat  4.1.12
Apache 2.0.42
mod_jk2-2.0.42
Everything runs fine with servlet, when I try to execute  a JSP I get 
the same error as you.




Glen Eustace wrote:

I seem to have something fundamentally wrong with my installation but do
not have sufficient experience with Tomcat or Java to identify what it
is.  All .jsp pages give the following sort of error.

Returned in Browser.

root cause 
org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
   [javac] Compiling 1 source file


   at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
   at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
   at
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:315)


From logs

-
2002-11-14 17:34:52 StandardHost[jsp.godzone.net.nz]: Installing web
application at context path /agree from URL file:/home22/agree
2002-11-14 17:34:52 WebappLoader[/agree]: Deploying class repositories
to work directory /var/tomcat4/work/Standalone/jsp.godzone.net.nz/agree
2002-11-14 17:34:52 WebappLoader[/agree]: Deploy class files
/WEB-INF/classes to /home22/agree/WEB-INF/classes
2002-11-14 17:34:53 StandardManager[/agree]: Seeding random number
generator class java.security.SecureRandom
2002-11-14 17:34:53 StandardManager[/agree]: Seeding of random number
generator has been completed
2002-11-14 17:34:53 StandardWrapper[/agree:default]: Loading container
servlet default
2002-11-14 17:34:54 default: init
2002-11-14 17:34:54 StandardWrapper[/agree:invoker]: Loading container
servlet invoker
2002-11-14 17:34:54 invoker: init
2002-11-14 17:34:54 jsp: init
2002-11-14 17:34:56 Error compiling file:
/var/tomcat4/work/Standalone/jsp.godzone.net.nz/agree/count_jsp.java
[javac] Compiling 1 source file

2002-11-14 17:34:56 StandardWrapperValve[jsp]: Servlet.service() for
servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP
   at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:477)
   at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:182)
   at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)




--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

 





--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Apache 2.0.42 Tomcat 4.1.12 - mod_jk2 on Win2k

2002-11-12 Thread Francesca Arecco
Hi everybody,

I have the following configuration:
   Win2k SP3
   JDK 1.4.0_01
   Apache 2.0.42
   Tomcat 4.1.12
   mod_jk2_2.0.42.dll

Has anyone this configuration worker properly?
Has anyone a workers2.properties and jk2.properites example files?

My servlets seem to work fine, while when I try to reach a JSP I get the 
following error:

HTTP Status 500
Type Exception report
Description The server encountered an internal error () that prevented 
it from fulfilling this request.
org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
   [javac] Compiling 1 source file
   at 
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
   at 
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
   at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:313)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:324)
   at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
   at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
   at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
   at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
   at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
   at tributi.schedaunimm.client.ServletUnImm.doGet(ServletUnImm.java:114)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
   at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
   at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
   at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
   at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
   at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
   at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
   at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
   at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
   at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
   at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
   at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
   at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
   at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at 
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
   at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:256)
   at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:361)
   at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:563)
   at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:535)
   at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:638)
   at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
   at java.lang.Thread.run(Thread.java:536)


Thanks in advance
Francesca Arecco
ITALY




--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org



Compiling jsp in Apache-Tomcat-modjk2 configuration

2002-11-08 Thread Francesca Arecco
Hi everybody.

I'm running a web appl. in the following configuration (Win 2k
server):
Tomcat 4.1.12
Apache 2.0.42
mod_jk2-2.0.42.dll
jdk1.4.0_01

The first time I make a request via http, the system doesnt't succed
in generating the .class corresponding to the _jsp.java.

It seems to be a compiling problem, as the system works properly if I
directly put the .class file (generated elsewhere) in the
$(TOMCAT_HOME)\work\...\JSP directory (where the .java is).

I paste below the lines of my 'workers2.properties' in which I
configure the VM:

[vm:]
info=Parameters used to load a JVM in the server process
JVM=$(JDK_HOME)\jre\bin\server\jvm.dll
OPT=-Djava.class.path=$(TOMCAT_HOME)\bin\tomcat-jni.jar;$(TOMCAT_HOME)\server\lib\commons-logging.jar
OPT=-Dtomcat.home=$(TOMCAT_HOME)
OPT=-Dcatalina.home=$(TOMCAT_HOME)
OPT=-Djava.compiler=$(JDK_HOME)\bin\
disabled=0


The error is:

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
   [javac] Compiling 1 source file



	at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
	at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)

..



Thanks in advance for your help!
Francesca ;-)




--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org



problems with apache 1.3.19 and tomcat 3.2.3

2002-06-05 Thread Nicolai Francesca

 
Hi,
I have a problem with my apache and tomcat.
I've configured my apache1.3.19 to work with tomcat 3.2.3 using
servlets.
It seems to work fine but from few days a found a lot of errors in
mod_jk.conf log file:
[jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed
 
I've looked at the number of open connections and I' found that there
are a lot of ESTABILISHED connections on tomcat port:
 
netstat -an|grep 127.0.0.1.8019|grep ESTA|wc -l
400 
while the number of http estabilished connections are  about 70
 
Have you any suggests?
 
Thanks in advance
 
francesca
 

Francesca Nicolai 
Ksolutions SpA 
via Lenin 132/26 
56017 S. Martino Ulmiano (PI) - ITALY 
tel.: +39 (0)50 898 111 
fax.: +39 (0)50 861 200 
email: [EMAIL PROTECTED] 

 

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




RE: ReloadTask needs improvement

2002-06-05 Thread Nicolai Francesca

please stop sending this email!
thanks

Francesca Nicolai
Ksolutions SpA
via Lenin 132/26
56017 S. Martino Ulmiano (PI) - ITALY
tel.: +39 (0)50 898 111
fax.: +39 (0)50 861 200
email: [EMAIL PROTECTED]



-Original Message-
From: anette mysel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 4:50 PM
To: Tomcat Users List
Subject: Re: ReloadTask needs improvement


PLEASE REMOVE ME FROM YOUR MAILING LIST. I DO NOT KNOW WHO YOU ARE...
- Original Message - 
From: Alexander ten Bruggencate [EMAIL PROTECTED]
To: tomcat user mailing list [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 7:23 AM
Subject: ReloadTask needs improvement




--
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]