-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
High
-
Affects Version/s: 3.5.2
-
Component/s: Import / Export [Deprecated]
-
Environment:
OS - Debian GNU/Linux Sarge and Etch mixed environment
Jetty 5.1.5rc1
JDK 5.0 update 6
Postgresql 8.1
-
3.05
I successfully run Jira on Jetty 5. But unfortunately i cannot import our existing data to that installtion. I have been tried several times with some changes in configs with no success.
My entityengine.xml below
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE entity-config PUBLIC "-//OFBiz//DTD Entity Engine Config//EN" "http://www.ofbiz.org/dtds/entity-config.dtd">
<entity-config>
<resource-loader name="maincp" class="org.ofbiz.core.config.ClasspathLoader"/>
<transaction-factory class="org.ofbiz.core.entity.transaction.JotmFactory"/>
<delegator name="default" entity-model-reader="main" entity-group-reader="main">
<group-map group-name="default" datasource-name="defaultDS"/>
</delegator>
<entity-model-reader name="main">
<resource loader="maincp" location="entitydefs/entitymodel.xml"/>
</entity-model-reader>
<entity-group-reader name="main" loader="maincp" location="entitydefs/entitygroup.xml"/>
<field-type name="postgres72" loader="maincp" location="entitydefs/fieldtype-postgres72.xml"/>
<datasource name="defaultDS"
schema-name="public"
helper-class="org.ofbiz.core.entity.GenericHelperDAO"
field-type-name="postgres72"
check-on-start="true"
use-foreign-keys="false"
use-foreign-key-indices="false"
check-fks-on-start="false"
check-fk-indices-on-start="false"
add-missing-on-start="true"
check-indices-on-start="true">
<inline-jdbc
jdbc-driver="org.postgresql.Driver"
jdbc-uri="jdbc:postgresql://127.0.0.1:5432/jira"
jdbc-username="jira"
jdbc-password="jirapsw"/>
</datasource>
</entity-config>
In all cases the same error happened.
Log in attachment.
- duplicates
-
JRASERVER-9492 JIRA data restore on Jetty fails
-
- Closed
-