java - Exception while running Bamboo Plugin -



java - Exception while running Bamboo Plugin -

i developing bamboo plugin, while running plugin. error get:

java.lang.linkageerror : loader constraint violation: when resolving method "com.gargoylesoftware.htmlunit.html.htmlparser$htmlunitdombuilder.setcontenthandler(lorg/xml/sax/contenthandler;)v" class loader (instance of org/apache/felix/framework/moduleimpl$moduleclassloader) of current class, com/gargoylesoftware/htmlunit/html/htmlparser$htmlunitdombuilder, , class loader (instance of org/apache/catalina/loader/webappclassloader) resolved class, com/gargoylesoftware/htmlunit/html/htmlparser$htmlunitdombuilder, have different class objects type used in signature)

any clue or suggestion on how resolve this? in advance, abhishek

java plugins bamboo

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -