Error during Configuration of Weblogic 11g Server
Hello All,
During configuration of Oracle Weblogic 11g Server on Windows 7 machine, I am getting following error. I tried to Google it, but all in vain. Please help to resolve it.
I followed the Installation and Configuration steps as specified in the Installation Guide of Weblogic 11g Server.
C:\Oracle_Weblogic_Server\wlserver>%JAVA_HOME%\bin\java.exe -Xmx1024m -XX:MaxPer
mSize=128m weblogic.Server
<Sep 25, 2011 12:02:59 AM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ
JCE Provider self-integrity check for better startup performance. To enable thi
s check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Sep 25, 2011 12:03:00 AM IST> <Info> <Security> <BEA-090906> <Changing the defa
ult Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disabl
e this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
<Sep 25, 2011 12:03:00 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting We
bLogic Server with Java HotSpot(TM) Client VM Version 20.0-b11 from Sun Microsys
tems Inc.>
C:\Oracle_Weblogic_Server\wlserver\config\config.xml not found
No config.xml was found.
Would you like the server to create a default configuration and boot? (y/n): y
<Sep 25, 2011 12:03:06 AM IST> <Info> <Management> <BEA-140013> <C:\Oracle_Weblo
gic_Server\wlserver\config\config.xml not found>
<Sep 25, 2011 12:03:06 AM IST> <Info> <Security> <BEA-090065> <Getting boot iden
tity from user.>
Enter username to boot WebLogic server:admin
Enter password to boot WebLogic server:
For confirmation, please re-enter password required to boot WebLogic server:
<Sep 25, 2011 12:03:35 AM IST> <Info> <Management> <BEA-141254> <Generating new
domain directory in C:\Oracle_Weblogic_Server\wlserver>
<Sep 25, 2011 12:03:36 AM IST> <Critical> <WebLogicServer> <BEA-000362> <Server
failed. Reason:
There are 1 nested errors:
weblogic.management.ManagementException: Failure during domain creation
at weblogic.management.internal.DomainDirectoryService.generateDomain(Do
mainDirectoryService.java:236)
at weblogic.management.internal.DomainDirectoryService.ensureDomainExist
s(DomainDirectoryService.java:154)
at weblogic.management.internal.DomainDirectoryService.start(DomainDirec
toryService.java:73)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
ager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
icesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)
Caused by: java.lang.IllegalStateException: java.io.FileNotFoundException: C:\OR
ACLE~1\wlserver\.product.properties (The system cannot find the file specified)
at com.oracle.cie.domain.DomainInfoHelper.getPlatformProperties(DomainIn
foHelper.java:483)
at com.oracle.cie.domain.DomainInfoHelper.getGlobalTemplateCatalog(Domai
nInfoHelper.java:542)
at com.oracle.cie.domain.DomainInfoHelper.createDefaultDomain(DomainInfo
Helper.java:1757)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.management.internal.DomainDirectoryService.generateDomain(Do
mainDirectoryService.java:231)
... 8 more
>
<Sep 25, 2011 12:03:36 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server st
ate changed to FAILED>
<Sep 25, 2011 12:03:36 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical
service failed. The server will shut itself down>
<Sep 25, 2011 12:03:36 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server st
ate changed to FORCE_SHUTTING_DOWN>