cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

eclipse thingworx extenssion

mnalla
7-Bedrock

eclipse thingworx extenssion

hi everyone,

while importing extension file I got following error.

Unable to initialize shape for ThingPackage [Test_TemplatePackage]

what is it all about, how it can be debugged..??

regards,

madhu

4 REPLIES 4
supandey
19-Tanzanite
(To:mnalla)

Hi Madhu, where and how are you importing this extension? Also can you confirm is this the Extension SDK file that you are attempting to import in ThingWorx Composer directly? Or did you create an extension using Extension SDK and that extension is failing to import in ThingWorx Composer?

mnalla
7-Bedrock
(To:supandey)

hi,

I am trying to import it from import and export link available at the top of the composer. I created this file in java eclipse extension. yes, I used SDK Extension.

regards,

madhu

supandey
19-Tanzanite
(To:mnalla)

Did you check the application and script log from the ThingWorx if they have any additional detail? Was this Shape created in your custom extension in Eclipse?

I have the same Issue.
To start simple i have a really basic implementation with one simple Service which does nothing.
I created the ThingTemplate and the Service with the Eclipse Add-on

 

The Application Log gives me the Following
2018-07-19 11:31:07.432+0200 [L: ERROR] [O: c.t.t.ThingPackage] [I: ] [U: SuperUser] [S: ] [T: http-nio-8081-exec-4] Unable to initialize shape for ThingPackage [EmployeeTemplatePackage]
2
2018-07-19 11:31:07.434+0200 [L: ERROR] [O: c.t.c.ImportProcessor] [I: ] [U: SuperUser] [S: ] [T: http-nio-8081-exec-4] Unable to process import:xxx.RessourceManagementApp.EmployeeTemplate

Top Tags