• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to Configure WebLogic 10.0.3 with MyEclipse 8.0

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to Configure WebLogic 10.0.3 with MyEclipse 8.0..?

i have given below entery :

BEA Home directory: C:\Oracle\Middleware\wlserver_10.3
Weblogic installation directory : C:\Oracle\Middleware\wlserver_10.3
I have given correct username and password
Execution server name: AdminServer

But I am getting below error , please let me know how I can


<Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.3-b02 from Sun Microsystems Inc.>

C:\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

Please tell me how i can correct this ?
 
Jenny D Thomas
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
More error now i am getting :


<Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.3-b02 from Sun Microsystems Inc.>

C:\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
<Jun 9, 2010 2:16:02 AM IST> <Info> <Management> <BEA-140013> <C:\config\config.xml not found>
<Jun 9, 2010 2:16:02 AM IST> <Info> <Management> <BEA-141254> <Generating new domain directory in C:\>
<Jun 9, 2010 2:16:09 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(DomainDirectoryService.java:229)
at weblogic.management.internal.DomainDirectoryService.ensureDomainExists(DomainDirectoryService.java:152)
at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:72)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:749)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:488)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
at weblogic.Server.main(Server.java:67)
Caused by: com.bea.plateng.domain.script.ScriptException: You must specify a WebLogic domain name.
at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:723)
at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:575)
at com.bea.plateng.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:431)
at com.bea.plateng.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:150)
at com.bea.plateng.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:112)
at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:73)
at com.bea.plateng.domain.DomainInfoHelper.executeSilentScript(DomainInfoHelper.java:858)
at com.bea.plateng.domain.DomainInfoHelper.createDefaultDomain(DomainInfoHelper.java:1762)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.management.internal.DomainDirectoryService.generateDomain(DomainDirectoryService.java:224)
... 8 more

>
<Jun 9, 2010 2:16:09 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jun 9, 2010 2:16:09 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Jun 9, 2010 2:16:09 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
reply
    Bookmark Topic Watch Topic
  • New Topic