Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2005

Tip: Looking for answers? Try searching our database.

localhost:9080

Thread view: 
dmckeon@ameritas.com - 14 Oct 2005 14:01 GMT
I am new to Java and web services.  I am trying to create a JSP page
which invokes a web service.  Every time I attempt to access anything
on localhost:9080, I get an HTTP 500 Internal Server Error.

Does anyone know how to get around that?

TIA,
Dan
conor.macmahon@gmail.com - 14 Oct 2005 15:41 GMT
Hi Dan,
         What web application server are you using? Whichever one you
are using, have you checked the log file entries? Surely the error will
be expressed there, with reasons why it may be occurring? Give more
details?
Best,
Conor
dmckeon@ameritas.com - 14 Oct 2005 16:23 GMT
Thanks for the reply, Conor.  I am running Websphere 6.0.  I should
have thought to look in the error log -- again, I'm very new to this.
I assume it's the SystemErr.log file I need to look at.  I'll post it,
but I'll dig through it as well.  Let me know if you have any insights
after reviewing the log.

Thanks again,
Dan

[10/14/05 10:15:41:266 CDT] 0000000a SystemErr     R
com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescriptorLoadException:
META-INF/application.xml
!Stack_trace_of_nested_exce!
com.ibm.etools.j2ee.commonarchivecore.exception.ResourceLoadException:
IWAE0007E Could not load resource "META-INF/application.xml" in archive
"C:\Documents and Settings\Dan McKeon\My
Documents\JAVA\IgFolderListEAR"
!Stack_trace_of_nested_exce!
Wrapped exception
org.xml.sax.SAXParseException: The markup in the document following the
root element must be well-formed.
    at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
    at
org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:90)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
    at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Wrapped by
org.eclipse.emf.common.util.WrappedException: The markup in the
document following the root element must be well-formed.
    at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:94)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
    at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)

[10/14/05 10:15:41:266 CDT] 0000000a SystemErr     R
!Stack_trace_of_nested_exce!
[10/14/05 10:15:41:266 CDT] 0000000a SystemErr     R
com.ibm.etools.j2ee.commonarchivecore.exception.ResourceLoadException:
IWAE0007E Could not load resource "META-INF/application.xml" in archive
"C:\Documents and Settings\Dan McKeon\My
Documents\JAVA\IgFolderListEAR"
!Stack_trace_of_nested_exce!
Wrapped exception
org.xml.sax.SAXParseException: The markup in the document following the
root element must be well-formed.
    at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
    at
org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:90)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
    at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Wrapped by
org.eclipse.emf.common.util.WrappedException: The markup in the
document following the root element must be well-formed.
    at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:94)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
    at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)

[10/14/05 10:15:41:266 CDT] 0000000a SystemErr     R
!Stack_trace_of_nested_exce!
[10/14/05 10:15:41:266 CDT] 0000000a SystemErr     R Wrapped exception
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R
org.xml.sax.SAXParseException: The markup in the document following the
root element must be well-formed.
    at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
    at
org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:90)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
    at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)

[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown
Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:90)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
[10/14/05 10:15:41:281 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
[10/14/05 10:15:41:297 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
java.lang.reflect.Method.invoke(Method.java:391)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R Wrapped by
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R Wrapped exception
org.xml.sax.SAXParseException: The markup in the document following the
root element must be well-formed.
    at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
    at
org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:90)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
    at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Wrapped by
org.eclipse.emf.common.util.WrappedException: The markup in the
document following the root element must be well-formed.
    at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:94)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
    at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
    at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
    at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
    at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
    at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
    at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)

[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.internal.emf.xml.EMF2SAXRenderer.doLoad(EMF2SAXRenderer.java:94)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.basicDoLoad(TranslatorResourceImpl.java:126)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:170)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:884)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:741)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.wtp.emf.xml.TranslatorResourceImpl.load(TranslatorResourceImpl.java:318)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:247)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:262)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:346)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:329)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:891)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:256)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:32)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:72)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.strategy.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:67)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:287)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.ws.appprofile.AppProfileComponentImpl.scanApplicationsForAppProfileSupport(AppProfileComponentImpl.java:323)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.ws.appprofile.AppProfileComponentImpl.start(AppProfileComponentImpl.java:218)
[10/14/05 10:15:41:312 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
java.lang.reflect.Method.invoke(Method.java:391)
[10/14/05 10:15:41:375 CDT] 0000000a SystemErr     R     at
com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R
com.ibm.ws.exception.RuntimeWarning:
com.ibm.ws.exception.ConfigurationWarning: Multiple
ConfigurationWarning exceptions encountered
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:352)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
    at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
    at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
    at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Caused by: com.ibm.ws.exception.ConfigurationWarning: Multiple
ConfigurationWarning exceptions encountered
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:499)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:406)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:349)
    ... 16 more
Caused by: com.ibm.ws.exception.ConfigurationWarning: Failed to open
C:\Documents and Settings\Dan McKeon\My
Documents\JAVA\IgFolderListClientEAR
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:456)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:296)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:246)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:471)
    ... 18 more
Caused by:
com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescriptorLoadException:
META-INF/application.xml
    at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:289)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
    at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
    at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
    at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl$MappableContentsArchive.open(DeployedApplicationImpl.java:1399)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:454)
    ... 21 more

[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:352)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
[10/14/05 10:16:34:094 CDT] 0000000a SystemErr     R     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
java.lang.reflect.Method.invoke(Method.java:391)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R Caused by:
com.ibm.ws.exception.ConfigurationWarning: Multiple
ConfigurationWarning exceptions encountered
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:499)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:406)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:349)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     ... 16 more
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R Caused by:
com.ibm.ws.exception.ConfigurationWarning: Failed to open C:\Documents
and Settings\Dan McKeon\My Documents\JAVA\IgFolderListClientEAR
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:456)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:296)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:246)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplications(ApplicationMgrImpl.java:471)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     ... 18 more
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R Caused by:
com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescriptorLoadException:
META-INF/application.xml
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:289)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:608)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:687)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:727)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.etools.j2ee.commonarchivecore.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:563)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:532)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.DeployedApplicationImpl$MappableContentsArchive.open(DeployedApplicationImpl.java:1399)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     at
com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:454)
[10/14/05 10:16:34:109 CDT] 0000000a SystemErr     R     ... 21 more
Chris Smith - 14 Oct 2005 16:42 GMT
> Thanks for the reply, Conor.  I am running Websphere 6.0.  I should
> have thought to look in the error log -- again, I'm very new to this.
> I assume it's the SystemErr.log file I need to look at.  I'll post it,
> but I'll dig through it as well.  Let me know if you have any insights
> after reviewing the log.

> com.ibm.etools.j2ee.commonarchivecore.exception.ResourceLoadException:
> IWAE0007E Could not load resource "META-INF/application.xml" in archive
[quoted text clipped - 4 lines]
> org.xml.sax.SAXParseException: The markup in the document following the
> root element must be well-formed.

So your WEB-INF/application.xml file is not well-formed, eh?  Can you
check for the problem?  If you don't see the problem, please post the
XML file so we can look through it.

Signature

www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation

dmckeon@ameritas.com - 14 Oct 2005 17:54 GMT
This is the contents of my application.xml file.  Thanks for your
help!!!
dmckeon@ameritas.com - 14 Oct 2005 17:54 GMT
I guess it helps to actually paste the code in!  Sorry!

<?xml version="1.0" encoding="UTF-8"?>
<application id="Application_ID" version="1.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
    <display-name>
    IgFolderListEAR</display-name>
    <module id="WebModule_1128609024296">
        <web>
            <web-uri>IgFolderList.war</web-uri>
            <context-root>IgFolderList</context-root>
        </web>
    </module>
    <module id="WebModule_1128696838171">
        <web>
            <web-uri>IgFolderListClient.war</web-uri>
            <context-root>IgFolderListClient</context-root>
        </web>
    </module>
</application>
<application xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd"
id="Application_ID">
    <display-name>
    IgFolderListEAR</display-name>
</application>
Oliver Wong - 14 Oct 2005 18:21 GMT
>I guess it helps to actually paste the code in!  Sorry!
>
[quoted text clipped - 27 lines]
> IgFolderListEAR</display-name>
> </application>

   You have 2 root elements (i.e. the <application> element appears twice),
but I think you're only allowed to have 1.

   - Oliver
Andrew Thompson - 14 Oct 2005 18:22 GMT
> <?xml version="1.0" encoding="UTF-8"?>
> <application id="Application_ID" version="1.4"

OK so far..

> xmlns="http://java.sun.com/xml/ns/j2ee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">

..but that XSD document tells me

"  The application element is the root element of a J2EE
  application deployment descriptor.
...
    <xsd:unique name="context-root-uniqueness">

      The context-root element content must be unique
      in the ear."

..and..

>     <display-name>
>     IgFolderListEAR</display-name>
.....
> </application>
> <application xmlns="http://java.sun.com/xml/ns/j2ee"

..this XML has two of them.
dmckeon@ameritas.com - 14 Oct 2005 18:42 GMT
Thanks, guys.  I don't fully know what that all means, but it gives me
a good starting point.  I appreciate the help!
Oliver Wong - 14 Oct 2005 19:10 GMT
> Thanks, guys.  I don't fully know what that all means, but it gives me
> a good starting point.  I appreciate the help!

Your XML file looks like this:

<app>
 bla bla bla
</app>
<app>
 bla bla bla
</app>

When it should actually look like this:

<app>
 bla bla bla
</app>

You should only have 1 "application" element in your file. Probably the
documentation for Websphere explains how to edit your file to get the
behaviour you want.

   - Oliver
dmckeon@ameritas.com - 17 Oct 2005 14:40 GMT
I esited the XML file and removed one application element, but I'm
still getting the same error.  When I attempt to access localhost:9080
without a JSP page (http://localhost:9080/) I get a 404 error.  Is that
a clue?
Oliver Wong - 17 Oct 2005 17:07 GMT
>I esited the XML file and removed one application element, but I'm
> still getting the same error.  When I attempt to access localhost:9080
> without a JSP page (http://localhost:9080/) I get a 404 error.  Is that
> a clue?

   404 means page not found. Since you removed the page, the server can't
find the page, hence the 404 error. So no, that isn't a clue unfortunately,
that's just normal behaviour.

   - Oliver
dmckeon@ameritas.com - 14 Oct 2005 18:54 GMT
Thanks, guys.  I don't fully know what that all means, but it gives me
a good starting point.  I appreciate the help!
Tor Iver Wilhelmsen - 14 Oct 2005 16:45 GMT
> I am new to Java and web services.  I am trying to create a JSP page
> which invokes a web service.  Every time I attempt to access anything
> on localhost:9080, I get an HTTP 500 Internal Server Error.
>
> Does anyone know how to get around that?

Fix the bug that threw an exception you can find in the log or console
of your webapp container.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.