Object Recordings out of synch.... ugh!

Here is a good one.  I have a 22 slide course that has multiple objects on each slide.  I created recordings that are linked to each object on each slide.  When I preview the slide, they are great, play in order, etc.  When I preview "next 5 slides"  the fun begins.  On a slide where there are 2 objects with seperate audio files, the second audio file plays over both objects and the first audio file never plays.  It is consistent on every multiple object slide.  When I go in to edit the slide, everything looks fine, the timeline, etc... it only happens when I preview the project or next 5 slides....  Help!!

Sorry-- I am using Version 4.  I actually figured out my problem.  I created the audio files in Audacity and saved them each with a numeric file name.  For instance "Slide3.1 (I put the .1 to indicate that it was to be used on the first object on the slide).  Apparently, you cant use a dot in the file name.  It only recognized the file name until the dot, so it defaulted to the last one in the order that I imported them.  I changed the dot to an underscore ie., Slide3_1, Slide 3_2, etc and it worked fine.  I still wonder why it worked fine when I previewed the individual slide.
Thanks for the help!

Similar Messages

  • Mappings out of synch with OWB repository

    Hi,
    I have a global problem with my repository, every mapping reports validation errors (many) advising to reconcile inbound or outbound.
    First question is how could this happen on such a global scale (affects every mapping) ?
    Second is how to fix, when I reconcile inbound a) All the links to columns are lost and I have to manually re-attach which is very risky let alone tedious b) After reconcile inbound some tables dont match what is in the repository (columns missing). The only way around this was to delete and drag the table back into the mapping and re-attach columns.
    Third question is, since the prod version of these mappings are running successfully if I deploy a mapping that is out of synch with the repository will it still function as it should ?
    Any help appreciated.
    Cheers,
    Brandon

    I think the problem you are having is that your mapping objects are not reconciled to the repository objects. It is purely a logical OWB problem of matching an mapping operator to an OWB object. It should not effect your busines logic or code that is generated by OWB.
    The warnings are just that, warnings. If you were missing a connection between objects, you'd get an error.
    Even though an operator in your map exists as an object in your repository, they are not properly bound. If your reconcile inbound each object (match by UOID and by name), you should stop getting the warnings.
    This is one of those quirks with OWB (at least with 9.2.0.8 that I am using). I noticed that if I import a mapping from another repository, the operators become unbound. I've given up trying to fix them each time. I just ignore the warnings.

  • Entity Bean Rollback fails: caches are out of synch with the database

    We are encountering a critical issue where the rollback of a session transaction rolls back any database changes, but doesn't roll back bean changes in memory. When we next access the bean, it returns information that should have been rolled back. The memory cache is out of synch with the database.
    We have a simple session bean S, using container managed transactions. We also have an entity bean E using bean managed persistence. E has a single member <name>.
    We implement a method s() in S with <trans-attribute> Required as follows:
    public void s() {
    Context lookupContext = getLookupContext();
    SHome shome = (SHome) lookupContext.lookup(SHome.NAME);
    S s = shome.findByPrimaryKey(thePrimaryKey);
    System.out.println("-- current name = " + s.getName());
    s.setName("IGNORE");
    EJBContext ejbContext = (EJBContext) getContext();
    ejbContext.setRollbackOnly();
    Since this is BMP, the setName call issues our SQL update against the S record. When the session transaction rolls back, the database changes are also rolled back. But the entity bean in memory shows the modified name. We can see this in the next call to s() since the getName() returns IGNORE rather than the original value. We have also gotten debugged into the underlying instance cache associated with the S bean descriptor. I.e.
    AbstractEJBHome ejbHome = (AbstractEJBHome) lookupContext.lookup(SHome.NAME);
    AlternateHashTable aht = ejbHome.getBeanDescriptor().getCache();
    Looking at this map of bean instances also shows that the bean instance for S is not rolled back.
    From previous conversations with the server technologies team, we understand that during the transaction, we should be working on a cloned copy of the S bean. Upon rollback, the copies should be discarded rather than merged back to the cached bean. They seem to be merged regardless of rollback state.
    We are using OC4J 10.1.3.0.0 (build 060119.1546.05277).

    Actually, what one or the developers in my group found out is two things:
    1) The clone is a shallow copy.They copy the references but not objects themselves. This has been causing problems for us.
    2) It seems that you don't work on a copy and you work on the original and they keep a copy. Now, this is fine IF you don't have multiple threads working on the same Entity bean and we moved our application from Weblogic where it throws an exception if that Entity bean is in use to OC4J which is suppose to copy the bean and doesn't so you have multiple threads possibly modifying the same object.

  • Why is audio out of synch when I share (export) to mp4, BluRay (FCPX 10.0.9)?

    Audio that is carefully synched to the video in the timeline appears off by several frames once I share the files to Bluray or mp4. I believe, but will double check that I exported to DVD without this issue. Any suggestions for fixes would be greatly appreciated.  Paul

    Sorry it took a few days to reply Russ.  I wanted a chance to go over the videos carefully.
    It does not drift further out of synch, and the synch issue only affects a few short segments of a 42 minute video, one near the beginning, another near the middle and another nearer the end. The segments that have the issue ones were ones I overdubbed audio from an external recorder (Zoom H6) that I used when the video was shot.  However, there are many more segments in the video that were similarly overdubbed using the Zoom recordings where synch is not a problem.
    On the weekend I tried making compound clips of the problematic segments in the hope that it might accomplish something but it didn't make a difference at all in the Blueray disk I burned-which I played on my aging Samsung Bluray player.
    Here's another interesting fact about this problem:  all of the mp4 files, I discovered, play perfectly in synch on my Mac.  It is only on a PC that some parts are out of synch.  Should I be using Quicktime files for PC instead of MP4?
    Thanks for your interest in my little problem Russ.

  • JMS TIMEOUT, cache out of synch

    I have a message bean, weblogic 6.1 sp3, that's timing out. The transaction type is set to required. Cache is used with version stored in the cache. When the timeout occurs for whatever reason the version in the database table, Oracle 8.1.7 is updated but the version in the cache is not. On the next query an exception is thrown. Version in cache is out of synch with that in the database.
    Exception thrown is below
    ####<Aug 3, 2003 4:05:18 PM CDT> <Error> <EDWhiteboard> <vumcportal1> <edisServer> <ExecuteThread: '10' for queue: 'default'> <guest> <> <000000>
    <EXCEPTION: StatsCollectorDAO:updateCurrWbStats() 5:
    EXCEPTION DESCRIPTION: Exception occurred within JTS.
    INTERNAL EXCEPTION: weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),
    numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+,
    Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)]>
    LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-7061] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.ValidationException
    EXCEPTION DESCRIPTION: Exception occurred within JTS.
    INTERNAL EXCEPTION: weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),
    Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)]
         at oracle.toplink.exceptions.ValidationException.jtsExceptionRaised(Unknown Source)
         at oracle.toplink.jts.JTSExternalTransactionController.commitTransaction(Unknown Source)
    at oracle.toplink.publicinterface.Session.commitExternalTransaction(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitInternallyStartedExternalTransaction(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commit(Unknown Source)
         at vanderbilt.ed.stats.data.StatsCollectorDAO.updateCurrWbStats(StatsCollectorDAO.java:127)
         at vanderbilt.ed.stats.WbStatsDelegate.updateCurrWbStats(WbStatsDelegate.java:79)
         at vanderbilt.ed.stats.ejb.EdisStatsBean.onMessage(EdisStatsBean.java:147)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:262)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:214)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1865)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:1819)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    INTERNAL EXCEPTION STACK:
    weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)
         at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1121)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:466)
         at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1604)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:429)
         at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:1570)
         at java.lang.Thread.run(Thread.java:479)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1481)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:262)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:240)
         at oracle.toplink.jts.JTSExternalTransactionController.commitTransaction(Unknown Source)
         at oracle.toplink.publicinterface.Session.commitExternalTransaction(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitInternallyStartedExternalTransaction(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commit(Unknown Source)
         at vanderbilt.ed.stats.data.StatsCollectorDAO.updateCurrWbStats(StatsCollectorDAO.java:127)
         at vanderbilt.ed.stats.WbStatsDelegate.updateCurrWbStats(WbStatsDelegate.java:79)
         at vanderbilt.ed.stats.ejb.EdisStatsBean.onMessage(EdisStatsBean.java:147)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:262)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:214)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1865)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:1819)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<Aug 3, 2003 4:05:18 PM CDT> <Error> <EDWhiteboard> <vumcportal1> <edisServer> <ExecuteThread: '10' for queue: 'default'> <guest> <> <000000> <EdisStatsBean: updateCurrWbStats(): DataAccessException
    EXCEPTION DESCRIPTION: Exception occurred within JTS.
    INTERNAL EXCEPTION: weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)]>
    vanderbilt.ed.dao.DataAccessException: DataAccessException
    EXCEPTION DESCRIPTION: Exception occurred within JTS.
    INTERNAL EXCEPTION: weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)]
         at vanderbilt.ed.stats.data.StatsCollectorDAO.updateCurrWbStats(StatsCollectorDAO.java:135)
         at vanderbilt.ed.stats.WbStatsDelegate.updateCurrWbStats(WbStatsDelegate.java:79)
         at vanderbilt.ed.stats.ejb.EdisStatsBean.onMessage(EdisStatsBean.java:147)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:262)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:214)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1865)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:1819)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<Aug 3, 2003 4:05:18 PM CDT> <Error> <EDWhiteboard> <vumcportal1> <edisServer> <ExecuteThread: '10' for queue: 'default'> <guest> <> <000000> <EdisStatsBean:onMessage():vanderbilt.ed.dao.DataAccessException: DataAccessException DataAccessException
    EXCEPTION DESCRIPTION: Exception occurred within JTS.
    INTERNAL EXCEPTION: weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)] DataAccessException DataAccessException
    EXCEPTION DESCRIPTION: Exception occurred within JTS.
    INTERNAL EXCEPTION: weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)]>
    vanderbilt.ed.dao.DataAccessException: DataAccessException DataAccessException
    EXCEPTION DESCRIPTION: Exception occurred within JTS.
    INTERNAL EXCEPTION: weblogic.transaction.RollbackException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+) - with nested exception:
    [weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds
    Xid=13474:af8a0fba65bcc42e(5631273),Status=Active (PrePreparing),numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=59,seconds left=60,activeThread=Thread[ExecuteThread: '10' for queue: 'default',5,Thread Group for Queue: 'default'],SCInfo[edisdomain+edisServer]=(state=pre-preparing),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+, Resources={})],CoordinatorURL=edisServer+160.129.51.156:2206+edisdomain+)]
         at vanderbilt.ed.stats.WbStatsDelegate.updateCurrWbStats(WbStatsDelegate.java:86)
         at vanderbilt.ed.stats.ejb.EdisStatsBean.onMessage(EdisStatsBean.java:147)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:262)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:214)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1865)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:1819)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<Aug 3, 2003 4:05:23 PM CDT> <Info> <JDBC> <vumcportal1> <edisServer> <ExecuteThread: '4' for queue: 'default'> <guest> <> <001068> <Connection for pool "oraclePool" created.>
    ####<Aug 3, 2003 4:05:23 PM CDT> <Info> <EDWhiteboard> <vumcportal1> <edisServer> <ExecuteThread: '9' for queue: 'CriticalAppQueue'> <> <> <000000> <CliniciansOnDuty:getNurseLookUpList IS NULL>
    ####<Aug 3, 2003 4:05:26 PM CDT> <Info> <JDBC> <vumcportal1> <edisServer> <ExecuteThread: '15' for queue: 'CriticalAppQueue'> <> <> <001068> <Connection for pool "oraclePool" created.>
    ####<Aug 3, 2003 4:05:26 PM CDT> <Info> <EDWhiteboard> <vumcportal1> <edisServer> <ExecuteThread: '7' for queue: 'default'> <system> <> <000000> <END: EDEncounterDAO:getEdAndWaitingRoomdata(): SUCCESSFUL>
    ####<Aug 3, 2003 4:05:28 PM CDT> <Info> <JDBC> <vumcportal1> <edisServer> <ExecuteThread: '16' for queue: 'CriticalAppQueue'> <> <> <001068> <Connection for pool "oraclePool" created.>
    ####<Aug 3, 2003 4:05:28 PM CDT> <Info> <EDWhiteboard> <vumcportal1> <edisServer> <ExecuteThread: '14' for queue: 'CriticalAppQueue'> <> <> <000000> <CliniciansOnDuty:getNurseLookUpList IS NULL>
    ####<Aug 3, 2003 4:05:34 PM CDT> <Error> <EDWhiteboard> <vumcportal1> <edisServer> <ExecuteThread: '4' for queue: 'default'> <guest> <> <000000> <WhiteboardServerDAO:updatePatient() 9 : Update ERROR: 8

    Actually, what one or the developers in my group found out is two things:
    1) The clone is a shallow copy.They copy the references but not objects themselves. This has been causing problems for us.
    2) It seems that you don't work on a copy and you work on the original and they keep a copy. Now, this is fine IF you don't have multiple threads working on the same Entity bean and we moved our application from Weblogic where it throws an exception if that Entity bean is in use to OC4J which is suppose to copy the bean and doesn't so you have multiple threads possibly modifying the same object.

  • InstantOn DVD - Audio out of Synch with Video

    Hi
    I have a MegaPC 865 Pro.  I am having problems with the InstantOn DVD Player.  The Audio is out of synch with the video. (the Audio is slower than the Video).  It happens on both analog and digital spdif out modes.
    CPU: Celeron 2.66
    RAM: 1G
    Optical Drive: LG GSA-4081B
    HDD: 40G Seagate
    Audio and Video are the inbuilt ones that came with the MegaPC 865.
    In Windows XP Media centre, it works fine (the audio/video synch works fine, the 5.1/7.1 audio mix mode has problems, but thats a different topic!!)
    Can anyone offer any suggestions??  Thank you.

    For iPod specifications, see beneath the subtitles for Audio and Video here: http://www.apple.com/ipod/specs.html
    Video
    Video formats supported: H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per sec., Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 768 Kbps, 320 by 240 pixels, 30 frames per sec., Baseline Profile up to Level 1.3 with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per sec., Simple Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats
    Audio
    Frequency response: 20Hz to 20,000Hz
    Audio formats supported: AAC (16 to 320 Kbps), Protected AAC (from iTunes Store), MP3 (16 to 320 Kbps), MP3 VBR, Audible (formats 2, 3 and 4), Apple Lossless, AIFF and WAV
    User-configurable maximum volume limit

  • How to make an object getting out of the screen ?

    Hello everybody !
    I am creating a game introduction with Flash pro CS6 and here's is my problem.
    I want a object in my animation to leave the screen, but I dont know how to do it.
    Is there for example, a way to delimited the working area, so that when I make an object go out of this area, it does not appear in my final animation ( no matter the format, .avi, .mov, spritesheets ... ) or can eventualy be "cut" ( if I make my object half inside the working arear and half outside ) ?
    Is there an other way to do this ?
    Thanks !

    Using a mask might be one way.

  • Audio and video out of synch on export

    Hi,
    I've searched the forum for this. I have a movie in FCE 4 in which the audio and video are in synch in the time line. The audio was recorded into Logic at 96, noodled, passed into FCE at 48 and then had to be lined up with the video. Then when I go to export, the resulting QT movie is out of synch, the audio now about one second before the video. I'm using QT conversion. My compresson is H.264, quality best, frame rate 30, multi-pass, 640 x 480, format AAC or linear PCM, various sample rates, stereo and mono etc. I've tried various other settings for export, but the problem remains.
    What am I doing wrong? Many thanks for any help,
    Ray

    Hi,
    Thanks for the reply. I think you're on the right track. I want the best sound possible, so I record into Logic, knowing I'm going into FCE I record at 96 so an even multiple down to 48. I think a .wav file though, and maybe that's the problem. Into FCE, but other audio there as well from the camera mic, and which I occasionally include in the sound track for ambience. All of this noodled a fair amount and then exported, the intent being to end up in 44, as it will be uploaded to youtube. I switch to 16 bit out of Logic, but the aiff vs wav may be the problem. Do think there might be a better way to do this?
    Ray

  • Audio and video out of synch

    Can anyone help. I have just purchased fce4 and already feel way out of my depth. When I captured my footage I get a warning saying that audio and video may be out of synch. Fair enough but there is no advice on how to fix this. Is it something to do with frame rates. My camera is DV Pal. How do I change the settings assuming this is the problem.

    Go to Final Cut Express>Easy Setup. You're probably set up for DV-PAL. Change to DV-PAL 32kHz and see if that helps.
    I'd encourage you to get a reference book. Tom Wolsky, frequent contributor to this forum, has an excellent one: Final Cut Express Editing Workshop. Diana Weynand has written another one: Apple Pro Training Series: Final Cut Express.

  • Video out of synch with audio premiere cs4

    Hi, im really new to Adobe premiere pro cs4 and i just wanted to import a video. Most of the videos I import are out of synch with the audio.  The audio is in time, but the video is sped up about 6 times as fast????

    We will need a lot more information about those Videos. This ARTICLE will give you ideas on the info that will be so very useful for us to help you.
    This ARTICLE will give you some background on Video formats/CODEC's.
    Good luck, and please let us know more about those files. A screen-cap of G-Spot would be very useful.
    Hunt

  • Video out of synch with audio

    Sometimes when I use my camera the audio is out of synch with the video.
    This has happened when I use the 8mm apps as well.
    Is there a way to fix this or make it not happen at all?
    Evan Jacobs

    Sorry that didn't help, Jon.
    This kbase search makes me wonder if perhaps you have some kind of conflict with something you are doing in Logic or some other AV Pro App?
    If you can rule that out, too, somebody else might have suggestions. It may help them to know if you have exactly the same problem when you try to record movie clips with some other application.
    I have no other ideas.
    EZ Jim
    PowerBook 1.67 GHz  2GB RAM    Mac OS X (10.4.10)    G5 DP 1.8 4.5GB RAM  External iSight

  • Bluetooth audio out of synch with macbook video

    The bluetooth audio is out of synch with the video playing on on my macbook.  Does anyone know how to synch them up?

    For iPod specifications, see beneath the subtitles for Audio and Video here: http://www.apple.com/ipod/specs.html
    Video
    Video formats supported: H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per sec., Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 768 Kbps, 320 by 240 pixels, 30 frames per sec., Baseline Profile up to Level 1.3 with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per sec., Simple Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats
    Audio
    Frequency response: 20Hz to 20,000Hz
    Audio formats supported: AAC (16 to 320 Kbps), Protected AAC (from iTunes Store), MP3 (16 to 320 Kbps), MP3 VBR, Audible (formats 2, 3 and 4), Apple Lossless, AIFF and WAV
    User-configurable maximum volume limit

  • Why is audio out-of-synch with video on VOB files

    I used a Pioneer DVR to import ~120 8mm and Hi8mm and Digital8 analog tapes to convert them to DVD's.  These ~120 DVD's are in VOB format.  These are 4:3 video (not HD).  I did test this flow and didn't notice a few of the VOB's did not have the audio tracking properly.
    When importing them into Premiere Elements 8.01 some of the VOB files have their audio out of synch with the video, yet, they play okay in the Premiere preview window.
    Is there a setting so that when it 'conforms', that it will track the audio correctly?
    Do I need to buy a conversion tool to go from VOB to mpeg-2 (or other format?) and then import to Premiere Elements 8?
    Is there a better video editing tool to use?
    I simply want to take all these 8mm tapes / DVD's to splice the best scenes.
    I am running Windows 7 Ultimate 64-bit AMD Athlon II X4 630 2.8GHz processor, 4GB of DDR3 memory; and installed an ATI HD-4350 pcie gen2 graphics card. I have a memorex bluray dvd player.
    Thanks, SJK.

    I have NOT used those products, I only forward due to other mentions
    Convert http://premierepro.wikia.com/wiki/FAQ:How_do_I_convert_my_files%3F
    Edit Vob http://premierepro.wikia.com/wiki/FAQ:How_do_I_import_VOB_files_/_edit_a_DVD%3F
    $99 http://www.corel.com/servlet/Satellite/us/en/Product/1175714228541#tabview=tab0
    $99 http://www.womble.com/products/mvw.html
    $80 http://www.nchsoftware.com/prism/index.html
    $75 http://www.videoredo.com/en/index.htm
    $75 http://www.magix.com/us/movie-edit-pro/
    $70 http://www.nchsoftware.com/prism/index.html Converter
    $40 http://www.daniusoft.com/dvd-ripper.html#135
    $40 http://www.deskshare.com/dmc.aspx Digital Media Converter
    $00 http://www.squared5.com/ Converter
    $00 http://www.erightsoft.com/SUPER.html Converter
    $00 http://www.virtualdub.org/ Converter

  • Vado audio out of synch with video when I transfer it out of Vado Central

    Vado audio out of synch with video when I transfer it out of Vado Centralk I have a very important video I took that runs fine in Vado Central. However, when I try transferring it anywhere else (Facebook, Photobucket, iMovie) the audio speeds up and makes my son sound like a chipmunk.
    My computer is a MacBook OS 0.5.8, 2.4 GHz Intel Core 2 processor, 2GB memory, which should meet the system requirements.
    I've been going back and forth with customer-no-service and their last suggestion was that there's nothing wrong with the camera or Vado Central and that Facebook, Photobucket and iMovie must all be independently having the exact same problem
    I'm very frustrated and unhappy. This camera is only 2 months old, but it's too late for me to return it and right now it's worthless to me. Worst of all, my very important video is ruined. Anybody have any suggestions

    Yes, it sounds the same (too fast) no matter what computer we try it from. I've tried burning a DVD every way I can think of and when we try to play it on our DVD player we still have chipmunk audio.
    I am BEYOND frustrated with Vado's customer-no-service. They keep insisting that since it will play in Vado Central I don't have a problem. I bought this camera so that I could share video with my family that's across the country. What am I supposed to do now, mail them the camera?! It's absurd!

  • Unable to access the objects with out schema as prefix.. can any body help

    Hi,
    i am using 10g.I have one problem like i unable to get the table access with out mention prefix for that table.
    but i created public synonym and gave all grants to all users also. but still i need to mention schema name as prefix otherwise it give the error..
    can any body tell me reason and give me solution.
    ex: owner:eiis table:eiis_wipstock
    connect to: egps schema
    in this position if i try with eiis.wipstock it gives error but if i mention like eiis.wiis_wipstock then its working fine.

    Pl do not spam the forums with duplicate posts - Unable to access the objects with out schema as prefix.. can any body help

Maybe you are looking for

  • I have four devices on my itunes account. Can I allocate gift cards to each different device?

    I have four devices on my itunes account. Can I allocate gift cards to each different device?

  • Bootcamp installation advice?

    I have ordered a Mac Pro and intend to create a dual boot Windows XP / MAC OSX 10.5.2 when it arrives next week. I plan to take the two existing SATA drives out of my G5 and replace the factory installed SATA in the Mac Pro, meaning that I won't have

  • Vintela on unix cluster

    Hello I need to install Vintela on unix cluster. I have 1 virtual cluster name and 2 server name ,in the sap system I have the central system and 4 appl system. Do I need to write all parameters in all instance profile or just in the default or centr

  • About  context-root setting method of Web service

    When you generate Web service, please teach me the context-root setting method. With JDev9.0.5, Although it sets in webservices.xml. With JDev10.1.3, There is no context-root element Environment: OC4J:Oracle Containers for J2EE 10g (10.1.3) JDev:Orac

  • FCPX 10.0.6 Sharing Destination

    Is there a way to add MPEG Streamclip to the list of destination choices?