HELP! The App server stopped working!

Everything was fine then I started getting this when trying to run the applicaiton. Note that it keeps giving this same error message over and over until I stop the app server.
I did notice that the context-root was missing in the domain.xml as mentioned, so I put it back, but that still did not help.
Any ideas?
Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
[#|2005-04-13T17:17:53.474-0500|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.err|_ThreadID=10;|java.util.logging.ErrorManager: 0: Error In getLogService  |#]
java.util.logging.ErrorManager: 0: Error In getLogService java.util.logging.ErrorManager: 0: Error In getLogService
recursive call into SystemOutandErrhandler
java.lang.RuntimeException: recursivecall
     at com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream.flush(SystemOutandErrHandler.java:189)
     at java.io.PrintStream.write(PrintStream.java:260)
     at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:336)
     at sun.nio.cs.StreamEncoder$CharsetSE.implFlushBuffer(StreamEncoder.java:404)
     at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:115)
     at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:169)
     at java.io.PrintStream.write(PrintStream.java:305)
     at java.io.PrintStream.print(PrintStream.java:448)
     at java.io.PrintStream.println(PrintStream.java:585)
     at com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingPrintStream.println(SystemOutandErrHandler.java:144)
     at java.util.logging.ErrorManager.error(ErrorManager.java:76)
     at com.sun.enterprise.server.logging.ServerLogManager.getLogService(ServerLogManager.java:284)
     at com.sun.enterprise.server.logging.FileandSyslogHandler.publish(FileandSyslogHandler.java:266)
     at java.util.logging.Logger.log(Logger.java:424)
     at java.util.logging.Logger.doLog(Logger.java:446)
     at java.util.logging.Logger.log(Logger.java:469)
     at com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream.flush(SystemOutandErrHandler.java:198)
     at java.io.PrintStream.write(PrintStream.java:260)
     at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:336)
     at sun.nio.cs.StreamEncoder$CharsetSE.implFlushBuffer(StreamEncoder.java:404)
     at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:115)
     at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:169)
     at java.io.PrintStream.write(PrintStream.java:305)
     at java.io.PrintStream.print(PrintStream.java:448)
     at java.io.PrintStream.println(PrintStream.java:585)
     at com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingPrintStream.println(SystemOutandErrHandler.java:144)
     at java.util.logging.ErrorManager.error(ErrorManager.java:76)
     at com.sun.enterprise.server.logging.ServerLogManager.getLogService(ServerLogManager.java:284)
     at com.sun.enterprise.server.logging.ServerLogManager.reInitializeServerLoggers(ServerLogManager.java:468)
     at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:119)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:210)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:172)
     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:324)
     at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
java.util.logging.ErrorManager: 0: Error In getLogService java.util.logging.ErrorManager: 0: Error In getLogService
java.util.logging.ErrorManager: 0: Error In getLogService java.util.logging.ErrorManager: 0: Error In getLogService
java.util.logging.ErrorManager: 0: Error In getLogService java.util.logging.ErrorManager: 0: Error In getLogService
com.sun.enterprise.config.ConfigException: Error refreshing ConfigContext:C:\Sun\Creator\SunAppServer8\domains\creator\config\domain.xml
cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
Attribute "context-root" is required and must be specified for element type "web-module".
     at com.sun.enterprise.config.ConfigContextImpl.refresh(ConfigContextImpl.java:315)
     at com.sun.enterprise.config.ConfigContextImpl.refresh(ConfigContextImpl.java:397)
     at com.sun.enterprise.config.ConfigContextImpl.getRootConfigBean(ConfigContextImpl.java:192)
     at com.sun.enterprise.config.ConfigBeansFactory.getConfigBeanByXPath(ConfigBeansFactory.java:36)
     at com.sun.enterprise.config.serverbeans.ServerBeansFactory.getServerBean(ServerBeansFactory.java:84)
     at com.sun.enterprise.config.serverbeans.ServerBeansFactory.getConfigModel(ServerBeansFactory.java:57)
     at com.sun.enterprise.config.serverbeans.ServerBeansFactory.getConfigBean(ServerBeansFactory.java:95)
     at com.sun.enterprise.server.logging.ServerLogManager.getLogService(ServerLogManager.java:281)
     at com.sun.enterprise.server.logging.FileandSyslogHandler.publish(FileandSyslogHandler.java:266)
     at java.util.logging.Logger.log(Logger.java:424)
     at java.util.logging.Logger.doLog(Logger.java:446)
     at java.util.logging.Logger.log(Logger.java:469)
     at com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream.flush(SystemOutandErrHandler.java:198)
     at java.io.PrintStream.write(PrintStream.java:260)
     at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:336)
     at sun.nio.cs.StreamEncoder$CharsetSE.implFlushBuffer(StreamEncoder.java:404)
     at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:115)
     at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:169)
     at java.io.PrintStream.write(PrintStream.java:305)
     at java.io.PrintStream.print(PrintStream.java:448)
     at java.io.PrintStream.println(PrintStream.java:585)
     at com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingPrintStream.println(SystemOutandErrHandler.java:144)
     at java.util.logging.ErrorManager.error(ErrorManager.java:76)
     at com.sun.enterprise.server.logging.ServerLogManager.getLogService(ServerLogManager.java:284)
     at com.sun.enterprise.server.logging.ServerLogManager.reInitializeServerLoggers(ServerLogManager.java:468)
     at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:119)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:210)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:172)
     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:324)
     at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
Caused by: org.netbeans.modules.schema2beans.Schema2BeansNestedException: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
Attribute "context-root" is required and must be specified for element type "web-module".
     at org.netbeans.modules.schema2beans.GraphManager.createXmlDocument(GraphManager.java:718)
     at org.netbeans.modules.schema2beans.BaseBean.createGraph(BaseBean.java:2262)
     at com.sun.enterprise.config.ConfigContextImpl.refresh(ConfigContextImpl.java:293)
     ... 32 more
Caused by: org.xml.sax.SAXParseException: Attribute "context-root" is required and must be specified for element type "web-module".
     at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:266)
     at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:206)
     at org.netbeans.modules.schema2beans.GraphManager.createXmlDocument(GraphManager.java:714)
     ... 34 more

No, I did not modify the web.xml file. I did modify the applicationContext-jdbc.xml file though (Spring related) just before this started to happen.
Also, I was adding some logic to the ApplicationBean just before the problem occured.

Similar Messages

Maybe you are looking for

  • EFT and payment advice

    Hi, We are planning to implement Electronic Funds Transfer (EFT) and send the payment advices to suppliers via E-mail or FAX. Is there any one who have implemented that and can shed some light to me. Is the solution possible with in Oracle Financials

  • Photoshop CC stops working as soon as it's opened.

    Right after photoshop cc opens up, a windows dialog box pops up and says the program has stopped working. I tried restarting the computer and it sill doesn't work. It happens everytime.  How do I fix this?

  • Wireless router password issues

    Here's my problem.  I have a wireless router and am connected on it right now.  My problem is that I don't have a password on it.  Every other day it seems like when I try to connect to the router from my laptop it's asking me for a password again. 

  • 2600n printing off center.

    The problem I am having is that what I am printing is shifted on the page towards one side more then the other. All the colors are aligned they are just not centered on the page. I have tried color calibrating several times and also tried restoring t

  • Windows 7 - Unable to Print more than 15 PDF's by right clicking

    Hi guys, I've just upgraded quite a lot of PC's within the business I work for. The new PC's are Windows 7 OS based. When you right click more than 15 PDF's the option to print is not there. Is the a fix for this? Checked this on Windows XP and it wo