You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "vedavathi (JIRA)" <ji...@apache.org> on 2009/06/23 20:57:35 UTC

[jira] Created: (AMQ-2299) Integration Fails in jboss-5.0.0.GA

Integration Fails in jboss-5.0.0.GA
-----------------------------------

                 Key: AMQ-2299
                 URL: https://issues.apache.org/activemq/browse/AMQ-2299
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.2.0
         Environment: java version "1.5.0_19", Windows XP,
            Reporter: vedavathi


Hi,

I have downloaded activemq-ra.rar and activemq-jms-ds from http://activemq.apache.org/integrating-apache-activemq-with-jboss.html and placed  in C:\work\jboss-5.0.0.GA\server\default\deploy.  After that i have restarted the JBOSS server and i got the following messages in log file.

*** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}

activemq.queue:name=outboundQueue
 -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}

activemq.topic:name=inboundTopic
 -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}

jboss.jca:name=activemq/QueueConnectionFactory,service=ConnectionFactoryBinding
 -> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM{Create:Configured}

jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory
 -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}

jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool
 -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory{Create:Configured}

jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM
 -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool{Create:Configured}

jboss.jca:name=activemq/TopicConnectionFactory,service=ConnectionFactoryBinding
 -> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM{Create:Configured}

jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory
 -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}

jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool
 -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory{Create:Configured}

jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM
 -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool{Create:Configured}


*** CONTEXTS IN ERROR: Name -> Error

jboss.jca:name='activemq-ra.rar',service=RARDeployment -> ** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **

vfsfile:/C:/work/jboss-5.0.0.GA/server/default/deploy/activemq-ra.rar/ -> java.io.IOException: The filename, directory name, or volume label syntax is incorrect



However activemq is up and running in JBOSS 4.0.4.

Please provide the solution.

Thanks
Veda

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2299) Integration Fails in jboss-5.0.0.GA

Posted by "Edison Melo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62932#action_62932 ] 

Edison Melo commented on AMQ-2299:
----------------------------------

Please forgive me if this is the wrong procedure... the following works for me (JBoss 5.1, AMQ 5.3.2).  Change this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">

<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>

For this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 5.0//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_5_0.dtd">

<depends optional-attribute-name="RARName">jboss.jca:name='activemq-rar.rar',service=RARDeployment</depends>

After this changes, no erros in deploy an I can see the queue in the global JNDI.

> Integration Fails in jboss-5.0.0.GA
> -----------------------------------
>
>                 Key: AMQ-2299
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2299
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: java version "1.5.0_19", Windows XP,
>            Reporter: vedavathi
>             Fix For: 5.5.0
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Hi,
> I have downloaded activemq-ra.rar and activemq-jms-ds from http://activemq.apache.org/integrating-apache-activemq-with-jboss.html and placed  in C:\work\jboss-5.0.0.GA\server\default\deploy.  After that i have restarted the JBOSS server and i got the following messages in log file.
> *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
> activemq.queue:name=outboundQueue
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> activemq.topic:name=inboundTopic
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ConnectionFactoryBinding
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM{Create:Configured}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ConnectionFactoryBinding
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool{Create:Configured}
> *** CONTEXTS IN ERROR: Name -> Error
> jboss.jca:name='activemq-ra.rar',service=RARDeployment -> ** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **
> vfsfile:/C:/work/jboss-5.0.0.GA/server/default/deploy/activemq-ra.rar/ -> java.io.IOException: The filename, directory name, or volume label syntax is incorrect
> However activemq is up and running in JBOSS 4.0.4.
> Please provide the solution.
> Thanks
> Veda

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQ-2299) Integration Fails in jboss-5.0.0.GA

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated AMQ-2299:
------------------------------

    Fix Version/s: 5.5.0
                       (was: 5.4.1)

> Integration Fails in jboss-5.0.0.GA
> -----------------------------------
>
>                 Key: AMQ-2299
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2299
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: java version "1.5.0_19", Windows XP,
>            Reporter: vedavathi
>             Fix For: 5.5.0
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Hi,
> I have downloaded activemq-ra.rar and activemq-jms-ds from http://activemq.apache.org/integrating-apache-activemq-with-jboss.html and placed  in C:\work\jboss-5.0.0.GA\server\default\deploy.  After that i have restarted the JBOSS server and i got the following messages in log file.
> *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
> activemq.queue:name=outboundQueue
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> activemq.topic:name=inboundTopic
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ConnectionFactoryBinding
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM{Create:Configured}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ConnectionFactoryBinding
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool{Create:Configured}
> *** CONTEXTS IN ERROR: Name -> Error
> jboss.jca:name='activemq-ra.rar',service=RARDeployment -> ** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **
> vfsfile:/C:/work/jboss-5.0.0.GA/server/default/deploy/activemq-ra.rar/ -> java.io.IOException: The filename, directory name, or volume label syntax is incorrect
> However activemq is up and running in JBOSS 4.0.4.
> Please provide the solution.
> Thanks
> Veda

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (AMQ-2299) Integration Fails in jboss-5.0.0.GA

Posted by "Edison Melo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62932#action_62932 ] 

Edison Melo edited comment on AMQ-2299 at 10/30/10 1:15 AM:
------------------------------------------------------------

Please forgive me if this is the wrong procedure... I'm just trying to help.  The following works for me (JBoss 5.1, AMQ 5.3.2).  Change this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">

<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>

For this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 5.0//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_5_0.dtd">

<depends optional-attribute-name="RARName">jboss.jca:name='activemq-rar.rar',service=RARDeployment</depends>

After this changes, no errors in deploy an I can see the queue in the global JNDI.

      was (Author: roko98):
    Please forgive me if this is the wrong procedure... the following works for me (JBoss 5.1, AMQ 5.3.2).  Change this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">

<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>

For this:

<!DOCTYPE connection-factories
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 5.0//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_5_0.dtd">

<depends optional-attribute-name="RARName">jboss.jca:name='activemq-rar.rar',service=RARDeployment</depends>

After this changes, no erros in deploy an I can see the queue in the global JNDI.
  
> Integration Fails in jboss-5.0.0.GA
> -----------------------------------
>
>                 Key: AMQ-2299
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2299
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: java version "1.5.0_19", Windows XP,
>            Reporter: vedavathi
>             Fix For: 5.5.0
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Hi,
> I have downloaded activemq-ra.rar and activemq-jms-ds from http://activemq.apache.org/integrating-apache-activemq-with-jboss.html and placed  in C:\work\jboss-5.0.0.GA\server\default\deploy.  After that i have restarted the JBOSS server and i got the following messages in log file.
> *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
> activemq.queue:name=outboundQueue
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> activemq.topic:name=inboundTopic
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ConnectionFactoryBinding
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM{Create:Configured}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
> jboss.jca:name=activemq/QueueConnectionFactory,service=TxCM
>  -> jboss.jca:name=activemq/QueueConnectionFactory,service=ManagedConnectionPool{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ConnectionFactoryBinding
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory
>  -> jboss.jca:name='activemq-ra.rar',service=RARDeployment{Create:** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **}
> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionFactory{Create:Configured}
> jboss.jca:name=activemq/TopicConnectionFactory,service=TxCM
>  -> jboss.jca:name=activemq/TopicConnectionFactory,service=ManagedConnectionPool{Create:Configured}
> *** CONTEXTS IN ERROR: Name -> Error
> jboss.jca:name='activemq-ra.rar',service=RARDeployment -> ** NOT FOUND Depends on 'jboss.jca:name='activemq-ra.rar',service=RARDeployment' **
> vfsfile:/C:/work/jboss-5.0.0.GA/server/default/deploy/activemq-ra.rar/ -> java.io.IOException: The filename, directory name, or volume label syntax is incorrect
> However activemq is up and running in JBOSS 4.0.4.
> Please provide the solution.
> Thanks
> Veda

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.