Skip to main content
14-Alexandrite
March 14, 2018
Question

Jar Conflict error when importing DataExport extension

  • March 14, 2018
  • 2 replies
  • 4411 views

Hello All. Trying to import the DataExport extension from  Marketplace and getting an error and a warning:

 

ERROR: JAR conflict Checking ThingWorx system JARS [existing: bcprov-jdk15on-1.51.jar, package: bcprov-jdk14-1.38.jar]

 

and 

 WARN: Deprecated extension structure: The element, DataExporterRepository, was found in metadata.xml and is a deprecated pattern for defining Things in an extension. Please refer to Project and Extension File Structure in the ThingWorx Extension Development Guide for more information.

 

Does anybody have an idea of what could be conflicting? And how to solve?

 

Thanks

Ewerton

 

 

2 replies

5-Regular Member
March 14, 2018

@emoreira Hello Ewerton, which version of ThingWorx you are using and getting error. Is it you were using Data Export earlier and now facing issue while importing to an instance?

 

-Durgesh

emoreira14-AlexandriteAuthor
14-Alexandrite
March 14, 2018

Hi Durgesh, thanks for the quick response. 🙂

 

I am using 8.1, It is the first time I am installing it in the server.

 

Cheers

Ewerton

5-Regular Member
March 14, 2018

Well this is happening because you already have this Jar - bcprov-jdk15on-1.51.jar in your C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx\WEB-INF\lib folder .And you are trying to import the same through extension so it is conflicting .

1-Visitor
May 23, 2018

This issue can be easily solved.

Just delete the bcprov-jdk15on-1.51.jar from the extension and update the metadata.xml to remove the entry for this jar.

Import the extension again and it works 🙂

 

Regards,

Ankit Gupta