Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WebLogic doesn't seem to start (even after reinstallation!)

710627Nov 20 2009 — edited Dec 6 2009
Hi everyone,

I've found my WebLogicServer broken this morning. Even though it was fine when I turned it off yesterday, so nothing was changed in the system.

It is integratedWLS with JDev 11.1.1.1.0. I start my application with Page.jsp - rclick - Run and the server begins its' initialization.
It is reaching "<WebLogicServer> <BEA-000360> <Server started in RUNNING mode> " with no exceptions and then nothing happens.
http://localhost:7101/ is not reachable and test for IntergratedWebLogicServer fails with 0 of 8.

When I'm trying to run my application once again it says that server is currently starting or stopping (10 minutes have passed).
Application is "HelloWorld" with one page. I am able to stop the server with JDev's red button - it stops with no issues.


I have uninstalled my Oracle Fusion Middleware, downloaded new JDev 11.1.1.2.0 and installed it again (with new middleware home).
The problem is just the same.

What can I do with it? Please, advice.

Thanks.

My system is Windows Vista x86 with Core2 Duo 2.2GHz and 2 Gb RAM on Sony Vaio.
There's server log:
*** Using port 7101 ***
C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\bin\startWebLogic.cmd
[waiting for the server to complete its initialization...]
.
.
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
.
WLS Start Mode=Development
.
CLASSPATH=C:\Cyclone\JDEVEL~2\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Cyclone\JDEVEL~2\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Cyclone\JDEVEL~2\JDK160~1.5-3\lib\tools.jar;C:\Cyclone\JDEVEL~2\utils\config\10.3\config-launch.jar;C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\lib\weblogic.jar;C:\Cyclone\JDEVEL~2\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\lib\webservices.jar;C:\Cyclone\JDEVEL~2\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Cyclone\JDEVEL~2\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Cyclone\JDEVEL~2\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Cyclone\JDEVEL~2\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\lib\xqrl.jar
.
PATH=C:\Cyclone\JDEVEL~2\patch_wls1032\profiles\default\native;C:\Cyclone\JDEVEL~2\patch_jdev1111\profiles\default\native;C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\native\win\32;C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\bin;C:\Cyclone\JDEVEL~2\modules\ORGAPA~1.0\bin;C:\Cyclone\JDEVEL~2\JDK160~1.5-3\jre\bin;C:\Cyclone\JDEVEL~2\JDK160~1.5-3\bin;C:\Program Files\PC Connectivity Solution\;C:\Program Files\Common Files\NetSarang;C:\oracle\product\11.1.0\db_1\bin;C:\oracle\product\db11\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\PROGRA~1\Borland\Delphi6\Bin;C:\PROGRA~1\Borland\Delphi6\Projects\Bpl;C:\Program Files\Developer Express.VCL\Library\Delphi6;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\native\win\32\oci920_8
.
***************************************************
*  To start WebLogic Server, use a username and   *
*  password assigned to an admin-level user.  For *
*  server administration, use the WebLogic Server *
*  console at http:\\hostname:port\console        *
***************************************************
starting weblogic with Java version:
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
Starting WLS with line:
C:\Cyclone\JDEVEL~2\JDK160~1.5-3\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Cyclone\JDEVEL~2\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Cyclone\JDeveloper_11_1_1_2_0\wlserver_10.3\server\lib\DemoTrust.jks -Dhttp.proxyHost=83.149.228.194 -Dhttp.proxyPort=3128 "-Dhttp.nonProxyHosts=localhost|localhost.localdomain|127.0.0.1|::1|nb1|nb1" -Dhttps.proxyHost=83.149.228.194 -Dhttps.proxyPort=3128 "-Dhttps.nonProxyHosts=localhost|localhost.localdomain|127.0.0.1|::1|nb1|nb1" -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=C:\Cyclone\JDEVEL~2\WLSERV~1.3 -Dwls.home=C:\Cyclone\JDEVEL~2\WLSERV~1.3\server -Dweblogic.home=C:\Cyclone\JDEVEL~2\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Cyclone\JDEVEL~2\home\SYSTEM~1.36\DEFAUL~1 -Dcommon.components.home=C:\Cyclone\JDEVEL~2\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Cyclone\JDEVEL~2\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Cyclone\JDEVEL~2\home\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Cyclone\JDEVEL~2\home\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Cyclone\JDEVEL~2\home\SYSTEM~1.36\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Digf.arisidbeans.carmlloc=C:\Cyclone\JDEVEL~2\home\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Cyclone\JDEVEL~2\home\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=\modules\oracle.ossoiap_11.1.1,\modules\oracle.oamprovider_11.1.1  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Cyclone\JDEVEL~2\home\SYSTEM~1.36\DEFAUL~1\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Cyclone\JDEVEL~2\patch_wls1032\profiles\default\sysext_manifest_classpath;C:\Cyclone\JDEVEL~2\patch_jdev1111\profiles\default\sysext_manifest_classpath  weblogic.Server
<20.11.2009 15:30:01 MSK> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 14.0-b16 from Sun Microsystems Inc.> 
<20.11.2009 15:30:01 MSK> <Error> <Net> <BEA-000902> <Duplicate expression found in the system property http.nonProxyHosts: localhost|localhost.localdomain|127.0.0.1|::1|nb1|nb1.> 
<20.11.2009 15:30:01 MSK> <Error> <Net> <BEA-000902> <Duplicate expression found in the system property https.nonProxyHosts: localhost|localhost.localdomain|127.0.0.1|::1|nb1|nb1.> 
<20.11.2009 15:30:01 MSK> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0  Tue Oct 20 12:16:15 PDT 2009 1267925 > 
<20.11.2009 15:30:02 MSK> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING> 
<20.11.2009 15:30:02 MSK> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool> 
<20.11.2009 15:30:03 MSK> <Notice> <LoggingService> <BEA-320400> <The log file C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.> 
<20.11.2009 15:30:03 MSK> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00001. Log messages will continue to be logged in C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.> 
<20.11.2009 15:30:03 MSK> <Notice> <Log Management> <BEA-170019> <The server log file C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.> 
<20.11.2009 15:30:08 MSK> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.> 
<20.11.2009 15:30:18 MSK> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY> 
<20.11.2009 15:30:18 MSK> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING> 
<20.11.2009 15:30:26 MSK> <Notice> <LoggingService> <BEA-320400> <The log file C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.> 
<20.11.2009 15:30:26 MSK> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00001. Log messages will continue to be logged in C:\Cyclone\JDeveloper_11_1_1_2_0\home\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.> 
<20.11.2009 15:30:26 MSK> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.> 
<20.11.2009 15:30:28 MSK> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN> 
<20.11.2009 15:30:28 MSK> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:0:5efe:c0a8:104:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Warning> <Server> <BEA-002611> <Hostname "nb1", maps to multiple IP addresses: 192.168.1.4, fe80:0:0:0:38e5:6c0e:5678:662%9> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:38e5:6c0e:5678:662:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:0:100:7f:fffe:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:7537:43d9:88fb:b957:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.1.4:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:a88f:8de7:fb1f:d9de:7101 for protocols iiop, t3, ldap, snmp, http.> 
<20.11.2009 15:30:28 MSK> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode> 
<20.11.2009 15:30:28 MSK> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING> 
<20.11.2009 15:30:28 MSK> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2009
Added on Nov 20 2009
8 comments
1,641 views