Skip to content

Error on SIP registration #7

Description

@GoogleCodeExporter
I get the following error when i run the program:

11-12 11:28:45.030: W/System.err(30542): java.lang.NullPointerException
11-12 11:28:45.030: W/System.err(30542):    at 
de.tinysip.sip.SipManager.registerProfile(SipManager.java:116)
11-12 11:28:45.030: W/System.err(30542):    at 
de.tinysip.sipdemo.TinySipDemoActivity.startSipRegistration(TinySipDemoActivity.
java:234)
11-12 11:28:45.030: W/System.err(30542):    at 
de.tinysip.sipdemo.TinySipDemoActivity.onCreate(TinySipDemoActivity.java:102)
11-12 11:28:45.030: W/System.err(30542):    at 
android.app.Activity.performCreate(Activity.java:5008)
11-12 11:28:45.030: W/System.err(30542):    at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
11-12 11:28:45.030: W/System.err(30542):    at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
11-12 11:28:45.038: W/System.err(30542):    at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
11-12 11:28:45.038: W/System.err(30542):    at 
android.app.ActivityThread.access$600(ActivityThread.java:130)
11-12 11:28:45.038: W/System.err(30542):    at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
11-12 11:28:45.038: W/System.err(30542):    at 
android.os.Handler.dispatchMessage(Handler.java:99)
11-12 11:28:45.038: W/System.err(30542):    at 
android.os.Looper.loop(Looper.java:137)
11-12 11:28:45.038: W/System.err(30542):    at 
android.app.ActivityThread.main(ActivityThread.java:4745)
11-12 11:28:45.038: W/System.err(30542):    at 
java.lang.reflect.Method.invokeNative(Native Method)
11-12 11:28:45.038: W/System.err(30542):    at 
java.lang.reflect.Method.invoke(Method.java:511)
11-12 11:28:45.038: W/System.err(30542):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
11-12 11:28:45.038: W/System.err(30542):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
11-12 11:28:45.038: W/System.err(30542):    at 
dalvik.system.NativeStart.main(Native Method)

I have set up all the details in the settingsprovider.java to my server, yet 
still get this error.

Original issue reported on code.google.com by crysi...@googlemail.com on 12 Nov 2012 at 9:34

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions