I installed MWS7.1 on my local machine running on Windows XP.
While starting the MWS I am getting following error. I reinstalled MWS but again got the same issue.
2008-01-22 16:12:41 CET (Framework : FATAL) - Content is not allowed in prolog.
org.xml.sax.SAXParseException: Content is not allowed in prolog.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at com.webMethods.rtl.util.xml.XMLUtil._loadDocument(XMLUtil.java:344)
at com.webMethods.rtl.util.xml.XMLUtil.loadDocumentFromInputStream(XMLUtil.java:307)
at com.webMethods.rtl.util.xml.XMLUtil.loadDocument(XMLUtil.java:291)
at com.webMethods.portal.service.sql.core.ConnectionManager.init(ConnectionManager.java:212)
at com.webMethods.portal.service.sql.core.ConnectionManager.init(ConnectionManager.java:178)
at com.webMethods.portal.system.init.impl.DefaultPhase$InitializableWrapper.init(DefaultPhase.java:118)
at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:99)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:509)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:125)
at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:44)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:257)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:509)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:125)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:89)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:867)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:826)
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:585)
at com.webMethods.portal.system.start.Main.start(Main.java:126)
at com.webMethods.portal.system.start.Main.main(Main.java:47)
2008-01-22 16:12:41 CET (Framework : INFO) - No registered exception delegate
Did anyone get this issue ? Do anyone know solution for it ?
Thanks