Hello Alex,
Please find below the output :
[root@SMSC_Kannel ~]# addr2line -e /usr/local/kannel_svn/sbin/bearerbox
0x491dfe 0x491f6f 0x495cbc 0x444687 0x40f014 0x7fd026f05af5 0x40f755
/usr/local/src/gateway-1.4.4/gwlib/log.c:572
/usr/local/src/gateway-1.4.4/gwlib/log.c:608
/usr/local/src/gateway-1.4.4/gwlib/octstr.c:357 (discriminator 1)
/usr/local/src/gateway-1.4.4/gw/bb_store_file.c:134
/usr/local/src/gateway-1.4.4/gw/bearerbox.c:726
??:0
??:?
[root@SMSC_Kannel ~]#
Regards
Santosh Bhabal | Sr. System Administrator | TSG | 9137253070 / 8767466290
On 07/05/19 7:49 PM, Alexander Malysh wrote:
Hi,
looks like your store file is corrupted.
can you please post backtrace?
addr2line -e PATH_TO_BEARERBOX_BIN 0x491dfe 0x491f6f 0x495cbc 0x444687
0x40f014 0x7fd026f05af5 0x40f755
Thanks,
Alex
Am 07.05.2019 um 06:50 schrieb SDB <sant...@thinkwalnut.com
<mailto:sant...@thinkwalnut.com>>:
HelloRene,
But why it is killing the bearerbox process ?
Bearerbox should start with the error right ?
On 06/05/19 2:03 PM, Rene Kluwen wrote:
Looks like a boo-boo in your group = smsc config for the
“transaction” smsc.
Maybe you have a wrong port number. It looks like it’s connecting to
a non-smpp port.
== Rene
*Van:*users<users-boun...@kannel.org>*Namens*SDB
*Verzonden:*maandag 6 mei 2019 07:27
*Aan:*users@kannel.org
*Onderwerp:*Error while starting bearerbox
Hello Experts,
I am getting below error while starting the bearerbox :
2019-05-03 19:44:42 [2981] [6] ERROR: Error reading from fd 22:
2019-05-03 19:44:42 [2981] [6] ERROR: System error 104: Connection
reset by peer
2019-05-03 19:44:42 [2981] [6] ERROR: SMPP[transaction]: Couldn't
connect to SMS center (retrying in 10 seconds).
2019-05-03 19:44:42 [2981] [0] INFO: Loading store file
`/var/log/kannel/transaction/store.log'
2019-05-03 19:44:42 [2981] [0] INFO: Store-file size 16613376,
starting to unpack (may take awhile)
2019-05-03 19:44:42 [2981] [0] ERROR: Packet too short while
unpacking Msg.
2019-05-03 19:44:42 [2981] [0] ERROR: Msg packet was invalid.
2019-05-03 19:44:42 [2981] [0] ERROR: Garbage at store-file, skipped.
2019-05-03 19:44:42 [2981] [0] PANIC: gwlib/octstr.c:357:
octstr_copy_real: Assertion `len >= 0' failed.
2019-05-03 19:44:42 [2981] [0] PANIC:
/usr/local/kannel_svn/sbin/bearerbox(gw_backtrace+0xae) [0x491dfe]
2019-05-03 19:44:42 [2981] [0] PANIC:
/usr/local/kannel_svn/sbin/bearerbox(gw_panic+0x15f) [0x491f6f]
2019-05-03 19:44:42 [2981] [0] PANIC:
/usr/local/kannel_svn/sbin/bearerbox(octstr_copy_real+0xfc) [0x495cbc]
2019-05-03 19:44:42 [2981] [0] PANIC:
/usr/local/kannel_svn/sbin/bearerbox() [0x444687]
2019-05-03 19:44:42 [2981] [0] PANIC:
/usr/local/kannel_svn/sbin/bearerbox(main+0xab4) [0x40f014]
2019-05-03 19:44:42 [2981] [0] PANIC:
/lib64/libc.so.6(__libc_start_main+0xf5) [0x7fd026f05af5]
2019-05-03 19:44:42 [2981] [0] PANIC:
/usr/local/kannel_svn/sbin/bearerbox() [0x40f755]
I am using Kannel bearerbox II version 1.4.4
Please help.