• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Errors

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey when start RAD 6.0 server i get all the messages listed below, on the console..Despite of all these my application works fine
Any suggessions how to clear off these

IST] 0000002f SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[6/29/06 13:49:45:760 IST] 0000002f SystemErr R ****************************************************
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R ****************************************************
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R Internal Server Error Thu Jun 29 15:32:06 IST 2006>>>null
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R java.lang.NullPointerException
at com.ibm.ws.classloader.SinglePathClassProvider.getRealResourcePath(SinglePathClassProvider.java:374)
at com.ibm.ws.classloader.SinglePathClassProvider$1.run(SinglePathClassProvider.java:187)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Inlined Compiled Code))
at com.ibm.ws.classloader.SinglePathClassProvider.getClassBytesFromDir(SinglePathClassProvider.java(Inlined Compiled Code))
at com.ibm.ws.classloader.SinglePathClassProvider.getClassBytes(SinglePathClassProvider.java(Compiled Code))
at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code))
at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at rfalerts.start.StartHandler.buildPage(StartHandler.java:108)
at rfalerts.start.StartHandler.performGoTo(StartHandler.java:128)
at rfalerts.start.StartHandler.processRequest(StartHandler.java:154)
at common.operation.AbstractServlet.processRequest(AbstractServlet.java:212)
at common.servlet.BaseServlet.doGet(BaseServlet.java:49)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java(Compiled Code))
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))

[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.classloader.SinglePathClassProvider.getRealResourcePath(SinglePathClassProvider.java:374)
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.classloader.SinglePathClassProvider$1.run(SinglePathClassProvider.java:187)
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Inlined Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.classloader.SinglePathClassProvider.getClassBytesFromDir(SinglePathClassProvider.java(Inlined Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.classloader.SinglePathClassProvider.getClassBytes(SinglePathClassProvider.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at rfalerts.start.StartHandler.buildPage(StartHandler.java:108)
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at rfalerts.start.StartHandler.performGoTo(StartHandler.java:128)
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at rfalerts.start.StartHandler.processRequest(StartHandler.java:154)
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at common.operation.AbstractServlet.processRequest(AbstractServlet.java:212)
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at common.servlet.BaseServlet.doGet(BaseServlet.java:49)
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[6/29/06 15:32:06:526 IST] 0000002a SystemErr R ****************************************************
[6/30/06 10:38:53:120 IST] 00000035 SystemErr R ****************************************************
[6/30/06 10:38:53:120 IST] 00000035 SystemErr R Internal Server Error Fri Jun 30 10:38:53 IST 2006>>>null
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R java.lang.NullPointerException
at rfalerts.operation.RFAlertsHandler.getUserData(RFAlertsHandler.java:206)
at rfalerts.criteria.CriteriaHandler.init(CriteriaHandler.java:448)
at rfalerts.criteria.CriteriaHandler.processRequest(CriteriaHandler.java:102)
at common.operation.AbstractServlet.processRequest(AbstractServlet.java:212)
at common.servlet.BaseServlet.doGet(BaseServlet.java:49)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at rfalerts.operation.RFAlertsHandler.getUserData(RFAlertsHandler.java:206)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at rfalerts.criteria.CriteriaHandler.init(CriteriaHandler.java:448)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at rfalerts.criteria.CriteriaHandler.processRequest(CriteriaHandler.java:102)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at common.operation.AbstractServlet.processRequest(AbstractServlet.java:212)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at common.servlet.BaseServlet.doGet(BaseServlet.java:49)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
[6/30/06 10:38:53:151 IST] 00000035 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
[6/30/06 10:38:53:167 IST] 00000035 SystemErr R ****************************************************
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R ****************************************************
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R Internal Server Error Fri Jun 30 10:39:08 IST 2006>>>null
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R java.lang.NullPointerException
at rfalerts.operation.RFAlertsHandler.getUserData(RFAlertsHandler.java:206)
at rfalerts.criteria.CriteriaHandler.init(CriteriaHandler.java:448)
at rfalerts.criteria.CriteriaHandler.processRequest(CriteriaHandler.java:102)
at common.operation.AbstractServlet.processRequest(AbstractServlet.java:212)
at common.servlet.BaseServlet.doGet(BaseServlet.java:49)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at rfalerts.operation.RFAlertsHandler.getUserData(RFAlertsHandler.java:206)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at rfalerts.criteria.CriteriaHandler.init(CriteriaHandler.java:448)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at rfalerts.criteria.CriteriaHandler.processRequest(CriteriaHandler.java:102)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at common.operation.AbstractServlet.processRequest(AbstractServlet.java:212)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at common.servlet.BaseServlet.doGet(BaseServlet.java:49)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
[6/30/06 10:39:08:636 IST] 00000037 SystemErr R ****************************************************
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R org.xml.sax.SAXException: FWK005 parse may not be called while parsing.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at com.ibm.wsspi.PluginParser.parsePlugin(PluginParser.java:379)
at com.ibm.wsspi.RegistryLoader.parseRegistry(RegistryLoader.java:224)
at com.ibm.wsspi.RegistryLoader.loadRegistry(RegistryLoader.java:79)
at com.ibm.ws.console.core.action.LogonAction.execute(LogonAction.java:126)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.wsspi.PluginParser.parsePlugin(PluginParser.java:379)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.wsspi.RegistryLoader.parseRegistry(RegistryLoader.java:224)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.wsspi.RegistryLoader.loadRegistry(RegistryLoader.java:79)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.console.core.action.LogonAction.execute(LogonAction.java:126)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
[6/30/06 11:29:12:886 IST] 00000030 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R org.xml.sax.SAXException: FWK005 parse may not be called while parsing.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at com.ibm.wsspi.PluginParser.parsePlugin(PluginParser.java:379)
at com.ibm.wsspi.RegistryLoader.parseRegistry(RegistryLoader.java:224)
at com.ibm.wsspi.RegistryLoader.loadRegistry(RegistryLoader.java:79)
at com.ibm.ws.console.core.action.LogonAction.execute(LogonAction.java:126)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at com.ibm.wsspi.PluginParser.parsePlugin(PluginParser.java:379)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at com.ibm.wsspi.RegistryLoader.parseRegistry(RegistryLoader.java:224)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at com.ibm.wsspi.RegistryLoader.loadRegistry(RegistryLoader.java:79)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at com.ibm.ws.console.core.action.LogonAction.execute(LogonAction.java:126)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[6/30/06 11:29:12:901 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
[6/30/06 11:29:12:932 IST] 00000030 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
 
A feeble attempt to tell you about our stuff that makes us money
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic