Hi Experts,
I have configured the sms service in hybris 6.5,but fetched the below error.Please help me.
ERROR [hybrisHTTP21] [SMPPConnectionPool] Error setting up connection to the SMPP SMSC using [hybrisd:k(K~U5w7@103.250.30.5:19612 serviceType:null sysType:system encoding:1 timeout:10 retryDelaySeconds:30 tariff:null]. Please check your configuration settings.
Console log file:
de.hybris.platform.mobileservices.text.engine.impl.SMPPConnectionPool$ExtendedConnection@47a46c28 established using [hybrisd:k(K~U5w7@103.250.30.5:19612 serviceType:null sysType:system encoding:1 timeout:10 retryDelaySeconds:30 tariff:null] (encoding:1) INFO | jvm 1 | main | 2018/01/29 13:16:47.027 | INFO [ReceiverDaemon] [Connection] Receiver thread started INFO | jvm 1 | main | 2018/01/29 13:16:47.027 | INFO [ReceiverDaemon] [Connection] Setting state 0 INFO | jvm 1 | main | 2018/01/29 13:16:47.028 | INFO [ReceiverDaemon] [TcpLink] Shutting down socket connection INFO | jvm 1 | main | 2018/01/29 13:16:47.028 | INFO [ReceiverDaemon] [Connection] Notifying observers of packet received INFO | jvm 1 | main | 2018/01/29 13:16:57.002 | ERROR [hybrisHTTP21] [SMPPConnectionPool] Error setting up connection to the SMPP SMSC using [hybrisd:k(K~U5w7@103.250.30.5:19612 serviceType:null sysType:system encoding:1 timeout:10 retryDelaySeconds:30 tariff:null]. Please check your configuration settings. INFO | jvm 1 | main | 2018/01/29 13:16:57.002 | java.lang.IllegalStateException: connection de.hybris.platform.mobileservices.text.engine.impl.SMPPConnectionPool$ExtendedConnection@47a46c28 is not bound after 10 seconds INFO | jvm 1 | main | 2018/01/29 13:16:57.003 | at de.hybris.platform.mobileservices.text.engine.impl.SMPPConnectionPool.createNew(SMPPConnectionPool.java:531) [mobileservicesserver.jar:?] INFO | jvm 1 | main | 2018/01/29 13:16:57.003 | at de.hybris.platform.mobileservices.text.engine.impl.SMPPConnectionPool.getConnection(SMPPConnectionPool.java:442) [mobileservicesserver.jar:?] INFO | jvm 1 | main | 2018/01/29 13:16:57.003 | at de.hybris.platform.mobileservices.text.engine.impl.SMPPSMSEngine.isAvailable(SMPPSMSEngine.java:418) [mobileservicesserver.jar:?] INFO | jvm 1 | main | 2018/01/29 13:16:57.003 | at de.hybris.platform.mobileservices.text.engine.impl.DefaultSMSEngineRegistry.isAvailable(DefaultSMSEngineRegistry.java:77) [mobileservicesserver.jar:?] INFO | jvm 1 | main | 2018/01/29 13:16:57.003 | at de.hybris.platform.mobileservices.jalo.text.MobileAggregator.isAvailable(MobileAggregator.java:46) [mobileservicesserver.jar:?] INFO | jvm 1 | main | 2018/01/29 13:16:57.004 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] INFO | jvm 1 | main | 2018/01/29 13:16:57.004 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] INFO | jvm 1 | main | 2018/01/29 13:16:57.004 | at INFO | jvm 1 | main | 2018/01/29 13:16:57.153 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637) [tomcat-coyote.jar:7.0.79] INFO | jvm 1 | main | 2018/01/29 13:16:57.154 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318) [tomcat-coyote.jar:7.0.79] INFO | jvm 1 | main | 2018/01/29 13:16:57.154 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51] INFO | jvm 1 | main | 2018/01/29 13:16:57.154 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51] INFO | jvm 1 | main | 2018/01/29 13:16:57.155 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-coyote.jar:7.0.79] INFO | jvm 1 | main | 2018/01/29 13:16:57.155 | at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] INFO | jvm 1 | main | 2018/01/29 13:16:57.156 | ERROR [hybrisHTTP21] [SMPPConnectionPool] Error when sending unbing to smsc INFO | jvm 1 | main | 2018/01/29 13:16:57.156 | WARN [hybrisHTTP21] [Connection] Attempting to force SMPP connection down. INFO | jvm 1 | main | 2018/01/29 13:16:57.156 | INFO [hybrisHTTP21] [Connection] Setting state 0
Thanks,
Anbu