Hi !
Iam trying to install Adobe LiveCycle to JBoss.I have created oracle database as suggested in the document (created user,database tables...).
When i deploy jars created during LCM to deploy folder ,i got an exception .Here is a snipped of the server.log
2010-09-07 15:28:10,046 WARN [org.jboss.system.ServiceController] Problem starting service jboss:service=KeyGeneratorFactory,type=HiLo
java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.ja va:91)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:1 12)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java :173)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java: 774)
at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.jav a:849)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme nt.java:1186)
at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java: 1377)
at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatemen tWrapper.java:386)
at org.jboss.resource.adapter.jdbc.WrappedStatement.executeQuery(Wrapped Statement.java:171)
at org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory.initS equence(HiLoKeyGeneratorFactory.java:320)
at org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory.start Service(HiLoKeyGeneratorFactory.java:281)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB eanSupport.java:245)
Can anyone suggest where is the problem ?