aspose file tools
The moose likes BEA/Weblogic and the fly likes Error Dtarting Managed server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Error Dtarting Managed server" Watch "Error Dtarting Managed server" New topic
Author

Error Dtarting Managed server

Abhijit Rishi
Greenhorn

Joined: Sep 10, 2008
Posts: 3
When ever i start running my managed server through the unix i recieve the following error, may some one assist me on this asap:

The WebLogic Server did not start up properly.
Exception raised:
weblogic.management.configuration.ConfigurationException: Error parsing configuration on line 113, column 39
at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:122)
at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository.java:261)
at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository.java:223)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:374)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy1.loadDomain(Unknown Source)
at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:188)
at weblogic.management.AdminServer.configure(AdminServer.java:173)
at weblogic.management.Admin.initialize(Admin.java:257)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:365)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:212)
at weblogic.Server.main(Server.java:35)
Reason: Fatal initialization exception
Freddy Wong
Ranch Hand

Joined: Sep 11, 2006
Posts: 959

It could be that the configuration file isn't well-formed, e.g. config.xml.


SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
Abhijit Rishi
Greenhorn

Joined: Sep 10, 2008
Posts: 3
Shall I turn on ssl debugging -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true
and attach the log.
Because I don't know what should be in either "application.log" or in "ServerLog.txt" but I didn't see any obvious errors.
Freddy Wong
Ranch Hand

Joined: Sep 11, 2006
Posts: 959

I don't think there's any problem with the SSL. From the stacktrace,
weblogic.management.configuration.ConfigurationException: Error parsing configuration on line 113, column 39
It seems that weblogic can't parse the configuration file. Have you checked if your config.xml is well-formed? There are some other configuration files as well that you may want to check.
Abhijit Rishi
Greenhorn

Joined: Sep 10, 2008
Posts: 3
Thanks for the heads up Freddy there was an issue that a part of config file was missing.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Error Dtarting Managed server
 
Similar Threads
Admin Console problem
RuntimeErrorException on weblogic 6.0
WebLogic 6.1 Service Pack Giving Problem
how can i config the jbuilder to use the weblogic as WEB SERVER?
WAR with war files