  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | - jbpm using oracle DB probleme | - jbpm using oracle DB probleme 2007-06-13 - By lethrech
Back hi, i m using jbpm 3.1.3 whith oracle9i DB, i have created my schema and configured my datasource but i have the following error when i start my jboss4.0.4 : 2007 06 13 - 12:00:41 ERROR ?.? [ORA-00923 (See http://ORA-00923.ora-code.com): Mot-cl?? FROM absent ?? l 'emplacement pr??vu | ]] | 2007 06 13 - 12:00:41 ERROR ?.? [ORA-00923 (See http://ORA-00923.ora-code.com): Mot-cl?? FROM absent ?? l 'emplacement pr??vu | ] | 2007 06 13 - 12:00:41 INFO org.apache.commons.logging.impl.Log4JLogger  .error [2007 06 13 - 12:00:41 ERROR ?.? [org.hibernate.exception .SQLGrammarException: could not execute query using iterate]] | 2007 06 13 - 12:00:41 ERROR ?.? [org.hibernate.exception .SQLGrammarException: could not execute query using iterate] | 2007 06 13 - 12:00:41 INFO org.apache.commons.logging.impl.Log4JLogger  .info [2007 06 13 - 12:00:41 INFO ?.? [runtime exception while executing timers ] | org.jbpm.JbpmException: couldn't find timers from the database | at org.jbpm.db.SchedulerSession.findTimersByDueDate(SchedulerSession.java :99) | at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread .java:107) | at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:71) | Caused by: org.hibernate.exception.SQLGrammarException : could not execute query using iterate | at org.hibernate.exception.SQLStateConverter (SQLStateConverter .java:67) | at org.hibernate.exception.JDBCExceptionHelper (JDBCExceptionHelper .java:43) | at org.hibernate.loader.hql.QueryLoader (QueryLoader.java:424) | at org.hibernate.hql.ast.QueryTranslatorImpl (QueryTranslatorImpl .java:380) | at org.hibernate.engine.query.HQLQueryPlan (HQLQueryPlan .java:224) | at org.hibernate.impl.SessionImpl (SessionImpl.java:1192) | at org.hibernate.impl.QueryImpl (QueryImpl.java:46) | at org.jbpm.db.SchedulerSession.findTimersByDueDate(SchedulerSession.java :93) | ... 2 more | Caused by: java.sql.SQLException : ORA-00923 (See http://ORA-00923.ora-code.com): Mot-cl?? FROM absent ?? l 'emplacement pr??vu
my data source is as follow:
| <datasources> | <local-tx-datasource> | <jndi-name>jbpmDS</jndi-name> | <connection-url>jdbc:oracle:thin:@(protected):1521:DB1</connection -url> | <driver-class>oracle.jdbc.OracleDriver</driver-class> | <user-name>jbpmtest</user-name> | <password>jbpmtest</password> | <min-pool-size>5</min-pool-size> | <max-pool-size>20</max-pool-size> | <idle-timeout-minutes>0</idle-timeout-minutes> | <prepared-statement-cache-size>32</prepared-statement-cache-size> | <metadata> | <type-mapping>Oracle9i</type-mapping> | </metadata> | </local-tx-datasource> | | </datasources> |
can you help me thank s a lot
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4053919#4053919
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4053919
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |