Sponsored Content
Special Forums UNIX and Linux Applications Got Errors while sending a transaction through ESB Post 302395905 by KuldeepSinghTCS on Wednesday 17th of February 2010 08:57:25 AM
Old 02-17-2010
Got Errors while sending a transaction through ESB

We are getting below error when processing a transaction through ESB.
I work for SOA admin and checked the JCA connection is working fine also code also working fine in other envs.

An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: esb:///ESB_Projects/temp_ABC_DeliveryAck_v1_0_ESB/checkCompliance_CalbackImpl_AS_eBiz.wsdl [ Enqueue_ptt::Enqueue(EXPORT_COMPL_RESPONSE) ] - WSIF JCA Execute of operation 'Enqueue' failed due to: Error in creating the managed connection pool.Invalid Connection Cache Name. Must be a valid String and Unique ; nested exception is: ORABPEL-00000 Error in creating the managed connection pool.Invalid Connection Cache Name. Must be a valid String and Unique at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.j ava:633) at

Can any one please help in this?
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Append transaction header lines to same transaction's detail lines

Hi guys, I was wondering if someone can give me a hand in helping me append transaction header line in a file at the end of the transaction detail lines. Basically, I have a file that looks like this: FHEAD File1 THEAD TRANS1-blah TDETL HI1 TDETL HI2 TDETL HI3 TTAIL TRANS1-blah THEAD... (3 Replies)
Discussion started by: rookie12
3 Replies

2. AIX

errpt kept sending errors after disk replacement

Hi, The system is a Power6 8204 with an external storage 7031. OS is AIX 5.3. I replaced a failed disk hdisk28 and put it back to the volume group. Everything looks just fine. After the replacement, errpt has kept sending "Perm DISK OPERATION ERROR". Other than the error, everything still... (1 Reply)
Discussion started by: aixlover
1 Replies

3. Shell Programming and Scripting

sending mail in perl.. No errors and also no output

Hi folks, I am trying to send an email in Perl script with the below code. I have written the code in Padre IDE and installed all the required modules(Mail::Sendmail) and executed the code. It is neither showing errors nor giving the output. I havnt received an mail after running the below... (1 Reply)
Discussion started by: giridhar276
1 Replies

4. Shell Programming and Scripting

Sending errors via mail

Hey guys. I have created a script that mounts an external folder via sshfd, counts the number of files then do some delete and then counts the files again to get how many files have been deleted. Then it sends the resault by mail. My question is, how can i send via mail the errors on this... (2 Replies)
Discussion started by: Pizza
2 Replies

5. Programming

Difference between BEGIN TRANSACTION & START TRANSACTION?

What's the difference between BEGIN TRANSACTION vs START TRANSACTION? Also goes for COMMIT TRANSACTION vs COMMIT? (0 Replies)
Discussion started by: dan139
0 Replies
MYSQLND_MS_XA_COMMIT(3) 						 1						   MYSQLND_MS_XA_COMMIT(3)

mysqlnd_ms_xa_commit - Commits a distributed/XA transaction among MySQL servers

SYNOPSIS
int mysqlnd_ms_xa_commit (mixed $connection, string $gtrid) DESCRIPTION
Commits a global transaction among MySQL servers started by mysqlnd_ms_xa_begin(3). If any of the global transaction participants fails to commit an implicit rollback is performed. It may happen that not all cases can be handled during the rollback. For example, no attempts will be made to reconnect to a participant after the connection to the participant has been lost. Solving cases that cannot easily be rolled back is left to the garbage collection. Note Experimental The feature is currently under development. There may be issues and/or feature limitations. Do not use in production environments. PARAMETERS
o $connection - A MySQL connection handle obtained from any of the connect functions of the mysqli, mysql or PDO_MYSQL extensions. o $gtrid - Global transaction identifier (gtrid). RETURN VALUES
Returns TRUE if the global transaction has been committed. Otherwise, returns FALSE SEE ALSO
Quickstart XA/Distributed transactions, Runtime configuration, mysqlnd_ms_get_stats(3). PHP Documentation Group MYSQLND_MS_XA_COMMIT(3)
All times are GMT -4. The time now is 03:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy