Open marceloNascimentoDev opened 3 years ago
Hi @marceloNascimentoDev I have the same issue since yesterday. Did you find a fix or the cause of the problem?
I also have the same problem. @marceloNascimentoDev and @osquem any developments?
I also have the same problem. @marceloNascimentoDev and @osquem any developments? +1
Please kindly refer to the details of logs.I already double confirmed the username and password is correct.
2021-11-16 02:39:52 INFO 1 Establishing TCP connection to 172.16.10.229:1401 2021-11-16 02:39:52 INFO 1 Connecting to IPv4Address(type='TCP', host='172.16.10.229', port=1401) ... 2021-11-16 02:39:52 WARNING 1 SMPP connection established from 172.16.10.229 to port 42640 2021-11-16 02:39:52 INFO 1 Connection made to 172.16.10.229:1401 2021-11-16 02:39:52 WARNING 1 Requesting bind as transceiver 2021-11-16 02:40:22 ERROR 1 Request timed out after 30 secs: PDU [command: CommandId.bind_transceiver, sequence_number: 1, command_status: CommandStatus.ESME_ROK system_id: b'csd' password: b'csd@123' system_type: b'' interface_version: 52 addr_ton: <AddrTon.UNKNOWN: 1> addr_npi: <AddrNpi.UNKNOWN: 1> address_range: None ] 2021-11-16 02:40:22 ERROR 1 Bind failed [[Failure instance: Traceback (failure with no frames): <class 'smpp.pdu.error.SMPPRequestTimoutError'>: Request timed out after 30 secs: PDU [command: CommandId.bind_K system_id: b'csd' password: b'csd@123' system_type: b'' interface_version: 52 addr_ton: <AddrTon.UNKNOWN: 1> addr_npi: <AddrNpi.UNKNOWN: 1> address_range: None ] ]]. Disconnecting... 2021-11-16 02:40:22 WARNING 1 Disconnecting... 2021-11-16 02:40:22 INFO 1 Ordering a disconnect with no further reconnections. 2021-11-16 02:40:22 INFO 1 Stopped automatic connection retrying. 2021-11-16 02:40:22 INFO 1 Disconnecting SMPP client 2021-11-16 02:40:22 WARNING 1 Disconnecting... 2021-11-16 02:40:22 WARNING 1 Shutdown requested...disconnecting 2021-11-16 02:40:22 WARNING 1 Disconnecting... 2021-11-16 02:40:22 WARNING 1 SMPP 172.16.10.229 disconnected from port 42640: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed clea. ] 2021-11-16 02:40:22 ERROR 1 Connection lost. Reason: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly. ] 2021-11-16 02:40:22 INFO 1 Exiting.
Is this issue up to date ? What jasmin release was it ?
I have the same. I'm using v0.10.9
how much traffic is going through jasmin ? what interfaces are used (smpp/http) ? and are you running interceptors ? sms loggers ? do you have ram/cpu monitoring sheets ?
Hi everyone,
I have the same issue. Do we have an update about this ?
Regards,
I'm testing 0.10.2 with latest docker image and seems it's affected by this problem too. rabbit & gateway on one box. Looks that best option is to add another container with smppsim, creating new bind,submit_sm new message and check if uuid was generated - if no restart container
healthcheck:
test: curl -s 'http://127.0.0.1:1401/send?to=1234&from=1234loop1234&content=Hello&dlr=no&tags=LOOPBACK&username=XXX&password=YYY' | grep -E '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'
Good afternoon, recently I started using Jasmin as SMS gateway and initially it worked properly, but after a while I can no longer manipulate the connectors by jcli and send MT messages, being necessary to restart the containers to return to process correctly. When I try to send an MT message via HTTP I get the following error message: Endpoint: http://127.0.0.1:1401/send?username=user&password=user4&to=5541991169812&content=test&from=JasminDev
HTTP Response: Success "[Failure instance: Traceback: <class 'txamqp.client.ChannelClosed'>: Method(name=close, id=40) (406, 'PRECONDITION_FAILED - consumer ack timed out on channel 1', 0, 0) content = None /usr/local/lib/python3.9/site-packages/jasmin/queues/factory.py:230:publish