Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

InvocationTargetException: java.lang.NoSuchMethodError

2 views
Skip to first unread message

Ananth

unread,
Apr 16, 2001, 4:25:07 AM4/16/01
to

Had exactly the same problem. I noticed the same problem with jdk1.2.2 ( Classic
VM )
and jdk1.3 ( with HotSpot enabled )
The only difference is that my WL5.1.0 installation is with sp8 instead of sp2.

Please find attached the WL log.

Would appreciate your inputs.
Thanks in advance
Ananth

Mark Griffith <ma...@bea.com> wrote:
>Works for me. Are you just trying to start the server?
>
>Whats are the corresponding lines from your weblogic.log file:
>
>
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.class.path =
>...\sp2\weblogi
>c510sp2boot.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.version = 1.2.2
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.vm.info = build JDK-
>1.2.2-0
>01, native threads, symcjit
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.vm.name = Classic VM
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props>
>java.vm.specification.name = Jav
>a Virtual Machine Specification
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props>
>java.vm.specification.vendor = S
>un Microsystems Inc.
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props>
>java.vm.specification.version =
>1.0
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.vm.vendor = Sun
>Microsystem
>s Inc.
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.vm.version = 1.2.2
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> weblogic.class.path =
>...\sp2\web
>logic510sp2.jar;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serv
>erclass
>es
>
>Cheers
>Mark G.
>
>
>
>In article <393BC556...@symphoni.com>, vkos...@symphoni.com
>says...
>> Trying to start Weblogic 5.1sp2 after installing to WinNT 4.0sp4 from
>zip, I
>> received exception (the full log is attached). What's wrong?
>>
>> The WebLogic Server did not start up properly.
>> Exception raised: java.lang.reflect.InvocationTargetException
>> java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError
>> at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
>> der.java:141)
>> at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
>> der.java:112)
>> at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
>> der.java:104)
>> at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
>> (RecursiveReloadOnModifyClassLoader.java:53)
>> at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Single
>> Slave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
>> at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletCo
>> ntextImpl.java:1390)
>> at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImp
>> l.java:513)
>> at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
>> at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
>> at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
>> at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
>> at java.lang.reflect.Method.invoke(Native Method)
>> at weblogic.Server.startServerDynamically(Server.java:99)
>> at weblogic.Server.main(Server.java:65)
>> at weblogic.Server.main(Server.java:55)
>> java.lang.NoSuchMethodError
>> at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
>> der.java:141)
>> at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
>> der.java:112)
>> at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
>> der.java:104)
>> at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
>> (RecursiveReloadOnModifyClassLoader.java:53)
>> at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Single
>> Slave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
>> at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletCo
>> ntextImpl.java:1390)
>> at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImp
>> l.java:513)
>> at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
>> at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
>> at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
>> at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
>> at java.lang.reflect.Method.invoke(Native Method)
>> at weblogic.Server.startServerDynamically(Server.java:99)
>> at weblogic.Server.main(Server.java:65)
>
>--
>==================================================
>NewsGroup Rant
>==================================================
>Rant 1.
>
>The less info you provide about your problem means
>the less we can help you. Try to look at the
>problem from an external perspective and provide
>all the data necessary to put your problem in
>perspective.

Ananth

unread,
Apr 16, 2001, 5:04:02 AM4/16/01
to

Have the same problem. It occurs with both jdk1.2.2 ( Classic VM )

and jdk1.3 ( with HotSpot enabled )
The only difference with the installation below, is that my WL5.1.0 installation

Ananth

unread,
Apr 16, 2001, 5:24:38 AM4/16/01
to

Have the same problem. It occurs with both jdk1.2.2 ( Classic VM )
and jdk1.3 ( with HotSpot enabled )
The only difference from the installation below, is that my WL5.1.0 installation

is with sp8 instead of sp2.

The Weblogic Log ( with jdk1.2.2 Classic VM ) is attached.
The path to the JDK1.2.2 was G:\
Feel free to let me know if you would like to see the logs with JDK1.3 too.

Ananth

unread,
Apr 16, 2001, 5:34:22 AM4/16/01
to

The file does not appear to have been attached. So here are the logs.....

FYI: WL5.1.0 was executed on Windows NT4SP5:


D:\weblogic510>set PATH=.\bin;D:\weblogic510\bin;D:\JavaOrbacus\bin;D:\weblogic510\bin\oci815_8;\bin;D:\JakartaAnt\jakarta-ant\bin;G:\\bin;D:\Progra~1\Rational\Clearcase\bin;D:\CygwinInstallation\bin;D:\Progra~1\Rational\Clearcase\bin;D:\Vim57w32\vim\vim57;C:\WINNT\MS\SMS\CORE\BIN;D:\Oracle816Client\bin;C:\Program
Files\Oracle\jre\1.1.7\bin;D:\Oracle8iLite\bin;C:\WINNT\system32;C:\WINNT;C:\PROGRA~1\Vision;C:\PROGRA~1\Vision\System;C:\PROGRA~1\COMMON~1\Vision;D:\Program
Files\Rational\ClearCase\bin;d:\Rational\common;D:\Oracle816Client\orb\bin;C:\WINNT\System32\WBEM;


D:\weblogic510>set JAVA_CLASSPATH=.\classes\boot;\eval\cloudscape\lib\cloudscape.jar;D:\weblogic510\lib\weblogic510sp8boot.jar


D:\weblogic510>goto runWebLogicJava

D:\weblogic510>set WEBLOGIC_CLASSPATH=.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses


D:\weblogic510>if "G:\\lib\tools.jar;G:\\jre\lib\rt.jar;G:\\lib\dt.jar;D:\weblogic510\lib\weblogic510sp8.jar;D:\weblogic510\classes;D:\weblogic510\lib\weblogicaux.jar;D:\weblogic510\license;"
NEQ "" set WEBLOGIC_CLASSPATH=G:\\lib\tools.jar;G:\\jre\lib\rt.jar;G:\\lib\dt.jar;D:\weblogic510\lib\weblogic510sp8.jar;D:\weblogic510\classes;D:\weblogic510\lib\weblogicaux.jar;D:\weblogic510\license;;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses


D:\weblogic510>if "" NEQ "" set WEBLOGIC_CLASSPATH=G:\\lib\tools.jar;G:\\jre\lib\rt.jar;G:\\lib\dt.jar;D:\weblogic510\lib\weblogic510sp8.jar;D:\weblogic510\classes;D:\weblogic510\lib\weblogicaux.jar;D:\weblogic510\license;;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses;


D:\weblogic510>G:\\bin\java -ms64m -mx64m -classpath .\classes\boot;\eval\cloudscape\lib\cloudscape.jar;D:\weblogic510\lib\weblogic510sp8boot.jar
-Dweblogic.class.path=G:\\lib\tools.jar;G:\\jre\lib\rt.jar;G:\\lib\dt.jar;D:\weblogic510\lib\weblogic510sp8.jar;D:\weblogic510\classes;D:\weblogic510\lib\weblogicaux.jar;D:\weblogic510\license;;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
-Dweblogic.home=. -Djava.security.manager -Djava.security.policy==.\weblogic.policy
weblogic.Server
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <WebLogicServer> Read global properties D:\weblogic510\weblogic.properties
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <WebLogicServer> No per-server properties
files found
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Logging> FileLogger initialized.
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <WebLogicServer> ************ WebLogic Server
(5.1.0 Service Pack 8 12/20/2000 16:34:54 #95137) 'myserver' from directory path
D:\weblogic510
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <WebLogicServer> ************ (c) 1995, 1996,
1997, 1998 WebLogic, Inc., (c) 1999 BEA Systems, Inc.
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.swapIntervalSecs',
current value: '10'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.ConnectionConsumer',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.enforceClientCert',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.login.readTimeoutMillis',
current value: '5000'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.bindAddr',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.propertiesFile',
current value: 'D:\weblogic510\weblogic.properties'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.servlet.reloadCheckSecs',
current value: '1'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.authRealmName',
current value: 'WebLogic Server'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.SSLHandler.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.startupFailureIsFatal',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.http.keepAliveSecs',
current value: '60'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.servlet.classpath',
current value: 'D:/weblogic510/myserver/servletclasses'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.tunneling.clientPingSecs',
current value: '45'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.defaultWebApp',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.persistentStoreDir',
current value: 'session_db'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.unknownMimeTypeIsDefault',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.perServerPropertiesFile',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.maxQueueExpansionSize',
current value: '10'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.queue',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.invalidationIntervalSecs',
current value: '60'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.persistence',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.realm.cache.user.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.rmi.dgc.callSystemGC',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.maxTransactedDurableSubscribers',
current value: '0'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.ntrealm.domains',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.weight',
current value: '100'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.connectionPoolArgs',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.disableGuest',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.persistentStorePool',
current value: ''
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.URLAclFile',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.percentSocketReaders',
current value: '33'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.WAPEnabled',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.zac.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jdbc.TXDataSource',
current value: '[weblogic.jdbc.TXDataSource.jtsJSLEEDataSource=oraclePool weblogic.jdbc.TXDataSource.weblogic.jdbc.jts.demoPool=demoPool
]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.DNSName',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.ejb.deploy',
current value: ''
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.workspace.showUserKeysOnly',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.allow',
current value: '[weblogic.allow.reset.weblogic.jdbc.connectionPool.oraclePool=everyone
weblogic.allow.reserve.weblogic.jdbc.connectionPool.oraclePool=everyone weblogic.allow.execute.weblogic.servlet.Certificate=system
weblogic.allow.execute.weblogic.servlet.AdminRealm=system weblogic.allow.execute.weblogic.servlet.AdminLicense=system
weblogic.allow.execute.weblogic.servlet.AdminConnections=system weblogic.allow.execute.weblogic.servlet.classes=everyone
weblogic.allow.execute.weblogic.servlet.AdminClients=system weblogic.allow.execute.weblogic.servlet.AdminVersion=system
weblogic.allow.execute.weblogic.servlet.AdminMain=system weblogic.allow.execute.weblogic.servlet.AdminThreads=system
weblogic.allow.execute.weblogic.servlet.T3AdminMain=system weblogic.allow.read.weblogic.workspace=everyone
weblogic.allow.execute.weblogic.servlet.AdminEvents=system weblogic.allow.write.weblogic.workspace=everyone
weblogic.allow.execute.weblogic.servlet.AdminJDBC=system weblogic.allow.shrink.weblogic.jdbc.connectionPool.oraclePool=everyone
weblogic.allow.reserve.weblogic.jdbc.connectionPool.demoPool=everyone weblogic.allow.execute.weblogic.servlet=everyone
weblogic.allow.execute.weblogic.servlet.AdminProps=system weblogic.allow.execute.weblogic.servlet.ConsoleHelp=everyone
]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.listenPort',
current value: '7001'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.allow',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.servlet.reloadOnModify',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.io.fileSystem',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.startupArgs',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jdbc.enableLogFile',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.cookie.domain',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.realm.debug',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.clustering.enable',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.shutdownArgs',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.rmi.startupClass',
current value: '[weblogic.rmi.startupClass.RMI Registry=weblogic.rmi.internal.RegistryImpl
]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.keepAlive.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.jdbc.connTimeoutSecs',
current value: '120'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.name',
current value: 'myserver'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.sessionIDLength',
current value: '52'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.helpPageURL',
current value: 'D:/weblogic510/myserver/public_html/docs51/adminhelp/'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.cluster.multicastPort',
current value: '-1'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.key.server',
current value: 'D:\weblogic510\myserver\demokey.pem'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.rmi.startupArgs',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.topicSessionPool',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.home', current
value: '.'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.documentRoot',
current value: 'public_html/'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.servlet.reloadOnModifyRecursive',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.errorPage',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.certificate.authority3',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.administrativePort',
current value: '0'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.certificate.authority2',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.startupClass',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.nonPrivGroup',
current value: 'nobody'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.cluster.multicastTTL',
current value: '1'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.nonBlockingExecuteThreadCount',
current value: '2'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.home',
current value: 'D:\weblogic510'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.https.keepAliveSecs',
current value: '120'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jndi.transportableObjectFactories',
current value: ''
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.jmsThreadCount',
current value: '0'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.certificateCacheSize',
current value: '3'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.tunneling.clientTimeoutSecs',
current value: '40'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jdbc.DataSource',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.maxLogFileSizeKBytes',
current value: '0'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.nonPrivUser',
current value: 'nobody'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.zac.publishRoot',
current value: 'exports'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.clientRootCA',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.cluster.defaultLoadAlgorithm',
current value: 'round-robin'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.maxExecuteThreadCount',
current value: '400'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.administrator.phone',
current value: '(None)'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jdbc.connectionPool',
current value: '[weblogic.jdbc.connectionPool.demoPool=# url=jdbc:cloudscape:demo,url=jdbc:weblogic:oracle,driver=weblogic.jdbc.oci.Driver,#
driver=COM.cloudscape.core.JDBCDriver,initialCapacity=1,maxCapacity=2,capacityIncrement=1,props=user=SYSTEM;password=MANAGER;server=JSLEE
weblogic.jdbc.connectionPool.oraclePool=url=jdbc20:weblogic:oracle,driver=weblogic.jdbc20.oci.Driver,loginDelaySecs=1,initialCapacity=4,maxCapacity=10,capacityIncrement=2,allowShrinking=true,shrinkPeriodMins=15,refreshMinutes=10,testTable=dual,props=user=STARUN;password=STARUN123;server=JSLEE
]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.debug',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.servletThreadCount',
current value: '0'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jdbc.logFileName',
current value: 'D:\weblogic510\myserver\jdbc.log'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.cluster.dnsName',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.requireAuthentication',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.cluster.multicastAddress',
current value: ''
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.defaultSecureProtocol',
current value: 't3s'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.realm.cache.auth.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.executeThreadCount',
current value: '15'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.cookie.comment',
current value: 'Weblogic Server Session Tracking Cookie'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.tableNamePrefix',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.connectionPool',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.shutdownClass',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.defaultServlet',
current value: 'file'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.cluster.name',
current value: 'mycluster'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.defaultProtocol',
current value: 't3'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.postTimeoutSecs',
current value: '30'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.group',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.tunnelingenabled',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.realm.cache.caseSensitive',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.certificate.server',
current value: 'D:\weblogic510\myserver\democert.pem'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.mimeType',
current value: '[weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc weblogic.httpd.mimeType.application/x-java-vm=class
weblogic.httpd.mimeType.image/gif=gif weblogic.httpd.mimeType.application/octet-stream=exe
weblogic.httpd.mimeType.text/html=html,htm weblogic.httpd.mimeType.application/pdf=pdf
weblogic.httpd.mimeType.application/x-java-archive=jar weblogic.httpd.mimeType.image/jpeg=jpeg,jpg
weblogic.httpd.mimeType.image/vnd.wap.wbmp=wbmp weblogic.httpd.mimeType.application/zip=zip
weblogic.httpd.mimeType.text/vnd.wap.wmlscript=wmls weblogic.httpd.mimeType.text/vnd.wap.wml=wml
weblogic.httpd.mimeType.application/vnd.wap.wmlc=wmlc weblogic.httpd.mimeType.application/x-java-serialized-object=ser
]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.logRotationBeginTime',
current value: ''
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.webApp',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.minPasswordLen',
current value: '8'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.connectionFactoryArgs',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.neverReadPostData',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.persistentStoreType',
current value: 'file'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.cacheEntries',
current value: '1024'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.queueCompactionPeriod',
current value: '10'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.ignoreMemExhaustCheck',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.certificate.authority',
current value: 'D:\weblogic510\myserver\ca.pem'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.resource.MailSession',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.cookie.maxAgeSecs',
current value: '-1'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.login.readTimeoutMillisSSL',
current value: '25000'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.cluster.enable',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.SSL.ciphersuites',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.indexFiles',
current value: 'index.html,index.htm,index.jsp'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.password',
current value: '[weblogic.password.system=******** ]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.enableLogFile',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.enableReverseDNSLookups',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.indexDirectories',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.maxLogFileSize',
current value: '1024'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.logFile',
current value: 'D:\weblogic510\myserver\weblogic.log'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.timeoutSecs',
current value: '3600'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.logRotationType',
current value: 'size'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.logFileFormat',
current value: 'common'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.perClusterPropertiesFile',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.key.export.lifespan',
current value: '500'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.CORBA.connectionPool',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'java.system.property',
current value: '[java.system.property.cloudscape.system.home=D:/weblogic510/eval/cloudscape/data
]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.logFileName',
current value: 'D:\weblogic510\myserver\access.log'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.defaultMimeType',
current value: 'text/plain'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.debug.httpd.servlet',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.connectionFactoryName',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.SSLListenPort',
current value: '7002'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.logRotationPeriodMins',
current value: '1440'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.URLResource',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.cookie.name',
current value: 'WebLogicSession'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.quiescent',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.register',
current value: '[weblogic.httpd.register.AdminProps=admin.AdminProps weblogic.httpd.register.T3AdminMain=admin.AdminMain
weblogic.httpd.register.classes=weblogic.servlet.ClasspathServlet weblogic.httpd.register.AdminEvents=admin.AdminEvents
weblogic.httpd.register.AdminMain=admin.AdminMain weblogic.httpd.register.*.shtml=weblogic.servlet.ServerSideIncludeServlet
weblogic.httpd.register.snoop=examples.servlets.SnoopServlet weblogic.httpd.register.servletimages=weblogic.servlet.internal.InternalImageServlet
weblogic.httpd.register.applet=examples.servlets.AppletServlet weblogic.httpd.register.ConsoleHelp=weblogic.servlet.FileServlet
weblogic.httpd.register.cookies=examples.servlets.CookieCounter weblogic.httpd.register.survey=examples.servlets.SurveyServlet
weblogic.httpd.register.helloKona=examples.servlets.HelloKonaServlet weblogic.httpd.register.AdminJDBC=admin.AdminJDBC
weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA weblogic.httpd.register.session=examples.servlets.SessionServlet
weblogic.httpd.register.AdminRealm=admin.AdminRealm weblogic.httpd.register.simple=examples.servlets.SimpleServlet
weblogic.httpd.register.error=examples.servlets.ErrorServlet weblogic.httpd.register.AdminLicense=admin.AdminLicense
weblogic.httpd.register.Certificate=utils.certificate weblogic.httpd.register.helloWorld=examples.servlets.HelloWorldServlet
weblogic.httpd.register.phone=examples.servlets.PhoneServlet weblogic.httpd.register.AdminConnections=admin.AdminConnections
weblogic.httpd.register.simpleFormServlet=examples.servlets.SimpleFormServlet weblogic.httpd.register.AdminClients=admin.AdminClients
weblogic.httpd.register.file=weblogic.servlet.FileServlet weblogic.httpd.register.AdminVersion=admin.AdminVersion
weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
weblogic.httpd.register.page=examples.servlets.PageEvent weblogic.httpd.register.AdminThreads=admin.AdminThreads
]'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.clientRootCA4',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.clientRootCA3',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.clientRootCA2',
current value: 'null'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.cookies.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.servlet.extensionCaseSensitive',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.realm.cache.group.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.nativeIO.enable',
current value: 'true'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.useCallablePurge',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.configTimeoutCheckVal',
current value: '45000'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.maxHttpHeaderSize',
current value: '4096'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.cookie.path',
current value: '/'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.rmi.enableServerSideStubs',
current value: 'false'
Wed Jun 07 13:53:40 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.session.URLRewriting.enable',
current value: 'true'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.inputCharset',
current value: 'null'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.enableSetUID',
current value: 'false'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.realm.cache.acl.enable',
current value: 'true'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.topic',
current value: 'null'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.administrator.name',
current value: 'WebLogic Administrator'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.jms.queueSessionPool',
current value: 'null'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.ssl.enable',
current value: 'true'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.administrator.location',
current value: '(None)'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.enableSetGID',
current value: 'false'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.initArgs',
current value: '[weblogic.httpd.initArgs.ConsoleHelp=defaultFilename=/weblogic/admin/help/NoContent.html
weblogic.httpd.initArgs.survey=resultsDir=D:/weblogic510/myserver weblogic.httpd.initArgs.phone=phonelist=D:/weblogic510/examples/servlets/phonelist
weblogic.httpd.initArgs.file=defaultFilename=index.html weblogic.httpd.initArgs.proxy=redirectURL=http://www.bigbox.com
weblogic.httpd.initArgs.page=imageurl=D:/weblogic510/examples/images/trans.gif ]'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.administrator.email',
current value: 'root'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.enableConsole',
current value: 'true'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.security.realm.cache.perm.enable',
current value: 'true'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.system.user',
current value: 'system'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <Config> Property name: 'weblogic.httpd.charsets',
current value: 'null'
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> awt.toolkit = sun.awt.windows.WToolkit
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> cloudscape.system.home = D:/weblogic510/eval/cloudscape/data
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> file.encoding = Cp1252
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> file.encoding.pkg = sun.io
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> file.separator = \
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.awt.fonts =
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.awt.printerjob = sun.awt.windows.WPrinterJob
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.class.path = .\classes\boot;\eval\cloudscape\lib\cloudscape.jar;D:\weblogic510\lib\weblogic510sp8boot.jar
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.class.version = 46.0
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.compiler = symcjit
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.ext.dirs = G:\jre\lib\ext
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.home = G:\jre
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.io.tmpdir = C:\TEMP\
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.library.path = G:\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;D:\weblogic510\bin;D:\JavaOrbacus\bin;D:\weblogic510\bin\oci815_8;\bin;D:\JakartaAnt\jakarta-ant\bin;G:\\bin;D:\Progra~1\Rational\Clearcase\bin;D:\CygwinInstallation\bin;D:\Progra~1\Rational\Clearcase\bin;D:\Vim57w32\vim\vim57;C:\WINNT\MS\SMS\CORE\BIN;D:\Oracle816Client\bin;C:\Program
Files\Oracle\jre\1.1.7\bin;D:\Oracle8iLite\bin;C:\WINNT\system32;C:\WINNT;C:\PROGRA~1\Vision;C:\PROGRA~1\Vision\System;C:\PROGRA~1\COMMON~1\Vision;D:\Program
Files\Rational\ClearCase\bin;d:\Rational\common;D:\Oracle816Client\orb\bin;C:\WINNT\System32\WBEM;
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.protocol.handler.pkgs
= weblogic.utils|weblogic.utils
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.security.manager =
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.security.policy = =.\weblogic.policy
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.specification.name = Java
Platform API Specification
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.specification.vendor =
Sun Microsystems Inc.
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.specification.version
= 1.2
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vendor = Sun Microsystems
Inc.
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vendor.url = http://java.sun.com/
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.version = 1.2.2
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vm.info = build JDK-1.2.2-001,
native threads, symcjit
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vm.name = Classic VM
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vm.specification.name


= Java Virtual Machine Specification

Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vm.specification.vendor
= Sun Microsystems Inc.
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vm.specification.version
= 1.0
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vm.vendor = Sun Microsystems
Inc.
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> java.vm.version = 1.2.2
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> line.separator =

Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> os.arch = x86
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> os.name = Windows NT
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> os.version = 4.0
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> path.separator = ;
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> sun.boot.class.path = G:\jre\lib\rt.jar;G:\jre\lib\i18n.jar;G:\jre\classes
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> sun.boot.library.path = G:\jre\bin
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> sun.io.unicode.encoding = UnicodeLittle
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> user.dir = D:\weblogic510
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> user.home = C:\WINNT\Profiles\ananth.000
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> user.language = en
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> user.name = ananth
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> user.region = US
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> user.timezone = Asia/Calcutta
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> weblogic.class.path = G:\\lib\tools.jar;G:\\jre\lib\rt.jar;G:\\lib\dt.jar;D:\weblogic510\lib\weblogic510sp8.jar;D:\weblogic510\classes;D:\weblogic510\lib\weblogicaux.jar;D:\weblogic510\license;;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <System Props> weblogic.home = .
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <WebLogicServer> Loaded License : D:/weblogic510/license/WebLogicLicense.xml
Wed Jun 07 13:53:41 GMT+05:30 2000:<I> <WebLogicServer> Server loading from weblogic.class.path.
EJB redeployment enabled.
Wed Jun 07 13:53:41 GMT+05:30 2000:<W> <WebLogicServer> Found undeclared property:
weblogic.httpd.enableEvents
Wed Jun 07 13:53:44 GMT+05:30 2000:<I> <Security> 2 certificate(s):
fingerprint = 88dae49f1a3122e62e7a94a3dc76fbf0, not before = Wed Oct 27 00:33:00
GMT+05:30 1999, not after = Wed Oct 25 00:33:00 GMT+05:30 2000, holder = C=US SP=California
L=San Francisco O=WebLogic CN=weblogic.beasys.com Email=sup...@weblogic.com , issuer
= C=US SP=California L=San Francisco O=WebLogic OU=Security CN=Demonstration Certificate
Authority Email=sup...@weblogic.com , key = modulus length=65 exponent length=3
fingerprint = f1c530f7211410a2220c7e9d3152b496, not before = Tue Oct 26 23:48:53
GMT+05:30 1999, not after = Wed Oct 25 23:48:53 GMT+05:30 2000, holder = C=US SP=California
L=San Francisco O=WebLogic OU=Security CN=Demonstration Certificate Authority Email=sup...@weblogic.com
, issuer = C=US SP=California L=San Francisco O=WebLogic OU=Security CN=Demonstration
Certificate Authority Email=sup...@weblogic.com , key = modulus length=65 exponent
length=3

Wed Jun 07 13:53:44 GMT+05:30 2000:<I> <SSLListenThread> Using exportable strength
SSL.
Wed Jun 07 13:53:45 GMT+05:30 2000:<I> <WebLogicServer> Invoking main-style startup
weblogic.jdbc.common.internal.JdbcStartup weblogic.jdbc.common.internal.JdbcStartup
Wed Jun 07 13:53:46 GMT+05:30 2000:<I> <JDBC Pool> Creating connection pool demoPool
with:
poolName=demoPool # url=jdbc:cloudscape:demo maxCapacity=2 props=user=SYSTEM;server=JSLEE#
driver=COM.cloudscape.core.JDBCDriver driver=weblogic.jdbc.oci.Driver aclName=weblogic.jdbc.connectionPool.demoPool
capacityIncrement=1 initialCapacity=1 url=jdbc:weblogic:oracle
+++ WebLogic Native Layer for OCI 8.x (BETA-2)
Wed Jun 07 13:53:52 GMT+05:30 2000:<I> <JDBC Pool> Connection for pool "demoPool"
created.
Wed Jun 07 13:53:52 GMT+05:30 2000:<I> <JDBC Pool> Creating connection pool oraclePool
with:
refreshMinutes=10 poolName=oraclePool loginDelaySecs=1 testTable=dual maxCapacity=10
props=user=STARUN;server=JSLEEallowShrinking=true driver=weblogic.jdbc20.oci.Driver
aclName=weblogic.jdbc.connectionPool.oraclePool capacityIncrement=2 initialCapacity=4
url=jdbc20:weblogic:oracle shrinkPeriodMins=15
Delaying 1 seconds before making a oraclePool pool connection.
Wed Jun 07 13:53:57 GMT+05:30 2000:<I> <JDBC Pool> Connection for pool "oraclePool"
created.
Delaying 1 seconds before making a oraclePool pool connection.
Wed Jun 07 13:54:01 GMT+05:30 2000:<I> <JDBC Pool> Connection for pool "oraclePool"
created.
Delaying 1 seconds before making a oraclePool pool connection.
Wed Jun 07 13:54:05 GMT+05:30 2000:<I> <JDBC Pool> Connection for pool "oraclePool"
created.
Delaying 1 seconds before making a oraclePool pool connection.
Wed Jun 07 13:54:09 GMT+05:30 2000:<I> <JDBC Pool> Connection for pool "oraclePool"
created.
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JDBC Init> Creating Tx DataSource named jtsJSLEEDataSource
for oraclePool pool
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JDBC Init> Creating Tx DataSource named weblogic.jdbc.jts.demoPool
for demoPool pool
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JMS> Beginning startup process
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JMS> Init JMS Security
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JMS> Initializing from weblogic.properties
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JMS> Startup process complete. JMS is active
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JMS> Bound SessionPoolManager as weblogic.jms.SessionPoolManager
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <JMS> Bound ConnectionConsumerManager as weblogic.jms.ConnectionConsumerManager
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <WebLogicServer> Invoking main-style startup
RMI Registry weblogic.rmi.internal.RegistryImpl
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <RMI> Registry started
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <EJB> 0 EJB jar files loaded, containing 0
EJBs
Wed Jun 07 13:54:10 GMT+05:30 2000:<I> <EJB> 0 deployed, 0 failed to deploy.
***************************************************************************


The WebLogic Server did not start up properly.
Exception raised: java.lang.reflect.InvocationTargetException

java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader:
method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:113)
at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:105)


at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)

at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1571)
at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:539)
at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:418)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)


at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)

java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify;
not found
at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:113)
at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:105)


at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)

at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1571)
at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:539)
at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:418)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)


at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)

***************************************************************************

D:\weblogic510>goto finish

D:\weblogic510>ENDLOCAL

Ananth

unread,
Apr 16, 2001, 5:26:36 AM4/16/01
to

Have the same problem. It occurs with both jdk1.2.2 ( Classic VM )
and jdk1.3 ( with HotSpot enabled )
The only difference from the installation below, is that my WL5.1.0 installation
is with sp8 instead of sp2.

The Weblogic Log ( with jdk1.2.2 Classic VM ) is as follows:


The path to the JDK1.2.2 was G:\
Feel free to let me know if you would like to see the logs with JDK1.3 too.

Log begins.......


D:\weblogic510>goto runWebLogicJava

D:\weblogic510>goto finish

D:\weblogic510>ENDLOCAL


Would appreciate your inputs.
Thanks in advance
Ananth

Mark Griffith <ma...@bea.com> wrote:
>Works for me. Are you just trying to start the server?
>
>Whats are the corresponding lines from your weblogic.log file:
>
>

>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.class.path =
>...\sp2\weblogi
>c510sp2boot.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.version = 1.2.2
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.vm.info = build JDK-
>1.2.2-0
>01, native threads, symcjit
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props> java.vm.name = Classic VM
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props>
>java.vm.specification.name = Jav
>a Virtual Machine Specification
>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props>
>java.vm.specification.vendor = S
>un Microsystems Inc.

>Mon Jun 05 09:12:17 PDT 2000:<I> <System Props>
>java.vm.specification.version =
>1.0

Mike Reiche

unread,
Apr 16, 2001, 9:07:38 AM4/16/01
to
0 new messages