× Discuss on porting data from legacy systems to T24. Data mapping, Data Migration tool, Extract Statergy, Writing runbook, Cut-over, Migrate static and Financial data, Balance transfer, Technical and Functional reconciliation, etc…

TAFJ - JBOSS 5.1 migration.

  • lprashanth
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 1 month ago #10721 by lprashanth
TAFJ - JBOSS 5.1 migration. was created by lprashanth
Hi,
We are migrating TAFJ version to JBoss 5.1. In browserParameter.xml, i have the following entry.. getting the below error. Pls. help in resolving this. Thanks.
<parameter>
<parameterName>Server Connection Method</parameterName>
<parameterValue>AGENT</parameterValue>
<!-- Options: INSTANCE / AGENT / JMS -->
</parameter>

10:32:10,060 INFO [BrowserBean] Constructor
10:32:10,065 INFO [TemenosBean] Sending request to server
10:32:10,068 ERROR [TemenosBean] Unable to communicate with server
java.lang.RuntimeException: Configuration error [java:comp/env/jms/jmsConnectionFactory] Could not dereference object
at com.temenos.t24browser.comms.ServiceLocator.lookupJMSConnectionFactory(ServiceLocator.java:81)
at com.temenos.t24browser.comms.JMSConnector.sendMessage(JMSConnector.java:194)
at com.temenos.t24browser.comms.JMSConnector.talkToServer(JMSConnector.java:131)
at com.temenos.t24browser.beans.TemenosBean.sendOfsRequestToServer(TemenosBean.java:954)
at com.temenos.t24browser.beans.BrowserBean.processCommandRequest(BrowserBean.java:1703)
at com.temenos.t24browser.beans.BrowserBean.processCommand(BrowserBean.java:990)
at com.temenos.t24browser.beans.BrowserBean.doLogin(BrowserBean.java:704)
at com.temenos.t24browser.beans.BrowserBean.processLoginCommand(BrowserBean.java:677)

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
12 years 1 month ago #10730 by jpb
Replied by jpb on topic Re: TAFJ - JBOSS 5.1 migration.
Regarding to "Browser Installation and Configuration" :


Attachments:

Please Log in or Create an account to join the conversation.

  • lprashanth
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 1 month ago #10732 by lprashanth
Replied by lprashanth on topic Re: TAFJ - JBOSS 5.1 migration.
I tried as mentioned by you, did not work.
Any specific setting required for JBoss 5.1 AS. Because the same is working in 4.2 AS version.

Please Log in or Create an account to join the conversation.

  • lprashanth
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 4 weeks ago #10872 by lprashanth
Replied by lprashanth on topic Re: TAFJ - JBOSS 5.1 migration.
The problem is that the JMS message is being consumed by tocfee.ear MDB instead of TAFJ MDB. I removed it from deployment and it works fine.

at com.temenos.tocf.common.jndi.ServiceLocator.lookupT24ConnectionFactory(ServiceLocator.jav
at com.temenos.tocf.ofsmessage.mdb.OFSMessageMDB.processOFSRequest(OFSMessageMDB.java:146)
at com.temenos.tocf.ofsmessage.mdb.OFSMessageMDB.onMessage(OFSMessageMDB.java:89)

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #12156 by VigneshGautam
Replied by VigneshGautam on topic Re: TAFJ - JBOSS 5.1 migration.
Hi Prashanth,

Please let me know what you mean by removing it from deployment. I had the same issue but I resolved this with a different approach.

Regards,
Vignesh Gautam

Please Log in or Create an account to join the conversation.

  • lprashanth
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 9 months ago #12221 by lprashanth
Replied by lprashanth on topic Re: TAFJ - JBOSS 5.1 migration.
It means - deleted tocfee.ear from jboss deploy folder.


Is it clear. How did u resolve your problem.

Thanks.

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #12274 by VigneshGautam
Replied by VigneshGautam on topic Re: TAFJ - JBOSS 5.1 migration.
Ok. Got it now. Since you were using Agent mode you deleted tocfee.war and still could establish connection.

Mine had an invalid entities defined in ear-jar.xml.corrected them and everything worked

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #12670 by mathew
Replied by mathew on topic Re: TAFJ - JBOSS 5.1 migration.
Vignesh,

Could you please confirm what did you correct exactly in ear-jar.xml file.

When I'm trying to connect with AGENT it is working fine where as in JMS it is not. I think if I correct the wrong entitles in the ear-jar.xml as you did it should work in my case too.

Thanks in advance,
Mathew

Please Log in or Create an account to join the conversation.

  • lprashanth
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 6 months ago #12701 by lprashanth
Replied by lprashanth on topic Re: TAFJ - JBOSS 5.1 migration.
Mathew,

Remove other ears in your area.. have only one ear (which you are testing).
Please check this and revert.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #12712 by mathew
Replied by mathew on topic Re: TAFJ - JBOSS 5.1 migration.
Thank you for your reply Prashanth.

I have only one .ear file and still not working fine in JMS mode. It works perfectly fine in AGENT mode. SO I'm not sure whats wrong exactly and hence suspect my ear-jar.xml may not be good as said by Vignesh. But I cannot find anything suspicious in that too. :-(

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #12714 by VigneshGautam
Replied by VigneshGautam on topic Re: TAFJ - JBOSS 5.1 migration.
Hey Mathew,

There was a typo error in jndi-name in ejb-jar.xml file and I corrected it. Can you provide me the below files to trouble shoot your issue?

browserparameters.xml
t24-ds.xml
t24-destination-services.xml
jboss-web.xml(of all war files if multi environment setup)
ejb-jar.xml (inside ofsmessage-ejb.jar)


What are the T24 versions you are trying to host using jboss? Also let me know what is the error message thrown from jboss after deployment.

Regards,
Vignesh
The following user(s) said Thank You: mathew

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #12721 by mathew
Replied by mathew on topic Re: TAFJ - JBOSS 5.1 migration.
Thanks a lot Vignesh.

Actually I have problem with one R10 modelbank as well as with another R11 modelbank. Once I had corrected the below, the R10 modelbank is working fine in JMS mode now.

Change from <jndi-name>jca/t24ConnectionFactoryR10</jndi-name> to <jndi-name>jca/t24ConnectionFactory</jndi-name>

Let me check the R11 modelbank now and will comeback to you if I cannot resolve the same. Once again thanks for your help Vignesh.

Please Log in or Create an account to join the conversation.

Time to create page: 0.145 seconds