Cannot import existing data if Jira running on Jetty

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: High
    • 3.7
    • Affects Version/s: 3.5.2
    • 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.

        1. atlassian-jira.log
          10 kB
          Sergey Sholokh
        2. jira-jetty_upgrade_errors.txt
          45 kB
          Johan Sjöberg
        3. testing_jetty.txt
          30 kB
          BrianH

              Assignee:
              Unassigned
              Reporter:
              Sergey Sholokh
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: