Hi everybody,

i deployed sapr3 adapter in jboss 3.0.x successfully some time ago. Now I need 
to deploy it on jboss 4.x which drives me crazy with the following error:

18:52:23,078 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | MBeans waiting for other MBeans:
  | ObjectName: jboss.jca:name=eis/SAPJRA,service=TxCM
  |  state: CONFIGURED
  |  I Depend On:  jboss.jca:name=eis/SAPJRA,service=ManagedConnectionPool
  |  jboss.jca:service=CachedConnectionManager
  |  jboss:service=TransactionManager
  | 
  |  Depends On Me:  jboss.jca:name=eis/SAPJRA,service=ConnectionFactoryBinding
  | 
  | ObjectName: jboss.jca:name=eis/SAPJRA,service=ManagedConnectionPool
  |  state: CONFIGURED
  |  I Depend On:  jboss.jca:name=eis/SAPJRA,service=ManagedConnectionFactory
  | 
  |  Depends On Me:  jboss.jca:name=eis/SAPJRA,service=TxCM
  | 
  | ObjectName: jboss.jca:name=eis/SAPJRA,service=ManagedConnectionFactory
  |  state: CONFIGURED
  |  I Depend On:  jboss.jca:name='',service=RARDeployment
  | 
  |  Depends On Me:  jboss.jca:name=eis/SAPJRA,service=ManagedConnectionPool
  | 
  | ObjectName: jboss.jca:name=eis/SAPJRA,service=ConnectionFactoryBinding
  |  state: CONFIGURED
  |  I Depend On:  jboss.jca:name=eis/SAPJRA,service=TxCM
  | 
  |  Depends On Me:
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: jboss.jca:name='',service=RARDeployment
  |  state: NOTYETINSTALLED
  |  I Depend On:
  |  Depends On Me:  jboss.jca:name=eis/SAPJRA,service=ManagedConnectionFactory
  | 
  | 
  | 18:52:23,765 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on 
http-0.0.0.0-8080
  | 18:52:24,203 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
  | 18:52:24,234 INFO  [JkMain] Jk running ID=0 time=0/156  config=null
  | 18:52:24,265 INFO  [Server] JBoss (MX MicroKernel) [4.0.1RC2 (build: 
CVSTag=JBoss_4_0_1_RC2 date=200411302349)] Started
  | in 47s:281ms
  | 


I cannot find any deployment note for my sapr3.rar/sapr3-ds.xml in jboss boot 
log but when I call jmx-console I get these entries:


jboss.jca

    * name='jboss-local-jdbc.rar',service=RARDeployment
    * name='jboss-xa-jdbc.rar',service=RARDeployment
    * name='jms-ra.rar',service=RARDeployment
    * name='sapr3.rar',service=RARDeployment
    * name=DefaultDS,service=DataSourceBinding
    * name=DefaultDS,service=LocalTxCM
    * name=DefaultDS,service=ManagedConnectionFactory
    * name=DefaultDS,service=ManagedConnectionPool
    * name=JmsXA,service=ConnectionFactoryBinding
    * name=JmsXA,service=ManagedConnectionFactory
    * name=JmsXA,service=ManagedConnectionPool
    * name=JmsXA,service=TxCM
    * name=eis/SAPJRA,service=ConnectionFactoryBinding
    * name=eis/SAPJRA,service=ManagedConnectionFactory
    * name=eis/SAPJRA,service=ManagedConnectionPool
    * name=eis/SAPJRA,service=TxCM
    * service=CachedConnectionManager
    * service=ConnectionFactoryDeployer
    * service=RARDeployer
    * service=WorkManager
    * service=WorkManagerThreadPool


My sapr3-ds.xml looks like this:


<?xml version="1.0" encoding="UTF-8"?>
  |   <!-- ==================================================================== 
-->
  |   <!-- ConnectionManager setup for SAP R3                                   
-->
  |   <!--  Author: David Jencks ([EMAIL PROTECTED])               -->
  |   <!--  Author: Chris Pinfold ([EMAIL PROTECTED])                           
-->
  |   <!--  Author: Juraj Lenharcik ([EMAIL PROTECTED]) ;-)                     
    -->
  |   <!-- ==================================================================== 
-->
  | 
  | <connection-factories>
  |   <tx-connection-factory>
  |     <adapter-display-name>SAPJRA</adapter-display-name>
  |     <jndi-name>eis/SAPJRA</jndi-name>
  |     <config-property name="SAPClient" 
type="java.lang.String">00</config-property>
  |     <user-name>username</user-name>
  |     <password>xxxx</password>
  |     <config-property name="Language" 
type="java.lang.String">DE</config-property>
  |     <config-property name="ServerName" 
type="java.lang.String">xxxx</config-property>
  |     <config-property name="PortNumber" 
type="java.lang.String">00</config-property>
  |     <config-property name="GatewayServer" 
type="java.lang.String">xxx.xxx.xxx.xxx</config-property>
  |     <config-property name="GatewayService" 
type="java.lang.String">sapdp99</config-property>
  |   </tx-connection-factory>
  | </connection-factories>


Can anybody shed some light on my problem? Any help would be greately 
appreciated.

m

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857580#3857580

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857580


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to