03-07-2013 01:26 PM
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
<property name="databaseType" value="${db.type}" />
<property name="dataSource" ref="dataSource"/>
<property name="transactionManager" ref="txManager" />
<property name="databaseSchemaUpdate" value="false" />
<property name="historyLevel" value="ACTIVITY"/>
<property name="jobExecutorActivate" value="true"/>
<property name="preParseListeners">
<list>
<bean class="com.abc.xyz.workflow.listeners.MYBpmnParseListener"/>
</list>
</property>
</bean>
*************************************ERROR LOGS******************************************
### Error querying database. Cause: java.sql.SQLException: Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found The Connection descriptor used by the client was: localhost:1521:XE ### The error may exist in org/activiti/db/mapping/entity/ProcessDefinition.xml ### The error may involve org.activiti.engine.impl.persistence.entity.ProcessDefinitionEntity.selectLatestProcessDefinitionByKey ### The error occurred while executing a query ### SQL: select * from ACT_RE_PROCDEF where KEY_ = ? and VERSION_ = (select max(VERSION_) from ACT_RE_PROCDEF where KEY_ = ?) ### Cause: java.sql.SQLException: Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found The Connection descriptor used by the client was: localhost:1521:XE
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12519, TNS:no appropriate service handler found
The Connection descriptor used by the client was:
localhost:1521:XE
03-08-2013 04:45 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.