You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Iwan Tantra <ta...@infoskape.com> on 2001/04/21 06:33:29 UTC

SOAP 2.1 not working on Tomcat but works on Weblogic

Hi,

I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
NullPointerException in doPost() method of the Rpcrouter servlet. But a
run on Weblogic went fine. Has anyone experienced the same error on
Tomcat?

Thanks,
Iwan


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Messaging with EJB

Posted by Saint-Martin Cécile <cs...@symetrx.com>.
We try to deploy an EJB as a SOAP message service and we have the following
error :

<faultcode>SOAP-ENV:Server.Exception:</faultcode>
<faultstring>java.lang.NullPointerException</faultstring>
<faultactor>/soap/servlet/messagerouter</faultactor>
<detail>
<stackTrace>java.lang.NullPointerException
        at org.apache.soap.providers.StatelessEJBProvider.locate(Unknown
Source)
        at org.apache.soap.server.http.MessageRouterServlet.doPost(Unknown
Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:498)
</stackTrace>
</detail>
</SOAP-ENV:Fault>

and i think it's a bug in the apache code because MessageRouterServlet pass
to StatelessEJBProvider.locat a null call object, doesn't it?

Cécile Saint-Martin
csaintmartin@symetrx.com



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Messaging with EJB

Posted by Saint-Martin Cécile <cs...@symetrx.com>.
We try to deploy an EJB as a SOAP message service and we have the following
error :

<faultcode>SOAP-ENV:Server.Exception:</faultcode>
<faultstring>java.lang.NullPointerException</faultstring>
<faultactor>/soap/servlet/messagerouter</faultactor>
<detail>
<stackTrace>java.lang.NullPointerException
        at org.apache.soap.providers.StatelessEJBProvider.locate(Unknown
Source)
        at org.apache.soap.server.http.MessageRouterServlet.doPost(Unknown
Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:498)
</stackTrace>
</detail>
</SOAP-ENV:Fault>

and i think it's a bug in the apache code because MessageRouterServlet pass
to StatelessEJBProvider.locat a null call object, doesn't it?

Cécile Saint-Martin
csaintmartin@symetrx.com



---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Messaging with EJB

Posted by Saint-Martin Cécile <cs...@symetrx.com>.
We try to deploy an EJB as a SOAP message service and we have the following
error :

<faultcode>SOAP-ENV:Server.Exception:</faultcode>
<faultstring>java.lang.NullPointerException</faultstring>
<faultactor>/soap/servlet/messagerouter</faultactor>
<detail>
<stackTrace>java.lang.NullPointerException
        at org.apache.soap.providers.StatelessEJBProvider.locate(Unknown
Source)
        at org.apache.soap.server.http.MessageRouterServlet.doPost(Unknown
Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:498)
</stackTrace>
</detail>
</SOAP-ENV:Fault>

and i think it's a bug in the apache code because MessageRouterServlet pass
to StatelessEJBProvider.locat a null call object, doesn't it?

Cécile Saint-Martin
csaintmartin@symetrx.com



Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Harshad Nanal <ha...@mahindrabt.com>.
Hi All any clue for this?
Harshad

Harshad Nanal wrote:
> 
> Thanks iwan & ALL
> 
> I am using xerces1.2.3. with placing xerces.jar in the front of
> classpath i could proceed a bit but now getting a strage error
> "javax.servlet.http.HttpServlet class not found"
> 
> I have attached output from weblogic console and from the dos box where
> i was running the example.
> 
> can you please guide me about the error?
> TIA
> Harshad
> 
> Iwan Tantra wrote:
> >
> > Harshad:
> >
> > I'm using xerces 1.1.2, NT 4.0 with SP 6. Yes I could run most (not all, I
> > haven't tried all) examples from soap21 on weblogic 5.1. But not on Tomcat
> > 3.2.1. But I could run soap20 on Tomcat. So I'm confused why soap21 went
> > wrong. I've put xerces.jar in the beginning of the path
> >
> > Iwan
> >
> > Harshad Nanal wrote:
> >
> > > Hi Iwan
> > > What is xerces version you are using?
> > > Win NT version / service pack?
> > > could run all of examples shipped with soap2_1 on weblogic?
> > >
> > > TIA
> > > Harshad
> > >
> > > Iwan Tantra wrote:
> > > >
> > > > Hi,
> > > >
> > > > I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> > > > workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> > > > NullPointerException in doPost() method of the Rpcrouter servlet. But a
> > > > run on Weblogic went fine. Has anyone experienced the same error on
> > > > Tomcat?
> > > >
> > > > Thanks,
> > > > Iwan
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > > For additional commands, email: soap-user-help@xml.apache.org
> > >
> > >   ------------------------------------------------------------------------
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > For additional commands, email: soap-user-help@xml.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
> 
>   ------------------------------------------------------------------------
> Microsoft(R) Windows NT(TM)
> (C) Copyright 1985-1996 Microsoft Corp.
> 
> C:\>d:
> 
> D:\>cd weblogic
> 
> D:\weblogic>setenv
> 
> D:\weblogic>set WL_HOME=d:\weblogic
> 
> D:\weblogic>set JAVA_HOME=c:\jdk1.3
> 
> D:\weblogic>set RMIFORMS=
> 
> D:\weblogic>set JDK_CLASSES=c:\jdk1.3\lib\tools.jar;
> 
> D:\weblogic>set CLIENT_CLASSES=d:\weblogic\myserver\clientclasses
> 
> D:\weblogic>set SERVER_CLASSES=d:\weblogic\myserver\serverclasses
> 
> D:\weblogic>set SERVLET_CLASSES=d:\weblogic\myserver\servletclasses
> 
> D:\weblogic>set CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_1;d:\soap-2_1\lib\so
> ap.jar;d:\classpath\activation.jar;d:\classpath\mail.jar;c:\jdk1.3\lib\tools.jar
> ;c:\jdk1.3\lib\tools.jar;d:\weblogic\license;d:\weblogic\classes;d:\weblogic\lib
> \weblogicaux.jar;d:\weblogic\myserver\clientclasses;d:\weblogic\myserver\serverc
> lasses
> 
> D:\weblogic>set PATH=d:\weblogic\bin;c:\jdk1.3\bin;C:\WINNT\system32;C:\WINNT;c:
> \jdk1.3\bin;d:\MSSQL7\BINN
> D:\weblogic>startweblogic
> 
> D:\weblogic>set PATH=.\bin;d:\weblogic\bin;c:\jdk1.3\bin;C:\WINNT\system32;C:\WI
> NNT;c:\jdk1.3\bin;d:\MSSQL7\BINN
> 
> D:\weblogic>set JAVA_CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_1\lib\soap.jar;
> .\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
> 
> D:\weblogic>goto runWebLogicJava
> 
> D:\weblogic>set WEBLOGIC_CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_1\lib\soap.
> jar;d:\soap-2_1;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclass
> es
> 
> D:\weblogic>if "" NEQ "" set WEBLOGIC_CLASSPATH=;d:\classpath\xerces.jar;d:\soap
> -2_1\lib\soap.jar;d:\soap-2_1;.\license;.\classes;.\lib\weblogicaux.jar;.\myserv
> er\serverclasses
> 
> D:\weblogic>if "" NEQ "" set WEBLOGIC_CLASSPATH=d:\classpath\xerces.jar;d:\soap-
> 2_1\lib\soap.jar;d:\soap-2_1;.\license;.\classes;.\lib\weblogicaux.jar;.\myserve
> r\serverclasses;
> 
> D:\weblogic>c:\jdk1.3\bin\java -ms64m -mx64m -classpath d:\classpath\xerces.jar;
> d:\soap-2_1\lib\soap.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar -Dw
> eblogic.class.path=d:\classpath\xerces.jar;d:\soap-2_1\lib\soap.jar;d:\soap-2_1;
> .\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses -Dweblogic.ho
> me=. -Djava.security.manager -Djava.security.policy==.\weblogic.policy weblogic.
> Server
> Tue Apr 24 14:20:27 GMT+05:30 2001:<I> <WebLogicServer> IIOP subsystem enabled.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> Read global properties D
> :\weblogic\weblogic.properties
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> No per-server properties
>  files found
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Logging> FileLogger initialized.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> ************ WebLogic Se
> rver (5.1.0 04/03/2000 17:13:23 #66825) 'myserver' from directory path D:\weblog
> ic
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> ************ (c) 1995, 1
> 996, 1997, 1998 WebLogic, Inc., (c) 1999 BEA Systems, Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> name', current value: 'myserver'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.l
> ogFileBufferKBytes', current value: '8'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.debug', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> helpPageURL', current value: 'd:/weblogic/myserver/public_html/docs51/adminhelp/
> '
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> weight', current value: '100'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> maxLogFileSize', current value: '1024'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.authority3', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.authority2', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.domain', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.h
> ttp.keepAliveSecs', current value: '60'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableSetGID', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.w
> ebApp', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.reloadOnModify', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> rrorPage', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.login.r
> eadTimeoutMillis', current value: '5000'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.location', current value: '(None)'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> efaultMimeType', current value: 'text/plain'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> logFile', current value: 'D:\weblogic\myserver\weblogic.log'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.top
> icSessionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.disableGuest', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.co
> nnectionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> bindAddr', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> perServerPropertiesFile', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> nativeIO.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> nonPrivUser', current value: 'nobody'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.timeoutSecs', current value: '3600'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.U
> RLResource', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.phone', current value: '(None)'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.qui
> escent', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.i
> ndexFiles', current value: 'index.html,index.htm,index.jsp'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.dgc
> .callSystemGC', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistentStoreType', current value: 'file'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> shutdownClass', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> startupFailureIsFatal', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> nable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> efaultServlet', current value: 'file'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA4', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA3', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA2', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> ocumentRoot', current value: 'public_html/'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.invalidationIntervalSecs', current value: '60'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> executeThreadCount', current value: '15'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.i
> ndexDirectories', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionPoolArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.SSL.ciphersuites', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.reloadCheckSecs', current value: '1'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.Da
> taSource', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.acl.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistence', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> defaultSecureProtocol', current value: 't3s'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.en
> ableLogFile', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> SSLListenPort', current value: '7002'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.comment', current value: 'Weblogic Server Session Tracking Cookie'
> 
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.auth.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.t
> unneling.clientTimeoutSecs', current value: '40'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'java.system.prop
> erty', current value: '[java.system.property.cloudscape.system.home=d:/weblogic/
> eval/cloudscape/data ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.ejb.dep
> loy', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.h
> ttps.keepAliveSecs', current value: '120'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.l
> ogFileName', current value: 'D:\weblogic\myserver\access.log'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.login.r
> eadTimeoutMillisSSL', current value: '25000'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.k
> eepAlive.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.debug.h
> ttpd.servlet', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.zac.pub
> lishRoot', current value: 'exports'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.deb
> ug', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.a
> uthRealmName', current value: 'WebLogic Server'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> listenPort', current value: '8080'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistentStoreDir', current value: 'session_db'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.ena
> bleServerSideStubs', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.name', current value: 'WebLogic Administrator'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistentStorePool', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> efaultWebApp', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> nableLogFile', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> administrativePort', current value: '0'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.maxAgeSecs', current value: '-1'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.group', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookies.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cacheEntries', current value: '1024'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.i
> nitArgs', current value: '[weblogic.httpd.initArgs.phone=phonelist=d:/weblogic/e
> xamples/servlets/phonelist weblogic.httpd.initArgs.soap/servlet/rpcrouter=Servic
> esStore=DeployedServices.ds weblogic.httpd.initArgs.file=defaultFilename=index.h
> tml weblogic.httpd.initArgs.proxy=redirectURL=http://www.bigbox.com weblogic.htt
> pd.initArgs.ConsoleHelp=defaultFilename=/weblogic/admin/help/NoContent.html webl
> ogic.httpd.initArgs.page=imageurl=d:/weblogic/examples/images/trans.gif weblogic
> .httpd.initArgs.survey=resultsDir=d:/weblogic/myserver ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.key.export.lifespan', current value: '500'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.que
> ueSessionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificateCacheSize', current value: '3'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.c
> lustering.enable', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> home', current value: 'D:\weblogic'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.URLRewriting.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.Con
> nectionConsumer', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.reloadOnModifyRecursive', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.CORBA.c
> onnectionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.sta
> rtupClass', current value: '[weblogic.rmi.startupClass.RMI Registry=weblogic.rmi
> .internal.RegistryImpl ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> shutdownArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .enable', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jndi.tr
> ansportableObjectFactories', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.TX
> DataSource', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.group.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.zac.ena
> ble', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> perClusterPropertiesFile', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.key.server', current value: 'D:\weblogic\myserver\demokey.pem'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.path', current value: '/'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionFactoryArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> defaultProtocol', current value: 't3'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.tab
> leNamePrefix', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionFactoryName', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.authority', current value: 'D:\weblogic\myserver\ca.pem'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.jdbc.connTimeoutSecs', current value: '120'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .multicastTTL', current value: '1'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.workspa
> ce.showUserKeysOnly', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.perm.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.p
> ostTimeoutSecs', current value: '30'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableReverseDNSLookups', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.que
> ue', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> propertiesFile', current value: 'D:\weblogic\weblogic.properties'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.resourc
> e.MailSession', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.allow',
>  current value: '[weblogic.allow.execute.weblogic.servlet.AdminThreads=system we
> blogic.allow.execute.weblogic.servlet.AdminClients=system weblogic.allow.execute
> .weblogic.servlet.classes=everyone weblogic.allow.read.weblogic.workspace=everyo
> ne weblogic.allow.execute.weblogic.servlet.AdminRealm=system weblogic.allow.exec
> ute.weblogic.servlet.AdminJDBC=system weblogic.allow.execute.weblogic.servlet.Ad
> minProps=system weblogic.allow.execute.weblogic.servlet.Certificate=system weblo
> gic.allow.execute.weblogic.servlet.AdminMain=system weblogic.allow.execute.weblo
> gic.servlet.AdminConnections=system weblogic.allow.execute.weblogic.servlet.Admi
> nEvents=system weblogic.allow.execute.weblogic.servlet.AdminLicense=system weblo
> gic.allow.execute.weblogic.servlet.ConsoleHelp=everyone weblogic.allow.execute.w
> eblogic.servlet=everyone weblogic.allow.execute.weblogic.servlet.AdminVersion=sy
> stem weblogic.allow.write.weblogic.workspace=everyone weblogic.allow.execute.web
> logic.servlet.T3AdminMain=system ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.c
> harsets', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .defaultLoadAlgorithm', current value: 'round-robin'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.caseSensitive', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.t
> unneling.clientPingSecs', current value: '45'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.URLAclFile', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> startupArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.r
> equireAuthentication', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.SSLHandler.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .dnsName', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.ena
> ble', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.l
> ogFileFormat', current value: 'common'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.name', current value: 'WebLogicSession'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.user.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.passwor
> d', current value: '[weblogic.password.system=******** ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.server', current value: 'D:\weblogic\myserver\democert.pem'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.max
> TransactedDurableSubscribers', current value: '0'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .multicastAddress', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.enforceClientCert', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> minPasswordLen', current value: '8'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.extensionCaseSensitive', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.sta
> rtupArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.home',
> current value: '.'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> DNSName', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> startupClass', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.ssl.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.email', current value: 'root'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> percentSocketReaders', current value: '33'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.lo
> gFileName', current value: 'D:\weblogic\myserver\jdbc.log'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> nonPrivGroup', current value: 'nobody'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.a
> llow', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.m
> imeType', current value: '[weblogic.httpd.mimeType.application/x-java-serialized
> -object=ser weblogic.httpd.mimeType.text/html=html,htm weblogic.httpd.mimeType.a
> pplication/x-java-archive=jar weblogic.httpd.mimeType.application/pdf=pdf weblog
> ic.httpd.mimeType.application/zip=zip weblogic.httpd.mimeType.application/vnd.wa
> p.wmlc=wmlc weblogic.httpd.mimeType.application/x-java-vm=class weblogic.httpd.m
> imeType.image/gif=gif weblogic.httpd.mimeType.application/octet-stream=exe weblo
> gic.httpd.mimeType.text/vnd.wap.wml=wml weblogic.httpd.mimeType.image/vnd.wap.wb
> mp=wbmp weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc weblogic.ht
> tpd.mimeType.image/jpeg=jpeg,jpg weblogic.httpd.mimeType.text/vnd.wap.wmlscript=
> wmls ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableConsole', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.classpath', current value: 'd:/weblogic/myserver/servletclasses'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableSetUID', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> nableEvents', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.swapIntervalSecs', current value: '10'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .name', current value: 'mycluster'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.top
> ic', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> user', current value: 'system'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.io.file
> System', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.r
> egister', current value: '[weblogic.httpd.register.AdminCaptureRootCA=admin.Admi
> nCaptureRootCA weblogic.httpd.register.AdminLicense=admin.AdminLicense weblogic.
> httpd.register.session=examples.servlets.SessionServlet weblogic.httpd.register.
> AdminRealm=admin.AdminRealm weblogic.httpd.register.Certificate=utils.certificat
> e weblogic.httpd.register.helloWorld=examples.servlets.HelloWorldServlet weblogi
> c.httpd.register.snoop=examples.servlets.SnoopServlet weblogic.httpd.register.he
> lloKona=examples.servlets.HelloKonaServlet weblogic.httpd.register.cookies=examp
> les.servlets.CookieCounter weblogic.httpd.register.T3AdminMain=admin.AdminMain w
> eblogic.httpd.register.page=examples.servlets.PageEvent weblogic.httpd.register.
> applet=examples.servlets.AppletServlet weblogic.httpd.register.phone=examples.se
> rvlets.PhoneServlet weblogic.httpd.register.authenticated=weblogic.t3.srvr.Clien
> tAuthenticationServlet weblogic.httpd.register.survey=examples.servlets.SurveySe
> rvlet weblogic.httpd.register.ConsoleHelp=weblogic.servlet.FileServlet weblogic.
> httpd.register.soap/servlet/rpcrouter=org.apache.soap.server.http.RPCRouterServl
> et weblogic.httpd.register.AdminConnections=admin.AdminConnections weblogic.http
> d.register.AdminMain=admin.AdminMain weblogic.httpd.register.*.shtml=weblogic.se
> rvlet.ServerSideIncludeServlet weblogic.httpd.register.AdminEvents=admin.AdminEv
> ents weblogic.httpd.register.AdminJDBC=admin.AdminJDBC weblogic.httpd.register.A
> dminThreads=admin.AdminThreads weblogic.httpd.register.error=examples.servlets.E
> rrorServlet weblogic.httpd.register.simple=examples.servlets.SimpleServlet weblo
> gic.httpd.register.simpleFormServlet=examples.servlets.SimpleFormServlet weblogi
> c.httpd.register.AdminProps=admin.AdminProps weblogic.httpd.register.servletimag
> es=weblogic.servlet.internal.InternalImageServlet weblogic.httpd.register.proxy=
> weblogic.t3.srvr.HttpProxyServlet weblogic.httpd.register.AdminClients=admin.Adm
> inClients weblogic.httpd.register.classes=weblogic.servlet.ClasspathServlet webl
> ogic.httpd.register.file=weblogic.servlet.FileServlet weblogic.httpd.register.Ad
> minVersion=admin.AdminVersion ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> awt.toolkit = sun.awt.wind
> ows.WToolkit
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> cloudscape.system.home = d
> :/weblogic/eval/cloudscape/data
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> file.encoding = Cp1252
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> file.encoding.pkg = sun.io
> 
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> file.separator = \
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.awt.fonts =
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.awt.graphicsenv = sun
> .awt.Win32GraphicsEnvironment
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.awt.printerjob = sun.
> awt.windows.WPrinterJob
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.class.path = d:\class
> path\xerces.jar;d:\soap-2_1\lib\soap.jar;.\classes\boot;.\eval\cloudscape\lib\cl
> oudscape.jar
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.class.version = 47.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.ext.dirs = c:\jdk1.3\
> jre\lib\ext
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.home = c:\jdk1.3\jre
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.io.tmpdir = C:\TEMP\
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.library.path = c:\jdk
> 1.3\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;d:\weblogic\bin;c:\jdk1.3\bin;C:\WINN
> T\system32;C:\WINNT;c:\jdk1.3\bin;d:\MSSQL7\BINN
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.protocol.handler.pkgs
>  = weblogic.utils|weblogic.utils
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.runtime.name = Java(T
> M) 2 Runtime Environment, Standard Edition
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.runtime.version = 1.3
> .0-C
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.security.manager =
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.security.policy = =.\
> weblogic.policy
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.specification.name =
> Java Platform API Specification
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.specification.vendor
> = Sun Microsystems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.specification.version
>  = 1.3
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vendor = Sun Microsys
> tems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vendor.url = http://j
> ava.sun.com/
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vendor.url.bug = http
> ://java.sun.com/cgi-bin/bugreport.cgi
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.version = 1.3.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.info = mixed mode
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.name = Java HotSpo
> t(TM) Client VM
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.specification.name
>  = Java Virtual Machine Specification
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.specification.vend
> or = Sun Microsystems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.specification.vers
> ion = 1.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.vendor = Sun Micro
> systems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.version = 1.3.0-C
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> line.separator =
> 
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> os.arch = x86
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> os.name = Windows NT
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> os.version = 4.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> path.separator = ;
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.boot.class.path = c:\j
> dk1.3\jre\lib\rt.jar;c:\jdk1.3\jre\lib\i18n.jar;c:\jdk1.3\jre\lib\sunrsasign.jar
> ;c:\jdk1.3\jre\classes
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.boot.library.path = c:
> \jdk1.3\jre\bin
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.cpu.endian = little
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.cpu.isalist = pentium_
> pro+mmx pentium_pro pentium+mmx pentium i486 i386
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.io.unicode.encoding =
> UnicodeLittle
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.dir = D:\weblogic
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.home = C:\WINNT\Profi
> les\hn004616
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.language = en
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.name = hn004616
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.region = US
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.timezone = Asia/Calcu
> tta
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <System Props> weblogic.class.path = d:\c
> lasspath\xerces.jar;d:\soap-2_1\lib\soap.jar;d:\soap-2_1;.\license;.\classes;.\l
> ib\weblogicaux.jar;.\myserver\serverclasses
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <System Props> weblogic.home = .
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <WebLogicServer> Loaded License : D:/webl
> ogic/license/WebLogicLicense.xml
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <WebLogicServer> Server loading from webl
> ogic.class.path. EJB redeployment enabled.
> Tue Apr 24 14:20:31 GMT+05:30 2001:<I> <WebLogicServer> NamingContextImpl export
> ed as <IOR:000000000000002849444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696
> e67436f6e746578743a312e3000000000010000000000000066000101000000000a6c6f63616c686
> f7374001f900000003800424541000000000000002849444c3a6f6d672e6f72672f436f734e616d6
> 96e672f4e616d696e67436f6e746578743a312e30000000000800000001000000000000000a00000
> 000000000000000>
> Tue Apr 24 14:20:33 GMT+05:30 2001:<I> <Security> 2 certificate(s):
>   fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Wed May 31 03:08:
> 01 GMT+05:30 2000, not after = Fri May 14 03:08:01 GMT+05:30 2004, holder = C=US
>  SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com Email=support@
> bea.com , issuer = C=US SP=California L=San Francisco O=BEA WebLogic OU=Security
>  CN=Demo Certificate Authority Email=support@bea.com , key =  modulus length=65
> exponent length=3
>   fingerprint = 2451db843818b26beb355418d0185bc6, not before = Wed May 31 03:07:
> 44 GMT+05:30 2000, not after = Sat May 15 03:07:44 GMT+05:30 2004, holder = C=US
>  SP=California L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Au
> thority Email=support@bea.com , issuer = C=US SP=California L=San Francisco O=BE
> A WebLogic OU=Security CN=Demo Certificate Authority Email=support@bea.com , key
>  =  modulus length=65 exponent length=3
> 
> Tue Apr 24 14:20:33 GMT+05:30 2001:<I> <SSLListenThread> Using exportable streng
> th SSL.
> Tue Apr 24 14:20:33 GMT+05:30 2001:<I> <WebLogicServer> Invoking main-style star
> tup weblogic.jdbc.common.internal.JdbcStartup weblogic.jdbc.common.internal.Jdbc
> Startup
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Beginning startup process
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Init JMS Security
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Initializing from weblogic.properti
> es
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Startup process complete. JMS is ac
> tive
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Bound SessionPoolManager as weblogi
> c.jms.SessionPoolManager
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Bound ConnectionConsumerManager as
> weblogic.jms.ConnectionConsumerManager
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <WebLogicServer> Invoking main-style star
> tup RMI Registry weblogic.rmi.internal.RegistryImpl
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <RMI> Registry started
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <EJB> 0 EJB jar files loaded, containing
> 0 EJBs
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <EJB> 0 deployed, 0 failed to deploy.
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <ZAC> ZAC ACLs initialized
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <ZAC> ZAC packages stored in local direct
> ory exports
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <ListenThread> Listening on port: 8080
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <SSLListenThread> Listening on port: 7002
> 
> <NT Performance Pack> NATIVE: created IoCompletionPort successfully. IoPort=0x00
> 000384
> Tue Apr 24 14:20:35 GMT+05:30 2001:<I> <WebLogicServer> WebLogic Server started
> Tue Apr 24 14:22:07 GMT+05:30 2001:<I> <ListenThread> Adding address: localhost/
> 127.0.0.1 to licensed client list
> Tue Apr 24 14:22:07 GMT+05:30 2001:<I> <NT Performance Pack> Allocating: '2' NT
> reader threads
> Tue Apr 24 14:22:07 GMT+05:30 2001:<I> <ServletContext-General> soap/servlet/rpc
> router: init
> Tue Apr 24 14:22:07 GMT+05:30 2001:<E> <ServletContext-General> Servlet failed w
> ith Exception
> java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
>         at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.
> java:197)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
> pl.java:105)
>         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
> textImpl.java:742)
>         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
> textImpl.java:686)
>         at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
> ContextManager.java:247)
>         at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
> a:361)
>         at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
> 
>         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
> 
>   ------------------------------------------------------------------------
> Microsoft(R) Windows NT(TM)
> (C) Copyright 1985-1996 Microsoft Corp.
> 
> C:\>d:
> 
> D:\>cd weblogic
> 
> D:\weblogic>cd ..
> 
> D:\>cd soap-2_1
> 
> D:\soap-2_1>cd samples
> 
> D:\soap-2_1\samples>cd addressbook
> 
> D:\soap-2_1\samples\addressbook>d:\weblogic\setenv
> 
> D:\soap-2_1\samples\addressbook>set WL_HOME=d:\weblogic
> 
> D:\soap-2_1\samples\addressbook>set JAVA_HOME=c:\jdk1.3
> 
> D:\soap-2_1\samples\addressbook>set RMIFORMS=
> 
> D:\soap-2_1\samples\addressbook>set JDK_CLASSES=c:\jdk1.3\lib\tools.jar;
> 
> D:\soap-2_1\samples\addressbook>set CLIENT_CLASSES=d:\weblogic\myserver\clientcl
> asses
> 
> D:\soap-2_1\samples\addressbook>set SERVER_CLASSES=d:\weblogic\myserver\servercl
> asses
> 
> D:\soap-2_1\samples\addressbook>set SERVLET_CLASSES=d:\weblogic\myserver\servlet
> classes
> 
> D:\soap-2_1\samples\addressbook>set CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_
> 1;d:\soap-2_1\lib\soap.jar;d:\classpath\activation.jar;d:\classpath\mail.jar;c:\
> jdk1.3\lib\tools.jar;c:\jdk1.3\lib\tools.jar;d:\weblogic\license;d:\weblogic\cla
> sses;d:\weblogic\lib\weblogicaux.jar;d:\weblogic\myserver\clientclasses;d:\weblo
> gic\myserver\serverclasses
> 
> D:\soap-2_1\samples\addressbook>set PATH=d:\weblogic\bin;c:\jdk1.3\bin;C:\WINNT\
> system32;C:\WINNT;c:\jdk1.3\bin;d:\MSSQL7\BINN
> D:\soap-2_1\samples\addressbook>echo %classpath%
> d:\classpath\xerces.jar;d:\soap-2_1;d:\soap-2_1\lib\soap.jar;d:\classpath\activa
> tion.jar;d:\classpath\mail.jar;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\lib\tools.jar;d
> :\weblogic\license;d:\weblogic\classes;d:\weblogic\lib\weblogicaux.jar;d:\weblog
> ic\myserver\clientclasses;d:\weblogic\myserver\serverclasses
> 
> D:\soap-2_1\samples\addressbook>java org.apache.soap.server.ServiceManagerClient
>  http://localhost:8080/soap/servlet/rpcrouter list
> Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu
> pported response content type "text/html", must be: "text/xml". Response was:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
> <HTML>
> <HEAD>
> <TITLE>Error 500--Internal Server Error</TITLE>
> <META NAME="GENERATOR" CONTENT="WebLogic htmlKona 5.1.0 04/03/2000 17:13:23 #668
> 25">
> </HEAD>
> <BODY bgcolor="white" alink="#397F70" link="#640078" vlink="#DE7E00">
> <FONT FACE=Helvetica><IMG WIDTH=1 HEIGHT=10 SRC="/servletimages/trans.gif"><BR C
> LEAR=all>
> <TABLE border=0 cellspacing=5><TR><TD><A href="http://www.weblogic.com"><IMG BOR
> DER=0 WIDTH=69 HEIGHT=69 ALT="WebLogic home" SRC="/servletimages/logo2circle.gif
> "></A></TD><TD><IMG WIDTH=1 HEIGHT=5 SRC="/servletimages/trans.gif"><BR CLEAR=al
> l>
> <FONT FACE="Helvetica" COLOR="#640078" SIZE="3"><H2>Error 500--Internal Server E
> rror</H2>
> </FONT></TD></TR>
> </TABLE>
> <IMG WIDTH=1 HEIGHT=20 SRC="/servletimages/trans.gif"><TABLE border=1 width=100%
>  cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=#FFAD40><FONT FACE="Courie
> r New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer P
> rotocol -- HTTP/1.1</i>:</H3>
> </FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.5.1 500 Internal Server Error</H4>
> 
> </FONT><P><FONT FACE="Courier New">The server encountered an unexpected conditio
> n which prevented it from fulfilling the request.</FONT></P>
> </FONT></TD></TR>
> </TABLE>
> 
> </BODY>
> </HTML>
> ]
>         at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:173)
>         at org.apache.soap.rpc.Call.invoke(Call.java:210)
>         at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
> erClient.java:127)
>         at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient
> .java:149)
>         at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
> .java:235)
> 
> D:\soap-2_1\samples\addressbook>
> 
>   ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Harshad Nanal <ha...@mahindrabt.com>.
Hi All any clue for this?
Harshad

Harshad Nanal wrote:
> 
> Thanks iwan & ALL
> 
> I am using xerces1.2.3. with placing xerces.jar in the front of
> classpath i could proceed a bit but now getting a strage error
> "javax.servlet.http.HttpServlet class not found"
> 
> I have attached output from weblogic console and from the dos box where
> i was running the example.
> 
> can you please guide me about the error?
> TIA
> Harshad
> 
> Iwan Tantra wrote:
> >
> > Harshad:
> >
> > I'm using xerces 1.1.2, NT 4.0 with SP 6. Yes I could run most (not all, I
> > haven't tried all) examples from soap21 on weblogic 5.1. But not on Tomcat
> > 3.2.1. But I could run soap20 on Tomcat. So I'm confused why soap21 went
> > wrong. I've put xerces.jar in the beginning of the path
> >
> > Iwan
> >
> > Harshad Nanal wrote:
> >
> > > Hi Iwan
> > > What is xerces version you are using?
> > > Win NT version / service pack?
> > > could run all of examples shipped with soap2_1 on weblogic?
> > >
> > > TIA
> > > Harshad
> > >
> > > Iwan Tantra wrote:
> > > >
> > > > Hi,
> > > >
> > > > I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> > > > workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> > > > NullPointerException in doPost() method of the Rpcrouter servlet. But a
> > > > run on Weblogic went fine. Has anyone experienced the same error on
> > > > Tomcat?
> > > >
> > > > Thanks,
> > > > Iwan
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > > For additional commands, email: soap-user-help@xml.apache.org
> > >
> > >   ------------------------------------------------------------------------
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > For additional commands, email: soap-user-help@xml.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
> 
>   ------------------------------------------------------------------------
> Microsoft(R) Windows NT(TM)
> (C) Copyright 1985-1996 Microsoft Corp.
> 
> C:\>d:
> 
> D:\>cd weblogic
> 
> D:\weblogic>setenv
> 
> D:\weblogic>set WL_HOME=d:\weblogic
> 
> D:\weblogic>set JAVA_HOME=c:\jdk1.3
> 
> D:\weblogic>set RMIFORMS=
> 
> D:\weblogic>set JDK_CLASSES=c:\jdk1.3\lib\tools.jar;
> 
> D:\weblogic>set CLIENT_CLASSES=d:\weblogic\myserver\clientclasses
> 
> D:\weblogic>set SERVER_CLASSES=d:\weblogic\myserver\serverclasses
> 
> D:\weblogic>set SERVLET_CLASSES=d:\weblogic\myserver\servletclasses
> 
> D:\weblogic>set CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_1;d:\soap-2_1\lib\so
> ap.jar;d:\classpath\activation.jar;d:\classpath\mail.jar;c:\jdk1.3\lib\tools.jar
> ;c:\jdk1.3\lib\tools.jar;d:\weblogic\license;d:\weblogic\classes;d:\weblogic\lib
> \weblogicaux.jar;d:\weblogic\myserver\clientclasses;d:\weblogic\myserver\serverc
> lasses
> 
> D:\weblogic>set PATH=d:\weblogic\bin;c:\jdk1.3\bin;C:\WINNT\system32;C:\WINNT;c:
> \jdk1.3\bin;d:\MSSQL7\BINN
> D:\weblogic>startweblogic
> 
> D:\weblogic>set PATH=.\bin;d:\weblogic\bin;c:\jdk1.3\bin;C:\WINNT\system32;C:\WI
> NNT;c:\jdk1.3\bin;d:\MSSQL7\BINN
> 
> D:\weblogic>set JAVA_CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_1\lib\soap.jar;
> .\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
> 
> D:\weblogic>goto runWebLogicJava
> 
> D:\weblogic>set WEBLOGIC_CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_1\lib\soap.
> jar;d:\soap-2_1;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclass
> es
> 
> D:\weblogic>if "" NEQ "" set WEBLOGIC_CLASSPATH=;d:\classpath\xerces.jar;d:\soap
> -2_1\lib\soap.jar;d:\soap-2_1;.\license;.\classes;.\lib\weblogicaux.jar;.\myserv
> er\serverclasses
> 
> D:\weblogic>if "" NEQ "" set WEBLOGIC_CLASSPATH=d:\classpath\xerces.jar;d:\soap-
> 2_1\lib\soap.jar;d:\soap-2_1;.\license;.\classes;.\lib\weblogicaux.jar;.\myserve
> r\serverclasses;
> 
> D:\weblogic>c:\jdk1.3\bin\java -ms64m -mx64m -classpath d:\classpath\xerces.jar;
> d:\soap-2_1\lib\soap.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar -Dw
> eblogic.class.path=d:\classpath\xerces.jar;d:\soap-2_1\lib\soap.jar;d:\soap-2_1;
> .\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses -Dweblogic.ho
> me=. -Djava.security.manager -Djava.security.policy==.\weblogic.policy weblogic.
> Server
> Tue Apr 24 14:20:27 GMT+05:30 2001:<I> <WebLogicServer> IIOP subsystem enabled.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> Read global properties D
> :\weblogic\weblogic.properties
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> No per-server properties
>  files found
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Logging> FileLogger initialized.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> ************ WebLogic Se
> rver (5.1.0 04/03/2000 17:13:23 #66825) 'myserver' from directory path D:\weblog
> ic
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <WebLogicServer> ************ (c) 1995, 1
> 996, 1997, 1998 WebLogic, Inc., (c) 1999 BEA Systems, Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> name', current value: 'myserver'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.l
> ogFileBufferKBytes', current value: '8'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.debug', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> helpPageURL', current value: 'd:/weblogic/myserver/public_html/docs51/adminhelp/
> '
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> weight', current value: '100'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> maxLogFileSize', current value: '1024'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.authority3', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.authority2', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.domain', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.h
> ttp.keepAliveSecs', current value: '60'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableSetGID', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.w
> ebApp', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.reloadOnModify', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> rrorPage', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.login.r
> eadTimeoutMillis', current value: '5000'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.location', current value: '(None)'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> efaultMimeType', current value: 'text/plain'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> logFile', current value: 'D:\weblogic\myserver\weblogic.log'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.top
> icSessionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.disableGuest', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.co
> nnectionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> bindAddr', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> perServerPropertiesFile', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> nativeIO.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> nonPrivUser', current value: 'nobody'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.timeoutSecs', current value: '3600'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.U
> RLResource', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.phone', current value: '(None)'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.qui
> escent', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.i
> ndexFiles', current value: 'index.html,index.htm,index.jsp'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.dgc
> .callSystemGC', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistentStoreType', current value: 'file'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> shutdownClass', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> startupFailureIsFatal', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> nable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> efaultServlet', current value: 'file'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA4', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA3', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA2', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> ocumentRoot', current value: 'public_html/'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.invalidationIntervalSecs', current value: '60'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> executeThreadCount', current value: '15'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.i
> ndexDirectories', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionPoolArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.SSL.ciphersuites', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.reloadCheckSecs', current value: '1'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.Da
> taSource', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.acl.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistence', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> defaultSecureProtocol', current value: 't3s'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.en
> ableLogFile', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> SSLListenPort', current value: '7002'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.comment', current value: 'Weblogic Server Session Tracking Cookie'
> 
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.auth.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.t
> unneling.clientTimeoutSecs', current value: '40'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'java.system.prop
> erty', current value: '[java.system.property.cloudscape.system.home=d:/weblogic/
> eval/cloudscape/data ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.ejb.dep
> loy', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.h
> ttps.keepAliveSecs', current value: '120'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.l
> ogFileName', current value: 'D:\weblogic\myserver\access.log'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.login.r
> eadTimeoutMillisSSL', current value: '25000'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.k
> eepAlive.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.debug.h
> ttpd.servlet', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.zac.pub
> lishRoot', current value: 'exports'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.deb
> ug', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.a
> uthRealmName', current value: 'WebLogic Server'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> listenPort', current value: '8080'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistentStoreDir', current value: 'session_db'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.ena
> bleServerSideStubs', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.name', current value: 'WebLogic Administrator'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.persistentStorePool', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.d
> efaultWebApp', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> nableLogFile', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> administrativePort', current value: '0'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.maxAgeSecs', current value: '-1'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.group', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookies.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cacheEntries', current value: '1024'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.i
> nitArgs', current value: '[weblogic.httpd.initArgs.phone=phonelist=d:/weblogic/e
> xamples/servlets/phonelist weblogic.httpd.initArgs.soap/servlet/rpcrouter=Servic
> esStore=DeployedServices.ds weblogic.httpd.initArgs.file=defaultFilename=index.h
> tml weblogic.httpd.initArgs.proxy=redirectURL=http://www.bigbox.com weblogic.htt
> pd.initArgs.ConsoleHelp=defaultFilename=/weblogic/admin/help/NoContent.html webl
> ogic.httpd.initArgs.page=imageurl=d:/weblogic/examples/images/trans.gif weblogic
> .httpd.initArgs.survey=resultsDir=d:/weblogic/myserver ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.key.export.lifespan', current value: '500'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.que
> ueSessionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificateCacheSize', current value: '3'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.c
> lustering.enable', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> home', current value: 'D:\weblogic'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.URLRewriting.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.Con
> nectionConsumer', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.reloadOnModifyRecursive', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.CORBA.c
> onnectionPool', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.clientRootCA', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.sta
> rtupClass', current value: '[weblogic.rmi.startupClass.RMI Registry=weblogic.rmi
> .internal.RegistryImpl ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> shutdownArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .enable', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jndi.tr
> ansportableObjectFactories', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.TX
> DataSource', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.group.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.zac.ena
> ble', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> perClusterPropertiesFile', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.key.server', current value: 'D:\weblogic\myserver\demokey.pem'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.path', current value: '/'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionFactoryArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> defaultProtocol', current value: 't3'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.tab
> leNamePrefix', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.con
> nectionFactoryName', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.authority', current value: 'D:\weblogic\myserver\ca.pem'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.jdbc.connTimeoutSecs', current value: '120'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .multicastTTL', current value: '1'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.workspa
> ce.showUserKeysOnly', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.perm.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.p
> ostTimeoutSecs', current value: '30'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableReverseDNSLookups', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.que
> ue', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> propertiesFile', current value: 'D:\weblogic\weblogic.properties'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.resourc
> e.MailSession', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.allow',
>  current value: '[weblogic.allow.execute.weblogic.servlet.AdminThreads=system we
> blogic.allow.execute.weblogic.servlet.AdminClients=system weblogic.allow.execute
> .weblogic.servlet.classes=everyone weblogic.allow.read.weblogic.workspace=everyo
> ne weblogic.allow.execute.weblogic.servlet.AdminRealm=system weblogic.allow.exec
> ute.weblogic.servlet.AdminJDBC=system weblogic.allow.execute.weblogic.servlet.Ad
> minProps=system weblogic.allow.execute.weblogic.servlet.Certificate=system weblo
> gic.allow.execute.weblogic.servlet.AdminMain=system weblogic.allow.execute.weblo
> gic.servlet.AdminConnections=system weblogic.allow.execute.weblogic.servlet.Admi
> nEvents=system weblogic.allow.execute.weblogic.servlet.AdminLicense=system weblo
> gic.allow.execute.weblogic.servlet.ConsoleHelp=everyone weblogic.allow.execute.w
> eblogic.servlet=everyone weblogic.allow.execute.weblogic.servlet.AdminVersion=sy
> stem weblogic.allow.write.weblogic.workspace=everyone weblogic.allow.execute.web
> logic.servlet.T3AdminMain=system ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.c
> harsets', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .defaultLoadAlgorithm', current value: 'round-robin'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.caseSensitive', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.t
> unneling.clientPingSecs', current value: '45'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.URLAclFile', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> startupArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.r
> equireAuthentication', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.SSLHandler.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .dnsName', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.ena
> ble', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.l
> ogFileFormat', current value: 'common'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.cookie.name', current value: 'WebLogicSession'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.realm.cache.user.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.passwor
> d', current value: '[weblogic.password.system=******** ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.certificate.server', current value: 'D:\weblogic\myserver\democert.pem'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.max
> TransactedDurableSubscribers', current value: '0'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .multicastAddress', current value: ''
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.enforceClientCert', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> minPasswordLen', current value: '8'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.extensionCaseSensitive', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.rmi.sta
> rtupArgs', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.home',
> current value: '.'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> DNSName', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> startupClass', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.securit
> y.ssl.enable', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.adminis
> trator.email', current value: 'root'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> percentSocketReaders', current value: '33'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jdbc.lo
> gFileName', current value: 'D:\weblogic\myserver\jdbc.log'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> nonPrivGroup', current value: 'nobody'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.a
> llow', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.m
> imeType', current value: '[weblogic.httpd.mimeType.application/x-java-serialized
> -object=ser weblogic.httpd.mimeType.text/html=html,htm weblogic.httpd.mimeType.a
> pplication/x-java-archive=jar weblogic.httpd.mimeType.application/pdf=pdf weblog
> ic.httpd.mimeType.application/zip=zip weblogic.httpd.mimeType.application/vnd.wa
> p.wmlc=wmlc weblogic.httpd.mimeType.application/x-java-vm=class weblogic.httpd.m
> imeType.image/gif=gif weblogic.httpd.mimeType.application/octet-stream=exe weblo
> gic.httpd.mimeType.text/vnd.wap.wml=wml weblogic.httpd.mimeType.image/vnd.wap.wb
> mp=wbmp weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc weblogic.ht
> tpd.mimeType.image/jpeg=jpeg,jpg weblogic.httpd.mimeType.text/vnd.wap.wmlscript=
> wmls ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableConsole', current value: 'true'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ervlet.classpath', current value: 'd:/weblogic/myserver/servletclasses'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> enableSetUID', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.e
> nableEvents', current value: 'false'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.s
> ession.swapIntervalSecs', current value: '10'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.cluster
> .name', current value: 'mycluster'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.jms.top
> ic', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.system.
> user', current value: 'system'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.io.file
> System', current value: 'null'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <Config> Property name: 'weblogic.httpd.r
> egister', current value: '[weblogic.httpd.register.AdminCaptureRootCA=admin.Admi
> nCaptureRootCA weblogic.httpd.register.AdminLicense=admin.AdminLicense weblogic.
> httpd.register.session=examples.servlets.SessionServlet weblogic.httpd.register.
> AdminRealm=admin.AdminRealm weblogic.httpd.register.Certificate=utils.certificat
> e weblogic.httpd.register.helloWorld=examples.servlets.HelloWorldServlet weblogi
> c.httpd.register.snoop=examples.servlets.SnoopServlet weblogic.httpd.register.he
> lloKona=examples.servlets.HelloKonaServlet weblogic.httpd.register.cookies=examp
> les.servlets.CookieCounter weblogic.httpd.register.T3AdminMain=admin.AdminMain w
> eblogic.httpd.register.page=examples.servlets.PageEvent weblogic.httpd.register.
> applet=examples.servlets.AppletServlet weblogic.httpd.register.phone=examples.se
> rvlets.PhoneServlet weblogic.httpd.register.authenticated=weblogic.t3.srvr.Clien
> tAuthenticationServlet weblogic.httpd.register.survey=examples.servlets.SurveySe
> rvlet weblogic.httpd.register.ConsoleHelp=weblogic.servlet.FileServlet weblogic.
> httpd.register.soap/servlet/rpcrouter=org.apache.soap.server.http.RPCRouterServl
> et weblogic.httpd.register.AdminConnections=admin.AdminConnections weblogic.http
> d.register.AdminMain=admin.AdminMain weblogic.httpd.register.*.shtml=weblogic.se
> rvlet.ServerSideIncludeServlet weblogic.httpd.register.AdminEvents=admin.AdminEv
> ents weblogic.httpd.register.AdminJDBC=admin.AdminJDBC weblogic.httpd.register.A
> dminThreads=admin.AdminThreads weblogic.httpd.register.error=examples.servlets.E
> rrorServlet weblogic.httpd.register.simple=examples.servlets.SimpleServlet weblo
> gic.httpd.register.simpleFormServlet=examples.servlets.SimpleFormServlet weblogi
> c.httpd.register.AdminProps=admin.AdminProps weblogic.httpd.register.servletimag
> es=weblogic.servlet.internal.InternalImageServlet weblogic.httpd.register.proxy=
> weblogic.t3.srvr.HttpProxyServlet weblogic.httpd.register.AdminClients=admin.Adm
> inClients weblogic.httpd.register.classes=weblogic.servlet.ClasspathServlet webl
> ogic.httpd.register.file=weblogic.servlet.FileServlet weblogic.httpd.register.Ad
> minVersion=admin.AdminVersion ]'
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> awt.toolkit = sun.awt.wind
> ows.WToolkit
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> cloudscape.system.home = d
> :/weblogic/eval/cloudscape/data
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> file.encoding = Cp1252
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> file.encoding.pkg = sun.io
> 
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> file.separator = \
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.awt.fonts =
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.awt.graphicsenv = sun
> .awt.Win32GraphicsEnvironment
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.awt.printerjob = sun.
> awt.windows.WPrinterJob
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.class.path = d:\class
> path\xerces.jar;d:\soap-2_1\lib\soap.jar;.\classes\boot;.\eval\cloudscape\lib\cl
> oudscape.jar
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.class.version = 47.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.ext.dirs = c:\jdk1.3\
> jre\lib\ext
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.home = c:\jdk1.3\jre
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.io.tmpdir = C:\TEMP\
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.library.path = c:\jdk
> 1.3\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;d:\weblogic\bin;c:\jdk1.3\bin;C:\WINN
> T\system32;C:\WINNT;c:\jdk1.3\bin;d:\MSSQL7\BINN
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.protocol.handler.pkgs
>  = weblogic.utils|weblogic.utils
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.runtime.name = Java(T
> M) 2 Runtime Environment, Standard Edition
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.runtime.version = 1.3
> .0-C
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.security.manager =
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.security.policy = =.\
> weblogic.policy
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.specification.name =
> Java Platform API Specification
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.specification.vendor
> = Sun Microsystems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.specification.version
>  = 1.3
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vendor = Sun Microsys
> tems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vendor.url = http://j
> ava.sun.com/
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vendor.url.bug = http
> ://java.sun.com/cgi-bin/bugreport.cgi
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.version = 1.3.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.info = mixed mode
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.name = Java HotSpo
> t(TM) Client VM
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.specification.name
>  = Java Virtual Machine Specification
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.specification.vend
> or = Sun Microsystems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.specification.vers
> ion = 1.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.vendor = Sun Micro
> systems Inc.
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> java.vm.version = 1.3.0-C
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> line.separator =
> 
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> os.arch = x86
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> os.name = Windows NT
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> os.version = 4.0
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> path.separator = ;
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.boot.class.path = c:\j
> dk1.3\jre\lib\rt.jar;c:\jdk1.3\jre\lib\i18n.jar;c:\jdk1.3\jre\lib\sunrsasign.jar
> ;c:\jdk1.3\jre\classes
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.boot.library.path = c:
> \jdk1.3\jre\bin
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.cpu.endian = little
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.cpu.isalist = pentium_
> pro+mmx pentium_pro pentium+mmx pentium i486 i386
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> sun.io.unicode.encoding =
> UnicodeLittle
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.dir = D:\weblogic
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.home = C:\WINNT\Profi
> les\hn004616
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.language = en
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.name = hn004616
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.region = US
> Tue Apr 24 14:20:29 GMT+05:30 2001:<I> <System Props> user.timezone = Asia/Calcu
> tta
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <System Props> weblogic.class.path = d:\c
> lasspath\xerces.jar;d:\soap-2_1\lib\soap.jar;d:\soap-2_1;.\license;.\classes;.\l
> ib\weblogicaux.jar;.\myserver\serverclasses
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <System Props> weblogic.home = .
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <WebLogicServer> Loaded License : D:/webl
> ogic/license/WebLogicLicense.xml
> Tue Apr 24 14:20:30 GMT+05:30 2001:<I> <WebLogicServer> Server loading from webl
> ogic.class.path. EJB redeployment enabled.
> Tue Apr 24 14:20:31 GMT+05:30 2001:<I> <WebLogicServer> NamingContextImpl export
> ed as <IOR:000000000000002849444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696
> e67436f6e746578743a312e3000000000010000000000000066000101000000000a6c6f63616c686
> f7374001f900000003800424541000000000000002849444c3a6f6d672e6f72672f436f734e616d6
> 96e672f4e616d696e67436f6e746578743a312e30000000000800000001000000000000000a00000
> 000000000000000>
> Tue Apr 24 14:20:33 GMT+05:30 2001:<I> <Security> 2 certificate(s):
>   fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Wed May 31 03:08:
> 01 GMT+05:30 2000, not after = Fri May 14 03:08:01 GMT+05:30 2004, holder = C=US
>  SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com Email=support@
> bea.com , issuer = C=US SP=California L=San Francisco O=BEA WebLogic OU=Security
>  CN=Demo Certificate Authority Email=support@bea.com , key =  modulus length=65
> exponent length=3
>   fingerprint = 2451db843818b26beb355418d0185bc6, not before = Wed May 31 03:07:
> 44 GMT+05:30 2000, not after = Sat May 15 03:07:44 GMT+05:30 2004, holder = C=US
>  SP=California L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Au
> thority Email=support@bea.com , issuer = C=US SP=California L=San Francisco O=BE
> A WebLogic OU=Security CN=Demo Certificate Authority Email=support@bea.com , key
>  =  modulus length=65 exponent length=3
> 
> Tue Apr 24 14:20:33 GMT+05:30 2001:<I> <SSLListenThread> Using exportable streng
> th SSL.
> Tue Apr 24 14:20:33 GMT+05:30 2001:<I> <WebLogicServer> Invoking main-style star
> tup weblogic.jdbc.common.internal.JdbcStartup weblogic.jdbc.common.internal.Jdbc
> Startup
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Beginning startup process
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Init JMS Security
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Initializing from weblogic.properti
> es
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Startup process complete. JMS is ac
> tive
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Bound SessionPoolManager as weblogi
> c.jms.SessionPoolManager
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <JMS> Bound ConnectionConsumerManager as
> weblogic.jms.ConnectionConsumerManager
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <WebLogicServer> Invoking main-style star
> tup RMI Registry weblogic.rmi.internal.RegistryImpl
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <RMI> Registry started
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <EJB> 0 EJB jar files loaded, containing
> 0 EJBs
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <EJB> 0 deployed, 0 failed to deploy.
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <ZAC> ZAC ACLs initialized
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <ZAC> ZAC packages stored in local direct
> ory exports
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <ListenThread> Listening on port: 8080
> Tue Apr 24 14:20:34 GMT+05:30 2001:<I> <SSLListenThread> Listening on port: 7002
> 
> <NT Performance Pack> NATIVE: created IoCompletionPort successfully. IoPort=0x00
> 000384
> Tue Apr 24 14:20:35 GMT+05:30 2001:<I> <WebLogicServer> WebLogic Server started
> Tue Apr 24 14:22:07 GMT+05:30 2001:<I> <ListenThread> Adding address: localhost/
> 127.0.0.1 to licensed client list
> Tue Apr 24 14:22:07 GMT+05:30 2001:<I> <NT Performance Pack> Allocating: '2' NT
> reader threads
> Tue Apr 24 14:22:07 GMT+05:30 2001:<I> <ServletContext-General> soap/servlet/rpc
> router: init
> Tue Apr 24 14:22:07 GMT+05:30 2001:<E> <ServletContext-General> Servlet failed w
> ith Exception
> java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
>         at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.
> java:197)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
> pl.java:105)
>         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
> textImpl.java:742)
>         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
> textImpl.java:686)
>         at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
> ContextManager.java:247)
>         at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
> a:361)
>         at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
> 
>         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
> 
>   ------------------------------------------------------------------------
> Microsoft(R) Windows NT(TM)
> (C) Copyright 1985-1996 Microsoft Corp.
> 
> C:\>d:
> 
> D:\>cd weblogic
> 
> D:\weblogic>cd ..
> 
> D:\>cd soap-2_1
> 
> D:\soap-2_1>cd samples
> 
> D:\soap-2_1\samples>cd addressbook
> 
> D:\soap-2_1\samples\addressbook>d:\weblogic\setenv
> 
> D:\soap-2_1\samples\addressbook>set WL_HOME=d:\weblogic
> 
> D:\soap-2_1\samples\addressbook>set JAVA_HOME=c:\jdk1.3
> 
> D:\soap-2_1\samples\addressbook>set RMIFORMS=
> 
> D:\soap-2_1\samples\addressbook>set JDK_CLASSES=c:\jdk1.3\lib\tools.jar;
> 
> D:\soap-2_1\samples\addressbook>set CLIENT_CLASSES=d:\weblogic\myserver\clientcl
> asses
> 
> D:\soap-2_1\samples\addressbook>set SERVER_CLASSES=d:\weblogic\myserver\servercl
> asses
> 
> D:\soap-2_1\samples\addressbook>set SERVLET_CLASSES=d:\weblogic\myserver\servlet
> classes
> 
> D:\soap-2_1\samples\addressbook>set CLASSPATH=d:\classpath\xerces.jar;d:\soap-2_
> 1;d:\soap-2_1\lib\soap.jar;d:\classpath\activation.jar;d:\classpath\mail.jar;c:\
> jdk1.3\lib\tools.jar;c:\jdk1.3\lib\tools.jar;d:\weblogic\license;d:\weblogic\cla
> sses;d:\weblogic\lib\weblogicaux.jar;d:\weblogic\myserver\clientclasses;d:\weblo
> gic\myserver\serverclasses
> 
> D:\soap-2_1\samples\addressbook>set PATH=d:\weblogic\bin;c:\jdk1.3\bin;C:\WINNT\
> system32;C:\WINNT;c:\jdk1.3\bin;d:\MSSQL7\BINN
> D:\soap-2_1\samples\addressbook>echo %classpath%
> d:\classpath\xerces.jar;d:\soap-2_1;d:\soap-2_1\lib\soap.jar;d:\classpath\activa
> tion.jar;d:\classpath\mail.jar;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\lib\tools.jar;d
> :\weblogic\license;d:\weblogic\classes;d:\weblogic\lib\weblogicaux.jar;d:\weblog
> ic\myserver\clientclasses;d:\weblogic\myserver\serverclasses
> 
> D:\soap-2_1\samples\addressbook>java org.apache.soap.server.ServiceManagerClient
>  http://localhost:8080/soap/servlet/rpcrouter list
> Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsu
> pported response content type "text/html", must be: "text/xml". Response was:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
> <HTML>
> <HEAD>
> <TITLE>Error 500--Internal Server Error</TITLE>
> <META NAME="GENERATOR" CONTENT="WebLogic htmlKona 5.1.0 04/03/2000 17:13:23 #668
> 25">
> </HEAD>
> <BODY bgcolor="white" alink="#397F70" link="#640078" vlink="#DE7E00">
> <FONT FACE=Helvetica><IMG WIDTH=1 HEIGHT=10 SRC="/servletimages/trans.gif"><BR C
> LEAR=all>
> <TABLE border=0 cellspacing=5><TR><TD><A href="http://www.weblogic.com"><IMG BOR
> DER=0 WIDTH=69 HEIGHT=69 ALT="WebLogic home" SRC="/servletimages/logo2circle.gif
> "></A></TD><TD><IMG WIDTH=1 HEIGHT=5 SRC="/servletimages/trans.gif"><BR CLEAR=al
> l>
> <FONT FACE="Helvetica" COLOR="#640078" SIZE="3"><H2>Error 500--Internal Server E
> rror</H2>
> </FONT></TD></TR>
> </TABLE>
> <IMG WIDTH=1 HEIGHT=20 SRC="/servletimages/trans.gif"><TABLE border=1 width=100%
>  cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=#FFAD40><FONT FACE="Courie
> r New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer P
> rotocol -- HTTP/1.1</i>:</H3>
> </FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.5.1 500 Internal Server Error</H4>
> 
> </FONT><P><FONT FACE="Courier New">The server encountered an unexpected conditio
> n which prevented it from fulfilling the request.</FONT></P>
> </FONT></TD></TR>
> </TABLE>
> 
> </BODY>
> </HTML>
> ]
>         at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:173)
>         at org.apache.soap.rpc.Call.invoke(Call.java:210)
>         at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
> erClient.java:127)
>         at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient
> .java:149)
>         at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
> .java:235)
> 
> D:\soap-2_1\samples\addressbook>
> 
>   ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Harshad Nanal <ha...@mahindrabt.com>.
Thanks iwan & ALL

I am using xerces1.2.3. with placing xerces.jar in the front of
classpath i could proceed a bit but now getting a strage error
"javax.servlet.http.HttpServlet class not found"

I have attached output from weblogic console and from the dos box where
i was running the example. 

can you please guide me about the error?
TIA
Harshad

Iwan Tantra wrote:
> 
> Harshad:
> 
> I'm using xerces 1.1.2, NT 4.0 with SP 6. Yes I could run most (not all, I
> haven't tried all) examples from soap21 on weblogic 5.1. But not on Tomcat
> 3.2.1. But I could run soap20 on Tomcat. So I'm confused why soap21 went
> wrong. I've put xerces.jar in the beginning of the path
> 
> Iwan
> 
> Harshad Nanal wrote:
> 
> > Hi Iwan
> > What is xerces version you are using?
> > Win NT version / service pack?
> > could run all of examples shipped with soap2_1 on weblogic?
> >
> > TIA
> > Harshad
> >
> > Iwan Tantra wrote:
> > >
> > > Hi,
> > >
> > > I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> > > workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> > > NullPointerException in doPost() method of the Rpcrouter servlet. But a
> > > run on Weblogic went fine. Has anyone experienced the same error on
> > > Tomcat?
> > >
> > > Thanks,
> > > Iwan
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > For additional commands, email: soap-user-help@xml.apache.org
> >
> >   ------------------------------------------------------------------------
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Harshad Nanal <ha...@mahindrabt.com>.
Thanks iwan & ALL

I am using xerces1.2.3. with placing xerces.jar in the front of
classpath i could proceed a bit but now getting a strage error
"javax.servlet.http.HttpServlet class not found"

I have attached output from weblogic console and from the dos box where
i was running the example. 

can you please guide me about the error?
TIA
Harshad

Iwan Tantra wrote:
> 
> Harshad:
> 
> I'm using xerces 1.1.2, NT 4.0 with SP 6. Yes I could run most (not all, I
> haven't tried all) examples from soap21 on weblogic 5.1. But not on Tomcat
> 3.2.1. But I could run soap20 on Tomcat. So I'm confused why soap21 went
> wrong. I've put xerces.jar in the beginning of the path
> 
> Iwan
> 
> Harshad Nanal wrote:
> 
> > Hi Iwan
> > What is xerces version you are using?
> > Win NT version / service pack?
> > could run all of examples shipped with soap2_1 on weblogic?
> >
> > TIA
> > Harshad
> >
> > Iwan Tantra wrote:
> > >
> > > Hi,
> > >
> > > I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> > > workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> > > NullPointerException in doPost() method of the Rpcrouter servlet. But a
> > > run on Weblogic went fine. Has anyone experienced the same error on
> > > Tomcat?
> > >
> > > Thanks,
> > > Iwan
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > > For additional commands, email: soap-user-help@xml.apache.org
> >
> >   ------------------------------------------------------------------------
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Iwan Tantra <ta...@infoskape.com>.
Harshad:

I'm using xerces 1.1.2, NT 4.0 with SP 6. Yes I could run most (not all, I
haven't tried all) examples from soap21 on weblogic 5.1. But not on Tomcat
3.2.1. But I could run soap20 on Tomcat. So I'm confused why soap21 went
wrong. I've put xerces.jar in the beginning of the path

Iwan

Harshad Nanal wrote:

> Hi Iwan
> What is xerces version you are using?
> Win NT version / service pack?
> could run all of examples shipped with soap2_1 on weblogic?
>
> TIA
> Harshad
>
> Iwan Tantra wrote:
> >
> > Hi,
> >
> > I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> > workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> > NullPointerException in doPost() method of the Rpcrouter servlet. But a
> > run on Weblogic went fine. Has anyone experienced the same error on
> > Tomcat?
> >
> > Thanks,
> > Iwan
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
>   ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Iwan Tantra <ta...@infoskape.com>.
Harshad:

I'm using xerces 1.1.2, NT 4.0 with SP 6. Yes I could run most (not all, I
haven't tried all) examples from soap21 on weblogic 5.1. But not on Tomcat
3.2.1. But I could run soap20 on Tomcat. So I'm confused why soap21 went
wrong. I've put xerces.jar in the beginning of the path

Iwan

Harshad Nanal wrote:

> Hi Iwan
> What is xerces version you are using?
> Win NT version / service pack?
> could run all of examples shipped with soap2_1 on weblogic?
>
> TIA
> Harshad
>
> Iwan Tantra wrote:
> >
> > Hi,
> >
> > I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> > workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> > NullPointerException in doPost() method of the Rpcrouter servlet. But a
> > run on Weblogic went fine. Has anyone experienced the same error on
> > Tomcat?
> >
> > Thanks,
> > Iwan
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> > For additional commands, email: soap-user-help@xml.apache.org
>
>   ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Harshad Nanal <ha...@mahindrabt.com>.
Hi Iwan
What is xerces version you are using?
Win NT version / service pack?
could run all of examples shipped with soap2_1 on weblogic?

TIA
Harshad

Iwan Tantra wrote:
> 
> Hi,
> 
> I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> NullPointerException in doPost() method of the Rpcrouter servlet. But a
> run on Weblogic went fine. Has anyone experienced the same error on
> Tomcat?
> 
> Thanks,
> Iwan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org

Re: SOAP 2.1 not working on Tomcat but works on Weblogic

Posted by Harshad Nanal <ha...@mahindrabt.com>.
Hi Iwan
What is xerces version you are using?
Win NT version / service pack?
could run all of examples shipped with soap2_1 on weblogic?

TIA
Harshad

Iwan Tantra wrote:
> 
> Hi,
> 
> I have installed Tomcat 3.2.1 and Weblogic 5.1 sp 9 on an NT
> workstation. I tried to run SOAP 2.1 on Tomcat but failed, giving a
> NullPointerException in doPost() method of the Rpcrouter servlet. But a
> run on Weblogic went fine. Has anyone experienced the same error on
> Tomcat?
> 
> Thanks,
> Iwan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org