Uploaded image for project: 'RiftSaw'
  1. RiftSaw
  2. RIFTSAW-327

Riftsaw with mysql

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 2.2.0.CR1
    • None
    • None

    Description

      We tried to install Riftsaw for using MySQL instead of h2. We did it in following steps:

      1. ant deploy -Ddatabase=mysql

      2. mysql create database riftsaw

      3. edit file bpel-ds.xml in that way:

      <datasources>
      <local-tx-datasource>
      <jndi-name>BPELDB</jndi-name>
      <connection-url>jdbc:mysql://localhost:3306/riftsaw</connection-url>
      <driver-class>com.mysql.jdbc.Driver</driver-class>
      <user-name>root</user-name>
      <password>alib</password>
      <!--
      <check-valid-connection-sql>select id from ping</check-valid-connection-sql>
      -->
      <max-pool-size>30</max-pool-size>
      <min-pool-size>5</min-pool-size>

      </local-tx-datasource>
      </datasources>

      4. start jboss

      While starting the server we get following problems:

      DEPLOYMENTS MISSING DEPENDENCIES:
      Deployment "jboss.esb.vfsfile:/D:/MIIP/IntegrationPlatform_5612_tmp/server/server/default/deploy/riftsaw.esb/" is missing the following dependencies:
      Dependency "<UNKNOWN jboss.esb.vfsfile:/D:/MIIP/IntegrationPlatform_5612_tmp/server/server/default/deploy/riftsaw.esb/>" (should be in state "PreInstall", b
      ut is actually in state "** UNRESOLVED Demands 'jboss.bpel:service=BPELEngine' **")
      Deployment "mks:name=SchedulerService" is missing the following dependencies:
      Dependency "jboss.bpel:service=BPELEngine" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.bpel:service=BPELEngine' *
      *")

      DEPLOYMENTS IN ERROR:
      Deployment "BPELEngine" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.soa.bpel.console.util.EntityManagerLocator fro
      m BaseClassLoader@1d1d5d2{VFSClassLoaderPolicy@12cfc0f{name=vfszip:/D:/MIIP/IntegrationPlatform_5612_tmp/server/server/default/deploy/bpel-console/riftsaw-conso
      le-bpaf.jar/ domain=ClassLoaderDomain@467991

      {name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@fa3ac1}

      roots=[MemoryC
      ontextHandler@5795226[path= context=vfsmemory://a3k84k-rp0xxq-ghqbjgek-1-ghqbjy1q-3c real=vfsmemory://a3k84k-rp0xxq-ghqbjgek-1-ghqbjy1q-3c], DelegatingHandler@2
      5402025[path=bpel-console/riftsaw-console-bpaf.jar context=file:/D:/MIIP/IntegrationPlatform_5612_tmp/server/server/default/deploy/ real=file:/D:/MIIP/Integrati
      onPlatform_5612_tmp/server/server/default/deploy/bpel-console/riftsaw-console-bpaf.jar]] delegates=null exported=[org.jboss.soa.bpel.console.bpaf, META-INF.mav
      en.org.jboss.soa.bpel.console.bpaf, META-INF] <IMPORT-ALL>NON_EMPTY}}
      Deployment "vfsfile:/D:/MIIP/IntegrationPlatform_5612_tmp/server/server/default/deploy/bpel-console/gwt-console-server.war/" is in error due to the following
      reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/D:/MIIP/IntegrationPlatform_5612_tmp/server/server/default/deploy/bpel-console/gwt-console-ser
      ver.war/ deployment failed
      Deployment "<UNKNOWN jboss.esb.vfsfile:/D:/MIIP/IntegrationPlatform_5612_tmp/server/server/default/deploy/riftsaw.esb/>" is in error due to the following reas
      on(s): ** UNRESOLVED Demands 'jboss.bpel:service=BPELEngine' **
      Deployment "jboss.bpel:service=BPELEngine" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.bpel:service=BPELEngine' **

      For more info please look the attached server.log.

      Can you help here?

      Regards
      Alexej

      Attachments

        Activity

          People

            jeff.yuchang_jira Jeff Yu (Inactive)
            xakac Alexej Laske (Inactive)
            Archiver:
            rhn-support-adandapa Aitik Dandapat

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty