Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Do you have a code sample that demonstrates this issue? Thanks.
Original comment by mon...@gmail.com
on 6 Mar 2009 at 8:37
Original comment by mon...@gmail.com
on 6 Mar 2009 at 8:56
I dont have the code sample exactly. Its it happening once in 1000 requests.
Original comment by sanka...@gmail.com
on 8 Mar 2009 at 7:06
Are you still using version 1.20? Would you be able to upgrade to 1.30 and see
if
the issue still occurs? There have been some http request related changes since
version 1.20 which may address your issue.
Original comment by mon...@gmail.com
on 10 Mar 2009 at 5:23
did we have a solution for this problem?
Original comment by virgul...@gmail.com
on 14 Jun 2010 at 4:17
[deleted comment]
Hi Guys,
I am also getting this exception when our java client posts an SMS to a third
party, we should get a response of 19 digits string, but few times we don't get
anything.
Following is the java code:
URL url = new URL(theURL);
URLConnection connection = url.openConnection();
connection.setDoOutput(true);
OutputStreamWriter out = new OutputStreamWriter(connection.getOutputStream());
out.close();
BufferedReader in = new BufferedReader(new
InputStreamReader(connection.getInputStream()));
//The just above line gives exception
2011-03-07 14:30:39,192 [[ACTIVE] ExecuteThread: '4' for queue:
'weblogic.kernel.Default (self-tuning)'] ERROR API.sendMess
age - sending SMS: target [91**********], port [-1], message [Welcome to ****
temporary PIN **** to activate account through the
'******' application. PIN expires in 2 days.]
java.io.EOFException: Response contained no data
at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:222)
at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:143)
at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:475)
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:368)
at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:36)
at com.ewp.core.comm.sms.UnicelSMSHelper.sendMessage(UnicelSMSHelper.java:108)
at com.ewp.notification.services.NotifyServiceImplementation.sendSMS(NotifyServiceImplementation.java:605)
at com.ewp.notification.services.NotifyServiceImplementation.sendSMSNotification(NotifyServiceImplementation.java:494)
at com.ewp.notification.services.NotifyServiceImplementation.sendNotification(NotifyServiceImplementation.java:111)
at sun.reflect.GeneratedMethodAccessor173611.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.ewp.core.service.ext.servicemethod.method.impl.BasicMethodExecutor.execute(BasicMethodExecutor.java:69)
at com.ewp.core.service.ext.servicemethod.impl.EWPBaseServiceMethodExecutorImpl.executeMethod(EWPBaseServiceMethodExecutorImpl.java:67)
at com.ewp.core.service.ext.servicemethod.impl.EWPAOPServiceMethodExecutorImpl.executeMethod(EWPAOPServiceMethodExecutorImpl.java:131)
at com.ewp.core.service.ext.servicemethod.impl.EWPBaseServiceMethodExecutorImpl.executeServiceMethod(EWPBaseServiceMethodExecutorImpl.java:108)
at com.ewp.core.service.ext.impl.EWPBasicServiceExecutorImpl.executeServiceCall(EWPBasicServiceExecutorImpl.java:120)
at com.ewp.core.service.ServiceHelper.invokeServiceMethodWithAspects(ServiceHelper.java:197)
at com.ewp.core.service.ServiceHelper.process(ServiceHelper.java:119)
at com.ewp.core.ejbs.GatewayEJB.process(GatewayEJB.java:33)
at com.ewp.core.ejbs.GatewayCMTRequired_3qunhe_EOImpl.process(GatewayCMTRequired_3qunhe_EOImpl.java:60)
at com.ewp.core.ejbs.GatewayCMTRequired_3qunhe_EOImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
at com.ewp.core.ejbs.GatewayCMTRequired_3qunhe_EOImpl_922_WLStub.process(Unknown Source)
at com.ewp.core.client.ServiceProxy.runMethod(ServiceProxy.java:475)
at com.ewp.core.ejbs.AsyncHelperMDB.onMessage(AsyncHelperMDB.java:90)
at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:429)
at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:335)
at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:291)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4072)
Original comment by deepakmo...@gmail.com
on 10 Mar 2011 at 2:46
Original issue reported on code.google.com by
sanka...@gmail.com
on 18 Oct 2008 at 6:29