Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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
@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
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
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 .
I figured this. I just don't know what put it there and how to overcome it..
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