Debug option for Maping.

Hi All,
OWB configuration is as follows.
Oracle Warehouse Builder 9.0.2.56.0
Oracle Warehouse Builder Repository 9.0.2.0
Windows NT.
My question is there any DEBUG option for Mapping available in OWB ?
I seen this kind of option in other ETL e.g. Informatica Power Mart.
If this option is not available how can pne debug in a mapping to check intemediate results?
Thanks in Advance.
Regards,
Vidyanand

Vidyanand,
We are preparing a Debuger feature for the 9.2 (previously referred as 9.0.5) version which should be out at the beginning of July.
The version you are using does not have a point-by-point debugger functionality.
Regards:
Igor

Similar Messages

  • Debug options for nal reporting

    Hi,
    i am looking for debug option for nal reporting, log file is being filled
    but the database stays empty, while obdc connects fine.
    Jan

    Sorry,
    i don't have a typing diploma, made a little mistake in typing
    (just 1 letter).
    But if someone know how to debug the information, let me know.
    Jan
    "Jan" <[email protected]> wrote in message
    news:ISoFd.1145$[email protected]..
    > Yes,
    >
    > i made a test envirement and there it worked fine, but i have problems in
    > the live environment. ( thats why i like to check debug info)
    >
    > Jan
    >
    > "Marcus Breiden" <[email protected]> wrote in message
    > news:1b1z9ydreqne7$.[email protected]. .
    >> On Wed, 12 Jan 2005 14:34:44 GMT, Jan wrote:
    >>
    >>> i am looking for debug option for nal reporting, log file is being
    >>> filled
    >>> but the database stays empty, while obdc connects fine.
    >>
    >> did you configure the service location package?
    >> --
    >>
    >> Marcus Breiden
    >>
    >> Please change -- to - to mail me.
    >> The content of this mail is my private and personal opinion.
    >> http://www.edu-magic.net
    >
    >

  • Applet Debugging Option for End Users

    Users in our 12.0.4 development system that only have the 'xMII Users' role can see and use the 'Applet Debugging' option under the System Management menu.  I'd prefer them to only have the options under the Support menu.
    I'm puzzled why this one option is availble for end users.  What am I missing?
    David Macindoe

    What am I missing?
    I guess nothing.
    Its just that it is designed this way. Moreover the option is harmless from a Security point of view.
    May be you will find this 'fixed' in later versions.

  • JVM options for remote debugging

    I'm run Tomcat 5.0.28 using service wrapper and i need help with set the required JVM options for remote debugging from ECLIPSE 3.0.0.

    Where can I find a complete list of available JVM options for WLS?
    For example -Dweblogic.security.SSL.protocolVersion is not listed anywhere
    That is NOT a JVM options as I just explained in your other thread - see that thread for details.
    JVM options
    That "-Dxxx" syntax means you are specifying a system property on the Java command-line when launching Java.
    That property can now be accessed in the Java app
    You can make up and use ANYTHING you want when you write your own apps - those command line entries will just get added to the standard/default System properties as I explain in your other thread.
    Consult the WebLogic documentation (or onliine help if WLS has such a thing) for info on the system properties that have been defined for WLS.

  • Need to know maximum log size for advanced debugging option in Win 7

    We need to enable advanced debug logging for net logon service on all of our Windows 7 pcs to troubleshoot a major issue at our company.  I need to prove to management that when done so, the logs will never have runaway uncontrollable growth that completely
    fills up the users hard drive.  I have been told from Microsoft that they will never grow above 20mb and will continuously overwrite itself while running.
    Is there a (preferably) a technet doc out there or some other Microsoft doc I can use to prove this is how it will work?  I searched on Techet and other spots online and all it talks about is doing this on our domain controllers (which we already have
    running and are not logging for assistance with.
    Thanks!!

    Hello net1994,
    We could set the maximum log file size in Local Group Policy Editor.
    Please go to Computer Configuration\Administrative Templates\System\Net Logon\Specify maximum log file size
    For more information, please refer to the following blog.
    Quick Reference: Troubleshooting Netlogon Error Codes
    http://blogs.technet.com/b/askpfeplat/archive/2013/01/28/quick-reference-troubleshooting-netlogon-error-codes.aspx
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Scripting Language Options for the Script Task Options SSIS 2012

    Can python or perl be used as a script language in the drag and drop script task? I believe only VB.Net and C# are, but I see under SSDT Tools -> Options there are some choices for Python Debugging? I'd like to use python as my SSIS scripting language
    in some cases. If it can not be used as the script task language, what are the Python options under Tools -> Options for?
    Any experts out there who can illuminate?
    Thanks all

    Hello,
    In SSDT in a SSIS Script task you can only use Visual Basic.NET and C#, no other programming / scripting languages.
    SSDST is a plugin for Visual Studio and in VS you will find several options which are irrelevant for SSIS projects, like this Phyton debugging option.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • MSS Time Approval - multiple (different) selection options for manager?

    Hi all
    I am setting up MSS Time Approval delegation in ERP2005 without workflow, leave request, nor portal development environment set up.
    In this case, the customer needs to have multiple selection options for who to approve:
    1. The manager's direct reports (standard functionality)
    2. All subordinates, all levels down
    3. Delegate's (manager or non-manager) view of a particular (other) manager's direct reports
    3b. This might extend to a set of different delegation selections
    4. Add or remove certain individuals
    Now, getting 3. and 4. to work was simple using the BAdI (I think the enhancement spot is named APPR_CUST), method ...-edit_selection, but I am having difficulties with 2. and 3b. Now I am thinking along these lines, and I would greatly appreciate your input:
    A. It seems that the MSS "Approve working time" app only loads the data selection at the entry into this screen (INIT command from portal), using the start perspective determined for example by the IMG for defining the approval profile <-> view. My debugging suggests that the view change from the drop down menu (CHANGE_PERSPECTIVE command) only picks a different way to present the same data set.
    Could anybody please confirm or contradict this conclusion?
    B. Is it possible to present the entire "Approve working time" section in MSS in multiple different copies so that they would all generate an INIT command? Or is it possible to copy and modify the entire MSS tab, resulting in an ESS tab, one MSS, one "D"SS, one "A"SS (well, not suggesting that the top manager is one, but you get the drift...) and so on?
    If either of this were possible, it would be simple to make two modifications, one at the beginning of the FM called by the portal and one at the FM that returns the start perspective.
    So far I have been trying to catch and alter the CHANGE_PERSPECTIVE command into an INIT in the back end, but the Time Approval functionality is a bit too complex for me to feel entirely comfortable with this approach.
    Your input is much appreciated!
    Kind regards
    Niclas Arndt

    We too are using MSS for time approval of time entered via ESS.  We are on ECC 6.0 for the backend (no enhancement packs, at least not yet), currently sp stack 10 with hrsp 24, and EP 7.0 with stack 10 for the ESS/MSS business packages.  We are using the standard MSS UWL functionality for the approval, so it is workflow-based in my understanding.
    In other parts of MSS, the managers can see a few levels deep in the organization structure, based upon the definition we gave for their structural profiles.  For instance, in the team calendar/overview, or other team information, they have a choice for multiple levels or only direct reports.  However, in the time approval application, only direct reports are shown, so if a manager goes on vacation, at present the only way to cover time approvals for that manager's employees appears to be to temporarily assign a new 'chief' to that org unit, so HR involvement becomes necessary.  The manager doesn't have any method for delegating the approval or other MSS authorities.  We were hoping that by allowing multiple levels in the structural profile, such approvals would "roll up" to the next level, i.e. the manager's supervisor, so the next level manager could act as a backup to his/her managers on vacation.  That doesn't work, however.
    We have heard that a delegation feature for MSS will be available in an upcoming release, but I haven't found any information regarding whether that requires an upgrade, an enhancement pack, a later service pack level, or what or when that functionality will be available.  Does anyone know anything about that?
    Regards,
    Matt

  • Setting debug option on cube.ws

    Hi,
    some of my asynch callbacks were not happening and when I looked into the log, these errors were found:
    <2006-03-10 15:28:24,642> <ERROR> <default.collaxa.cube.engine.dispatch> <DispatchHelper::handleMessage> failed to handle message
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
    java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:873)
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:871)
         ... 10 more
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-03-10 15:28:24,642> <ERROR> <default.collaxa.cube.engine.dispatch> <BaseScheduledWorker::process> Failed to handle dispatch message ... exception ORABPEL-05002
    Hence, to find out more I set the debug option on cube.ws and tried another transaction with the same information.. This time, the callbacks went through fine. I am seeing this behaviour rather consistently. Setting the debug option, enables the transaction to callback successfully, but when I go back to info option, the callbacks do not happen, most of the time.
    Am I doing anything wrong..Can anyone clarify, please..
    Thanks and Regards,
    Vijay.

    Hi Clemens, Here is the thread dump.. It took sometime for me to take it as I had to physically access the machine to put a Ctrl+Break..
    Is there a place where this dump will be logged.. I had to take this directly from the command window and hence may not have the full information.. When I looked into the domains.log file, I could not find this dump available there:
    Thread dump:
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f7adb8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-10" prio=5 tid=0x02f82aa8 nid=0x17c8 waiting on conditi
    on [50bf000..50bfdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f734d0> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-9" prio=5 tid=0x03591c78 nid=0x128c waiting on conditio
    n [507f000..507fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f6bbe8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-8" prio=5 tid=0x03267c68 nid=0x16ac waiting on conditio
    n [503f000..503fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f64300> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-7" prio=5 tid=0x031e0160 nid=0x1358 waiting on conditio
    n [3f5f000..3f5fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f5ca68> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-6" prio=5 tid=0x03b37d70 nid=0x1798 waiting on conditio
    n [3f1f000..3f1fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f55180> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-5" prio=5 tid=0x03a272d0 nid=0x1438 waiting on conditio
    n [3edf000..3edfdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f4d8e8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-4" prio=5 tid=0x03a27170 nid=0x1650 waiting on conditio
    n [3e9f000..3e9fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f46010> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-3" prio=5 tid=0x03a26d80 nid=0x1344 waiting on conditio
    n [3e5f000..3e5fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f3e7e8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-2" prio=5 tid=0x031aca58 nid=0xec0 waiting on condition
    [3e1f000..3e1fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f33b78> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "RMIServer [0.0.0.0:23791] count:1" prio=5 tid=0x030444e0 nid=0x13f8 runnable [
    3ddf000..3ddfdb4]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x22d67260> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at com.evermind.server.rmi.RMIServer.run(RMIServer.java:464)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "JMSServer[KMACKIE-pc2:9127]" prio=5 tid=0x036fa828 nid=0x1508 runnable [3d9f000
    ..3d9fdb4]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x22d46dd0> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at com.evermind.server.jms.JMSServer.run(JMSServer.java:516)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "LogFlusher" daemon prio=5 tid=0x030a3710 nid=0x834 waiting on condition [3d5f00
    0..3d5fdb4]
    at java.lang.Thread.sleep(Native Method)
    at oracle.core.ojdl.BufferedLogWriter$Flusher.run(BufferedLogWriter.java
    :354)
    "Signal Dispatcher" daemon prio=10 tid=0x0034db20 nid=0x4f8 waiting on condition
    [0..0]
    "Finalizer" daemon prio=9 tid=0x0003f290 nid=0x124c in Object.wait() [2c9f000..2
    c9fdb4]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x22c10318> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x22c10318> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x0003e710 nid=0x156c in Object.wait() [2
    c5f000..2c5fdb4]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x22c10240> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:429)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
    - locked <0x22c10240> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=5 tid=0x0003de40 nid=0x1194 runnable
    "VM Periodic Task Thread" prio=10 tid=0x00351d70 nid=0xa40 waiting on condition
    Here are the details form the domain.log
    2006-03-13 11:10:52,174> <ERROR> <default.collaxa.cube.engine.dispatch> <DispatchHelper::handleMessage> failed to handle message
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
    java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:873)
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:871)
         ... 10 more
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-03-13 11:10:52,205> <ERROR> <default.collaxa.cube.engine.dispatch> <BaseScheduledWorker::process> Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessage"; the exception is: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
    ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessage"; the exception is: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:152)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Thanks and Regards,
    Vijay.

  • How to set the debug port for Eclipse for OracleAS 10g Enterprise

    Hello All,
    I am using OracleAS 10g Enterprise, and using dcmctl to startup the server.
    But i do not know how to set the debug port in the startup script for debugging with Eclipse.
    I have tried to add the following options to the dcmctl.bat, but still failed:
    -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4000
    i.e in the dcmctl.bat script:
    set jvmargs=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4000
    set ex=%ohome%\jdk\bin\java -Djava.net.preferIPv4Stack=true %jvmargs%
    Do anyone know how to configure the debug port setting?
    Thank you for your great help!.

    Hi, have you double checked that your oc4j is started with Sun's JVM or any other JVM that recognizes the kind of remote debug option as above? You can find the JVM used by oc4j in the ORACL_HOME/opmn/conf/opmn.xml.
    To double check that your oc4j is started in debug mode, you can test with another remote debugger. Say, with the jdb in sun's jdk jdb -connect com.sun.jdi.SocketAttach:hostname=yourHost,port=4000 (Personally, I also use Jdeveloper or Jswat to double check.) If you can connect with jdb, then you have to check your Eclipse. Can its remote debugger connect to any java application at all?

  • How to enable "Debug Option" in submit request

    how to enable "Debug Option" in submit request

    Hi,
    Please see these docs.
    (Pics) How Can Trace and Debug Be Turned On For A Concurrent Request? [ID 759389.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    Thanks,
    Hussein

  • Debugging authorizations for Web Dynpro

    Hi
    I want to know the various Roles which are required to activate external debugging required for WebDynpro....
    I have been able to debug in Development environment but i think some roles or authorizations are missing in Quality environment.. Please let me know various authorizations/Roles that are required to activate External debugging..
    Thanks.

    Hi,
    There is two option for External Debug.
    1. In Settings you need to activate IP Matching
    2. In Portal Side particular JCO connection has to enable for debug user then you can use external debug, There is no Extra parameter to pass in user profile.
    Regards,
    Sathvik
    Edited by: Sathvik Surendranatha on Feb 23, 2010 7:09 AM

  • No Debug Symbols for Xboard?

    Hi guys, i'm trying to create debug symbols for xboard.
    I've followed this ( http://wiki.archlinux.org/index.php/Deb … ing_Traces ) and i've created this:
    # $Id: PKGBUILD 22465 2008-12-26 20:58:13Z jgc $
    # Maintainer: Jason Chu <[email protected]>
    # Contributor: Tom Newsom <[email protected]>
    pkgname=xboard
    pkgver=4.2.7
    pkgrel=3
    pkgdesc="XBoard is a graphical user interfaces for chess"
    depends=('libxaw')
    source=(ftp://gatekeeper.dec.com/pub/GNU/xboard/$pkgname-$pkgver.tar.gz)
    license=('GPL2')
    install=xboard.install
    arch=('i686' 'x86_64')
    url="http://www.tim-mann.org/chess.html"
    md5sums=('b70ad8ff7569975302c5fb402d5eea32')
    options=(!strip)
    build() {
    export CFLAGS="$CFLAGS -g"
    export CXXFLAGS="$CXXFLAGS -g"
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --mandir=/usr/share/man || return 1
    make || return 1
    make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install || return 1
    rm -f "${pkgdir}/usr/share/info/dir"
    after that i run makepkg and pacman -U xboard-4.2.7-3-i686.pkg.tar.gz
    but when i start gdb xboard i see this:
    #gdb xboard
    GNU gdb 6.8
    Copyright (C) 2008 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "i686-pc-linux-gnu"...
    (no debugging symbols found)
    i've verified xboard in /usr/bin is updated. What did i do wrong?
    Thanks

    Hi guys, i'm trying to create debug symbols for xboard.
    I've followed this ( http://wiki.archlinux.org/index.php/Deb … ing_Traces ) and i've created this:
    # $Id: PKGBUILD 22465 2008-12-26 20:58:13Z jgc $
    # Maintainer: Jason Chu <[email protected]>
    # Contributor: Tom Newsom <[email protected]>
    pkgname=xboard
    pkgver=4.2.7
    pkgrel=3
    pkgdesc="XBoard is a graphical user interfaces for chess"
    depends=('libxaw')
    source=(ftp://gatekeeper.dec.com/pub/GNU/xboard/$pkgname-$pkgver.tar.gz)
    license=('GPL2')
    install=xboard.install
    arch=('i686' 'x86_64')
    url="http://www.tim-mann.org/chess.html"
    md5sums=('b70ad8ff7569975302c5fb402d5eea32')
    options=(!strip)
    build() {
    export CFLAGS="$CFLAGS -g"
    export CXXFLAGS="$CXXFLAGS -g"
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --mandir=/usr/share/man || return 1
    make || return 1
    make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install || return 1
    rm -f "${pkgdir}/usr/share/info/dir"
    after that i run makepkg and pacman -U xboard-4.2.7-3-i686.pkg.tar.gz
    but when i start gdb xboard i see this:
    #gdb xboard
    GNU gdb 6.8
    Copyright (C) 2008 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "i686-pc-linux-gnu"...
    (no debugging symbols found)
    i've verified xboard in /usr/bin is updated. What did i do wrong?
    Thanks

  • Enable the Debug mode for Dispatcher and Server0.

    Hello All,
            In our EP server 7.0(stand alone java) apart from SDM we need to enable the Debug mode for Dispatcher and Server0.I tried to do it from mmc but cannot do so.When I try to right click & enable from mmc the "Enable Process" is not highlited,it is disabled.How Can I enable the the Debug mode for Dispatcher and Server0?

    Hi
    Goto Configtool Select Instance_IDxxxxx on the right side you can see "Servers Debug" tab, select that and choose, enable debug and debuggable options.
    Save the settings.
    Then expand the above mentioned node and select Server_IDxxxxxxx , you will see a tab Debug select it and choose, enable debug and debuggable options.
    Save the settings.
    After it is done, take a restart of the instance. This should help you.
    Regards
    Rahul

  • Enabling debug mode for j2ee engine

    hi,
    I would like to enable the debug mode for my j2ee engine (installed on a remote host)
    I followed already the below mentioned steps, but I was not successfull
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/40e1407e858031e10000000a1550b0/content.htm
    In the NWDS I see always that the Productive Use is enabled (YES). How can I switch this field to NO?
    kind regards
    Michael

    Here the steps...
    1.     login to config tool
    2.     access serverX node
    3.     select debug manu
    4.     select all 3 option(checkbox)
                      "DebugMode" -> "yes"
                      "DebugPort" -> "50021"
                      "Debuggable" -> "yes"
    5.              restart engine.

  • How to get debugging symbols for libGL.so.1 library? (nvidia-utils)

    Hello all
    Will see, I am getting many crashes of applications in KDE. In the majority of these accidents I get a backtrace from KBugbuster (or whatever that application is called) that includes the library libGL.so.1. Here a small example:
    #0 0xb7888424 in __kernel_vsyscall ()
    #1 0xb54d198b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #2 0xb57740ec in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libc.so.6
    #3 0xb2926af3 in vlc_cond_wait () from /usr/lib/libvlccore.so.4
    #4 0xb28a412e in ?? () from /usr/lib/libvlccore.so.4
    #5 0xafac170c in ?? () from /usr/lib/libGL.so.1
    #6 0x00000000 in ?? ()
    I know libGL.so.1 is a library included into nvidia-utils package becouse:
    $ pacman -Ql | grep /usr/lib/libGL.so.1
    nvidia-utils /usr/lib/libGL.so.1
    I downloaded the PKGBUILD for nvidia-utils through abs and I changed it a bit by adding the !strip flag at the option field:
    options=('!strip')
    But it did not work. Today, still, I don't have debugging symbols for libGL.so.1. I have corroborated this using nm command:
    $ nm -a /usr/lib/libGL.so.1
    nm: /usr/lib/libGL.so.1: no symbols
    Watching the PKGBUILD for nvidia-utils I see this is not a build, apparently it only download the files and put them in the appropriate places. I think this is why the flag !strip does not work in this case.
    So I have looked for information at the official nvidia site for compiling libGL.so.1 by myself but only appears complex information for developers not for a end user like me.
    Can anyone guide me or something with this? please.
    Thanks so much.
    Last edited by zuargo (2011-11-21 03:03:16)

    Hi Alexander,
    As you need read-only access to the SBO database, you could use a straight database connection. You could maybe use the following Microsoft php extension:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ccdf728b-1ea0-48a8-a84a-5052214caad9&displaylang=en
    The Web Service wrapper for the DI Server is a good solution if you want to be able to write data back to SBO. Please note the DI Server requires additional licensing from SAP.
    You don't mention what database platform is used by your e-shop site. An alternative approach would be to use an integration tool (something like Pentaho) to pull or push data between the e-shop database and the SBO database (again, this is only possible for reading data from SBO not writing).
    Kind Regards,
    Owen

Maybe you are looking for

  • Direct Monitoring with PatchmixDSP in Cubase VST 5.1.1

    Hello! My Computer equipment: Microsoft Windows XP Professional version 2002 with service pack 2 Pentium(R)CPU 3.2GHZ 1Gig of RAM Audio Equipment: E-MU 1820m Cubase VST 5.1.1 Korg Triton LE Boss Dr. Rhythm 770 I'm trying to use direct monitoring with

  • How to learn java script in indesign

    Dear Sir, I am a template designer, I am interesting on Indesign scripting but I don't know basic knowledge in software languages. So Please help me which languages i should learn for indesign scripting. (some of them saying C language is must). Is c

  • Can you Disable the ability for Users to Register Themselves on Help Desk?

    I researched but could not find the answer to this. I did find the "Do not allow users to edit profile" but I could not find where you can take away the ability for a user to Register at the help desk. Meaning I want to be the only one able to create

  • How do we get the song of the week free?

    I've heard that on Itunes you get the song of the week free. If this is true, how do I redeem this song?

  • Permission denied when saving from applications on shared volume

    We have an AFP shared volume on Xraid attached to an Xserve running 10.5.8. The OS is kept up to date. Users started to get a "permission denied" message when trying to save open files on the shared volume, which is using POSIX permissions only. This