zling2001 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

SIP Stack failed to start #365

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Excuse me. When I use libtinyWRAP.so in my Android Application, and use the 
part of source code generated by SWIG in imsdroid project.
All the source code and library is up-to-date.

But my application can't run when starting the Sip Stack.
Eclipse LogCat information is following:

06-22 00:33:20.214: D/dalvikvm(281): Debugger has detached; object registry had 
1 entries
06-22 00:33:20.504: D/dalvikvm(281): Trying to load lib 
/data/data/org.doubango.test/lib/libtinyWRAP.so 0x44ede3d8
06-22 00:33:20.954: D/dalvikvm(281): Added shared lib 
/data/data/org.doubango.test/lib/libtinyWRAP.so 0x44ede3d8
06-22 00:33:20.954: D/dalvikvm(281): No JNI_OnLoad found in 
/data/data/org.doubango.test/lib/libtinyWRAP.so 0x44ede3d8, skipping init
06-22 00:33:23.207: E/tinyWRAP(281): ***ERROR: function: "tnet_getaddrinfo()" 
06-22 00:33:23.207: E/tinyWRAP(281): file: "src/tnet_utils.c" 
06-22 00:33:23.207: E/tinyWRAP(281): line: "772" 
06-22 00:33:23.207: E/tinyWRAP(281): MSG: getaddrinfo(family=2, node=??? and 
service=0) failed: [No address associated with hostname]
06-22 00:33:23.207: E/tinyWRAP(281): ***ERROR: function: "tnet_socket_ctor()" 
06-22 00:33:23.207: E/tinyWRAP(281): file: "src/tnet_socket.c" 
06-22 00:33:23.207: E/tinyWRAP(281): line: "213" 
06-22 00:33:23.207: E/tinyWRAP(281): MSG: tnet_getaddrinfo(family=2, 
hostname=??? and port=0) failed: [No address associated with hostname]
06-22 00:33:23.225: E/tinyWRAP(281): ***ERROR: function: "tnet_socket_ctor()" 
06-22 00:33:23.225: E/tinyWRAP(281): file: "src/tnet_socket.c" 
06-22 00:33:23.225: E/tinyWRAP(281): line: "213" 
06-22 00:33:23.225: E/tinyWRAP(281): MSG: (SYSTEM)NETWORK ERROR ==>No such file 
or directory
06-22 00:33:23.225: E/tinyWRAP(281): ***ERROR: function: 
"tnet_transport_create()" 
06-22 00:33:23.225: E/tinyWRAP(281): file: "src/tnet_transport.c" 
06-22 00:33:23.225: E/tinyWRAP(281): line: "68" 
06-22 00:33:23.225: E/tinyWRAP(281): MSG: Failed to create master socket
06-22 00:33:23.253: E/tinyWRAP(281): ***ERROR: function: "tsip_stack_start()" 
06-22 00:33:23.253: E/tinyWRAP(281): file: "src/tsip.c" 
06-22 00:33:23.253: E/tinyWRAP(281): line: "659" 
06-22 00:33:23.253: E/tinyWRAP(281): MSG: Failed to add new transport

Could you help me? Thank you.

Original issue reported on code.google.com by cloud...@gmail.com on 21 Jun 2012 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 3 Aug 2012 at 1:03