Running a form in Debug Mode

Hi,
Is it possible for us to debug a forms which is running in Oracle AS?
I guess is a remote question, but what is the purpose of having Attach Debug & Debug Control in the form builder?
Please help me.
Thanks
Balaji

Attaching to a Form running outside the builder
The advantage of attaching the debugger to a Form that runs outside of the Builder is that the Form can be running on a different machine other than the one debugging it. The configuration gives an end user the opportunity to run the Form and encounter errors while the developer debugs interactively with the user.
To start debugging a Form that runs outside the Builder, the Form must be invoked with the parameter Debug=yes passed in the URL. This parameter will invoke a dialog that displays the host name and port number.
In the Forms Builder, open the FMB for the running Form, and select Debug | Attach Debug. You'll need to supply the host name and port number to start debugging the running Form.

Similar Messages

  • How to run the forms under debug Mode?

    Hi,
    I run my form under debug mode by introducing a break point on a trigger. But i am receive the following error how to solve this issue.
    JVM aborting and followed by the following one.
    FRM-92101: There was a failure in the forms server during startup.
    This could happend due to invalid configuration.
    Please look into the Web-server log files for details.and additional information from Java console.
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    oracle.forms.net.ConnectionException: Forms session <5> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)I am running on my standalone machine.
    Where and what file i want to look into this to solve this issue.
    Good help will be appreciated. Thank in advance.
    kanish

    Kanish,
    Lets start with a few of the basics, shall we. What JVM are you using (Jinit or Sun JRE and the version)? Based on the error you posted, I can infer that you are using Forms 10.1.2.0? Are you running a custom configuration in the formsweb.cfg and default.env? This could be the cause if you have modified the CLASSPATH setting in the default.env excluding core .jar files.
    Typically, the FRM-92101 error is caused by a Java error; either a .jar is not found or invalid or not compatible with JVM, etc.
    Have you tried clearing your Java Cache to check for a corrupt .jar?
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Run form in debug mode with windows vista

    hi guys
    plz help me
    i'm using oracle forms 10g r2 on windows vista home primume and everything is ok but
    when i need to run any form in debug mode i get the following
    the jvm 1.4 give me jvm is aborting after that
    the oc4j give me the following error frm-92101 there was a failure in the form server during start up
    thanks

    Hi Manoj,
    You can do it directly from felix console. just go to http://<host>:<port>/system/console/slinglog there you will see all log files. under first table "Log Level" you will see all the log files and besides to that you will have configuration option, just go there and set log level for each of log files and save it.
    Let me know if you need more information.
    Thanks,
    Pawan

  • Running Forms in Debug Mode (appletviewer / J-Initiater)

    Hi All,
    I have a sitiuation where i would like to run a form with debug_messages='YES'. The form is compiled under Forms 4.5 16 bit Windows 95. It is run with J-Initiater under a NCA enviroment. Is there a command parameter to run the fmx in debug mode, probably as a applet parameter or something.
    Thanks,
    Easo

    Attaching to a Form running outside the builder
    The advantage of attaching the debugger to a Form that runs outside of the Builder is that the Form can be running on a different machine other than the one debugging it. The configuration gives an end user the opportunity to run the Form and encounter errors while the developer debugs interactively with the user.
    To start debugging a Form that runs outside the Builder, the Form must be invoked with the parameter Debug=yes passed in the URL. This parameter will invoke a dialog that displays the host name and port number.
    In the Forms Builder, open the FMB for the running Form, and select Debug | Attach Debug. You'll need to supply the host name and port number to start debugging the running Form.

  • Running Form in Debug Mode: How? (Appletviewer/J initiater)

    Hi All,
    I have a sitiuation where i would like to run a form with debug_messages='YES'. The form is compiled under Forms 4.5 16 bit Windows 95. It is run with J-Initiater under a NCA enviroment. Is there a command parameter to run the fmx in debug mode, probably as a applet parameter or something.
    Thanks,
    Easo

    You can also check Francois Degrelle excellent answer to the same question:
    Running a form in debug mode

  • Exception when running form in debug mode

    Hello,
    appreciate any help on this.
    everything is fine when oracle forms 10g is run with debug=no, but when debug=yes
    throws this exception in the sun java console.
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: Execute
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    It s supposed to show the debug window with the host name and port number to do the attach debug in builder but instead throws the above.
    if i dont mention port=xxxx in the default configuration in formsweb but just have debug=yes , the applet just crashes.

    You can also check Francois Degrelle excellent answer to the same question:
    Running a form in debug mode

  • Forms in debug mode

    Hi,
    I am able to run my forms in run mode. But, when I try to run my application in debug mode, facing problems. FRM-92101 error is thrown.
    Java console shows,
    Loading http://157.227.14.178:8889/forms90/java/f90all_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    oracle.forms.net.ConnectionException: Forms session <3> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    Opening http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.class
    Connecting http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.class with no proxy
    Opening http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    Connecting http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties with no proxy
    Any idea?
    Pl help
    Priya

    Nobody has any suggestions or comments???
    Can anyone confirm they have the same issue when running the sample code I provided below?
    Can anyone see the contents of a VARCHAR2 index based array when debugging??
    Thanks

  • How to run labview program in debugging mode in windows 95 version

    Respected all,
    I am facing probelm while running probe.vi.
    I received this command "connection to acquisition board was not found" when i run labview program.
    I  am using labview 5.1, fieldpoint FP 1000, NI-DAQ 6.5, Field point explorer version 1.6, Measurement and Automation Explorer 1.0.1.
    I would kindly request you please help me how to run my program probe.vi in debugging mode in windows 95 version, so that i can locate where error occurs.
    Thanking You
    Yours faithfully
    M.Vijay

    Respected Norbert,
    Thank you very much to for your help.
    Norbert : Possible reasons are e.g. wrong IDs for measurement devices. If the error is connect to the FieldPoint, it is possible that it isn't configured correctly.
     I am using Field point explorer 1.6, The Field point instrument FP 1000 and RS-232 port is using. It is confirmed that the field point instrument is working properly by LED light indication test.
    Norbert: It sound like you are using DAQ devices (like PCI MIO 6952E) in the application. Are you sure that you select the correct device ID for this?
    I am asking you to know, If i using Labview and  Fieldpoint instrument FP 1000 to monitor my parameter interms of All, Channel 0, Channel 1, Channel 2, Channel 3, Channel 4, Channel 5, Channel 6, Channel 7 for my measurement.
    But now i need to solve the command connection to acquisition board was not found, The expert say this command is due to there was no AT-AO-10 Analog Output board was present in CPU.
    I do not find AT-AO-10 Analog Output board in my CPU, Previously the instrument was worked perfectly by other person who assembled everthing to measure temperature.
    The only aswer know send by previous person is if my task does not imply the use of a DAQ you probably have to locate where the DAQ driver is called and exclude it from the program. try to run the program in debugging mode so that you can locate where the error occurs.
    I do not know how to proceed his instruction. So i would kindly request you to please help me to solve my probelm.
    I also removed AT-AO-10 software from device manager >> Data Acquisition system >>  AT-AO-10 just now.
    I also find GPIB version 1.30, when i remove in add or remove program, it say that Error removing the GPIB.
    I am eagerly waiting for your help.
    Thanking You
    Yours faithfully
    M.vijay

  • Launching from web a form in debug mode (?!)

    Hello,
    I have Developer Suite 10g with WebUtil 1.6. I am playing with a form, which has an attached library from which use a function. This function doesn't function properly and I would like to debug it.
    Problem: in Forms Developer, when I launch the form in DEBUG MODE, it launches my form using the webutil configuration section. The URL looks like this:
    http://localhost:8889/forms/frmservlet?config=webutil
    I need to launch the form with another configuration section and at the same time in debug mode.
    How should I do this?
    Thank you in advacne for the help.
    daniela

    forms-builder:
    look at Edit-Preferences, go to the last tab (Runtime) and then look at "Application Server URL"
    there you can change the used section of your forms builder configuration

  • Running Tomcat server in Debug mode?

    Hi..
    I am using Eclipse IDE to develop a Portal project.. I am also using Tomcat server for the same without using the default servers provided by eclipse..
    My question is how do I run the Tomcat server in the "debug" mode?
    Please help me..

    Take a look at these links: http://plato.acadiau.ca/courses/comp/dsilver/2513/EclipseAndTomcatTutorial/
    http://www.keyboardsamurais.de/2004/01/15/tomcat_tutorial_helloworld_for_complete_fools_-_english/
    http://www-128.ibm.com/developerworks/opensource/library/os-ectom/?ca=dgr-lnxw16EclipsTomcat
    I've found going through tutorials is a proven, quick way of getting up to speed with new tools and configurations.
    HTH,
    James

  • Running smq2 queues in debug mode

    Hi,
    Can anyone tell me how to successfully run an inbound queue in debug mode.
    Following are the steps undertaken.
    I locked the queue in SMQ1. The Queue is set to STOP state.
    I then triggered an sBdoc flow into CRM.
    I am expecting the sBdoc to be in an intermediate state, but to my surprise it is coming as Fully Processed.
    At this point, setting Debug mode in smq2 and Unlocking the queue does not help me analyse the bdoc/process flow as the bdoc is allready processed.
    Any inputs in this regard would be helpful.
    Thanks & Regards
    Ron.

    Hi Ron,
    Please check below blog, hope it helps u.
    Regards,
    Deven
    /people/lokesh.aggarwal/blog/2008/02/27/debugging-crm-middleware--sales-document

  • Contact Center anywhere When running the TCPIPBUS in debug mode

    hi all,
    i am not able to make the outbound call,through cca interface is there any way how i can debug to make the outbound call.
    wen i keep th etcpipbus in debug mode "it's not showing any erors "
    http://www.onsip.com/onsip-articles/what-is-my-sip-address
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - ioctlsocket(FIONBIO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - setsockopt(SOL_SOCKET, SO_SNDTIMEO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Complete
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Accepting new connection
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Starting
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - ioctlsocket(FIONBIO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - setsockopt(SOL_SOCKET, SO_SNDTIMEO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Complete
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Accepting new connection
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Starting
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - ioctlsocket(FIONBIO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - setsockopt(SOL_SOCKET, SO_SNDTIMEO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Complete
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Accepting new connection
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Starting
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - ioctlsocket(FIONBIO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - setsockopt(SOL_SOCKET, SO_SNDTIMEO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Complete
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Accepting new connection
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Starting
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - ioctlsocket(FIONBIO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient - setsockopt(SOL_SOCKET, SO_SNDTIMEO) success
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::InsertClient() Complete
    14/04/2011 10:56:04.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:04.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:05.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.317 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:08.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.333 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.349 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.349 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.349 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.349 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.349 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:09.349 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.255 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.270 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:10.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    http://www.onsip.com/onsip-articles/what-is-my-sip-address14/04/2011 10:56:13.270 : 0 : 4036 : CTcpIpBus::Run() Activity
    detected
    14/04/2011 10:56:15.271 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:15.271 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:17.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:17.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:17.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:17.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:17.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:17.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:18.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:23.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:23.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:25.318 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:26.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:31.005 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:31.005 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:31.005 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:31.005 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:31.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:31.286 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:33.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:34.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:34.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:34.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:39.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:39.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:41.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:41.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:41.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:41.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:41.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:42.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    http://www.onsip.com/onsip-articles/what-is-my-sip-address14/04/2011 10:56:47.287 : 0 : 4036 : CTcpIpBus::Run() Activity
    detected
    14/04/2011 10:56:47.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    http://www.onsip.com/onsip-articles/what-is-my-sip-address14/04/2011 10:56:49.287 : 0 : 4036 : CTcpIpBus::Run() Activity
    detected
    14/04/2011 10:56:49.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:49.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:49.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:49.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:49.302 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:49.318 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:49.318 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:49.318 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:50.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:55.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    14/04/2011 10:56:55.287 : 0 : 4036 : CTcpIpBus::Run() Activity detected
    =========== [s: to stop application] ===========
    14/04/2011 10:56:55.740 : 0 : 4300 : SignalHandler(): Received signal = 2 ... Stopping the TCPIPBus Service
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 14, id = 32, group = 102,
    socket = 932]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 21, id = 7, group = 1, so
    cket = 948]--
    14/04/2011 10:56:55.787 : 0 : 264 : ExitThread: FileName[S:\development\version8.1.3.0\projects\TCPIPBUS\source\MainProg
    .cpp] LineNumber[394]
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 5, id = 10, group = 1, so
    cket = 964]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 16, id = 14, group = 1, s
    ocket = 980]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 16, id = 38, group = 102,
    socket = 996]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 2, id = 27, group = 17454
    5677, socket = 1012]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 19, id = 35, group = 102,
    socket = 1028]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 26, id = 39, group = 102,
    socket = 1048]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 23, id = 37, group = 102,
    socket = 1064]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 10, id = 1, group = 17454
    5677, socket = 1080]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 23, id = 13, group = 1, s
    ocket = 1096]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 97, id = 5, group = 17454
    5677, socket = 1112]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 26, id = 15, group = 1, s
    ocket = 1128]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 20, id = 12, group = 1, s
    ocket = 1144]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 11, id = 33, group = 102,
    socket = 1160]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 5, id = 34, group = 102,
    socket = 1176]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 21, id = 41, group = 102,
    socket = 1192]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 6, id = 3, group = 174545
    677, socket = 1224]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 14, id = 8, group = 1, so
    cket = 1240]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 20, id = 36, group = 102,
    socket = 1256]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 11, id = 9, group = 1, so
    cket = 1272]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 19, id = 11, group = 1, s
    ocket = 1288]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 101, id = 29, group = 174
    545677, socket = 1304]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 98, id = 1302698446, grou
    p = 174545677, socket = 1472]--
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.787 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 98, id = 1302698440, grou
    p = -174545677, socket = 1488]--
    14/04/2011 10:56:55.803 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.803 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Remove client on [type = 12, id = 4232, group = 17
    4545677, socket = 1504]--
    14/04/2011 10:56:55.803 : 0 : 4036 : CTcpIpBus::RemoveClientFromList: Client removed
    14/04/2011 10:56:55.803 : 0 : 4036 : CTcpIpBus::Run() Leaving...
    14/04/2011 10:56:55.803 : 0 : 4036 : Exit CommunicatorThread: FileName[S:\development\version8.1.3.0\projects\TCPIPBUS\s
    ource\MainProg.cpp] LineNumber[168]
    14/04/2011 10:56:55.803 : 0 : 5168 : BUS Exit
    http://www.onsip.com/onsip-articles/what-is-my-sip-addresshttp://www.onsip.com/onsip-articles/what-is-my-sip-address^Aht
    tp://www.onsip.com/onsip-articles/what-is-my-sip-address

    Voice stream debugging is done at the call center level.
    Set the calls centers to trace level 5.
    This will then output all messaging for the voice portion of CCA.

  • RS232 wont start in rtexe, but runs just fine in Debug Mode

    Hi Guys,
    first of all sorry for my bad english!
    I have a "little" problem with my Program, especially with the builded version of my program.
    As long as I am connected via my Windows machine and in the Debug Mode of my Main.vi everything works just fine, no errors and does what its intended to do.
    But when i try to build my rtexe and run it as startup it wont open rs232 connection to my devices.
    Any Ideas?
    My installed VISA Version is 5.4.1 and I am running LV 2013 SP1.
    Target is a cRIO 9082, also VISA 5.4.1 and NI RIO 13.1
    Funny thing is it worked just fine a few builds back, but I did no changes on my System.

    Sry for not replien earlier, I dont have access to the machine every day.
    So i just added a log for the error codes and got: -1073807343
    Now I am even more confused, how could that be? It says " Insufficient location information or the device or resource is not present in the system."
    I am using COM7 and COM8, and as u can see in the attachment they are there! And the also work when i start the vi on my windows machine?!
    Attachments:
    Clipboard01.jpg ‏99 KB

  • How to run trigger/procedure into debug mode

    Hi,
    I have created trigger. i would like to run this into debug mode. Please suggest that how to do through sqldeveloper or sql command prompt.
    Regards,
    Venkat

    - install PL/SQL developer (trial available at www.allroundautomations.com)
    - connect to your DB
    - in the tree on your left right click your trigger and select "Add debug information"
    - open a new test window (file - new - test window)
    - -- Created on 20-2-2012 by RMARTENS
    declare
      -- Local variables here
      i integer;
    begin
      -- Test statements here
      insert into table (col1, col2) values ('cal1', 'val2');
    end;- now click the "Start debugger" button and you'll be able to step into all the steps.
    - the idea is that you do a "step into" on your insert statement (which offcourse you need to alter according to your table)
    good luck!
    Regards,
    Richard
    blog: http://blog.warp11.nl
    twitter: @rhjmartens
    If this question is answered, please mark the thread as closed and assign points where earned..
    Edited by: rima on 20-feb-2012 11:37

  • Could not run flex app in debug mode

    All of a sudden I am having issue running my flex app on debug mode that was running fine before. When ever I launch my app on debug mode, I get a popup information that says,
    "This file you chose is not inside a project, so many Flex Builder features will be disabled."
    I asks me to create a new flex project. I have tried to close the FB and relaunch it, restarted my machine couple of times, cleared the browser cache. nothing seem to work?
    What is the issue with this? I have never come across this issue before. Any help will be highly appreciated. Thanks.
    KM

    Try asking on the Flash Builder forum

Maybe you are looking for

  • Facetime for Mac gives me an error that says "quit unexpectedly".

    Why does it do this?  I try to make a call from my Ipad2 to my Mac Min using Facetime, and the app on my Mini shuts down and gives me an error message every time.  It seems like Facetime is running fine on my Ipad2, but it's the desktop version that

  • Query Designer : Quantity Conversion as per UOM

    Hi gurus, I am facing a typical situation here. I have Product Quantity data that I fetch from R3, This has diff UOM based on different product. I know the conversion factor. I have not included the conversion factor in the transformation while loadi

  • I push restore on my ipod touch but didnt mean to how do i get all my music back

    i pushed restore on my ipod touch but i didnt mean to how do i get my all my music i had on it

  • Lenovo T60 express card gpu

    mine has in intel gma 950 i wanna upgrade it sucks so what kind of card can i buy that fits in th epci express slot and is compatible with win7  t60 1953-D9U ThinkPad Twist S230U- OS-Windows 8.1 Pro 64-bit CPU-Intel Core i7 3517U @ 1.90GHz Ivy Bridge

  • How to get this portal into Weblogic

    Hi I found this zip file in this discussion group. I have installed BEA platform (8.1). Can some one please tell me how to install this portal and see it. If I can do it without weblogic workshop, like copying these file in some place and see the por