Hi everyone,
I have followed the instructions :
Step 1: Install Cyclos
Step 2: Configure Cyclos
Step 3: Install SMS Simulator
(I didn't follow the Step 4 and Step 5, because I want to test the simulator locally first)
and
Cyclos SMS configuration
Everything seems fine, untill I go http://localhost:8080/sms in order to see how the sms simulator works and when I type the mobile phone number and click submit button nothing happens..... The page doesnt reload or refresh after clicking this button..
What I do wrong? :-/
Thank you in advance
SMS Simulator Problem
Moderators: hugo, alexandre, rmvanarkel
Re: SMS Simulator Problem
I went to Error Details and I foun this error :
Code: Select all
Date 05/03/2013 14:53:43
Logged user No logged user
Path http://localhost:8080/sms/services/paymentRequest
Parameters
payer username= smstester
receiver username= test2
ticket= 9YU9CFOWYBPLWCPDC6NN1K2MWQFG5TUK
Java error details
javax.xml.ws.WebServiceException: Could not send Message.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145)
at sun.proxy.$Proxy146.requestPayment(Unknown Source)
at nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl$PaymentRequestSenderThreads$1.doInTransactionWithoutResult(PaymentRequestHandlerImpl.java:88)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
at nl.strohalm.cyclos.utils.TransactionHelperImpl$1.doInTransaction(TransactionHelperImpl.java:242)
at nl.strohalm.cyclos.utils.TransactionHelperImpl$1.doInTransaction(TransactionHelperImpl.java:236)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at nl.strohalm.cyclos.utils.TransactionHelperImpl.runInCurrentThreadWithResult(TransactionHelperImpl.java:236)
at nl.strohalm.cyclos.utils.TransactionHelperImpl.runInCurrentThread(TransactionHelperImpl.java:197)
at nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl$PaymentRequestSenderThreads.process(PaymentRequestHandlerImpl.java:79)
at nl.strohalm.cyclos.utils.paymentrequest.PaymentRequestHandlerImpl$PaymentRequestSenderThreads.process(PaymentRequestHandlerImpl.java:72)
at nl.strohalm.cyclos.utils.WorkerThreads$WorkerThread$1.call(WorkerThreads.java:71)
at nl.strohalm.cyclos.utils.WorkerThreads$WorkerThread$1.call(WorkerThreads.java:67)
at nl.strohalm.cyclos.utils.access.LoggedUser.runAsSystem(LoggedUser.java:303)
at nl.strohalm.cyclos.utils.WorkerThreads$WorkerThread.run(WorkerThreads.java:67)
Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '404: Not Found' when communicating with http://localhost:8080/sms/services/paymentRequest
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1592)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1520)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1428)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:658)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:532)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:464)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:367)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:320)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:89)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:134)
... 14 more