Android Question Error java.lang.RuntimeException

Status
Not open for further replies.

sonistp

Member
B4X:
java.lang.RuntimeException: Field: _tot1250 not found in: b4a.example.prodb
Heloo..
Please help my problem, i am just starting to learn coding using B4a.
I got error when runnung my simple program.
Sometimes i do nothing it was running well, but sometimes i got that error.
Anyone can help my problem?

Sorry for my English, if any wrong
 

sonistp

Member
Error occurred on line: 168 (propob)
java.lang.RuntimeException: Method: _lbldef_click not found in: b4a.example.propob
at anywheresoftware.b4a.shell.Shell$MethodCache.getMethod(Shell.java:988)
at anywheresoftware.b4a.shell.Shell.getMethod(Shell.java:648)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:734)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:360)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:260)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:175)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:171)
at anywheresoftware.b4a.objects.ViewWrapper$1.onClick(ViewWrapper.java:80)
at android.view.View.performClick(View.java:6614)
at android.view.View.performClickInternal(View.java:6587)
at android.view.View.access$3100(View.java:787)
at android.view.View$PerformClick.run(View.java:26122)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6831)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:927)

Please post the full error message from the logs. You can right click to copy it.
 
Upvote 0

Peekay

Active Member
Licensed User
Longtime User
Erel,

I get a lot of these java errors. Can you tell me how I can read, locate and fix the errors.

Thanks
PK
 
Upvote 0
Status
Not open for further replies.
Top