MDB rollbacks and stops the listener port with error code 2072

Hi
We have a MDB listening on QUEUE1. This MDB processes the message and puts another message in QUEUE2. Transaction is "required" for this MDB.
The processing could somtime take more than 2 min. We used to get EJB timeout error in this scenario. We changed EJB timeout to 5 min (default was 2 min). This resolved the timeout error. But it started throwing following exception. Note that if the processing takes less than 2 min, MDB never rollbacks.
After this rollack, listener port can not pick up the next message and it throws error (MQJMS2002: failed to get message from MQ queue. MQ Error Code 2072) . It stops as a result and restarts after 60 sec. Even after restart it can not process the messages till we restart the JVM.
Regarding error handling, Backout threshold is 3. If the message is redelivered, we discard this message.
We are using 2 Phase commit for 2 resources MQ (5.3) and MS SQL.
Websphere version is 5.1.
Two issues here
1. Why is MDB rolling back if processing takes more than 2 min.
2. After the rollback, why is listener port not picking up the messages. Why do we need to recycle the JVM.
Any pointers to resolve this issue?
EXCEPTION
[11/29/05 15:03:37:752 EST] 1b9bccc XATransaction E J2CA0027E: An exception occurred while invoking end on an XA Resource Adapter from dataSource JMS$postprocessor$JMSManagedConnection@25078403, within transaction ID {XID: formatId(57415344), gtrid_length(51), bqual_length(2, data(00000000000000950000000113238145f813eccfef12249c6aab206666f96901636c5f6170703130355f73656e7431715f716113238145f813eccfef12249c6aab206666f969010000000100000000)}: javax.transaction.xa.XAException: XA operation failed, see errorCode
at com.ibm.mq.MQXAResource.end(MQXAResource.java:520)
at com.ibm.ejs.jms.JMSManagedSession$JMSXAResource.end(JMSManagedSession.java:1557)
at com.ibm.ejs.j2c.XATransactionWrapper.end(XATransactionWrapper.java:525)
at com.ibm.ws.Transaction.JTA.JTAResourceBase.end(JTAResourceBase.java:253)
at com.ibm.ws.Transaction.JTA.RegisteredResources.distributeEnd(RegisteredResources.java:629)
at com.ibm.ws.Transaction.JTA.TransactionImpl.internalPrepare(TransactionImpl.java:1241)
at com.ibm.ws.Transaction.JTA.TransactionImpl.commit(TransactionImpl.java:981)
at com.ibm.ws.Transaction.JTA.TranManagerImpl.commit(TranManagerImpl.java:150)
at com.ibm.ws.Transaction.JTA.TranManagerSet.commit(TranManagerSet.java:177)
at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java:712)
at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:167)
at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:570)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3068)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
[11/29/05 15:03:38:089 EST] 1b9bccc ServerSession W WMSG0031E: Exception processing JMS Message for MDB BatchProcessorMDB, JMSDestination jms/PostprocessorQ : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
com.ibm.ws.exception.WsEJBException
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:159)
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSIException(LocalExceptionMappingStrategy.java:96)
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:165)
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
[11/29/05 15:03:38:124 EST] 1e9aa18 JMSExceptionL E WMSG0018E: Error on JMSConnection for MDB BatchProcessorMDB , JMSDestination jms/PostprocessorQ : javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:553)
at com.ibm.mq.jms.MQSession.consume(MQSession.java:3144)
at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
---- Begin backtrace for Nested Throwables
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072
at com.ibm.mq.jms.MQSession.consume(MQSession.java:3118)
at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
[11/29/05 15:03:38:149 EST] 1e9aa18 JMSExceptionL E WMSG0057E: Error on JMSConnection for MDB BatchProcessorMDB , JMSDestination jms/PostprocessorQ , JMS Linked Exception : com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072
at com.ibm.mq.jms.MQSession.consume(MQSession.java:3118)
at com.ibm.mq.jms.MQSession.run(MQSession.java:1585)
at com.ibm.ejs.jms.JMSSessionHandle.run(JMSSessionHandle.java:924)
at com.ibm.ejs.jms.listener.ServerSession.connectionConsumerOnMessage(ServerSession.java:752)
at com.ibm.ejs.jms.listener.ServerSession.onMessage(ServerSession.java:527)
at com.ibm.ejs.jms.listener.ServerSession.dispatch(ServerSession.java:494)
at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ejs.jms.listener.ServerSessionDispatcher.dispatch(ServerSessionDispatcher.java:37)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:91)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
[11/29/05 15:03:38:190 EST] 1e9aa18 MDBListenerIm I WMSG0043I: MDB Listener ProcessorLP stopped for JMSDestination jms/PostprocessorQ
[11/29/05 15:03:38:192 EST] 1e9aa18 MDBListenerIm I WMSG0058I: Listener Port ProcessorLP will attempt to restart in 60 seconds
[11/29/05 15:03:38:194 EST] 1e9aa18 ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource jms/PostprocessorQF. The exception which was received is javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
[11/29/05 15:04:38:230 EST] 1436f66 MDBListenerIm I WMSG0042I: MDB Listener ProcessorLP started successfully for JMSDestination jms/PostprocessorQ

Have been able to solve this problem? The same occurs in our environment. I have a nagging feelin git has something to do with a known bug that is solved in some fixpack or something. We're on Websphere 5.1.1.4.
Any feedback would be appreciated.
Thanks,
Jaap

Similar Messages

  • TS3212 im trying to install iTunes on my new hp com and it keeps coming up with error code HRESULT:0x80070BC9 what do i do?

    im trying to install iTunes on my new hp com and it keeps coming up with error code HRESULT:0x80070BC9 what do i do?

    HRESULT: 0x80070BC9
    These ones are typically caused by underlying problems on the PC that also often cause Windows Updates to fail to install. If we can fix the Windows Update trouble, we can usually get the iTunes trouble cleaned up en passant.
    Go into your Windows update and try to check for new updates. If updates install, stock up on the ones you're behind on, restarting the PC if requested to do so. After the restart, try installing iTunes again. Does it go through this time for you?
    If windows updates fail to install, go into your Update History and doubleclick the failures. What alphanumeric codes appear for you? Are they also 80070BC9, or some other number? (If they're another number, what number are you getting?)

  • Iphone 5c restore is getting stuck at the end and then it is exiting with error code (3). I just bought the iphone and i was trying to restore it for a fresh copy. Apple product

    Pleaseeeee urgent  i need help. my iphone 5c is getting stuck at the end while restoring and after 2 hours it is exiting with error code (3). Itunes downloaded the 7.0.2 ipsw and it is failing to restore the phone. i tried this on many computers and on each computer I did the uninstall and the reinstall trick for itunes. Nothing worked and im left with a ******** stuff with no software installed!!!!!!!!!!!!!!!!!!!!!

    Hi there masfahani,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    -Griff W.

  • HT4097 i have tried to restore ipad and continously it gives an error code of 1604. i have also set ipad in recovery mode multiple times and everytime the restore shows an error code of 1604. How do I resolve this?

    I was trying to update the iOS to version 6. The iPad was backed up and when trying to update the iOS 6 it errored with -1 error code. I set the iPad in recovery mode and tried to Restore it. It then gave an error code of 1604. I have tried the steps mentioned in the troubleshooting article for 1604 error and so far no luck restoring my iPad. Please help.

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode, put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.

  • Launch failed with error code -2857

    I've been running an app (EPSON Scan) for awhile without any significant problems. Today I check the Epson web site and they had an update for the app. So, I downloaded it, installed it, and tried to run it. Unfortunately, all I got was a couple of bounces in the Dock and nothing. I then went to the console and found the "launch failed with error code -2857" message. I've researched that as best I could and found that it is probably a problem with the application bundle. So, I opened the package, drilled down to the Mac OS folder, and double clicked on the EPSON Scan terminal command located there. Bing, a terminal window opened and the application launched and runs fine. So, the questions is, how do I resolve the CFM not finding the application correctly? I've run a pre-bind on everything but that didn't work. Seems to me like there is some config file that is not set up properly. I looked at the Info.plist file and I don't see any glaring problems. Any ideas? Epson also go a copy of this note...

    First I want to say thanks for the feedback. I appreciate the support and helpful suggestions.
    Second, Epson sent me an answer of sorts...they provided detailed instructions on uninstalling the application and then told me to reinstall using the disk image from their web site (in other words, don't use their web package to "update" and existing installation). I did this and things seem to be running fine now. It's unfortunate that their update instructions don't say to do this in the first place (maybe I missed it ).
    So at one level this issue is solved. Unfortunately I'm too curious and wanted to know why the error happend in the first place. As a software developer myself (mainframe and midrange server based) I hate the "delete and reinstall" answer as it does nothing to really identify and solve the real problem. But I do also appreciate the idea of "just get it fixed fast" so that's what I did.
    Anyway, I will now spend some time learning about Launch Services to see if I can get a more specific understanding of what happened.
    Thanks again for the help.
    24" iMac, 2GB Memory, etc   Mac OS X (10.4.8)   20" iMac, two MacBooks, one Dual Core Mac Mini

  • Blue screen with error code and I have no recovery disks for HP Pavilion dv6-1260se

    I have a HP Pavilion dv6-1260se with factory installed operating system of Vista. When booting up the computer, I receive a blue screen with this error message: STOP:  c000021a {Fatal System Error}.
                                                                The verification of a KnownDLL failed.  system process terminated unexpectedly with
                                                                 a status of 0x0000221  (0x007fb9c0  0x00000000).
                                                                 The system has been shut down.
    I do not have recovery disks for this computer.  I tried to order them but them seem to not be available.  This is my daughter's computer.  She says she started to have trouble after downloading Frost Wire (music share) and then she removed it.  We tried going back to an earlier time and that didn't help and then the blue screen with error message appeared. What do I do now?
    This question was solved.
    View Solution.

    Hi,
    Assuming your in the US, recovery discs are available to order for that model here.  That may be the best option.
    You should also be able to do a recovery without the discs as well.  Take a look at this document: Recover Windows Vista Operating System Using HP Recovery, and look for the section Restore the PC to its original condition with the HP Recovery Manager if Windows Vista is not accessible.  This should allow you to recover the PC.
    R
    Although I am an HP Employee, I am speaking for myself and not for HP.

  • Stock variance report Crashes with error code REP-56048

    SR : 6990718.992
    gtcr : http://qmon.oraclecorp.com/qmon3/quickpicks.pl?t=t&q=6990718.992
    Problem Statement : When the user is trying to generate report for Stock variance report from Oracle Retail Merchandising System the report crashes with error code REP-56048.
    The steps to reproduce are specific to Oracle Retail Merchandising system application and hence I have not mentioned here.
    The REP-56048 error seems to be generic. Could you please advise me on this issue.
    Thanks & Regards,
    Sameer

    You can review the following Oracle Metalink Document;
    Comprehensive REP-56048 Troubleshooting and Overview Guide: Doc ID: Note:285281.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:88153902823984055::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,285281.1,1,1,1,helvetica
    Hope it would be useful.
    Adith

  • 2nd generation ipod with error code

    When I try to sync my ipod and itunes, I come up with error code -48. Won't sync. Everything was already updated, I've tried virtually everything with the exception of restore. Would like for that to be last option. Can anyone help me out???

    Try on another computer
    Then see:
    -1 error
    -1 error too
    If still problem means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Hi! I am stuck with my iPod, I have the 4th generation and I wanted to download the iOS7 but I accidently hit my iPod while doing homework and it discounted and stopped the whole process and now it says that I need to recover it but I can't recover it.

    Hi! I am stuck with my iPod, I have the 4th generation and I wanted to download the iOS7 but I accidently hit my iPod while doing homework and it discounted and stopped the whole process and now it says that I need to recover it but I can't recover it. Please help me!

    4th gen ipod cannot run ios 7 at all.
    iOS: Unable to update or restore - Support - Apple

  • HT1689 I want to listen to a 20 minute hypnosis on itunes on my ipad before sleep, and stop the next track playing because it then wakes me up. Can you help?

    I want to listen to a 20 minute hypnosis on itunes on my ipad before sleep, and stop the next track playing because it then wakes me up. Can you help?

    Hi jenwood2!
    It seems like the best way to do this would be to make a playlist from just the one song that you want listen to while falling asleep. Our iPad User Guide explains exactly how to do this:
    manuals.info.apple.com/en_US/ipad_user_guide.pdf
    And I have echoed the relevant information here:
    Create a playlist: View Playlists, tap New near the top of the screen, then enter and save a name. Select songs and videos to include, then tap Done.
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • With apple pages - how do I start and stop the correction system/ spell and grammar, etc proof reader?

    How do I start and stop the corection system - das Korrektursystem/ the program in pages where one mark a text while proff reading it?

    Pages version?

  • How to change the listener port number on a standby database

    i want to change the listener port number from 1525 to 1545, which is running on a standby database.
    i did the following steps and got some error.
    1. i stop listener and modfy listener.ora
    2. i login in standby DB and issue 'alter system set local_listener='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';'
    3. i login in dg broker and issue 'edit database 's1' set property 'LocalListenerAddress'='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';' and a error coming out ORA-16703: cannot set the property while the database is enabled
    4. then i disable database
    DGMGRL> disable database 'ssmscs';
    5. DGMGRL> edit database 's1' set property 'LocalListenerAddress'='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';
    Error: ORA-16541: site is not enabled
    Configuration details cannot be determined by DGMGRL
    what can i do ? can anybody help me out? thanks in advance.
    Edited by: user1835127 on Nov 19, 2008 2:09 AM

    Hi
    You have to edit the following files in $ORACLE_HOME/network/admin or $TNS_ADMIN/ :
    In your listener.ora on your standby
    MQ_LIST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = superman.dk)*(PORT = 1524))*
    TNSNAMES.ORA (on your primary and standby)
    MQ_LIST =
    (DESCRIPTION =
    (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = superman.dk)*(PORT = 1524))*
    (CONNECT_DATA = (SID = MQ_LIST))
    after that do
    lsnrctl reload

  • How to find the listener port on windows?

    Hi Friends,
    We have a client who is still using Oracle 8.0.6 on NT 4.0
    I have a laptop with oracle client 10g.
    I want to connect to the NT database to check it.
    How do I know what port does the listener used ? what is the command to run at the c:\ command prompt?
    I tried> c:\ lsnrctl stat but the command is not recognized
    I tried to find the lsnrctl and bin but there is not.
    Please help
    Thanks a lot

    ytterp2009 wrote:
    Please help.. and please do NOT post [duplicate posts|http://forums.oracle.com/forums/thread.jspa?threadID=935282&tstart=0]
    How to find the listener port on windows?The Internet Protocol stack comes with a number of utilities - one of these, called netstat, is very useful to determine which processes are doing what to which IP ports on that platform. Unfortunately, different flavours are implemented. So the Windows one does not support the parameters and output than the Unix/Linux one.
    You can use the following on Windows (run it via a command console) to see what processes are listening on what address and port number:
    c:\> netstat -n -a -p tcp
      -n = display IP addresses and ports in numeric format
      -a = list all ports (including ones used for listening
      -p tcp = only display protocol entries for TCP An Oracle listener entry should look something as follows:
    Proto   Local Address  Foreign Address   State
    TCP     0.0.0.0:1521   0.0.0.0:0         LISTENINGSeeing IP +0.0.0.0+ means that the Listener is accepting connections on all your network interfaces - which is standard. The port number is typically 1521. The foreign address is meaningless for a port in listening state.
    PS. Why not simply check the listener.ora configuration file? Because what is actually happening may not be what you thought you configured to happen..

  • How I can stop the combo box with list of values from fireing validations

    Hi I'm using Jdeveloper 11.1.2.3.0
    Using Hr Schema employees table
    I Display employees data in af:table
    and I make List Of values on Department_id filed to easy change the employee department
    and another one on Job_id filed
    and Imake them UI Hints as ( combo box with list of values ) in the employeesVO
    the problem is when I Select a value from department or jobs ( combo box with list of values )
    fires the entire filed validations for mandatory atributes
    Note : the af:table Property ( contedelivery) is set to (immediate )
    How I can stop the combo box with list of values from fireing validations

    check it out.,
    http://andrejusb.blogspot.in/2012/09/what-to-do-when-adf-editable-table.html

  • How can I connect my Ipad Air to my PC to see the Ipad screen on the PC? I have connected them via the Ipad to a LIGHTNING DIGITAL AV ADAPTER-ZML connected to a APPLE HDMI TO HDMI CABLE (1.8 M)-ZML, and to the HDMI port on the PC. Thanks

    How can I connect my Ipad Air to my PC to see the Ipad screen on the PC?
    I have connected them via the Ipad to a LIGHTNING DIGITAL AV ADAPTER-ZML connected to a APPLE HDMI TO HDMI CABLE (1.8 M)-ZML, and to the HDMI port on the PC. But now I don't know how to show the Ipad screen on the PC, as if it was a monitor / screen, so that I can then use Lync and share my PC screen with people virtually.
    Thanks for any help! Regards

    Hi Rob - thanks so much for your help!  Could you tell me what "air sever or reflector apps." are? and where can I look for information about them?
    Do you use them on the Ipad or on the PC?
    Do I need a cable too and which one?
    Sorry... I am not very technical as you can see, thanks for your help.
    Regards

Maybe you are looking for

  • Apply different eases to sections of a tween? Please help.

    Flash CS4 has a feature where a tween can have more than two keyframes. If a tween has three keyframes, then changing keyframe 2 will affect the motion from keyframes 1 to 2 as well as the motion from keyframes 2 to 3. This is a very cool feature. Bu

  • Macromedia Contribute - Slow Connection issues

    Dear Friends, I am new to Macromedia Contribute 3.11, i am experiencing lot of issues at the moment. Firstly, it takes a long time to connect to the server, most of the times it connects to the server, sometimes it fails, but the time it takes to con

  • Integrated microphone not working

    Hi! I have a X18 1350 EO laptop with Windows7 (64-bit). My integrated microphone doesn't work. Help.

  • SOAP and J2EE security

    We have deployed several SOAP services (Apache SOAP) on a WLS6.1 server. Since there are more and more services are being deployed people are getting worried about security. I was wondering what the best solution was to to authentication and authoriz

  • How to make an user into Service authenticated user like cmadmin_service

    Hi All, I am trying to fetch the list of documents, properties, log on/logoff functionality with an iUser  ex: epuser, through java code. The list of docs are presented in the Documents Folder with teh following sample code              | RID rid = R