Skip to content


WOW! Stack Trace

I just tried to order stamps from the USPS website. They never have cool stamps at the actual post office, so I thought I could get some cool ones online.

To buy stamps you have to ’sign in’ so I created a new user account. However, when I pressed the Submit button, I got one of these (actual screenshot):

-1: java.net.ConnectException: Connection timed out
Detailed Support Information:
com.usps.entreg.exceptions.EntRegCIDException: -1: java.net.ConnectExcept ion: Connection timed out at com.usps.entreg.ejb.cid.CIDRetrieve.execute(CIDRetrieve.java:203) at com.usps.entreg.ejb.cid.CIDUtility.retrieveCID(CIDUtility.java:96) at com.usps.entreg.ejb.session.RegistrationServicesBean.createConsumerPro file(RegistrationServicesBean.java:914) at com.usps.entreg.ejb.session.RegistrationServicesBean.createUserProfile (RegistrationServicesBean.java:862) at com.usps.entreg.ejb.session.EJSRemoteStatelessRegistrationServices_ac6 ef059.createUserProfile(EJSRemoteStatelessRegistrationServices_ac6e f059.java:221) at com.usps.entreg.ejb.session._RegistrationServices_Stub.createUserProfi le(_RegistrationServices_Stub.java:581) at com.usps.entreg.ejb.session.RegistrationServicesAccessBean.createUserP rofile(RegistrationServicesAccessBean.java:190) at com.usps.entreg.web.actions.submit.ProfileConfirmAction.executeEntRegS ubmit(ProfileConfirmAction.java:48) at com.usps.entreg.web.actions.submit.EntRegSubmitAction.executeEntReg(En tRegSubmitAction.java:137) at com.usps.entreg.web.actions.EntRegAction.execute(EntRegAction.java:239 ) at org.apache.struts.action.RequestProcessor.processActionPerform(Request Processor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.jav a:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196 ) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) 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:1572) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper. java:1521) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilter Chain.java:113) at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilte rChain.java:82) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWr apper.java:759) at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(Cach eServletWrapper.java:89) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1 924) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java :89) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminat ion(HttpInboundLink.java:472) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformat ion(HttpInboundLink.java:411) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(Http ICLReadCallback.java:101) at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCall back.complete(SSLReadServiceContext.java:1701) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueue Manager.java:566) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManage r.java:619) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManage r.java:952) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManag er.java:1039) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)

Posted in General.