facebook

XSLT debugger could not parse the XML document

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #271943 Reply

    emoc
    Member

    Hello Support,

    I have a J_EE EAR which is installable & runnable on WebSphere 6.0 (see appendix [1])only when I start WebSphere from the myEclipse\bin\startServer.bat file provided by IBM

    I have MyEclipse Version: 5.0.1 GA Build id: 20060810-5.0.1-GA and have followed the advice given in Help, MyEclipse Learning Center, JEE App Dev, Get Started, Using Websphere 6. I can start WebSphere Admin Console from within MyEclipse. However when I start my own J_EE EAR the following error occurs:
    Content is not allowed in trailing section.
    The XSLT debugger could not parse the XML document ‘copiedStream:input.xml’.

    Appendix [1]
    ************ Start Display Current Environment ************
    WebSphere Platform 6.0 [BASE 6.0.0.1 o0507.02] running with process name qsp088Node02Cell\myEclipseNode\server1 and process id 2424
    Host Operating System is Windows XP, version 5.1
    Java version = J2RE 1.4.2 IBM Windows 32 build cn142sr1w-20041028 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
    was.install.root = C:\java\IBM\WebSphere\AppServer
    user.install.root = C:\java\IBM\WebSphere\AppServer\profiles\myEclipse
    Java Home = C:\java\IBM\WebSphere\AppServer\java\jre
    ws.ext.dirs = C:\java\IBM\WebSphere\AppServer\java\lib;C:\java\IBM\WebSphere\AppServer\profiles\myEclipse\classes;C:\java\IBM\WebSphere\AppServer\bin;C:\java\IBM\WebSphere\AppServer\classes;C:\java\IBM\WebSphere\AppServer\lib;C:\java\IBM\WebSphere\AppServer\installedChannels;C:\java\IBM\WebSphere\AppServer\lib\ext;C:\java\IBM\WebSphere\AppServer\web\help;C:\java\IBM\WebSphere\AppServer\deploytool\itp\plugins\com.ibm.etools.ejbdeploy\runtime
    Classpath = C:\java\IBM\WebSphere\AppServer\profiles\myEclipse\properties;C:\java\IBM\WebSphere\AppServer\properties;C:\java\IBM\WebSphere\AppServer\lib\bootstrap.jar;C:\java\IBM\WebSphere\AppServer\lib\j2ee.jar;C:\java\IBM\WebSphere\AppServer\lib\lmproxy.jar;C:\java\IBM\WebSphere\AppServer\lib\urlprotocols.jar
    Java Library path = C:\java\IBM\WebSphere\AppServer\java\bin;C:\java\IBM\WebSphere\AppServer\bin
    ************* End Display Current Environment *************

    #271957 Reply

    Riyad Kalla
    Member

    It looks like what is happening here is that from inside of MyEclipse, if you go back to the connector configuration and click on the “JDK” sub node, you forgot to setup WebSphere to run with the JDK that ships in the WebSphere install, and instead it’s picking up some other JRE or JDK to try and run it with that has incompatible XML parsing libraries.

    #272006 Reply

    emoc
    Member

    Thanks Riyad,

    I agree the MyEclipse is picking up some other JDK that has incompatible XML parsing libraries.
    The Build Path also indicates jre_6_0_01 after the connector has been configured, but I can remove it explicitly & include the WebSphere 6 JDK.

    The project’s WebSphere 6 connector configuration has had the JRE sub node set to the IBM WebSphere 6 SDK,
    JRE type= Std VM
    JRE name= whatever
    JRE home dir = C:\java\IBM\WebSphere\AppServer\java,
    default VM args =
    The JRE system libraies window is populated.
    <ok> <apply> <ok>

    Is this method valid?
    Thanks again, Eileen

    #272037 Reply

    Riyad Kalla
    Member

    Yes that’s exactly right, is it working now that it’s using the WebSphere JDK?

    #272094 Reply

    emoc
    Member

    Hi Riyad,
    no it is not, MyEclipse was configured in the same way when I did the first post. The app’s behaviour was and is different when the WebSphere App Server is reached via MyEclipse.

    I have since run the app on the JBoss App Server and it ran ok, except for what is I understand to be the known JBoss error
    16:45:51,742 ERROR [STDERR] log4j:ERROR A “org.jboss.logging.appender.FileAppender” object is not assignable to a “org.apache.log4j.Appender” variable.
    16:45:51,742 ERROR [STDERR] log4j:ERROR Could not instantiate appender named “FILE”.

    Hope to hear of a fix since this is still an issue for me, thanks, Eileen.

    #272114 Reply

    Riyad Kalla
    Member

    Eileen,
    Can you copy and paste the entire WebSphere startup log from the console here for me to see?

    #272288 Reply

    emoc
    Member

    ************ Start Display Current Environment ************
    WebSphere Platform 6.0 [BASE 6.0.0.1 o0507.02] running with process name qsp088Node02Cell\myEclipseNode\server1 and process id 472
    Host Operating System is Windows XP, version 5.1
    Java version = J2RE 1.4.2 IBM Windows 32 build cn142sr1w-20041028 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
    was.install.root = C:\java\IBM\WebSphere\AppServer
    user.install.root = C:\java\IBM\WebSphere\AppServer\profiles\myEclipse
    Java Home = C:\java\IBM\WebSphere\AppServer\java\jre
    ws.ext.dirs = C:\java\IBM\WebSphere\AppServer\java\lib;C:\java\IBM\WebSphere\AppServer\profiles\myEclipse\classes;C:\java\IBM\WebSphere\AppServer\bin;C:\java\IBM\WebSphere\AppServer\classes;C:\java\IBM\WebSphere\AppServer\lib;C:\java\IBM\WebSphere\AppServer\installedChannels;C:\java\IBM\WebSphere\AppServer\lib\ext;C:\java\IBM\WebSphere\AppServer\web\help;C:\java\IBM\WebSphere\AppServer\deploytool\itp\plugins\com.ibm.etools.ejbdeploy\runtime
    Classpath = C:\java\IBM\WebSphere\AppServer\profiles\myEclipse\properties;C:\java\IBM\WebSphere\AppServer\properties;C:\java\IBM\WebSphere\AppServer\lib\bootstrap.jar;C:\java\IBM\WebSphere\AppServer\lib\j2ee.jar;C:\java\IBM\WebSphere\AppServer\lib\lmproxy.jar;C:\java\IBM\WebSphere\AppServer\lib\urlprotocols.jar
    Java Library path = C:\java\IBM\WebSphere\AppServer\java\bin;C:\java\IBM\WebSphere\AppServer\bin
    ************* End Display Current Environment *************
    [3/07/07 10:30:40:981 EST] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
    [3/07/07 10:30:41:106 EST] 0000000a MBeanDescript W ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/mbeans.xml.
    [3/07/07 10:30:41:168 EST] 0000000a AdminInitiali A ADMN0015I: The administration service is initialized.
    [3/07/07 10:30:41:543 EST] 0000000a SystemOut O PLGC0057I: Plug-in configuration service is started successfully.
    [3/07/07 10:30:41:559 EST] 0000000a PMIImpl A PMON0001A: PMI is enabled
    [3/07/07 10:30:42:090 EST] 0000000a CGBridgeServi I CWRCB0204E: The core group bridge service is disabled because it may not execute on a non-managed node.
    [3/07/07 10:30:42:137 EST] 0000000a SibMessage I [:] CWSIU0000I: Release: WAS60.SIB Level: o0444.10
    [3/07/07 10:30:42:137 EST] 0000000a SecurityDM I SECJ0231I: The Security component’s FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
    [3/07/07 10:30:42:216 EST] 0000000a AuditServiceI A SECJ6004I: Security Auditing is disabled.
    [3/07/07 10:30:42:262 EST] 0000000a distSecurityC I SECJ0309I: Java 2 Security is disabled.
    [3/07/07 10:30:42:278 EST] 0000000a Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
    [3/07/07 10:30:42:294 EST] 0000000a distSecurityC I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
    [3/07/07 10:30:42:325 EST] 0000000a distSecurityC I SECJ0240I: Security service initialization completed successfully
    [3/07/07 10:30:44:138 EST] 0000000a ObjectPoolSer I OBPL0007I: Object Pool Manager service is disabled.
    [3/07/07 10:30:44:138 EST] 0000000a J2EEServiceMa I ASYN0059I: Work Manager service initialized successfully.
    [3/07/07 10:30:44:154 EST] 0000000a CScopeCompone I CSCP0002I: Compensation service is disabled.
    [3/07/07 10:30:44:216 EST] 0000000a SibMessage I [:] CWSID0006I: The SIB service was not enabled and will not be started.
    [3/07/07 10:30:44:232 EST] 0000000a ActivitySessi I WACS0045I: ActivitySession service is disabled.
    [3/07/07 10:30:44:263 EST] 0000000a SOAPContainer I WSWS1062I: SOAP Container Service has been initialized.
    [3/07/07 10:30:44:263 EST] 0000000a SchedulerServ I SCHD0036I: The Scheduler Service is initializing.
    [3/07/07 10:30:44:279 EST] 0000000a SchedulerServ I SCHD0037I: The Scheduler Service has been initialized.
    [3/07/07 10:30:44:373 EST] 0000000a StartUpServic I STUP0008I: The Startup Beans service is disabled.
    [3/07/07 10:30:44:388 EST] 0000000a I18nService I I18N0010I: The Internationalization service is created on server1.
    [3/07/07 10:30:44:404 EST] 0000000a I18nServiceSe I I18N0010I: The Internationalization service is disabled on server1.
    [3/07/07 10:30:44:904 EST] 0000000a CoordinatorIm I HMGR0206I: The Coordinator is an Active Coordinator for core group DefaultCoreGroup.
    [3/07/07 10:30:44:920 EST] 0000000a DCSPluginSing I HMGR0005I: The Single Server DCS Core Stack transport has been started for core group DefaultCoreGroup.
    [3/07/07 10:30:45:014 EST] 0000000a NameServerImp A NMSV0018I: Name server available on bootstrap port 2809.
    [3/07/07 10:30:45:342 EST] 0000000a J2EEServiceMa I ASYN0055I: The Work Manager service started successfully.
    [3/07/07 10:30:45:373 EST] 0000000a RecoveryDirec A WTRN0100E: Performing recovery processing for this WebSphere server (FileFailureScope: qsp088Node02Cell\myEclipseNode\server1 [1013888443])
    [3/07/07 10:30:45:373 EST] 0000000a RecoveryDirec A WTRN0100E: All persistant services have been directed to perform recovery processing for this WebSphere server (FileFailureScope: qsp088Node02Cell\myEclipseNode\server1 [1013888443])
    [3/07/07 10:30:45:389 EST] 0000000a RecoveryDirec A WTRN0100E: All persistant services have been directed to perform recovery processing for this WebSphere server (FileFailureScope: qsp088Node02Cell\myEclipseNode\server1 [1013888443])
    [3/07/07 10:30:45:561 EST] 00000010 RecoveryManag A WTRN0028I: Transaction service recovering 0 transactions.
    [3/07/07 10:30:48:374 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphere Mail Session as mail/PlantsByWebSphere
    [3/07/07 10:30:48:593 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding DefaultEJBTimerDataSource as jdbc/DefaultEJBTimerDataSource
    [3/07/07 10:30:48:609 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding Default_CF as eis/DefaultDatasource_CMP
    [3/07/07 10:30:48:609 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding PLANTSDB_CF as eis/jdbc/PlantsByWebSphereDataSource_CMP
    [3/07/07 10:30:48:624 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding Default Datasource as DefaultDatasource
    [3/07/07 10:30:48:656 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding PLANTSDB as jdbc/PlantsByWebSphereDataSource
    [3/07/07 10:30:48:984 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding DefaultWorkManager as wm/default
    [3/07/07 10:30:48:999 EST] 0000000a ResourceMgrIm I WSVR0049I: Binding DefaultTimerManager as tm/default
    [3/07/07 10:30:49:046 EST] 0000000a WorkAreaServi A ACWA0002I: WorkArea service not enabled on server1.
    [3/07/07 10:30:50:438 EST] 0000000a AppProfileCom I ACIN0007I: The application profiling service started successfully.
    [3/07/07 10:30:50:453 EST] 0000000a SOAPAcceptorC I WSSC1019I: The SOAP Acceptor Channel has been configured.
    [3/07/07 10:30:50:500 EST] 0000000a CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
    [3/07/07 10:30:51:047 EST] 0000000a JMXSoapAdapte A ADMC0013I: The SOAP connector is available at port 8880
    [3/07/07 10:30:51:063 EST] 0000000a distSecurityC I SECJ0243I: Security service started successfully
    [3/07/07 10:30:51:125 EST] 0000000a distSecurityC I SECJ0210I: Security enabled false
    [3/07/07 10:30:51:141 EST] 0000000a SchedulerServ I SCHD0031I: The Scheduler Service is starting.
    [3/07/07 10:30:51:141 EST] 0000000a SchedulerServ I SCHD0001I: The Scheduler Service has started.
    [3/07/07 10:30:51:188 EST] 0000000a WebContainer A SRVE0239I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory] was registered successfully.
    [3/07/07 10:30:51:219 EST] 0000000a WebContainer A SRVE0240I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory] has been associated with patterns [*.jsp *.jspx *.jsw *.jsv ].
    [3/07/07 10:30:51:219 EST] 0000000a WebContainer A SRVE0239I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] was registered successfully.
    [3/07/07 10:30:51:235 EST] 0000000a WebContainer A SRVE0240I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] has been associated with patterns [“”].
    [3/07/07 10:30:59:879 EST] 00000017 ApplicationMg A WSVR0200I: Starting application: TraderX
    [3/07/07 10:30:59:879 EST] 0000001a ApplicationMg A WSVR0200I: Starting application: ManagementEJB
    [3/07/07 10:30:59:879 EST] 00000015 ApplicationMg A WSVR0200I: Starting application: query
    [3/07/07 10:30:59:879 EST] 00000013 ApplicationMg A WSVR0200I: Starting application: DefaultApplication
    [3/07/07 10:30:59:879 EST] 00000019 ApplicationMg A WSVR0200I: Starting application: e5 Portlet Applications
    [3/07/07 10:30:59:879 EST] 00000014 ApplicationMg A WSVR0200I: Starting application: ivtApp
    [3/07/07 10:30:59:879 EST] 00000016 ApplicationMg A WSVR0200I: Starting application: SamplesGallery
    [3/07/07 10:30:59:879 EST] 0000001c ApplicationMg A WSVR0200I: Starting application: adminconsole
    [3/07/07 10:30:59:879 EST] 0000001b ApplicationMg A WSVR0200I: Starting application: filetransfer
    [3/07/07 10:30:59:879 EST] 00000018 ApplicationMg A WSVR0200I: Starting application: PlantsByWebSphere
    [3/07/07 10:31:00:019 EST] 00000017 EJBContainerI I WSVR0207I: Preparing to start EJB jar: TraderXEJB.jar
    [3/07/07 10:31:00:019 EST] 0000001b WebContainer A SRVE0161I: IBM WebSphere Application Server – Web Container. Copyright IBM Corp. 1998-2004
    [3/07/07 10:31:00:051 EST] 00000013 EJBContainerI I WSVR0207I: Preparing to start EJB jar: Increment.jar
    [3/07/07 10:31:00:098 EST] 0000001a EJBContainerI I WSVR0207I: Preparing to start EJB jar: mejb.jar
    [3/07/07 10:31:00:270 EST] 00000018 EJBContainerI I WSVR0207I: Preparing to start EJB jar: PlantsByWebSphereEJB.jar
    [3/07/07 10:31:00:301 EST] 00000014 EJBContainerI I WSVR0207I: Preparing to start EJB jar: ivtEJB.jar
    [3/07/07 10:31:00:348 EST] 00000017 EJBContainerI I WSVR0037I: Starting EJB jar: TraderXEJB.jar
    [3/07/07 10:31:00:332 EST] 0000001b WebContainer A SRVE0162I: Servlet Specification Level: 2.4
    [3/07/07 10:31:00:504 EST] 00000015 EJBContainerI I WSVR0207I: Preparing to start EJB jar: querybean.jar
    [3/07/07 10:31:01:067 EST] 0000001b WebContainer A SRVE0163I: Supported JSP Specification Level: 2.0
    [3/07/07 10:31:03:068 EST] 00000018 EJBContainerI I WSVR0037I: Starting EJB jar: PlantsByWebSphereEJB.jar
    [3/07/07 10:31:03:536 EST] 0000001b WebContainer A SRVE0239I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] was registered successfully.
    [3/07/07 10:31:04:646 EST] 00000014 EJBContainerI I WSVR0037I: Starting EJB jar: ivtEJB.jar
    [3/07/07 10:31:04:756 EST] 0000001b WebContainer A SRVE0240I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] has been associated with patterns [VH:_WS_EH* ].
    [3/07/07 10:31:04:771 EST] 0000001a EJBContainerI I WSVR0037I: Starting EJB jar: mejb.jar
    [3/07/07 10:31:04:787 EST] 00000013 EJBContainerI I WSVR0037I: Starting EJB jar: Increment.jar
    [3/07/07 10:31:04:787 EST] 0000001a ApplicationMg A WSVR0221I: Application started: ManagementEJB
    [3/07/07 10:31:04:818 EST] 0000001b WebGroup A SRVE0169I: Loading Web Module: WebSphere Admin File Transfer Application.
    [3/07/07 10:31:04:975 EST] 0000001a ApplicationMg A WSVR0200I: Starting application: SchedulerCalendars
    [3/07/07 10:31:04:975 EST] 00000015 EJBContainerI I WSVR0037I: Starting EJB jar: querybean.jar
    [3/07/07 10:31:04:990 EST] 0000001a EJBContainerI I WSVR0207I: Preparing to start EJB jar: Calendars.jar
    [3/07/07 10:31:05:334 EST] 00000015 ApplicationMg A WSVR0221I: Application started: query
    [3/07/07 10:31:05:334 EST] 0000001a EJBContainerI I WSVR0037I: Starting EJB jar: Calendars.jar
    [3/07/07 10:31:05:569 EST] 0000001a ApplicationMg A WSVR0221I: Application started: SchedulerCalendars
    [3/07/07 10:31:05:615 EST] 0000001b VirtualHost I SRVE0250I: Web Module WebSphere Admin File Transfer Application has been bound to admin_host[*:9060,*:9043].
    [3/07/07 10:31:06:241 EST] 00000013 WebGroup A SRVE0169I: Loading Web Module: Default Web Application.
    [3/07/07 10:31:06:272 EST] 0000001b ApplicationMg A WSVR0221I: Application started: filetransfer
    [3/07/07 10:31:06:319 EST] 00000013 VirtualHost I SRVE0250I: Web Module Default Web Application has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:06:366 EST] 00000018 WebGroup A SRVE0169I: Loading Web Module: PlantsByWebSphere Web Application.
    [3/07/07 10:31:06:397 EST] 00000013 ApplicationMg A WSVR0221I: Application started: DefaultApplication
    [3/07/07 10:31:06:663 EST] 00000018 VirtualHost I SRVE0250I: Web Module PlantsByWebSphere Web Application has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:06:835 EST] 00000014 WebGroup A SRVE0169I: Loading Web Module: IVT Application.
    [3/07/07 10:31:06:960 EST] 00000014 VirtualHost I SRVE0250I: Web Module IVT Application has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:07:210 EST] 00000017 WebGroup A SRVE0169I: Loading Web Module: TraderWeb.
    [3/07/07 10:31:07:241 EST] 00000014 ApplicationMg A WSVR0221I: Application started: ivtApp
    [3/07/07 10:31:07:382 EST] 00000017 VirtualHost I SRVE0250I: Web Module TraderWeb has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:07:413 EST] 00000016 WebGroup A SRVE0169I: Loading Web Module: Gallery Menu War.
    [3/07/07 10:31:07:460 EST] 00000017 ApplicationMg A WSVR0221I: Application started: TraderX
    [3/07/07 10:31:07:788 EST] 00000016 VirtualHost I SRVE0250I: Web Module Gallery Menu War has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:07:913 EST] 00000019 WebGroup A SRVE0169I: Loading Web Module: Cedar E-Portlets.
    [3/07/07 10:31:16:557 EST] 00000019 SystemErr R log4j:ERROR setFile(null,true) call failed.
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R java.io.FileNotFoundException: logs\portlets.log (The system cannot find the path specified)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:199)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:124)
    at java.io.FileWriter.<init>(FileWriter.java:82)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:284)
    at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:198)
    at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:239)
    at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)
    at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:205)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:144)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfCategoryElement(DOMConfigurator.java:361)
    at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:330)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:693)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:593)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:545)
    at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:615)
    at com.cedar.framework.logging.Logger.<clinit>(Logger.java:46)
    at com.cedar.portlets.common.servlets.E5Servlet.<init>(E5Servlet.java:37)
    at com.cedar.portlets.ecustomer.servlets.AccountDetails.<init>(AccountDetails.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:44)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:315)
    at java.lang.Class.newInstance3(Class.java:367)
    at java.lang.Class.newInstance(Class.java:305)
    at java.beans.Beans.instantiate(Beans.java:219)
    at java.beans.Beans.instantiate(Beans.java:63)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper$3.run(ServletWrapper.java:1384)
    at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper.java:1379)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1312)
    at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)
    at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)
    at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)
    at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)
    at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)
    at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)
    at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)
    at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)
    at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)
    at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)
    at com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.io.FileOutputStream.openAppend(Native Method)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.io.FileOutputStream.<init>(FileOutputStream.java:199)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.io.FileOutputStream.<init>(FileOutputStream.java:124)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.io.FileWriter.<init>(FileWriter.java:82)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.FileAppender.setFile(FileAppender.java:284)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:198)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:239)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:205)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:144)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfCategoryElement(DOMConfigurator.java:361)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:330)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:693)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:593)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:545)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:615)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at com.cedar.framework.logging.Logger.<clinit>(Logger.java:46)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at com.cedar.portlets.common.servlets.E5Servlet.<init>(E5Servlet.java:37)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at com.cedar.portlets.ecustomer.servlets.AccountDetails.<init>(AccountDetails.java:44)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:44)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.lang.reflect.Constructor.newInstance(Constructor.java:315)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.lang.Class.newInstance3(Class.java:367)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.lang.Class.newInstance(Class.java:305)
    [3/07/07 10:31:16:573 EST] 00000019 SystemErr R at java.beans.Beans.instantiate(Beans.java:219)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at java.beans.Beans.instantiate(Beans.java:63)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper$3.run(ServletWrapper.java:1384)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper.java:1379)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1312)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:1678)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)
    [3/07/07 10:31:16:589 EST] 00000019 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    [3/07/07 10:31:16:589 EST] 00000019 ServletWrappe A SRVE0242I: [AccountDetails]: Initialization successful.
    [3/07/07 10:31:16:635 EST] 00000019 ServletWrappe A SRVE0242I: [NewSupplierRegistration]: Initialization successful.
    [3/07/07 10:31:16:682 EST] 00000019 ServletWrappe A SRVE0242I: [APLogin]: Initialization successful.
    [3/07/07 10:31:16:745 EST] 00000019 ServletWrappe A SRVE0242I: [CreateRequisition]: Initialization successful.
    [3/07/07 10:31:16:776 EST] 00000019 ServletWrappe A SRVE0242I: [ListDocumentAuthorisers]: Initialization successful.
    [3/07/07 10:31:16:839 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateOrder]: Initialization successful.
    [3/07/07 10:31:16:886 EST] 00000019 ServletWrappe A SRVE0242I: [Login]: Initialization successful.
    [3/07/07 10:31:16:917 EST] 00000019 ServletWrappe A SRVE0242I: [Maintenance]: Initialization successful.
    [3/07/07 10:31:16:932 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateStatement]: Initialization successful.
    [3/07/07 10:31:16:948 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateAcceptance]: Initialization successful.
    [3/07/07 10:31:16:995 EST] 00000019 ServletWrappe A SRVE0242I: [ViewDocumentText]: Initialization successful.
    [3/07/07 10:31:17:026 EST] 00000019 ServletWrappe A SRVE0242I: [CancelOrder]: Initialization successful.
    [3/07/07 10:31:17:057 EST] 00000019 ServletWrappe A SRVE0242I: [CreateOrder]: Initialization successful.
    [3/07/07 10:31:17:073 EST] 00000019 ServletWrappe A SRVE0242I: [ViewPurchasingDefaults]: Initialization successful.
    [3/07/07 10:31:17:120 EST] 00000019 ServletWrappe A SRVE0242I: [CreditIncrease]: Initialization successful.
    [3/07/07 10:31:17:151 EST] 00000019 ServletWrappe A SRVE0242I: [SupplierAddressDetail]: Initialization successful.
    [3/07/07 10:31:17:183 EST] 00000019 ServletWrappe A SRVE0242I: [ARLogoff]: Initialization successful.
    [3/07/07 10:31:17:198 EST] 00000019 ServletWrappe A SRVE0242I: [CreditReview]: Initialization successful.
    [3/07/07 10:31:17:214 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateResponse]: Initialization successful.
    [3/07/07 10:31:17:276 EST] 00000019 ServletWrappe A SRVE0242I: [ListStructure]: Initialization successful.
    [3/07/07 10:31:17:308 EST] 00000019 ServletWrappe A SRVE0242I: [ListDraftOrders]: Initialization successful.
    [3/07/07 10:31:17:339 EST] 00000019 ServletWrappe A SRVE0242I: [ListLowestResponseItems]: Initialization successful.
    [3/07/07 10:31:17:354 EST] 00000019 ServletWrappe A SRVE0242I: [ListReceipts]: Initialization successful.
    [3/07/07 10:31:17:401 EST] 00000019 ServletWrappe A SRVE0242I: [ListAuthoriserWorkbench]: Initialization successful.
    [3/07/07 10:31:17:417 EST] 00000019 ServletWrappe A SRVE0242I: [DocumentAuthoriseApproval]: Initialization successful.
    [3/07/07 10:31:17:464 EST] 00000019 ServletWrappe A SRVE0242I: [ListRuntimeOptions]: Initialization successful.
    [3/07/07 10:31:17:480 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateRuntimeOptions]: Initialization successful.
    [3/07/07 10:31:17:480 EST] 00000019 ServletWrappe A SRVE0242I: [ListManagerWorkbench]: Initialization successful.
    [3/07/07 10:31:17:511 EST] 00000019 ServletWrappe A SRVE0242I: [ListDraftRequisitions]: Initialization successful.
    [3/07/07 10:31:17:526 EST] 00000019 ServletWrappe A SRVE0242I: [SaveDraftRequisition]: Initialization successful.
    [3/07/07 10:31:17:589 EST] 00000019 ServletWrappe A SRVE0242I: [SupplierTransactionDetail]: Initialization successful.
    [3/07/07 10:31:17:605 EST] 00000019 ServletWrappe A SRVE0242I: [ModifyResponseItemText]: Initialization successful.
    [3/07/07 10:31:17:620 EST] 00000019 ServletWrappe A SRVE0242I: [SupplierRegistration]: Initialization successful.
    [3/07/07 10:31:18:839 EST] 00000019 ServletWrappe A SRVE0242I: [PlotSupplierGraph]: Initialization successful.
    [3/07/07 10:31:18:933 EST] 00000019 ServletWrappe A SRVE0242I: [UserTextDetail]: Initialization successful.
    [3/07/07 10:31:18:964 EST] 00000019 ServletWrappe A SRVE0242I: [ListQueryTextLines]: Initialization successful.
    [3/07/07 10:31:19:011 EST] 00000019 ServletWrappe A SRVE0242I: [CustomerPortlet]: Initialization successful.
    [3/07/07 10:31:19:043 EST] 00000019 ServletWrappe A SRVE0242I: [ListSupplierTransactionPAYMs]: Initialization successful.
    [3/07/07 10:31:19:090 EST] 00000019 ServletWrappe A SRVE0242I: [QueryTextDetail]: Initialization successful.
    [3/07/07 10:31:19:121 EST] 00000019 ServletWrappe A SRVE0242I: [RequestStatement]: Initialization successful.
    [3/07/07 10:31:19:152 EST] 00000019 ServletWrappe A SRVE0242I: [UserDetails]: Initialization successful.
    [3/07/07 10:31:19:183 EST] 00000019 ServletWrappe A SRVE0242I: [OrderSummary]: Initialization successful.
    [3/07/07 10:31:19:230 EST] 00000019 ServletWrappe A SRVE0242I: [ListRequisitionTypes]: Initialization successful.
    [3/07/07 10:31:19:308 EST] 00000019 ServletWrappe A SRVE0242I: [ListRequisitionerWorkbench]: Initialization successful.
    [3/07/07 10:31:19:355 EST] 00000019 ServletWrappe A SRVE0242I: [AdministratorDetail]: Initialization successful.
    [3/07/07 10:31:19:402 EST] 00000019 ServletWrappe A SRVE0242I: [UtilityLogoff]: Initialization successful.
    [3/07/07 10:31:19:433 EST] 00000019 ServletWrappe A SRVE0242I: [ClassificationHierarchy]: Initialization successful.
    [3/07/07 10:31:19:496 EST] 00000019 ServletWrappe A SRVE0242I: [ListRejectedDocuments]: Initialization successful.
    [3/07/07 10:31:19:558 EST] 00000019 ServletWrappe A SRVE0242I: [ContractSummary]: Initialization successful.
    [3/07/07 10:31:19:590 EST] 00000019 ServletWrappe A SRVE0242I: [ARChangePassword]: Initialization successful.
    [3/07/07 10:31:19:605 EST] 00000019 ServletWrappe A SRVE0242I: [SupplierPasswordReminder]: Initialization successful.
    [3/07/07 10:31:19:621 EST] 00000019 ServletWrappe A SRVE0242I: [PlotGraph]: Initialization successful.
    [3/07/07 10:31:19:684 EST] 00000019 ServletWrappe A SRVE0242I: [GenerateXSLPage]: Initialization successful.
    [3/07/07 10:31:19:715 EST] 00000019 ServletWrappe A SRVE0242I: [UtilityLogin]: Initialization successful.
    [3/07/07 10:31:19:762 EST] 00000019 ServletWrappe A SRVE0242I: [RoleSelection]: Initialization successful.
    [3/07/07 10:31:19:793 EST] 00000019 ServletWrappe A SRVE0242I: [APLogoff]: Initialization successful.
    [3/07/07 10:31:19:824 EST] 00000019 ServletWrappe A SRVE0242I: [GRNEnquiry]: Initialization successful.
    [3/07/07 10:31:19:887 EST] 00000019 ServletWrappe A SRVE0242I: [ListMyOrders]: Initialization successful.
    [3/07/07 10:31:19:934 EST] 00000019 ServletWrappe A SRVE0242I: [SelectAuthorisers]: Initialization successful.
    [3/07/07 10:31:19:949 EST] 00000019 ServletWrappe A SRVE0242I: [ListSupplierWorkbench]: Initialization successful.
    [3/07/07 10:31:19:981 EST] 00000019 ServletWrappe A SRVE0242I: [CustomerRegistration]: Initialization successful.
    [3/07/07 10:31:20:043 EST] 00000019 ServletWrappe A SRVE0242I: [ListGLTransactions]: Initialization successful.
    [3/07/07 10:31:20:074 EST] 00000019 ServletWrappe A SRVE0242I: [E5Portlet]: Initialization successful.
    [3/07/07 10:31:20:106 EST] 00000019 ServletWrappe A SRVE0242I: [CreatePdf]: Initialization successful.
    [3/07/07 10:31:20:152 EST] 00000019 ServletWrappe A SRVE0242I: [Logoff]: Initialization successful.
    [3/07/07 10:31:20:215 EST] 00000019 ServletWrappe A SRVE0242I: [DeleteFavourites]: Initialization successful.
    [3/07/07 10:31:20:278 EST] 00000019 ServletWrappe A SRVE0242I: [ModifyQuotationSupplier]: Initialization successful.
    [3/07/07 10:31:20:324 EST] 00000019 ServletWrappe A SRVE0242I: [Mailer]: Initialization successful.
    [3/07/07 10:31:20:371 EST] 00000019 ServletWrappe A SRVE0242I: [UploadCatalogue]: Initialization successful.
    [3/07/07 10:31:20:403 EST] 00000019 ServletWrappe A SRVE0242I: [LoadFAQ]: Initialization successful.
    [3/07/07 10:31:20:543 EST] 00000019 ServletWrappe A SRVE0242I: [ModifyQuotationItem]: Initialization successful.
    [3/07/07 10:31:20:574 EST] 00000019 ServletWrappe A SRVE0242I: [ListAccount]: Initialization successful.
    [3/07/07 10:31:20:606 EST] 00000019 ServletWrappe A SRVE0242I: [AdministratorPortlet]: Initialization successful.
    [3/07/07 10:31:20:621 EST] 00000019 ServletWrappe A SRVE0242I: [SupplierPortlet]: Initialization successful.
    [3/07/07 10:31:20:668 EST] 00000019 ServletWrappe A SRVE0242I: [FavouriteSuppliers]: Initialization successful.
    [3/07/07 10:31:20:715 EST] 00000019 ServletWrappe A SRVE0242I: [CancelQuotation]: Initialization successful.
    [3/07/07 10:31:20:746 EST] 00000019 ServletWrappe A SRVE0242I: [ListAddressLines]: Initialization successful.
    [3/07/07 10:31:20:778 EST] 00000019 ServletWrappe A SRVE0242I: [PortletLauncher]: Initialization successful.
    [3/07/07 10:31:20:809 EST] 00000019 ServletWrappe A SRVE0242I: [ListTransactions]: Initialization successful.
    [3/07/07 10:31:20:871 EST] 00000019 ServletWrappe A SRVE0242I: [ListOrderTypes]: Initialization successful.
    [3/07/07 10:31:20:918 EST] 00000019 ServletWrappe A SRVE0242I: [TransactionDetails]: Initialization successful.
    [3/07/07 10:31:20:934 EST] 00000019 ServletWrappe A SRVE0242I: [ModifyOrderLine]: Initialization successful.
    [3/07/07 10:31:20:965 EST] 00000019 ServletWrappe A SRVE0242I: [APChangePassword]: Initialization successful.
    [3/07/07 10:31:21:012 EST] 00000019 ServletWrappe A SRVE0242I: [MarketplaceIntegration]: Initialization successful.
    [3/07/07 10:31:21:075 EST] 00000019 ServletWrappe A SRVE0242I: [ListTransactionsByIndex]: Initialization successful.
    [3/07/07 10:31:21:106 EST] 00000019 ServletWrappe A SRVE0242I: [ItemDetails]: Initialization successful.
    [3/07/07 10:31:21:122 EST] 00000019 ServletWrappe A SRVE0242I: [QuotationSearchDefaults]: Initialization successful.
    [3/07/07 10:31:21:184 EST] 00000019 ServletWrappe A SRVE0242I: [GLDefault]: Initialization successful.
    [3/07/07 10:31:21:215 EST] 00000019 ServletWrappe A SRVE0242I: [MessageGenerator]: Initialization successful.
    [3/07/07 10:31:21:262 EST] 00000019 ServletWrappe A SRVE0242I: [AddressDetails]: Initialization successful.
    [3/07/07 10:31:21:294 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateLowestAcceptance]: Initialization successful.
    [3/07/07 10:31:21:340 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateRequisition]: Initialization successful.
    [3/07/07 10:31:21:387 EST] 00000019 ServletWrappe A SRVE0242I: [VarianceDetail]: Initialization successful.
    [3/07/07 10:31:21:450 EST] 00000019 ServletWrappe A SRVE0242I: [ListContracts]: Initialization successful.
    [3/07/07 10:31:21:481 EST] 00000019 ServletWrappe A SRVE0242I: [TransactionSummary]: Initialization successful.
    [3/07/07 10:31:21:512 EST] 00000019 ServletWrappe A SRVE0242I: [ItemSupplierDetails]: Initialization successful.
    [3/07/07 10:31:21:559 EST] 00000019 ServletWrappe A SRVE0242I: [ContactRepresentative]: Initialization successful.
    [3/07/07 10:31:21:606 EST] 00000019 ServletWrappe A SRVE0242I: [ARLogin]: Initialization successful.
    [3/07/07 10:31:21:622 EST] 00000019 ServletWrappe A SRVE0242I: [AmendRequisition]: Initialization successful.
    [3/07/07 10:31:21:684 EST] 00000019 ServletWrappe A SRVE0242I: [SupplierAddressList]: Initialization successful.
    [3/07/07 10:31:21:747 EST] 00000019 ServletWrappe A SRVE0242I: [ChangePassword]: Initialization successful.
    [3/07/07 10:31:21:778 EST] 00000019 ServletWrappe A SRVE0242I: [AmendQuotation]: Initialization successful.
    [3/07/07 10:31:21:809 EST] 00000019 ServletWrappe A SRVE0242I: [MenuLoader]: Initialization successful.
    [3/07/07 10:31:21:825 EST] 00000019 ServletWrappe A SRVE0242I: [ExternalRequisition]: Initialization successful.
    [3/07/07 10:31:21:841 EST] 00000019 ServletWrappe A SRVE0242I: [GeneratePDAPage]: Initialization successful.
    [3/07/07 10:31:21:934 EST] 00000019 ServletWrappe A SRVE0242I: [OrderHeader]: Initialization successful.
    [3/07/07 10:31:21:981 EST] 00000019 ServletWrappe A SRVE0242I: [ModifyRequisitionLine]: Initialization successful.
    [3/07/07 10:31:22:013 EST] 00000019 ServletWrappe A SRVE0242I: [UpdateQuotation]: Initialization successful.
    [3/07/07 10:31:22:044 EST] 00000019 ServletWrappe A SRVE0242I: [ReceiveOrder]: Initialization successful.
    [3/07/07 10:31:22:106 EST] 00000019 ServletWrappe A SRVE0242I: [ListSuppliers]: Initialization successful.
    [3/07/07 10:31:22:138 EST] 00000019 ServletWrappe A SRVE0242I: [ListDocumentLines]: Initialization successful.
    [3/07/07 10:31:22:169 EST] 00000019 ServletWrappe A SRVE0242I: [ListBuyerWorkbench]: Initialization successful.
    [3/07/07 10:31:22:200 EST] 00000019 ServletWrappe A SRVE0242I: [ListItems]: Initialization successful.
    [3/07/07 10:31:22:247 EST] 00000019 ServletWrappe A SRVE0242I: [CustomPurchaseType]: Initialization successful.
    [3/07/07 10:31:22:341 EST] 00000019 ServletWrappe A SRVE0242I: [ListAuthoriseApproval]: Initialization successful.
    [3/07/07 10:31:22:419 EST] 00000019 ServletWrappe A SRVE0242I: [PurchaseEnquiry]: Initialization successful.
    [3/07/07 10:31:22:450 EST] 00000019 ServletWrappe A SRVE0242I: [ListTransactionPayments]: Initialization successful.
    [3/07/07 10:31:22:560 EST] 00000019 ServletWrappe A SRVE0242I: [ReceiveOrderLine]: Initialization successful.
    [3/07/07 10:31:22:653 EST] 00000019 ServletWrappe A SRVE0242I: [FavouriteItems]: Initialization successful.
    [3/07/07 10:31:22:700 EST] 00000019 ServletWrappe A SRVE0242I: [ListQuotationResponses]: Initialization successful.
    [3/07/07 10:31:22:747 EST] 00000019 ServletWrappe A SRVE0242I: [SaveDraftOrder]: Initialization successful.
    [3/07/07 10:31:22:825 EST] 00000019 ServletWrappe A SRVE0242I: [ListUserTextLines]: Initialization successful.
    [3/07/07 10:31:22:919 EST] 00000019 ServletWrappe A SRVE0242I: [ListQuotations]: Initialization successful.
    [3/07/07 10:31:22:966 EST] 00000019 ServletWrappe A SRVE0242I: [AuthoriserHierarchy]: Initialization successful.
    [3/07/07 10:31:22:997 EST] 00000019 ServletWrappe A SRVE0242I: [CustomerPerformance]: Initialization successful.
    [3/07/07 10:31:23:075 EST] 00000019 ServletWrappe A SRVE0242I: [CreateQuotation]: Initialization successful.
    [3/07/07 10:31:23:122 EST] 00000019 ServletWrappe A SRVE0242I: [AmendOrder]: Initialization successful.
    [3/07/07 10:31:23:154 EST] 00000019 ServletWrappe A SRVE0242I: [ListQuotationTypes]: Initialization successful.
    [3/07/07 10:31:23:185 EST] 00000019 ServletWrappe A SRVE0242I: [ListSupplierTransactions]: Initialization successful.
    [3/07/07 10:31:23:247 EST] 00000019 ServletWrappe A SRVE0242I: [CancelRequisition]: Initialization successful.
    [3/07/07 10:31:23:294 EST] 00000019 ServletWrappe A SRVE0242I: [ListOrders]: Initialization successful.
    [3/07/07 10:31:23:310 EST] 00000019 ServletWrappe A SRVE0242I: [ListMyRequisitions]: Initialization successful.
    [3/07/07 10:31:23:357 EST] 00000019 ServletWrappe A SRVE0242I: [ListBSPL]: Initialization successful.
    [3/07/07 10:31:23:482 EST] 00000019 SystemOut O Creating MLI Connection[162.112.14.186, 26133, UNIX]
    [3/07/07 10:31:23:529 EST] 00000019 SystemOut O Connecting to 162.112.14.186 on Port: 26133…..Sockets Connected.
    [3/07/07 10:31:26:780 EST] 00000019 ServletWrappe A SRVE0242I: [PortalManager]: Initialization successful.
    [3/07/07 10:31:26:796 EST] 00000019 VirtualHost I SRVE0250I: Web Module Cedar E-Portlets has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:26:796 EST] 0000001c WebGroup A SRVE0169I: Loading Web Module: adminconsole.
    [3/07/07 10:31:26:874 EST] 00000019 ApplicationMg A WSVR0221I: Application started: e5 Portlet Applications
    [3/07/07 10:31:29:172 EST] 0000001c ServletWrappe A SRVE0242I: [EventInitializer]: Initialization successful.
    [3/07/07 10:31:29:187 EST] 0000001c ActionServlet I inside init….
    [3/07/07 10:31:32:564 EST] 0000001c ServletWrappe A SRVE0242I: [action]: Initialization successful.
    [3/07/07 10:31:32:579 EST] 0000001c ServletWrappe A SRVE0242I: [SecureCleanup]: Initialization successful.
    [3/07/07 10:31:32:579 EST] 0000001c VirtualHost I SRVE0250I: Web Module adminconsole has been bound to admin_host[*:9060,*:9043].
    [3/07/07 10:31:32:579 EST] 00000016 WebGroup A SRVE0169I: Loading Web Module: Samples Gallery Web Application.
    [3/07/07 10:31:32:626 EST] 00000016 VirtualHost I SRVE0250I: Web Module Samples Gallery Web Application has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:32:642 EST] 00000018 WebGroup A SRVE0169I: Loading Web Module: PlantsByWebSphere Sample Gallery Web Application.
    [3/07/07 10:31:32:673 EST] 00000016 ApplicationMg A WSVR0221I: Application started: SamplesGallery
    [3/07/07 10:31:32:689 EST] 00000018 VirtualHost I SRVE0250I: Web Module PlantsByWebSphere Sample Gallery Web Application has been bound to default_host[*:9080,*:80,*:9443].
    [3/07/07 10:31:32:689 EST] 0000001c WebGroup A SRVE0169I: Loading Web Module: adminconsole redirector.
    [3/07/07 10:31:32:720 EST] 00000018 ApplicationMg A WSVR0221I: Application started: PlantsByWebSphere
    [3/07/07 10:31:32:751 EST] 0000001c VirtualHost I SRVE0250I: Web Module adminconsole redirector has been bound to admin_host[*:9060,*:9043].
    [3/07/07 10:31:32:798 EST] 0000001c ApplicationMg A WSVR0221I: Application started: adminconsole
    [3/07/07 10:31:32:845 EST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_1 is listening on host * (IPv4) port 9060.
    [3/07/07 10:31:32:892 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin.
    [3/07/07 10:31:32:908 EST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_2 is listening on host * (IPv4) port 9080.
    [3/07/07 10:31:32:923 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefault.
    [3/07/07 10:31:32:939 EST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_3 is listening on host * (IPv4) port 9043.
    [3/07/07 10:31:32:939 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure.
    [3/07/07 10:31:32:954 EST] 0000000a TCPChannel A TCPC0001I: TCP Channel TCP_4 is listening on host * (IPv4) port 9443.
    [3/07/07 10:31:32:954 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefaultSecure.
    [3/07/07 10:31:32:954 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain1.
    [3/07/07 10:31:32:970 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain2.
    [3/07/07 10:31:32:986 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain3.
    [3/07/07 10:31:32:986 EST] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain4.
    [3/07/07 10:31:32:986 EST] 00000015 SchedulerServ I SCHD0077I: The Scheduler Service is starting the Schedulers.
    [3/07/07 10:31:32:986 EST] 00000015 SchedulerServ I SCHD0078I: The Scheduler Service has completed starting the Schedulers.
    [3/07/07 10:31:33:001 EST] 0000000a RMIConnectorC A ADMC0026I: The RMI Connector is available at port 2809
    [3/07/07 10:31:33:033 EST] 0000001f WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [3/07/07 10:31:33:580 EST] 0000000a WsServerImpl A WSVR0001I: Server server1 open for e-business

    [3/07/07 10:39:21:243 EST] 00000033 SystemErr R [Fatal Error] copiedStream:input.xml:1:12: Content is not allowed in trailing section.
    [3/07/07 10:39:21:259 EST] 00000033 SystemOut O The XSLT debugger could not parse the XML document ‘copiedStream:input.xml’.

    #272289 Reply

    emoc
    Member

    Hi Riyad
    I have sent the console log in the previous post of the MyEclipse Webshere startup and the apps error produced from the internal MyEclipse browser.
    The same app runs ok from a IE browser.
    Thanks, Eileen

    #272309 Reply

    Riyad Kalla
    Member

    Eileen,
    The way I interpreted your last post is that:

    1) You start WebSphere from MyEclipse
    2) You try and use the embedded Web Browser in MyEclipse to access your application but it fails
    3) You launch IE from Windows and connect to the same URL… and it works fine?

    Is that accurate? Seems very strange… either the app is IE-specific (scripts and design) or something else is going on…

    #272341 Reply

    emoc
    Member

    Hi Riyad,
    thanks for your speedie reply. The situation is slightly different, as detailed below
    Thanks again, Eileen.

    Scenario 1.
    1) start WebSphere from MyEclipse
    2) use the embedded Web Browser in MyEclipse to access my application URL but it fails
    3) launch IE from Windows and connect to the same URL and it also fails in exactly the same way

    Scenario 2.
    1) start WebSphere from the myEclipse\bin\startServer.bat file provided by IBM
    2) use the embedded Web Browser in MyEclipse to access my application URL an it works ok
    3) launch IE from Windows and connect to the same URL and it also works ok

    #272371 Reply

    Riyad Kalla
    Member

    Eileen,
    I just am not sure what is going on here… as long as you have WebSphere setup to launch with the JDK it installs with, and all the WebSphere settings correct (as an example, like this FAQ entry: https://www.genuitec.com/forums/topic/websphere-6-what-does-a-configured-connector-look-like/) you should be fine.

    One option would be to install the latest 5.5.1 release and reconfigure WebSphere and see if that fixed it, but I don’t remember any changes for WebSphere between the 5.0 and 5.5.1 release.

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: XSLT debugger could not parse the XML document

You must be logged in to post in the forum log in