1 Reply Latest reply on Jan 24, 2006 10:42 AM by katador

    help please!! error at deploying process file

    katador

      Hello,

      reviewing the forum finding explication to an error what have me stucked, i find answer and three ways to deploy par files.

      But i cant doing... :(

      i deploy jbpm on jboss without trouble... but when i try deploy jbpm webapp (jbpm.war) from ant throw me an error what says-: http authentication failure :-/ and without this, i can't deploy process files from eclipse.. :(

      when try deploy process files through ant... throw the same error.. :(

      any idea over this error????

      i need urgent deploy the process file for demo!!

      thanks in advance!

        • 1. Re: help please!! error at deploying process file
          katador

          Hi...

          Trying again... i use ant -f build.deploy.xml build.webapp and copy jbpm.war to $JBOSS_HOME/server/default/deploy and throw me this error:

          12:41:49,221 INFO [TomcatDeployer] deploy, ctxPath=/jbpm, warUrl=.../tmp/deploy/tmp41119jbpm.war/
          12:41:50,792 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
          12:41:50,937 INFO [FacesConfigurator] Reading config jar:file:/usr/local/jboss-4.0.3SP1/server/default/tmp/deploy/tmp41119jbpm.war/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml
          12:41:50,977 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
          12:41:51,095 ERROR [LocaleUtils] Locale name null or empty, ignoring
          12:41:51,608 INFO [StartupServletContextListener] ServletContext '/usr/local/jboss-4.0.3SP1/server/default/./tmp/deploy/tmp41119jbpm.war/' initialized.
          12:41:52,366 WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
          12:41:52,366 ERROR [JDBCExceptionReporter] Table not found in statement [select timer0_.ID_ as col_0_0_ from JBPM_TIMER timer0_ where timer0_.EXCEPTION_ is null order by timer0_.DUEDATE_ asc]
          12:41:52,367 ERROR [SchedulerSession] org.hibernate.exception.SQLGrammarException: could not execute query using iterate
          12:41:52,369 ERROR [JbpmSession] java.lang.NullPointerException
          12:41:52,370 ERROR [JbpmSession] couldn't rollback hibernate transaction
          org.hibernate.TransactionException: Transaction not successfully started
          at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:149)
          at org.jbpm.db.JbpmSession.handleException(JbpmSession.java:177)
          at org.jbpm.db.JbpmSession.commitTransaction(JbpmSession.java:106)
          at org.jbpm.db.JbpmSession.commitTransactionAndClose(JbpmSession.java:129)

          any idea???

          thx in advance,

          ktdr