Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 73814 invoked from network); 13 Feb 2001 18:23:21 -0000 Received: from mail1.columbiafunds.com (HELO cmc-exchange.columbiafunds.com) (209.162.223.70) by h31.sny.collab.net with SMTP; 13 Feb 2001 18:23:21 -0000 Received: from 10.1.2.39 by cmc-exchange.columbiafunds.com with SMTP ( Tumbleweed MMS SMTP Relay (MMS v4.7)); Tue, 13 Feb 2001 10:22:53 -0800 X-Server-Uuid: f8bf8a56-859d-11d3-a23d-00805f2535ba From: "John Golubenko" Date: Tue, 13 Feb 2001 18:22:53 GMT Message-ID: <20010213.18225300@cmc02199.columbiafunds.com> Subject: RE: EARGENT! To: tomcat-user@jakarta.apache.org In-Reply-To: References: X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 X-WSS-ID: 1697A4F7290178-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Probably not. It's clear that you got problems between two of those. The= =20 AJP12 protocol tomcat uses to communicate with Apache (that's why you load mod_jser.o i= n=20 Apache), First thing to do, is try to load the pages using the Tomcat's default=20 port 8080, like localhost:8080/path/to/jsp , /examples, /path/to/servlet/ServletName,=20 etc. If 8080 port isn't working, check the $TOMCAT_HOME/conf/server.xml file. (or=20 check by running: cat $TOMCAT_HOME/conf/server.xml | grep 80, this will show the 80* ports= =20 you have, if any at all.). If you got your pages loaded under 8080, then= =20 it's a Apaches->Tomcat problem. The configuration file maybe not valid. = You may send the apache's httpd.conf and tomcats server.xml file here, s= o=20 we can take a look at it. Because I personally=20 have no idea what's going on there. - John. P.S. This is why I think it is: > > ...(EMERGENCY) ajp12: can not connect to host 127.0.0.1 > > ...(EMERGENCY) ajp12: function connection fail. And: >=20 org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnec= ti > on > > (Ajp12ConnectionHandler.java:156) >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/13/01, 9:58:29 AM, "Lifeng Xu" wrote regarding RE:=20 EARGENT!: > Thanks for your response! > I configured to start Tomcat when apache starts. Seems to me that they= > starts ok... > Lifeng > -----Original Message----- > From: John Golubenko [mailto:golubenkoj@columbiafunds.com] > Sent: Tuesday, February 13, 2001 11:51 AM > To: tomcat-user@jakarta.apache.org > Subject: Re: EARGENT! > Do you have Apache running? Or you run in standalone mode? (Only Tomca= t) > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > On 2/13/01, 9:45:08 AM, "Lifeng Xu" wrote regarding > EARGENT!: > > Hi, > > I am running Tomcat/JServ on Linux with Inprise ejb container. When = I > access > > one of my jsp pages, I got error message from Apache's error log (se= e > > bellow). I checked mod_jserv.log also. There some info in the > mod_jserv.log > > such as: > > ...(EMERGENCY) ajp12: can not connect to host 127.0.0.1 > > ...(EMERGENCY) ajp12: function connection fail. > > ... > > ...(ERROR) wrapper: argument[..] /usr/local/jdk1.3/bin/java > > ... > > I have no idea what's causing this. And, not all jsp access fails. M= ost > of > > the jsps functioning correctly. > > Bellow is the error I found from apache's error_log. > > I need to fix this now and get the app running right away! So please= help > > me! > > Many thanks. > > Lifeng > > java.rmi.MarshalException: CORBA MARSHAL 0[] > > at java.lang.Throwable.(Throwable.java:96) > > at java.lang.Exception.(Exception.java:44) > > at java.io.IOException.(IOException.java:49) > > at java.rmi.RemoteException.(RemoteException.java:58) > > at java.rmi.MarshalException.(MarshalException.java:49) > > at java.lang.reflect.Constructor.newInstance(Native Method) > > at com.inprise.vbroker.rmi.CORBA.UtilImpl.newInstance(UtilImpl.java= :82) > > at > > >=20 com.inprise.vbroker.rmi.CORBA.UtilImpl._mapSystemException(UtilImpl.java= :3 > 26 > > ) > > at > > >=20 com.inprise.vbroker.rmi.CORBA.UtilImpl.mapSystemException(UtilImpl.java:= 45 > 1) > > at javax.rmi.CORBA.Util.mapSystemException(Util.java:51) > > at > > >=20 com.rims.memberlink.ejb._NewEnrollee_Stub.validateNewDemo(_NewEnrollee_S= tu > b. > > java:208) > > at > > >=20 com.rims.memberlink.toolkit.NewEnrollmentToolkit.ValidateCurrentPage(New= En > ro > > llmentToolkit.java:1318) > > at > > >=20 com.rims.memberlink.toolkit.NewEnrollmentToolkit.processPage(NewEnrollme= nt > To > > olkit.java:995) > > at > > >=20 _0002fValidate_0002ejspValidate_jsp_0._jspService(_0002fValidate_0002ejs= pV > al > > idate_jsp_0.java:373) > > at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:1= 26) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > > >=20 org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServle= t. > ja > > va:174) > > at > > org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:= 261) > > at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369= ) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > > >=20 org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:= 50 > 3) > > at > > org.apache.tomcat.core.ContextManager.service(ContextManager.java:55= 9) > > at > > >=20 org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnec= ti > on > > (Ajp12ConnectionHandler.java:156) > > at > > >=20 org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java= :3 > 38 > > ) > > at java.lang.Thread.run(Thread.java:498) > > --------------------------------------------------------------------= - > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, email: tomcat-user-help@jakarta.apache.org > NOTICE: This communication may contain confidential or other privileg= ed > information. If you are not the intended recipient, or believe that y= ou > have received this communication in error, please do not print, copy, > retransmit, disseminate, or otherwise use the information. Also, plea= se > indicate to the sender that you have received this email in error, and= > delete the copy you received. Any communication that does not relate = to > official Columbia business is that of the sender and is neither given = nor > endorsed by Columbia. Thank you. > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org NOTICE: This communication may contain confidential or other privileged information. If you are not the intended recipient, or believe that you have received this communication in error, please do not print, copy, retransmit, disseminate, or otherwise use the information. Also, please indicate to the sender that you have received this email in error, and delete the copy you received. Any communication that does not relate to official Columbia business is that of the sender and is neither given nor endorsed by Columbia. Thank you.