File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators" Watch "com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators" New topic
Author

com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators

Deepa Ramchandani
Greenhorn

Joined: Jan 23, 2012
Posts: 2
Hi,

I had my code and application working fine , till our infrastructure changed the JVMs. Now its throwing errors


at com.dcx.service.gcs.claimentry.control.form.GCSFormBeanFactory.create(GCSFormBeanFactory.java:33)
[1/23/12 14:12:10:128 EST] 00000029 SystemErr R at com.dcx.service.gcs.claimentry.control.ClaimEntryServlet.performTask(ClaimEntryServlet.java:99)
[1/23/12 14:12:10:128 EST] 00000029 SystemErr R at com.dcx.service.gcs.claimentry.control.ClaimEntryServlet.doPost(ClaimEntryServlet.java:46)
[1/23/12 14:12:10:128 EST] 00000029 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
[1/23/12 14:12:10:128 EST] 00000029 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
[1/23/12 14:12:10:128 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
[1/23/12 14:12:10:128 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:939)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:445)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:504)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:301)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:275)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:557)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:607)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:984)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1069)
[1/23/12 14:12:10:129 EST] 00000029 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563)


Help please
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50693

As you cut off the most important part of the stack trace, it's impossible to say anything at all with the truncated information that you have posted.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Deepa Ramchandani
Greenhorn

Joined: Jan 23, 2012
Posts: 2
Here is what I see in error logs

[1/23/12 14:34:59:902 EST] 0000002b SystemErr R com.dcx.service.gcs.claimentry.common.GCSException
[1/23/12 14:34:59:903 EST] 0000002b SystemErr R at com.dcx.service.gcs.claimentry.control.form.GCSFormBeanFactory.create(GCSFormBeanFactory.java:33)
[1/23/12 14:34:59:903 EST] 0000002b SystemErr R at com.dcx.service.gcs.claimentry.control.ClaimEntryServlet.performTask(ClaimEntryServlet.java:99)
[1/23/12 14:34:59:903 EST] 0000002b SystemErr R at com.dcx.service.gcs.claimentry.control.ClaimEntryServlet.doGet(ClaimEntryServlet.java:34)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:939)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:445)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:504)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:301)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:275)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:557)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:607)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:984)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1069)
[1/23/12 14:34:59:904 EST] 0000002b SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563)
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50693

Ok, so this says:

[1/23/12 14:34:59:902 EST] 0000002b SystemErr R com.dcx.service.gcs.claimentry.common.GCSException
[1/23/12 14:34:59:903 EST] 0000002b SystemErr R at com.dcx.service.gcs.claimentry.control.form.GCSFormBeanFactory.create(GCSFormBeanFactory.java:33)


that you are getting a GCSException, whatever that is, at the identified location.

Look at the code to find out what can cause that, and backtrack.

None of this is has anything to do with the Servlet API and so I don't know how you think we can help you with whatever "com.dcx.service.gcs.claimentry" is.
Rob Spoor
Saloon Keeper

Joined: Oct 27, 2005
Posts: 18374

Deepa Ramchandani wrote:at com.dcx.service.gcs.claimentry.control.form.GCSFormBeanFactory.create(GCSFormBeanFactory.java:33)

That's the file and line number you should focus on, because that's the line that's causing the exception.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
 
subject: com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators
 
Threads others viewed
exception starting NodeAgent after enabling Security
Errors
Hibernate in RAD 7 on WAS 6.1 server. getting asm.jar related error
errors with webservices
Where can I get any info on Websphere 6.1?
IntelliJ Java IDE