Discussions
"Improper usage; trying to get jobID before it has been initialized": anyone else?
We create a couple hundred sales orders per day via web services and have done so since the start of the year. Earlier this week we observed a slightly higher incidence of random non-repeating errors (NullPointerExceptions, etc.) but this morning the error rate has gone through the roof. The most popular error seems to be this one:
com.netledger.common.exceptions.NLException: Improper usage; trying to get jobID before it has been initialized.
I can certainly read the words, but I'm not sure what it means. Between that and
java.lang.NullPointerException
Almost all of our sales order creation requests fail at least once. Is anyone else experiencing these errors? And yes, I have a case submitted (754755).