3 Replies Latest reply on Mar 23, 2006 4:54 AM by david.trattnig

    SQL error while loading a process instance

    david.trattnig

      Hi,

      I'd like to do following:

      ProcessInstance pi = session.getGraphSession().loadProcessInstance(workflowId);
      pi.signal();


      but i get following errors at the loadProcessInstance operation:

      ERROR [ceptionReporter: 72] Base table or view not found message from server: "Table 'jbpmtest.jbpm_dynprocess_node' doesn't exist"
      ERROR [db.GraphSession: 221] org.hibernate.exception.SQLGrammarException: could not load an entity: [org.jbpm.graph.exe.ProcessInstance#318]


      but the ProcessInstance with ID#318 definitely exists at the MySQL Database

      MySQL version: 5.0
      jBPM version: 3.0.2.

      Thank you so much for any advice..