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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Java SDK Tutorial ThingName wont work

justinoberle
10-Marble

Java SDK Tutorial ThingName wont work

I recently had another ticket that got me connected to the java hosted trial but now I am getting this error associated with the ThingName I am creating.

com.thingworx.common.exceptions.GenericHTTPException: Entity ExampleThing_1 does not exist or is not yet associated with a Thing

 

Here is the line that creates the ThingName.

private static String ThingName = "ExampleThing_1";

 

What am I doing wrong here?

1 ACCEPTED SOLUTION

Accepted Solutions

Well, After a lot of messing around I think I figured out the issue. The guide uses the wrong .java file so it was looking for a thing that doesn't exist. I used the exampleClient.java and it connects no problem. I assume this is the solution.

View solution in original post

1 REPLY 1

Well, After a lot of messing around I think I figured out the issue. The guide uses the wrong .java file so it was looking for a thing that doesn't exist. I used the exampleClient.java and it connects no problem. I assume this is the solution.

Top Tags