Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error while using boilerpipe in android #59

Open
GoogleCodeExporter opened this issue Jul 24, 2015 · 2 comments
Open

Runtime Error while using boilerpipe in android #59

GoogleCodeExporter opened this issue Jul 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Added the 3 specified jars in the build path of the project in eclipse.
2. Added the code "ArticleExtractor.INSTANCE.getText(url);" in the code
3. No compilation errors. But when I run the application I am getting the below 
warnings and errors afterwhich the application force closes.

Error trace:
W/dalvikvm(339): VFY: unable to resolve static field 891 (INSTANCE) in 
Lde/l3s/boilerpipe/extractors/ArticleExtractor;
D/dalvikvm(339): VFY: replacing opcode 0x62 at 0x0009
W/dalvikvm(339): VFY: unable to resolve exception class 494 
(Lde/l3s/boilerpipe/BoilerpipeProcessingException;)
W/dalvikvm(339): VFY: unable to find exception handler at addr 0x31
W/dalvikvm(339): VFY:  rejected 
Lcom/example/abcdef/Abcdefghij$MyWebViewClient;.onPageFinished 
(Landroid/webkit/WebView;Ljava/lang/String;)V
W/dalvikvm(339): VFY:  rejecting opcode 0x0d at 0x0031
W/dalvikvm(339): VFY:  rejected 
Lcom/example/abcdef/Abcdefghij$MyWebViewClient;.onPageFinished 
(Landroid/webkit/WebView;Ljava/lang/String;)V
W/dalvikvm(339): Verifier rejected class 
Lcom/example/abcdef/Abcdefghij$MyWebViewClient;
D/AndroidRuntime(339): Shutting down VM
W/dalvikvm(339): threadid=1: thread exiting with uncaught exception 
(group=0x40015560)
E/AndroidRuntime(339): FATAL EXCEPTION: main
E/AndroidRuntime(339): java.lang.VerifyError: 
com.example.abcdef/Abcdefghij$MyWebViewClient


What version of the product are you using? On what operating system?
Eclipse SDK Version: 3.7.2
Android Build target 2.3.3


Original issue reported on code.google.com by [email protected] on 1 Dec 2012 at 1:08

@GoogleCodeExporter
Copy link
Author

The above error got resolved. I did not select them in the Order and Export in 
Java Build Path.

Original comment by [email protected] on 3 Dec 2012 at 11:31

@GoogleCodeExporter
Copy link
Author

I have selected them in the Order and Export in Java Build Path but still get 
the same errors

Original comment by [email protected] on 10 Apr 2014 at 3:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant