Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
"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).