Skip to main content
17-Peridot
September 26, 2022
Solved

Unable to import extension - Unable to process import: jcifs/smb/SmbFileInputStream

  • September 26, 2022
  • 1 reply
  • 1211 views

Developed a custom extension which is using JCIFS library. While trying to import into Thingworx getting following error, 

 

1. *** Unable to create resource instance in Resource:SMBUtilities
2. Unable To Create Resource Instance From Class: SMBUtilities
3. Unable to process import: jcifs/smb/SmbFileInputStream
4. Unable to delete SMBFileReader:1.0.0. This is likely due to other errors: ExtensionPackage SMBFileReader Does Not Exist

 

  • SMBFileReader is a Extention name (Eclipse project)
  • SMBUtilities is Resource name created in Extension

Application log attached.

 

Need help on this issue? How to address this issue?

 

Best answer by Sathishkumar_C

meta.xml file doesn't have 3rd party jar file information JarResources tag. But its available in lib folder.

Updated the 3rd party jar resources in meta.xml file and its working fine now.

1 reply

Sathishkumar_C17-PeridotAuthorAnswer
17-Peridot
September 28, 2022

meta.xml file doesn't have 3rd party jar file information JarResources tag. But its available in lib folder.

Updated the 3rd party jar resources in meta.xml file and its working fine now.