Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

In some cases diagnostics like these may occur:

No Format
bgColorblack
borderStylesolid
java.rmi.RemoteException: Failure in calling validateInitialValues() java.rmi.RemoteException: Invalid initial Order DB State
        at org.spec.jappserver.driver.Auditor.validateInitialValues(Auditor.java:201)
        at org.spec.jappserver.driver.Driver.configure(Driver.java:330)
        at org.spec.jappserver.driver.Driver.<init>(Driver.java:160)
        at org.spec.jappserver.driver.Driver.main(Driver.java:1137)

or

No Format
bgColorblack
borderStylesolid
java.rmi.RemoteException: Failure in calling validateInitialValues() javax.transaction.TransactionRolledbackException: java.sql.SQLException
        at org.spec.jappserver.driver.Auditor.validateInitialValues(Auditor.java:201)
        at org.spec.jappserver.driver.Driver.configure(Driver.java:330)
        at org.spec.jappserver.driver.Driver.<init>(Driver.java:160)
        at org.spec.jappserver.driver.Driver.main(Driver.java:1137)

To overcome such problems, you may clear the contents of M_LARGEORDER table using the following SQL statement:

Panel
borderStylesolid

DELETE FROM M_LARGEORDER

or you may delete the SPECDB database, recreate the database and the tables and then reload themreload the database tables.

During the run, the following diagnostics may appear in the Driver window:

...