JMS Exception while trying to send a message on Login

I am getting the following exception while trying to send a JMS message after the login.
2012-06-01 12:09:30,688 ERROR [nucleusNamespace.com.tesco.events.manager.ILActivityManager] JMSException Occured
javax.jms.JMSException: A transaction-related exception occurred while trying to obtain a JMS Session from provider "Login": javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.syncwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.syncwhenaborted] Can't register synchronization because the transaction is in aborted state
     at atg.dms.patchbay.SessionManager.getSession(SessionManager.java:190)
     at atg.dms.patchbay.Provider.getQueueSession(Provider.java:632)
     at atg.dms.patchbay.OutputDestination.getPooledSession(OutputDestination.java:268)
     at atg.dms.patchbay.OutputPort.getPooledSession(OutputPort.java:156)
     at atg.dms.patchbay.ElementManager.createTextMessage(ElementManager.java:848)
     at atg.dms.patchbay.ElementManager.createTextMessage(ElementManager.java:546)
     at atg.dms.patchbay.ElementManager.createTextMessage(ElementManager.java:557)
     at com.tesco.events.manager.ILActivityManager.sendLogMessage(ILActivityManager.java:81)
     at com.tesco.events.manager.ILActivityManager.logActivity(ILActivityManager.java:69)
     at com.tesco.events.listener.ATGLogEventListenerImpl.logActivity(ATGLogEventListenerImpl.java:46)
     at com.tesco.events.source.ATGLogEventSource.logActivity(ATGLogEventSource.java:61)
     at com.tesco.ecom.userprofiling.ProfileFormHandler.postLoginUser(ProfileFormHandler.java:2022)
     at com.tesco.ecom.userprofiling.ProfileFormHandler.handleLogin(ProfileFormHandler.java:1191)
     at sun.reflect.GeneratedMethodAccessor1140.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at atg.droplet.EventSender.sendEvent(EventSender.java:582)
     at atg.droplet.FormTag.doSendEvents(FormTag.java:791)
     at atg.droplet.FormTag.sendEvents(FormTag.java:640)
     at atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:523)
     at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:550)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at com.tesco.ecom.userprofiling.AssignCookieServlet.service(AssignCookieServlet.java:139)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2442)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at com.spindrift.sitebuilder.request.AuthServlet.service(AuthServlet.java:74)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at com.tesco.ecom.userprofiling.LoginControlServlet.service(LoginControlServlet.java:61)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at com.tesco.ecom.userprofiling.AccessControlServlet.processExpiredSession(AccessControlServlet.java:645)
     at com.tesco.ecom.userprofiling.AccessControlServlet.service(AccessControlServlet.java:392)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at com.tesco.bns.droplets.AddingRecentlyViewedDroplet.service(AddingRecentlyViewedDroplet.java:235)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:396)
     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
     at com.tesco.servlet.pipeline.LogOutputFilterServlet.logWithMdc(LogOutputFilterServlet.java:68)
Edited by: 915252 on Jun 4, 2012 2:39 AM

Hi,
you may be interested in a solution I tracked down at http://support.bea.com/application?namespace=askbea&origin=ask_bea.jsp&event=button.search_ask_bea&askbea_display=relevancy&askbea_max_number_returned=50&question=weblogic.jms.common.JMSException%3A+Connection+not+found&all_bea_products=all_bea_products&ES=ES#
Basically : you need to have your Weblogic servers, JMS servers and JMS stores
on each domain named uniquely !!!
"Joe Mooney" <[email protected]> wrote:
>
Any news on this one ?
"B Liu" <[email protected]> wrote:
Can u tell me how you supplied the required security credentials?
Thanks,
-Ben
"Andy" <[email protected]> wrote:
Hi.
I have a situation where I am sending an JMS message to external queue
on Weblogic
Server which is not part of cluster. This happens in a session bean,which
is wrapped
in a container transaction. I have supplied the required security credentials
like user, password etc.
I get an error while tryign to send the message through bean. The stack
trace
is :
weblogic.jms.common.JMSException: Connection not found
at weblogic.jms.dispatcher.InvocableManager.invocableFind(InvocableManager.java:136)
at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:596)
at weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:153)
at weblogic.jms.client.JMSConnection.createSessionInternal(JMSConnection.java:400)
at weblogic.jms.client.JMSConnection.createQueueSession(JMSConnection.java:347)
also one thing interesting is that if I call the same server and queue
outside
of the session bean,it works fine.
Any ideas what might be causing the issue?
Thanks
Andy

Similar Messages

  • While trying to send a message to the receipient outside the domain...

    While trying to send a message to the receipient outside the domain,the server
    sends back the delivery error email message to the sender. this is OK. But for
    some reason the the mail server keeps searching for the wrong recepient and
    sending back the deleivery error email to the sender periodically. In this way,
    it has sent around 450 such messages to my mailbox.
    the mail delivery error looks like this :
    451.. Name Server timeout while searching a.com in DN
    Reporting -MTA;: dns; s-ghq-csc-ocsapp1.tawasul.mil.ae
    Received -From-MTA:DNS;w-anh-sic-004.ANH.mil.ae
    Final Recepient:RFC822; [email protected]
    ACtion: Failed
    Remote-MTA:DNS; a.com
    Diagnostic-Code:SMTP;451... Name server timeout while searching a.com in DNS
    Last-Attempt-Date:Tue, 18Feb 2003 08:34:38 =0000
    solution ???

    Hi,
    This is apparently the week for integration questions!
    There's no such product as "WebLogic MQ". I assume that what your trying to do is communicate with MQSeries or some other non-WebLogic vendor.
    You cannot use a WebLogic client to communicate with MQ or vice-versa. You must create an MQ client using a MQ JMS connection factory in order to communicate with an MQ destination. Similarly, you must create a WL client using a WL connection factory in order to communicate with a WL destination. This advice applies to any JMS vendor, and is quite similar to the way JDBC drivers work.
    Note that if you're communicating with MQ from a client rather than an application that's running on a WebLogic server, then there's often little purpose in using the "Foreign JMS" mapping facilities (in addition, these facilities may not work on the client for all foreign vendors -- I assume it depends on whether the foreign vendor connection factories and destinations are fully serializable/transferable between JVMs). Instead, you might want to consider using the standard JNDI and JMS APIs to communicate with MQ directly (eg, there's no need to involve WebLogic code in this case).
    For information on integration, see the WebLogic doc for [ Integrating Remote JMS Providers | http://download.oracle.com/docs/cd/E12839_01/web.1111/e13727/interop.htm#JMSPG553 ] and, if the "MQ" your refering to in this case happens to be MQSeries, also see the blog post [Integrating WebSphere MQ 6 with BEA Weblogic Server 10|http://ibswings.blogspot.com/2008/02/integrating-mq-broker-6-with-bea.html].
    Note that the majority of MQSeries integration customer apps that I've run across require "exactly-once" behavior, which means they must run on a WebLogic server (not a client) in order to participate in a WebLogic JTA transaction.
    Hope this helps,
    Tom

  • I have changed my PC, deactivated Adobe Acrobat and tried to load on new PC. Got to registration and get the message " A problem was encountered while trying to send information over internet" this is 8 standard

    I have changed my PC, deactivated Adobe Acrobat and tried to load on new PC. Got to registration and get the message " A problem was encountered while trying to send information over internet" this is 8 standard
    When I try to use it to make pdf files I get the message "Missing PDFMaker files
    It is a proper copy with serial numbers

    Moving this discussion to the Acrobat Installation & Update Issues forum.

  • Getting error while preparing to send sharing message

    I have seen many people post up about this same error, however I am going to share some details in the troubleshooting I have performed.
    Environment: Exchange 2013. Cloud hosted. Internet connectivity using any number of clients. Mostly OWA, but a few Outlook 2010 and Outlook 2013.
    1. User A with Outlook 2010 or Outlook 2013 right clicks on the calendar and clicks "Share" -> "Share Calendar". They look up User B in the Global Address List and click "Send." An error window pop-up states "Error while
    preparing to send sharing message." User A is able to click on Calendar Permissions and add User B to the correct permissions. User A with OWA is able to right click on the calendar and click "Share Calendar" and it will send the message, no
    errors.
    2. User B with Outlook 2010 or Outlook 2013 on the same computer that User A was trying to do this from right clicks on the calendar and clicks "Share" -> "Share Calendar". They look up User A in the Global Address List and click "Send".
    No errors and the message goes through fine. It works correctly with OWA as well.
    I have seen people put up "autodiscover" and "permissions" or other things. This is obviously not a permission issue because the same thing that can be accomplished in OWA can't be accomplished in Outlook. It isn't an autodiscover issue
    because the same thing that one person can accomplish on a computer/Outlook, another cannot. This is the same error that I have seen since the time of Outlook 2007 and have yet to see a valid solution.
    Thanks,
    Don

    Hi Don,
    Hope it is the solution:
    You can't share your calendar in Outlook 2007
    http://support.microsoft.com/kb/2836889
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Network authentication failed error message when trying to send picture messages

    I have a family member who is trying to send picture messages from Dubois, WY.  Verizon's map shows that Dubois is in the extended enhanced services area.  I am guessing that this may be one of those instances where the coverage map is not 100% accurate.  Please let me know if you have any other ideas or suggestions as to what the problem might be or how to resolve it.

    Customers have the ability to take pictures / videos anywhere. However, messages can only be sent, received, or uploaded, while in the Verizon Wireless National Enhanced Services Rate and Extended Network Coverage Area.
    Try dialing *228 send and option 2 to update the PRL on the phone.  Updating the PRL or Preferred Roaming List, ensures the phone is getting the best service possible.  
    You can also check the coverage area at the link below:
    http://www.verizonwireless.com/b2c/CoverageLocatorController?market=all

  • My Apple store ID password is not working, so I tried to send a message to my Yahoo email (ID) the new password, so when it said that a massage was send to my email, but when I login to my yahoo email, I didn't receive any email from apple

    My  other apple store ID ([email protected]) password is not working, so I tried to send a message to my Yahoo email (ID) the new password, so when it said that a massage was send to my email, but when I login to my yahoo email, I didn’t receive any email from apple

    You can send over WiFi, but it sounds as if you need to setup your Gmail account, or did you do this already?

  • Approval task SP09: Evaluation of approvalid failed with Exception: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'aValue'

    Hi everyone,
    I just installed SP09 and i was testing the solution. And I found a problem with the approvals tasks.
    I configured a simple ROLE approval task for validate add event. And when the runtime executes the task, the dispatcher log shows a error:
    ERROR: Evaluation of approvalid failed with Exception: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'aValue'
    And the notifications configured on approval task does not start either.
    The approval goes to the ToDO tab of the approver, but when approved, also the ROLE stays in "Pending" State.
    I downgraded the Runtime components to SP08 to test, and the approvals tasks works correctly.
    Has anyone passed trough this situation in SP09?
    I think there is an issue with the runtime components delivered with this initial package of SP09.
    Suggestions?

    Hi Kelvin,2016081
    The issue is caused by a program error in the Dispatcher component. A fix will be provided in Identity Management SP9 Patch 2 for the Runtime component. I expect the patch will be delivered within a week or two.
    For more info about the issue and the patch please refer to SAPNote 2016081.
    @Michael Penn - I might be able to assist if you provide the ticket number
    Cheers,
    Kristiyan
    IdM Development

  • TS2755 when trying to send a message, I have an error message that a particular addressee is not registered with imessage.  How is this corrected?

    I just purchased the latest ipad.  When trying to send a message, the addressee indicates an error stating that it has not been registered with imessage and to remove it.  How can this be corrected.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
     Cheers, Tom

  • When trying to send a message an error says phone not registered in imessage.

    When trying to send a message from my ipad some numbers say not registered with imessage. How do I register a number?

    Hi lkgallagher24,
    If you are talking about registering your own phone number with iMessage, you may find the following article helpful:
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Regards,
    - Brenden

  • Outlook 2010/Error sharing Calendar: Error while preparing to send sharing message

    Everyone that is connected to this exchange is receiving an error when they attempt to share a calendar in outlook 2010.  We are using Exchange 2010 and Outlook 2010.  The error reads:  Error while preparing to send sharing message.  
    Any ideas on a reason why this would be happening?

    I think it may  be caused by the following reasons.
    1. Auto Discover service or outlook 2010 issue
    To verify it ,you could try  sharing calendar via  OWA?
    For how to manage Auto discover Service
    http://technet.microsoft.com/en-au/library/aa995956.aspx
    2.Mailbox corruption issue
    For how to repair database
    http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/0ef36823-261f-40eb-a2e7-6dd0398d8d10/
    3. Restrictive sharing permission assigned on the calendar.
    Could you please verify if it is caused by your  sharing policies? If the User chooses to change the permission
    to the following: "Anyone can view and  search for this Calendar on Office online.” You should be able to send
    them without issues.

  • I'm from the uk and I'm trying to send a message to someone who lives in the US, however it does not recognise that they have an iPhone so it won't send as an iMessage, any solutions?

    I'm from the uk and I'm trying to send a message to someone who lives in the US, however it does not recognise that they have an iPhone so it won't send as an iMessage, any solutions?

    Hi Will_medlock,
    If you are having issues sending iMessages to a specific person overseas, you may find the following article helpful:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Regards,
    - Brenden

  • [svn] 1774: Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials .

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

  • A problem was encountered while trying to send information over the Internet.

    I have CS3 - Design Premium.
    I had it installed on my old computer which crashed and was reformatted. I have a new computer now and am trying to install it again but I am getting an error that says:
    Registration Unscuccessful
    A Problem was encountered while trying to send information over the internet.
    My internet is obviously working since this is the same computer...

    I was getting the error “Registration Unsuccessful”, “A problem was encountered while trying to send information over the Internet” at start-up of "Acrobat 8 Pro" on Windows 8.1.
    Setting compatibility on the .exe file to "Windows XP, Service Pack 3" didn't work for me.   The problem persisted.
    I was told by someone at Adobe support (by chat) to try this, but this didn't work either:
    1. Disconnect your Internet connection by disconnecting the cable or by turning off Wi-Fi.
    2. Relaunch the Adobe application.
    3. When the registration prompt appears, select "Never Register."
    4. Connect to the Internet.
    I finally made the error at start up go away as follows: 
    First I found that if I run the Acrobat.exe file as Administrator it doesn't give the error. (I do have to approve a user account control to do this.)  I right clicked the actual Acrobat.exe file and selected "Run as administrator".  You may be able to also right click the icon on you desktop and do the same.
    While running the application as Administrator, I then tried a few things:  Clicking “Never Register”, and “Deactivating” and “Reactivating” the license, and then clicking “Never Register” again... while running the application as Administrator. Some combination of those actions seems to have cleared up the problem for when I run the application with normal privileges.

  • Getting exception while trying to lookup jmsconnectionfactory

    Hi All,
              I am getting an exception while trying to do a lookup JMSConnection Factory.
              javax.naming.InvalidNameException: Exception in lookup. [Root exception is org.omg.CosNaming.NamingContextPackage.InvalidName: IDL:omg
              .org/CosNaming/NamingContext/InvalidName:1.0]
              I have two different machines i have installed my program. On one its working perfectly will but on other machine its giving this error. There is no change in code and java version on both machine.
              Do any one have clue why this will be happening. I urgently need the solution of it.
              weblogic version is : 8.1 SP6
              java version is : 1.4

    That is an iiop problem. Try using t3 protocol replacing thin client with thick client(weblogic.jar).
              - Sathish

  • Getting Exception while trying to get Connection

    Getting Exception while trying to get Connection from Data Source in ejbCreate() for the First time when ejbCreate() is called.
    Thanks in Advance

    Hello Mallidi,
    And the exception is ?
    Cheers, Tsvetomir

Maybe you are looking for

  • How would someone go about searching or finding songs from a certain year ?

    I would like to find songs and albums from my high school years 1980 to 1983. What's the best way to find only songs from these years within the itunes store ? The search engine doesn't have any way to do this as far as i know. This feature would be

  • GWI: Add new filter criteria for replication object BUPA_MAIN

    Hello, we are currently setting up Groupware Integration with CRM 7.0 and Outlook Exchange 2007. We would like to filter the BPs that are replicated to Outlook's public folder. The replication object BUPA_MAIN in Tx. SMOEAC has only got the following

  • Bridge with 2 ap 1240

    Hello, i must connect a small office near (about 100 meters) a central office. In a small office i have a cisco 3750 and a AP 1240. In the central office i have a AP1240 connected to an another cisco 3750. I must extend the LAN of central office in t

  • E55: Is this bug?

    Hi all and to mo derators (please do not move the thread), I just found out that the song's (mp3's id3 info) artist, album info gets lost WHEN you change music file's location. I mean, assign some artist, album info to music file in music player then

  • Cache-Control: no-cache

    I have Web Cache set up with an Apache Server and it is returning requests from the cache. I have a response monitoring tool that sends the HTTP 1.1 Cache-Control: no-cache header on the request but Web Cache still returns from cache rather than gett