cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1312
Views
0
Helpful
0
Replies

Insert JobGroup through REST API failing with null pointer exception

PeteCr
Level 1
Level 1

We are inserting job groups into the schedule using the REST API.  In our DEV environment all goes well.  In higher regions we are getting a null pointer exception thrown at:

 com.tidalsoft.webclient.tes.dsp.api.JobHandler.insert [JobHandler.java 93]

 

No idea how to debug this.  The POST data is the same for both regions:

 

<?xml version='1.0' encoding='UTF-8'?><entry xmlns="http://purl.org/atom/ns#">
  <tes:JobGroup.insert xmlns:tes="http://www.tidalsoftware.com/client/tesservlet">
    <tes:id>12345</tes:id>
    <tes:startdate>20180501</tes:startdate>
    <tes:fromtime></tes:fromtime>
    <tes:untiltime></tes:untiltime>
    <tes:params>dfd2db33e6b6</tes:params>
    <tes:vars></tes:vars>
    <tes:deps>N</tes:deps>
    <tes:usejobtz></tes:usejobtz>
  </tes:JobGroup.insert>
</entry>

 

 

 

 

0 Replies 0

Review Cisco Networking for a $25 gift card