JCA on JBoss

Hello

I took several days, setting up connection between jboss and tuxedo by jca, but I only have TPENOENT.

Here's my configuration files

RA. XML

+ <? XML version = "1.0" encoding = "UTF-8"? > +.
+ < xmlns = "http://java.sun.com/xml/ns/j2ee" + connector
xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
xsi: schemaLocation = "http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd".
version = "1.5" >
+ JCA Tuxedo adapter < display name > < / name >.
+ Oracle < vendor name > - < / vendor name > +.
+ Tuxedo < eis-type > < / eis-type > +.
+ resourceadapter < version > 11gR 1 (11.1.1.2.1) < / resourceadapter-version > +.
+ < license > +.
+ license < description > Tuxedo salt < / description >.
+ license-required > < false < / license-required > +.
+ < / license > +.
+ < resourceadapter > +.
+ > class resourceadapter < com.oracle.tuxedo.adapter.TuxedoResourceAdapter < / resourceadapter class > +.
+ < config-property > +.
+ traceLevel < config-property-name > < / config-property-name > +.
+ java.lang.String < config-property-type > < / config-property-type > +.
+ < config-property-value > 80000 < / config-property-value > +.
+ < / config-property > +.
+ < config-property > +.
+ < config-property-name > xaAffinity < / config-property-name > +.
+ java.lang.String < config-property-type > < / config-property-type > +.
+ < config-property-value > true < / config-property-value > +.
+ < / config-property > +.
+ < config-property > +.
+ dmconfig < config-property-name > < / config-property-name > +.
+ java.lang.String < config-property-type > < / config-property-type > +.
+ < config-property-value > /export/home/jboss/jboss/standalone/configuration/dmconfig.xml < / config-property-value > +.
+ < / config-property > +.
+ < outgoing resourceadapter - > +.
+ connection < definition > +.
+ class < managedconnectionfactory > com.oracle.tuxedo.adapter.spi.TuxedoManagedConnectionFactory < / managedconnectionfactory-class > +.
+ > connectionfactory interface < javax.resource.cci.ConnectionFactory < / connectionfactory interface > +.
+ com.oracle.tuxedo.adapter.cci.TuxedoConnectionFactory < connectionfactory-impl-class > < / connectionfactory-impl-class > +.
+ connection < interface > javax.resource.cci.Connection < / interfaces > +.
+ connection < impl-class > com.oracle.tuxedo.adapter.cci.TuxedoJCAConnection < / connection-impl-class > +.
+ < / connection-definition > +.
+ < transaction-support > LocalTransaction < / transaction-support > +.
+ < authentication mechanism - > +.
+ BasicPassword <-authentication mechanism-type > < / type of authentication mechanism > +.
+ > interface credential < javax.resource.spi.security.PasswordCredential < / credential-interface > +.
+ < / authentication mechanism > +.
+ fake > helps reauthentication < < / re-authentication-support > +.
+ < / outgoing-resourceadapter > +.
+ < / resourceadapter > +.
+ < / connector > +.

Dmconfig. XML

+ <? XML version = "1.0" encoding = "UTF-8"? > < TuxedoConnector > +.
+ < name LocalAccessPoint = "JDOM" > +.
+ < AccessPointId > JDOM1 < / AccessPointId > +.
+ < NetworkAddress > //maqueta2:5001 < / NetworkAddress > +.
+ < / LocalAccessPoint > +.
+ < name RemoteAccessPoint = "TDOM" > +.
+ < AccessPointId > TDOM1 < / AccessPointId > +.
+ < NetworkAddress > //maqueta2:5000 < / NetworkAddress > +.
+ < / RemoteAccessPoint > +.
+ < SessionProfile name = "profile_1" > +.
+ < security > NO < / security > +.
+ < period > 30000 < / period > +.
+ < interoperate > false < / interfonctionnent > +.
+ < ConnectionPolicy > ON_STARTUP < / ConnectionPolicy > +.
+ local < ACLPolicy > < / ACLPolicy > +.
+ local < CredentialPolicy > < / CredentialPolicy > +.
+ < > 60 RetryInterval < / RetryInterval > +.
+ < MaxRetries > 1000 < / MaxRetries > +.
+ < CompressionLimit > 1000000 < / CompressionLimit > +.
+ < KeepAlive > 100000 < / KeepAlive > +.
+ < KeepAliveWait > 200000 < / KeepAliveWait > +.
+ < / SessionProfile > +.
+ < name of session = "session_1" > +.
+ JDOM < LocalAccessPointName > < / LocalAccessPointName > +.
+ TDOM < RemoteAccessPointName > < / RemoteAccessPointName > +.
+ < Nom_de_profil > profile_1 < / ProfileName > +.
+ < / session > +.
+ < / TuxedoConnector > +.

standalone. XML

....
+ < subsystem xmlns = "urn: jboss:domain:resource - adapters: 1.1" > +.
+ < resource adapters > +.
+ < adapter resources - > +.
+ < archive > +.
com.oracle.tuxedo.TuxedoAdapter.rar
+ < / archive > +.
+ < transaction-support > LocalTransaction < / transaction-support > +.
+ < connection-definitions > +.
+ < class-name = "com.oracle.tuxedo.adapter.spi.TuxedoManagedConnectionFactory" - name = jndi connection-definition "" java: / ist/TuxedoConnectionFactory "enabled ="true"use-java-context = 'false' pool-name =" java: jboss/ist/TuxedoConnectionFactory "/ > +"
+ < / connection-definitions > +.
+ < / adapter resources > +.
+ < / resource adapters > +.
+ < / subsystem > +.
...

Dmconfig

* DM_RESOURCES +.
+#+
VERSION = U22
+#+
* DM_LOCAL_DOMAINS +.
+#+
TDOM GWGRP = GRUPO3
TYPE = TDOMAIN
NETWORKID = "TDOM1."
PERIOD = 60
DMTLOGDEV = "/ appl/sf/tux/logs/DMTLOG.
DMTLOGNAME = DMTLOG
SECURITY = NONE
+#+
* DM_REMOTE_DOMAINS +.
+#+
TYPE = TDOMAIN JDOM
NETWORKID = "JDOM1."
+#+

* DM_TDOMAIN +.
+#+
TDOM NWADDR = "//maqueta2:5000".
JDOM NWADDR = "//maqueta2:5001".
* DM_LOCAL_SERVICES +.
TOUPPER


It's the connection in ULOG:

174335.maqueta2! GWTDOMAIN.26860.4.0: LIBGWT_CAT:1128: INFO: accepted connection of the field (networkid = < JDOM1 >)

and the jboss:

17:59:57, 618 INFO [org.jboss.as.connector.deployers.RaXmlDeployer] (service MSC 1-32 thread) IJ020002: deployed: file:/export/home/jboss/jboss-eap-6.1/standalone/tmp/vfs/tempd94ea707efb676cf/com.oracle.tuxedo.TuxedoAdapter.rar-f7058dab3d57d6b6/contents/
17:59:57, 626 INFO [org.jboss.as.connector.deployment] (the MSC 1-55 service thread) JBAS010401: JCA ConnectionFactory enlazado [java: / ist/TuxedoConnectionFactory]
17:59:57, 758 INFO [org.jboss.as.server] (HttpManagementService-NET - 1) JBAS018559: Implementado "com.oracle.tuxedo.TuxedoAdapter.rar" (name-DURATION: 'com.oracle.tuxedo.TuxedoAdapter.rar')
17:59:58, 144 INFO [stdout] (by default-NET - 2) < kills Jun 04 17:59:58 CEST 2013 > < Debug > < WTC > < BEA-180072 > < +++ / tplle/crypFinishOne/send_key (16) +++ >
17:59:58, 147 INFO [stdout] (by default-NET - 2) < kills Jun 04 17:59:58 CEST 2013 > < Debug > < WTC > < BEA-180113 > < 0 C F3 E2 49 51 93 2F A5 92 48 07 1 7F F4 92 A3... IQ? ?? H...??. >
17:59:58, 149 INFO [stdout] (by default-NET - 2) < kills Jun 04 17:59:58 CEST 2013 > < Debug > < WTC > < BEA-180073 > < +++ END +++ >
17:59:58, 151 INFO [stdout] (by default-NET - 2) < kills Jun 04 17:59:58 CEST 2013 > < Debug > < WTC > < BEA-180072 > < +++ / tplle/crypFinishOne/recv_key (16) +++ >
17:59:58, 153 INFO [stdout] (by default-NET - 2) < kills Jun 04 17:59:58 CEST 2013 > < Debug > < WTC > < BEA-180113 > < A5 DA EF 93 BE 79 E7 80 51 37 47 F5 77 C1 C0 AF? ?? y.? Q7G.w.. ? >
17:59:58, 154 INFO [stdout] (by default-NET - 2) < kills Jun 04 17:59:58 CEST 2013 > < Debug > < WTC > < BEA-180073 > < +++ END +++ >
17:59:58, 178 INFO [com.oracle.tuxedo.utils.TuxedoLogger] (by default-NET - 2) makes the connection to the remote domain TDOM1.



But when I prove the service, the only thing I get is TPENOENT

18:01:11, 888 ERROR [stderr] (http-/0.0.0.0:8080-1) TPENOENT (6): 0:0:TPED_MINVAL (0): QMNONE (0): 0:There no resources imported with name TOUPPER is configured!

I don't know what else to do!

Thanks in advance

I solved the problem with the TPENOENT.

All the configuration was ok, the problem came from libraries outside smoking. I put them in the package of the ear and not as global libraries in jboss (in the form of plug-ins).

For some reason any if you don't resolve the dependencies of your servlet, ejb... of these libraries, you are out of the context of smoking.

Tags: Fusion Middleware

Similar Questions

  • JBoss EAP - 6.1 the full deployment of JIU of CRS application error

    I'm trying the application installation via CIM tools CRS. ATGPublishing, ATGProduction servers are in place and get below error while doing full deployment.

    Details of the application: Oracle 11g, ATG 11.0 XE, Jboss EAP - 6.1

    15:33:19, 869 WARN [com.arjuna.ats.jta] (RepositoryWorkerThread-1(Pre-Deployment)) ARJUNA016061: TransactionImple.enlistResource - XAResource.start returned: XAException.XAER_PROTO for < formatId = 131077 gtrid_length = 29, bqual_length = 36, tx_uid = 0:ffff7f000001:88fb79e:536df08b:d0ee, node_name = 1, branch_uid = 0:ffff7f000001:88fb7

    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1110) [ojdbc6.jar:11.2.0.2.0]

    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:240) [ojdbc6.jar:11.2.0.2.0]

    at org.jboss.jca.adapters.jdbc.xa.XAManagedConnection.start(XAManagedConnection.java:259)

    at org.jboss.jca.core.tx.jbossts.XAResourceWrapperImpl.start(XAResourceWrapperImpl.java:191)

    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:636)

    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:397)

    to org.jboss.jca.core.connectionmanager.listener.TxConnectionListener$ TransactionSynchronization.enlist (TxConnectionListener.java:607)

    at org.jboss.jca.core.connectionmanager.listener.TxConnectionListener.enlist(TxConnectionListener.java:265)

    at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.managedConnectionReconnected(TxConnectionManagerImpl.java:467)

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.reconnectManagedConnection(AbstractConnectionManager.java:599)

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:467)

    at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:139)

    at atg.service.jdbc.SwitchingDataSource.getConnection(SwitchingDataSource.java:931) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:794) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2745) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7310) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1054) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.createDummyItem(ReferenceItemGenerator.java:579) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.findDummyReferenceItem(ReferenceItemGenerator.java:657) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.generateDummyItems(ReferenceItemGenerator.java:314) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.RepositoryWorkerThread.preDeploymentPhase(RepositoryWorkerThread.java:569) [_DAS_slib_sclasses.jar:]

    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:338) [_DAS_slib_sclasses.jar:]

    15:33:20, 274 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) oracle.jdbc.xa.OracleXAException

    15:33:20, 275 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1110)

    15:33:20, 275 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:240)

    15:33:20, 275 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.adapters.jdbc.xa.XAManagedConnection.start(XAManagedConnection.java:259)

    15:33:20, 276 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.core.tx.jbossts.XAResourceWrapperImpl.start(XAResourceWrapperImpl.java:191)

    15:33:20, 276 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:636)

    15:33:20, 276 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(TransactionImple.java:397)

    15:33:20, 277 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.core.connectionmanager.listener.TxConnectionListener$ TransactionSynchronization.enlist (TxConnectionListener.java:607)

    15:33:20, 277 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.core.connectionmanager.listener.TxConnectionListener.enlist(TxConnectionListener.java:265)

    15:33:20, 277 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.managedConnectionReconnected(TxConnectionManagerImpl.java:467)

    15:33:20, 277 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.core.connectionmanager.AbstractConnectionManager.reconnectManagedConnection(AbstractConnectionManager.java:599)

    15:33:20, 278 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:467)

    15:33:20, 278 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:139)

    15:33:20, 278 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.service.jdbc.SwitchingDataSource.getConnection(SwitchingDataSource.java:931)

    15:33:20, 278 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:794)

    15:33:20, 279 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2745)

    15:33:20, 279 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7310)

    15:33:20, 279 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1054)

    15:33:20, 279 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.deployment.repository.ReferenceItemGenerator.createDummyItem(ReferenceItemGenerator.java:579)

    15:33:20, 280 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.deployment.repository.ReferenceItemGenerator.findDummyReferenceItem(ReferenceItemGenerator.java:657)

    15:33:20, 280 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.deployment.repository.ReferenceItemGenerator.generateDummyItems(ReferenceItemGenerator.java:314)

    15:33:20, 280 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.deployment.repository.RepositoryWorkerThread.preDeploymentPhase(RepositoryWorkerThread.java:569)

    15:33:20, 280 ERROR [stderr] (RepositoryWorkerThread-1(Pre-Deployment)) to atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:338)

    15:33:20, 419 ERROR [nucleusNamespace.atg.deployment.DeploymentManager] (null RepositoryWorkerThread-1(Pre-Deployment)): CONTAINER: atg.repository.RepositoryException; Source: Java.Sql.SqlException: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionReconnected() cl = org.jboss.jca.core.connectionm

    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7393) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1054) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.createDummyItem(ReferenceItemGenerator.java:579) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.findDummyReferenceItem(ReferenceItemGenerator.java:657) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.generateDummyItems(ReferenceItemGenerator.java:314) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.RepositoryWorkerThread.preDeploymentPhase(RepositoryWorkerThread.java:569) [_DAS_slib_sclasses.jar:]

    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:338) [_DAS_slib_sclasses.jar:]

    Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionReconnected() cl=org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@3486b4aa[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.xa.XAManagedConnection@7368cd26 connection handles = 0 las

    at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:147)

    at atg.service.jdbc.SwitchingDataSource.getConnection(SwitchingDataSource.java:931) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:794) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2745) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7310) [_DAS_slib_sclasses.jar:]

    ... 6 more

    Caused by: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionReconnected() cl=org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@3486b4aa[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.xa.XAManagedConnection@7368cd26 connection handles = 0 lastUse = trac 1399716200373

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.reconnectManagedConnection(AbstractConnectionManager.java:604)

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:467)

    at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:139)

    ... more than 10

    Caused by: javax.resource.ResourceException: IJ000461: could not enlist in the transaction at the entrance of meta object consciousness

    at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.managedConnectionReconnected(TxConnectionManagerImpl.java:474)

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.reconnectManagedConnection(AbstractConnectionManager.java:599)

    ... 12 more

    Caused by: javax.transaction.SystemException: IJ000356: could not enlist: java.lang.Throwable: failed to register resource, see the previous warnings. TX = TransactionImple < ac, BasicAction: 0:ffff7f000001:88fb79e:536df08b:d0ee status: ActionStatus.ABORT_ONLY >

    to org.jboss.jca.core.connectionmanager.listener.TxConnectionListener$ TransactionSynchronization.checkEnlisted (TxConnectionListener.java:572)

    at org.jboss.jca.core.connectionmanager.listener.TxConnectionListener.enlist(TxConnectionListener.java:283)

    at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.managedConnectionReconnected(TxConnectionManagerImpl.java:467)

    ... 13 more

    15:33:20, 637 ERROR [nucleusNamespace.atg.deployment.DeploymentManager] (point RepositoryWorkerThread-1(Pre-Deployment)) = null case is CONTAINER: atg.repository.RepositoryException; Source: Java.Sql.SqlException: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionReconnected() cl = org.jboss.jca.c

    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7393)

    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1054)

    at atg.deployment.repository.ReferenceItemGenerator.createDummyItem(ReferenceItemGenerator.java:579)

    at atg.deployment.repository.ReferenceItemGenerator.findDummyReferenceItem(ReferenceItemGenerator.java:657)

    at atg.deployment.repository.ReferenceItemGenerator.generateDummyItems(ReferenceItemGenerator.java:314)

    at atg.deployment.repository.RepositoryWorkerThread.preDeploymentPhase(RepositoryWorkerThread.java:569)

    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:338)

    message = an error occurred during the pre-deployment phase. time = 2014-05-10 atg.deployment.DeploymentFailure@15f19d72: CONTAINER: atg.repository.RepositoryException; Source: Java.Sql.SqlException: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionReconnected() cl = org.jboss.jca.core.connect

    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7393) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1054) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.createDummyItem(ReferenceItemGenerator.java:579) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.findDummyReferenceItem(ReferenceItemGenerator.java:657) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.ReferenceItemGenerator.generateDummyItems(ReferenceItemGenerator.java:314) [_DAS_slib_sclasses.jar:]

    at atg.deployment.repository.RepositoryWorkerThread.preDeploymentPhase(RepositoryWorkerThread.java:569) [_DAS_slib_sclasses.jar:]

    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:338) [_DAS_slib_sclasses.jar:]

    Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionReconnected() cl=org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@3486b4aa[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.xa.XAManagedConnection@7368cd26 connection handles = 0 las

    at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:147)

    at atg.service.jdbc.SwitchingDataSource.getConnection(SwitchingDataSource.java:931) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSATransaction.getConnection(GSATransaction.java:794) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSAItemDescriptor.getConnection(GSAItemDescriptor.java:2745) [_DAS_slib_sclasses.jar:]

    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7310) [_DAS_slib_sclasses.jar:]

    ... 6 more

    Caused by: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionReconnected() cl=org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@3486b4aa[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.xa.XAManagedConnection@7368cd26 connection handles = 0 lastUse = trac 1399716200373

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.reconnectManagedConnection(AbstractConnectionManager.java:604)

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:467)

    at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:139)

    ... more than 10

    Caused by: javax.resource.ResourceException: IJ000461: could not enlist in the transaction at the entrance of meta object consciousness

    at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.managedConnectionReconnected(TxConnectionManagerImpl.java:474)

    at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.reconnectManagedConnection(AbstractConnectionManager.java:599)

    ... 12 more

    Caused by: javax.transaction.SystemException: IJ000356: could not enlist: java.lang.Throwable: failed to register resource, see the previous warnings. TX = TransactionImple < ac, BasicAction: 0:ffff7f000001:88fb79e:536df08b:d0ee status: ActionStatus.ABORT_ONLY >

    to org.jboss.jca.core.connectionmanager.listener.TxConnectionListener$ TransactionSynchronization.checkEnlisted (TxConnectionListener.java:572)

    at org.jboss.jca.core.connectionmanager.listener.TxConnectionListener.enlist(TxConnectionListener.java:283)

    at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.managedConnectionReconnected(TxConnectionManagerImpl.java:467)

    ... 13 more

    15:33:21, 189 INFO [nucleusNamespace.atg.epub.DeploymentServer] (wire - 273) DEBUG DistributedDeploymentAdapter: found 1 failure messages

    15:33:21, 233 INFO [nucleusNamespace.atg.epub.DeploymentServer] (wire - 273) DistributedDeploymentAdapter DEBUG: adding error message an error occurred during the pre-deployment phase. with gravity error

    15:33:21, 851 INFO [nucleusNamespace.atg.epub.DeploymentServer] (main deployment :) wire DEBUG DistributedDeploymentAdapter:DeploymentListener.deploymentFailed called for deployment with ID: 300001

    15:33:21, 851 INFO [nucleusNamespace.atg.epub.DeploymentServer] (main deployment :) wire DistributedDeploymentAdapter:DAFDeploymentID DEBUG: 300001 corresponds DeploymentID: 300001

    15:33:21, 851 INFO [nucleusNamespace.atg.epub.DeploymentServer] (main deployment :) wire DEBUG DistributedDeploymentAdapter:DeploymentListener.deploymentFailed

    15:33:21, 851 INFO [nucleusNamespace.atg.epub.DeploymentServer] (wire - 273) DEBUG DistributedDeploymentAdapter: found 1 failure messages

    15:33:21, 851 INFO [nucleusNamespace.atg.epub.DeploymentServer] (wire - 273) DistributedDeploymentAdapter DEBUG: adding error message an error occurred during the pre-deployment phase. with gravity error

    15:33:21, 855 INFO [nucleusNamespace.atg.epub.DeploymentServer] (wire - 273) DistributedDeploymentAdapter DEBUG: deployment failed

    15:33:22, 307 ERROR [nucleusNamespace.atg.epub.DeploymentServer] (wire - 273) null: atg.deployment.common.DeploymentException: '300001' target 'Production' deployment has encountered an error of level of deployment of system during data transfer.

    at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:333) [_Publishing.base_slib_sclasses.jar:]

    at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:1391) [_Publishing.base_slib_sclasses.jar:]

    at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:278) [_Publishing.base_slib_sclasses.jar:]

    at atg.deployment.server.Deployment.run(Deployment.java:1960) [_Publishing.base_slib_sclasses.jar:]

    at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]

    CTRL + C detected

    Out now...

    15:34:06, 769 INFO [org.apache.coyote.http11] (service MSC 1-4 thread) JBWEB003075: Coyote HTTP/1.1, hanging on: http-/0.0.0.0:8180

    15:34:06, 775 INFO [org.apache.coyote.http11] (service MSC 1-4 thread) JBWEB003077: Coyote HTTP/1.1, hanging on: http-/0.0.0.0:8180

    15:34:07, 405 INFO [org.jboss.as.connector.subsystems.datasources] (service MSC 1-16 thread) JBAS010409: independent data source [java: / ATGSwitchingDS_B]

    15:34:07, 405 INFO [org.jboss.as.connector.subsystems.datasources] (the MSC 1-11 service thread) JBAS010409: independent data source [java: / ATGPublishingDS]

    15:34:07, 405 INFO [org.jboss.as.connector.subsystems.datasources] (the MSC 1-13 service thread) JBAS010409: independent data source [java: / ATGProductionDS]

    15:34:07, 405 INFO [org.jboss.as.connector.subsystems.datasources] (MSC 1-6 service thread) JBAS010409: independent data source [java: / ATGSwitchingDS_A]

    15:34:07, 590 INFO [org.jboss.web] (ServerService Thread Pool - 154) JBAS018224: cancel registration of web context: /FlexUI

    15:34:07, 634 INFO [org.apache.catalina.core] (the MSC 1-8 service thread) JBWEB001079: container org.apache.catalina.core.ContainerBase. [jboss.web]. [default host]. [/] has not been started

    15:34:11, 070 INFO [org.jboss.as.server.deployment] (the MSC 1-3 service thread) JBAS015877: ojdbc6.jar deployment order (duration-name: ojdbc6.jar) in 4998ms

    15:34:12, 078 INFO [org.jboss.web] (ServerService Thread Pool - 157) JBAS018224: cancel registration of web context: / WebUI-Preview

    15:34:12, 179 INFO [org.jboss.web] (ServerService Thread Pool - 157) JBAS018224: cancel registration of web context: $fw

    Solved by adding inside the tag

  • Question about JBoss &amp; consistency...

    We strive to consistency (latest v3.3) with JBoss (v4.2.3), but when we deploy the resource adapter (coherence - tx.rar), we get short following stack trace:

    13:19:36, 748 WARN [ServiceController] start service jboss.jca:service problem is ManagedConnectionFactory, name = oas/hidden
    e
    java.lang.IllegalArgumentException: the class ' class com.tangosol.coherence.ra.component.connector.resourceAdapter.cciAd
    Apter. CacheAdapter' has no Set accessor for the "Strict" config property
    at org.jboss.resource.connectionmanager.RARDeployment.setManagedConnectionFactoryAttribute (RARDeployment.java:38
    4)
    at org.jboss.resource.connectionmanager.RARDeployment.setMcfProperties(RARDeployment.java:491)
    at org.jboss.resource.connectionmanager.RARDeployment.startService(RARDeployment.java:345)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun.reflect.GeneratedMethodAccessor3.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    to org.jboss.system.ServiceController$ ServiceProxy.invoke (ServiceController.java:978)
    to $Proxy0.start (Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:417)
    at sun.reflect.GeneratedMethodAccessor9.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    to $Proxy4.start (Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    to $Proxy42.start (Unknown Source)
    at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    at sun.reflect.GeneratedMethodAccessor20.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    to $Proxy9.deploy (Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
    to org.jboss.deployment.scanner.AbstractDeploymentScanner$ ScannerThread.doScan (AbstractDeploymentScanner.java:26
    3)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun.reflect.GeneratedMethodAccessor3.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    to org.jboss.system.ServiceController$ ServiceProxy.invoke (ServiceController.java:978)
    to $Proxy0.start (Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:417)
    at sun.reflect.GeneratedMethodAccessor9.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    to $Proxy4.start (Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    to $Proxy5.deploy (Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
    at org.jboss.Main.boot(Main.java:200)
    to org.jboss.Main$ 1.run(Main.java:508)
    at java.lang.Thread.run(Thread.java:595)

    We use the following JBoss specific deployment descriptor file:
    <? XML version = "1.0" encoding = "UTF-8"? >
    <>connection-plants
    <!-- ==================================================================== -->
    <! - consistency - >
    <!-- ==================================================================== -->
    <!-consistency transactional adapter->
    < tx-connection-factory >
    < jndi name - > OAS/cache < / jndi-name >
    < transaction xa / >
    < track-connection-by-tx / >
    < name - rar > coherence - tx.rar < / rar-name >
    > definition connection < javax.resource.cci.ConnectionFactory < / connection-definition >
    < min-pool-size > 10 < / min-pool-size >
    < max-pool-size > 64 < / max-pool-size >
    < blocking-timeout-millis > 5000 < / blocking-timeout-millis >
    < 15 > idle-timeout-minutes < / idle-timeout-minutes >
    < / tx-connection-factory >
    < / factory connection >

    As a workaround, we removed the "Strict" property in the "ra.xml" file in archive consistency - tx.rar - what causes the adapter deploy without error message...

    We have not yet seen if XA works with consistency (we have several other small problems with JBoss and our application to solve first), but in any case, I would like to confirm that we do not lose anything in the above deployment file or if there are any "problems" do NOT specify the 'Strict '... property
    We found documentation on what 'Strict' were supposed to do in the xml file was that it was not satisfied with us one way or the other what the effect would be to break with the setting...

    All those who were able to deploy the adapter on JBoss without altering the consistency - tx.rar file or can give us more info on this problem!

    / Magnus

    Hi Magnus,

    It should work if you change default ra.xml of

        
          This value, if set to true, will indicate that the implementation will strictly adhere to the J2CA specification.
    Setting it to false will allow the implementation to log and ignore certain types of exceptions, instead of shutting down the application.
          Strict
          java.lang.Boolean
          false
        
    

    TO

        
          This value, if set to true, will indicate that the implementation will strictly adhere to the J2CA specification.
    Setting it to false will allow the implementation to log and ignore certain types of exceptions, instead of shutting down the application.
          Strict
          boolean
          false
        
    

    Kind regards
    Dimitri

  • JBOSS/Java

    In my Foglight setup I have 8 FMS, air-conditioned and equipped with specific roles. Each of these FMS to receive data from the servers of Foglight Application running the management agent. I installed the remote host, followed through these application servers, but now I'm a bit stuck regarding remote Java/JBoss monitoring.

    I think that I have installed the correct cartridge FMS, but I still need help with installation.

    It's new for me and I'm much teach myself at work

    Excuse me now as there may be many more questions to come...

    Thanks for the info.

    If you want to try to install them some agents you can install an agent manager and follow the installation process

    http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-administrators/m/Admin-videos/20438467

    If you want to paste (JMX) monitoring lets wait for the version 5.9.3 cartridge Java which is due soon and the upgrade.

    Golan

  • The atg in Jboss 6.1 Oracle application deployment

    Hi all

    I'm up a csc application using the Oracle 11.1 ATG platform and try to deploy it using Jboss 6.1.

    But I do not see any folder inside Jboss 6.1 server. Can someone help me with the steps to deploy a Jboss 6.1?

    Thank you

    Prasanna

    Follow these steps to create the server instance and deploy ear on jboss.

    https://access.redhat.com/documentation/en-us/JBoss_Operations_Network/3.1/HTML/How_to_Manage_JBoss_Servers/eap6-config.html

    Peace

    Shaik

  • Definition of the JCA properties by spring component

    Hello gurus SOA,.

    While exploring in the spring (SOA suite 11.1.1.7), I am able to make calls to maps directly from spring by following a few items.

    But I could not find any hardware/blog useful, that would help me to set the properties of jca directly from spring. To do this, I felt that we need another BPEL call to set these properties of jca and spring must call this intermediate BPEL process (instead of directly calling the adapters) which I felt weird.

    Is it possible to overcome this extra layer of BPEL? Any help will be much appreciated.

    Thank you

    Vikas

    The problem was solved!

    The downloaded example series jca. File.FileName which is false. Instead, he should have used "jca.file.FileName".

  • How to deploy JCA adapter with JDev on Remote Console of OSB

    Hello world

    I struggle to understand how to move my adapter JCA created using JDev (11 g) on the Remote Console of OSB Oracle.

    I read something on the Internet, for example:

    Call a procedure/function Oracle OSB | Oracle SOA blog

    but I don't understand the part on:

    "........

    As you can see in JDeveloper, it created a file XSD, WSDL and jca. Then, you must copy these files to the project Oracle OSB.

    If you are using the Console Web of OSB Oracle you must manually set the location of the schema. This is done by clicking on the button Edit references in the WSDL definition.

    Now that you have all files in Oracle OSB. Click on 'Generate WSDL and service' button. And whola you have now created a business service that you can use to call the stored procedure"

    All the suggestions/help will be appreciated.

    Thank you!

    Fairlie

    http://4.BP.blogspot.com/-BHVhUFYgQwY/UtY0j8sgiiI/AAAAAAAAANQ/yQiCbXlU06U/S1600/EJBpic.PNG

    http://3.BP.blogspot.com/-VW1Jri5g9S8/UDC2B7462FI/AAAAAAAACNU/jNtTaC49Lqo/S1600/1.PNG

    https://www.packtpub.com/sites/default/files/article-images/usingoracleservice_09_24.PNG

  • Unable to test the simple SOA application due to the JCA error

    Hi I'm testing a very simple SOA application... the composite application contains a DB service as point that routes data through mediator in the DB adapter and attempt to insert data into a table entry.

    When I go to EM and run the application by giving the input data for the parameters WSDL and the practice test... He throws JCS error and is not able to connect to the database because it can not find the JNDI name. I gave the same JNDI name in data sources in weblogic server and connecting to tables when creating the application but don't know why this isn't finding the JNDI name. Here is the error:

    JCABinding = > Project1:InsertData [InsertData_ptt::merge(PersonCollection,PersonCollection)] could not invoke operation "merge" against the "null" due to:

    LIAISON. JCA-12511

    JCA Binding Component connection problem.

    JCA Binding component is unable to create an outgoing connection of JCA (CCI).

    Project1:insertData [InsertData_ptt::merge (PersonCollection, PersonCollection)]: The JCA Binding component could not establish an outbound connection of JCA CCI due to the following problem: BINDING. JCA-12510

    Location of JCA resource adapter error.

    Cannot find the adapter in JCA resources via the element of the binding .jca file <-factory connections / >

    The Binding of JCA component is unable to startup of the resource adapter that is specified in the <-factory connections / > element: location = ' EI/DB/LocalXE.

    The reason is most likely to be

    (1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or

    (2) the "< jndi name >" element in weblogic - ra.xml has not been defined in eis/DB/LocalXE. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR).

    Please fix this and then restart the application server

    11.1.1.7 and 11.1.1.7 and 10.3.5 weblogic Server SOA-JDev

    Looks like your factory connections can be a problem? You have created the connection factory in pools of outbound connections for the DB adapter. See adapter JCA Oracle Database - 11 g Release 1 (11.1.1.6.3).

    Sometimes you have to press "enter" key to save the data.

  • Versions of JBOSS and JDK for ATG 11.0.

    Hi guys,.

    Could you please suggest me the required versions of JBOSS and JDK for ATG 11.0.

    Thank you

    Go through the following

    Oracle, ATG trade Web - Application Server Configuration

    Oracle ATG Commerce Web - installation of the ATG platform

    Oracle, ATG Commerce - JBoss EAP Web 6

  • Partitions of JBoss - the FMS to create criteria

    What are the rules for Foglight determine whether an instance of JBoss is part of a JBoss cluster?  I have a few instances use multicast addresses because they are part of a JBoss cluster.  I have an instance that is a stand-alone instance of JBoss, but Foglight is implemented as if it were part of the cluster.

    Can send you a screenshot showing this behavior?

    The following article will give you information on this https://support.quest.com/SolutionDetail.aspx?id=SOL59512

    You can manually specify the name of partition of JBoss

    In the Properties section of the file properties of the agent JavaEEDeploymentManager Agent, clone the list AgentConfigProperties and change the copy for specific JavaEE deplyoment Manager that applies to the separate system.

    Check the JBossPartitionID and give it a name.

    You have to restart the agent manager of JavaEEdeployment for the change to be applied.

    Golan

  • Error in jboss

    HI guys,.

    I am getting error in jboss below

    15:51:54, 125 Throwable WARN [JBossManagedConnectionPool] then that he was trying to get a new connection: null

    org.jboss.resource.JBossResourceException: could not create a connection; -nested throwable: (org.jboss.resource.JBossResourceException: class not found for XADataSource oracle.jdbc.xa.client.OracleXADataSource; - nested throwable: (java.lang.ClassNotFoundException: oracle.jdbc.xa.client.OracleXADataSource))

    at org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:465)

    at org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:409)

    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:633)

    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:267)

    to org.jboss.resource.connectionmanager.JBossManagedConnectionPool$ BasePool.getConnection (JBossManagedConnectionPool.java:622)

    at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404)

    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:381)

    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496)

    to org.jboss.resource.connectionmanager.BaseConnectionManager2$ ConnectionManagerProxy.allocateConnection (BaseConnectionManager2.java:941)

    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89)

    at atg.adapter.gsa.GSARepository.initialize(GSARepository.java:5809)

    at atg.adapter.gsa.GSARepository.initializeTransactionally(GSARepository.java:5747)

    How do I solve this problem

    Hello

    the error is:

    ; (- nested throwable: (java.lang.ClassNotFoundException: oracle.jdbc.xa.client.OracleXADataSource))

    You must make sure that the Oracle JDBC jar file is on the JBoss classpath. You add the jar file to the JBoss server lib directory.

  • Doubts on WTC tail bridge benchmarking and using OTMQ on JCA

    Todd and his team, Hello,

    I need your help in two points. The first, is more a question of a problem. Regarding the bridge WTC queue, you have no point of comparison or the performance reports on the numbers of served by the Server transaction, so we can have a view on what are its capabilities under a heavy load of queries?

    Is the second is, in a JCA adapter, possible for me to call the OTMQ functions like tpattach and tpenqplus? They are part of the com.oracle.tuxedo.adapter.cci package? Can you help me please on this?

    Thank you very much.

    brunno Attorre

    Hi Brunno,

    I'm not sure I've seen a benchmark made precisely the tBridge (WTC Queuing Bridge).  I can tell you that in its current state, the tBridge uses only one thread by redirect.  So I guess you could try to add additional redirects to get additional threads, treatment queues, even if I have not tried it myself.

    About the adapter JCA and OTMQ, to the best of my knowledge, it accesses only compatible features / q OTMQ, then it would be tpenqueue() and tpdequeue().  Please note that you have imported the remote name of queuespace as a service.  What characteristics of OTMQ were you wanting to use it beyond what compatibility/q offer?

    Kind regards

    Todd little

    Chief Architect of Oracle Tuxedo

  • Code sample of JCA missing src on official link files

    Hello

    I downloaded the following file on the site Web of Oracle contains the JCA (examples of adapters JCA of Tuxedo) sample code:

    Oracle Tuxedo sample code

    After unpacking, I discovered the src folder is empty. During the generation of Ant, it gives an error:

    BUILD FAILED

    /Home/brunno/JCA-samples/build.XML:76: warning: could not find/home/brunno/JCA-Samples/src/tdom/ubb of file to copy.




    Am I missing a step here? Or does not the download link?

    Thank you

    brunno Attorre

    Brunno,

    the archive has been updated on OTN. Let us know if you need anything that anyone else.

    Thank you

    Maurice

  • OTMQ + JCA - it is thread-safe?

    Hello

    Currently, we are conducting a doubt in our minds regarding using the OTMQ with a JCA component. We build into our architecture a component in order to call by a java bean that is deployed inside a WL server, an OTMQ instance that is running on the same machine. This OTMQ instance is the platform independent (not Tuxedo + OTMQ) OTMQ and on the side of Java, we would use a mixture of JCA and, if necessary, JNI calls to establish a connection between these two components.

    My question here is, because WL will have multiple instances of this bean, are there problems I should be aware with respect, using multiple threads in such a component? In my view, that should we not we have no problem with that, given that OTMQ works similar like Tuxedo/q, but I was wondering if there is something you miss here.

    If you could just help me understand if I am having trouble with this architecture, I would be very grateful.

    Thank you

    brunno Attorre

    Hi Brunno,

    The JCA adapter is thread-safe, and if you find any problems associated with the JCA adapter threads, report it to the Support of Oracle.  About OTMQ, in my opinion, that these libraries are thread-safe, you can create an OTMQ multi-threaded server, but we do not support the use of JNI to call one of our libraries.  Why would you use JNI?  You can simply use the JCA/waiting for Message Queuing adapter.

    Kind regards

    Todd little

    Chief Architect of Oracle Tuxedo

  • «JCA Binding run 'Write' reference operations have to: translation error.»

    Hi, I'm reading a file delimited with an incoming file adapter, I used a mediator to the records of the road to the outgoing file adapter. My input.txt file contains 10 recordings such as Fname, Lname.I have used the native format generator to generate xsd. To achieve the transformation, the Mediator, I have traced only the source to traget Fname using a foreach loop. I am trying to publish documents in batches of 2 then I configured adapter of incoming file accordingly. My incoming file adapter reads the first two records and the same is visible to the em console mediator instance (payload), I'm even able to see the first two records is there transformed the load transformed in the details for instance of mediator but the outgoing file adapter, I get an error saying:

    Error calling operation 1 channel 'write' on the service target "writeFile".

    Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "JCA binding run 'Write' reference operations have to: translation error.» Translation error. Error message in native format translation. Please ensure that the payload for the outbound interaction conforms to the schema. ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution.


    When I map the Fname and Lname in the mapping of xsl file, I get the result. But I need only one field to the i: e the Fname and Lname the outfile.

    Below are the details of the interface:

    My Flow Interface: InboundFileAdapter - ReadsFile-> Medaitor - Transformation-> OutboundFileAdapter - writesFile


    Entrance of payload (comma-delimited text file)

    Brad, Pitt

    Keanu Reaves

    Martin, Lannoy

    Johnny, Depp

    .

    .

    etc.

    etc.

    Payload schema definition:

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < xsd: Schema container = ' http://www.w3.org/2001/XMLSchema "

    ' xmlns:nxsd = ' http://xmlns.Oracle.com/pcbpel/nxsd "" "

    ' xmlns:tns = ' http://targetNamespace.com/ReadFile "

    " targetNamespace = ' http://targetNamespace.com/ReadFile "

    elementFormDefault = "qualified".

    attributeFormDefault = "unqualified".

    nxsd:version = "NXSD".

    nxsd:stream = "chars".

    nxsd: encoding = "US-ASCII" >

    < xsd: element name = "Root Element" >

    < xsd: complexType >

    < xsd: SEQUENCE >

    < xsd: element name = "Employee" minOccurs = "1" maxOccurs = "unbounded" >

    < xsd: complexType >

    < xsd: SEQUENCE >

    < xsd: element name = "Pnom" type = "xsd: String" nxsd:style = 'completed' nxsd:terminatedBy = ',' nxsd:quotedBy = "' & quot;" / > "

    < xsd: element name = "Lname" type = "xsd: String" nxsd:style = 'completed' nxsd:terminatedBy = nxsd:quotedBy ' ${eol} "=" "& quot;" / > "

    < / xsd: SEQUENCE >

    < / xsd: complexType >

    < / xsd: element >

    < / xsd: SEQUENCE >

    < / xsd: complexType >

    < / xsd: element >

    < / xsd: Schema >

    XSL map:

    < xsl: template match = "/" >

    < imp1:Root - item >

    < xsl: for-each select = "/ imp1:Root - element / imp1:Employee" >

    < imp1:Employee >

    < imp1:Lname >

    < xsl: value-of select = "imp1:Lname" / >

    < / imp1:Lname >

    < / imp1:Employee >

    < / xsl: foreach >

    < / imp1:Root - item >

    < / xsl: template >

    < / xsl: stylesheet >

    Please help me with the error mentioned above and if above transformation is possible using a mediator instead of BPEL

    Kind regards

    SAIF

    Hi Axel, thanks for your response.

    I got the result following your suggestion, but I could not understand the logic behind why we need to map all segments of the xsl file when we use same xsd to the incoming and outgoing file adapter. Also, when I add in my xsl file like u did in the xsl above, I find the side Fname source not mapped to Fname side destination in design mode.

    So, if you could please explain the logic to do these steps and why can't we just card only the fields that are necessary for the output (if we rae using xsd even).

    Kind regards

    SAIF

Maybe you are looking for

  • Satellite M40X-149: cannot use WLAN to internet connection

    Hi, does anyone have an idea why I can only connect to the internet using my ethernet cable and not the built in wirelless ability of this laptop? If I check the status on the connections Ethernet network that I still have packages sent and received,

  • 40TL938G: no sound playback of MKV files

    Hello Last week I bought a Toshiba TV, type 40TL938G, and I have two major problems that bother me a lot. Today, I talked to the call center of Toshiba in Romania.I would like to tell me if the future this problems can be resolved or I will be forced

  • Internal fan for laptop

    Why my fan runs at top speed all the time? Looks like a plane on takeoff. Is there a way to fix this? Quite annoying. I just totally restored my laptop and she always does. It did not before. Can someone help me

  • Music on sd card blackBerry Smartphones

    I am a new user to a BlackBerry Curve.  To learn about how to do things.  I have a problem with getting my music appears on the phone.  I checked to see if the SD card has music on it, it does, but it does not appear when I put the card in the phone.

  • Application for user weblogic epm_admin property

    Gurus,I'm looking for the password encrypted for the weblogic admin user using epmsystem_registry.bat?For example, the admin user we have "APP_SERVER/@adminPassword", so similar to this, is there anything for weblogic?Thanks in advance,SP.