[jboss-jira] [JBoss JIRA] Updated: (AS7-1967) Problem deplying AKKA app on Jboss 7.0.2

Idar Borlaug (JIRA) jira-events at lists.jboss.org
Wed Sep 28 06:37:26 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Idar Borlaug updated AS7-1967:
------------------------------

    Description: 
When trying to deploy a small AKKA application bundled in a war. I get classloader errors. See log file for more info.

Caused by: java.lang.NoClassDefFoundError: org/omg/CORBA/portable/IDLEntity
java.lang.LinkageError: com/eaio/uuid/UUID

mavne dependencies that create the problem:
<dependency>
  <groupId>se.scalablesolutions.akka</groupId>
  <artifactId>akka-actor</artifactId>
  <version>1.2</version>
</dependency>
<dependency>
  <groupId>se.scalablesolutions.akka</groupId>
  <artifactId>akka-spring</artifactId>
  <version>1.2</version>
</dependency>

  was:
When trying to deploy a small AKKA application bundled in a war. I get classloader errors. See log file for more info.

mavne dependencies that create the problem:
<dependency>
  <groupId>se.scalablesolutions.akka</groupId>
  <artifactId>akka-actor</artifactId>
  <version>1.2</version>
</dependency>
<dependency>
  <groupId>se.scalablesolutions.akka</groupId>
  <artifactId>akka-spring</artifactId>
  <version>1.2</version>
</dependency>



> Problem deplying AKKA app on Jboss 7.0.2
> ----------------------------------------
>
>                 Key: AS7-1967
>                 URL: https://issues.jboss.org/browse/AS7-1967
>             Project: Application Server 7
>          Issue Type: Bug
>    Affects Versions: 7.0.2.Final
>            Reporter: Idar Borlaug
>         Attachments: server.log
>
>
> When trying to deploy a small AKKA application bundled in a war. I get classloader errors. See log file for more info.
> Caused by: java.lang.NoClassDefFoundError: org/omg/CORBA/portable/IDLEntity
> java.lang.LinkageError: com/eaio/uuid/UUID
> mavne dependencies that create the problem:
> <dependency>
>   <groupId>se.scalablesolutions.akka</groupId>
>   <artifactId>akka-actor</artifactId>
>   <version>1.2</version>
> </dependency>
> <dependency>
>   <groupId>se.scalablesolutions.akka</groupId>
>   <artifactId>akka-spring</artifactId>
>   <version>1.2</version>
> </dependency>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list