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

java.lang.NoClassDefFoundError #19

Closed
sudhanvas opened this issue Mar 7, 2015 · 11 comments
Closed

java.lang.NoClassDefFoundError #19

sudhanvas opened this issue Mar 7, 2015 · 11 comments

Comments

@sudhanvas
Copy link

I'm getting the following java.lang.NoClassDefFoundError[s] when I run lcm-spy with a custom plugin. How can I fix these?

Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
ClassDiscoverer: java.lang.NoClassDefFoundError: apple/laf/AquaPopupMenuUI
jar: /usr/local/share/java/lcm.jar
class: com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.class
ClassDiscoverer: java.lang.NoClassDefFoundError: org/apache/commons/io/output/ByteArrayOutputStream
jar: /usr/local/share/java/lcm.jar
class: org/apache/xmlgraphics/xmp/XMPPacketParser.class
ClassDiscoverer: java.lang.NoClassDefFoundError: org/apache/commons/io/output/ByteArrayOutputStream
jar: /usr/local/share/java/lcm.jar
class: org/apache/xmlgraphics/image/loader/impl/ImageConverterRendered2PNG.class
ClassDiscoverer: java.lang.NoClassDefFoundError: apple/laf/AquaPopupMenuUI
jar: /usr/local/share/java/lcm.jar
class: com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.class
ClassDiscoverer: java.lang.NoClassDefFoundError: org/apache/commons/io/output/ByteArrayOutputStream
jar: /usr/local/share/java/lcm.jar
class: org/apache/xmlgraphics/xmp/XMPPacketParser.class
ClassDiscoverer: java.lang.NoClassDefFoundError: org/apache/commons/io/output/ByteArrayOutputStream
jar: /usr/local/share/java/lcm.jar
class: org/apache/xmlgraphics/image/loader/impl/ImageConverterRendered2PNG.class
Found 4 LCM types
LCM: Disabling IPV6 support
LCM: TTL set to 1.
ClassDiscoverer: java.lang.NoClassDefFoundError: apple/laf/AquaPopupMenuUI
jar: /usr/local/share/java/lcm.jar
class: com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.class
ClassDiscoverer: java.lang.NoClassDefFoundError: apple/laf/AquaPopupMenuUI
jar: /usr/local/share/java/lcm.jar
class: com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.class

@andybarry
Copy link
Contributor

Hi there,

A few questions for you:

Does this happen with lcm version 1.1.2 only the latest, or both?

What platform are you running? What version of java?

@sudhanvas
Copy link
Author

Hi, I am using LCM v1.2.1 along with Oracle's Java (v1.8.0_31) on Ubuntu 14.10.

@andybarry
Copy link
Contributor

Hi,

Can you post the code or a .jar for your plugin? Some of the plugin handling changed in 1.2.0 -- do you know of it worked (or can you try) this plugin with 1.1.2?

@sudhanvas
Copy link
Author

I just sent an email to "lcm-dev@googlegroups.com" with the source of my plugin. Let me know if there's another email address I need to send it to. Thanks, in advance!

@andybarry
Copy link
Contributor

Not sure if that went through or not. If you can send it to me at abarry@gmail.com I'll take a look.

@ghemann
Copy link

ghemann commented May 6, 2015

I've had the same issue starting with version 1.2.0 (version 1.1.2 is fine).
I have no custom plugins, so i dont think it is a plugin issue (unless the default lcm.jar plugin is failing).
Running on ubuntu 14.04

@andybarry
Copy link
Contributor

I'm pretty sure this is coming from jchart-2d -- I'll look into it when I get the chance. Other than being annoying, it's not limiting functionality, correct?

@ghemann
Copy link

ghemann commented May 7, 2015

Not limiting functionality for me. Lcm-spy is useful, but I'm fine with v1.1.2.

@andybarry
Copy link
Contributor

Are the warnings stopping you from using the new functionaloty in 1.2.0 and
above?
On May 6, 2015 8:38 PM, "garrett" notifications@github.com wrote:

Not limiting functionality for me. Lcm-spy is useful, but I'm fine with
v1.1.2.


Reply to this email directly or view it on GitHub
#19 (comment).

@ghemann
Copy link

ghemann commented May 7, 2015

Oh, I apologize, I thought I wasn't getting data through, but yes I am, the spy does still work.

@ashuang
Copy link
Member

ashuang commented Sep 15, 2015

Closing this issue due to inactivity.

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

No branches or pull requests

4 participants