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

  • Help needed in printing pc to pc (printer) using bluetooth

    I require to create a application in final year in which i have to print from my pc to another persons pc who has a printer attached (both pcs are bluetooth enabled using bluetooth dongles using Microsoft stack) Do i have to use java rmi ?? How do i

  • HT1461 can i play a pc cd with the boot camp

    I have a macbook air and bout the USB superdrive... im wondering if i can play a PC made game on the macbook or i need to buy the mac version or if i download the boot camp will it work

  • GDM shows only gray screen.

    When booting Arch, I will get to the GDM login screen with no problem but then, after logging in it will hang at a gray screen. If I open up another terminal with Alt+Ctrl+F2 and type startx, GNOME will launch properly in both screens. My .xinitrc fi

  • Prime Infrastructure 1.2 - Software Image Management

    Good Day, I have some issues with CPI 1.2. I've tried to Import Images from Cisco.com through Software Image Management for test purposes by using my credentials. But it has finished success just a twice. Other attempt hadn't any result. Then I try t

  • FCP XML to Flint - Problems with Time Remap

    My Flint artist and I have had some problems with the XML Export and Import that we cannot figure out. The XMLs from FCP sequences that have variable speed Time Remaps applied show up on the Flint with those particular clips with the wrong in/out poi