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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

An error occurred while generating targets

MaF
8-Gravel
8-Gravel

An error occurred while generating targets

Hi Support, 

I get the below error when I try to publish an experience in studio.

I search the support topis and below are some of the solutions I tried without any sucess:

 

 

Error:

[2021-05-10T11:09:23.843Z] error: [twx-studio:api] Error occured while publishing project Rocketmine_-_DJI_Mavic_Mini {
statusCode: 500,
message: '{"message":"An error occurred while generating targets","errorCode":"","error":{}}'
}

 

Environment:

This is running on an on-premise server running Linux.

This experience seems to be using an imageTarget.

We tried publishing the same experience to PTC hosted server and everything is working properly-no errors

 

Please help.

MaF_0-1620804795352.png

 

5 REPLIES 5
Jimwang
14-Alexandrite
(To:MaF)

@MaF ,

What is the version of your Vuforia Studio and Vuforia Experience Service?

Is it possible to share your experience project?

Can you provided the complete Vuforia Studio log file when reproducing the issue?

MaF
8-Gravel
8-Gravel
(To:Jimwang)

Vuforia Studio - latest (Version 9.0.4 (9.0.4.4996))

Vuforia Experience Service - latest (MED-61226-CD-090_SP3_es-9-0-3-b1046-873-linux-x64-installer)

 

 

 

MaF
8-Gravel
8-Gravel
(To:MaF)

Hi Support, 

 

I would like to follow-up on this case as I have not received any feedback since last week.

 

Looking forward to your response.

 

Thanks,

MaF
8-Gravel
8-Gravel
(To:MaF)

Hi Support, 

 

I would like to follow-up on this case as I have not received any feedback since last week.

 

Looking forward to your response.

 

Thanks,

Jimwang
14-Alexandrite
(To:MaF)

If the issue is still there, check the configuration.json under <Vuforia-ExperienceService> and make sure the "disable" is set to false in the "model" section, see below, then restart Vuforia Experience Service:

 

"targetGenerator": {
   "maxTasks": 0,
   "timeout": -1,
   "maxMemory": "1.5GB",
   "model": {
     "maxModelSize": 0,
     "maxPolygons": 500000,
     "disable": false
   },
   "image": {
     "maxImageSize": 0
   }
 },

 

The other option is to use the new version of Vuforia Experience Service and Vuforia Studio

Top Tags