Application debug not writing ....

Database 11.2.0.2
IBM AIX 6.1
A new core banking application is being implemented. It is still at Testing phase. We are facing the problem of application debug not writing, or writing intermittently. Has anyone faced this or similar issue ...
The database is installed on AIX server. On this server there is a directory created for this debug. And debug files are generated in this directory when the application guys work on database.
Application guys frequently complain it is not writing.
There are no errors on database alert logs, everything looks normal.
Can anyone give me an idea how to resolve this....

875719 wrote:
Database 11.2.0.2
IBM AIX 6.1
A new core banking application is being implemented. It is still at Testing phase. We are facing the problem of application debug not writing, or writing intermittently. Has anyone faced this or similar issue ...
The database is installed on AIX server. On this server there is a directory created for this debug. And debug files are generated in this directory when the application guys work on database.
Application guys frequently complain it is not writing.
There are no errors on database alert logs, everything looks normal.
Can anyone give me an idea how to resolve this....Sometimes my car doesn't start. Can you give me an idea how to resolve this?
The only thing you've really told us is that this system is running on an AIX. You haven't said a thing about the mechanism whereby this "application debug" is supposed to "write".
So I say the solution is "42".

Similar Messages

  • Background process not writing to file

    Hi,
    i am encountering a problem when a process is started under root in background.The application is not writing the Information to the file.
    But when i start the same application from a telnet session it works fine
    Any solution to the problem
    regds
    subbu

    your friend was obviously wrong.
    for (int a = 0;a = bytes.length - 1;a++){ // that does nothing
    of.write(bytes[a]);
    System.out.print(" " + bytes[a] + " : " + bytes.length);
    }the above "for" loop says :
    1:initialize a with 0;
    2:do loop while a=bytes.length(<-that's completely wrong. it should be
    a boolean expression);
    3:for each loop increment "a" by one.
    try this:for (int a = 0;a < bytes.length;a++){
    of.write(bytes[a]);
    System.out.print(" " + bytes[a] + " : " + bytes.length);

  • That application could not be lanched for debugging. ensure that the target device screen is unblock and that the application in installed

    what is the problems?

    Hi windows phone app can not debugging,
    >>that application could not be lanched for debugging. ensure that the target device screen is unblock and that the application in installed.
    Based on the error information, it seems that you are trying to deploy the application on the Windows Phone Device. Then what Windows Phone OS are you using? Can you run
    the application by using the Windows Phone Emulator?
    For deploying the application on the Windows Phone Device, first please try to make sure you have registered your phone for Windows Phone development. For more information, please refer to:
    https://msdn.microsoft.com/en-us/library/windows/apps/ff769508(v=vs.105).aspx . 
    After that please try to make sure that phone screen is unlocked and the project you want to run is set as the default Startup project.
    Besides, please try to refer to the following article about how to deploy and run apps on a Windows Phone device:
    https://msdn.microsoft.com/library/windows/apps/ff402565(v=vs.105).aspx#BKMK_device .
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Bar (Home, Application, Debug, Session, etc) is not visible

    Hello,
    The Apex 4.0 bar (Home, Application, Debug, Session, etc.) is not visible.
    How can I re-enable the bar?
    Thank you!
    Marcelo

    Hi,
    Is it invisible on all your apps ?
    Check your app status
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/bldr.htm#sthref389
    Br,Jari

  • WebLogic 11g: Weblogic-Application-Version not taken into account

    Hello,
    I'm trying to set up Production Redeployment on my EAR, under WebLogic 10.3.6.
    However, I can't figure out how to make Weblogic-Application-Version work in MANIFEST.MF
    Here is my EAR structure:
    MyApplication
    --- APP-INF
    --- --- lib
    --- --- classes
    --- META-INF
    --- --- application.xml
    --- --- weblogic-application.xml
    --- --- MANIFEST.MF <- file I update
    --- WebApp1
    --- --- META-INF
    --- --- --- MANIFEST.MF
    --- --- WEB-INF
    --- --- --- classes
    --- --- --- lib
    --- --- --- web.xml
    --- --- --- weblogic.xml
    --- WebApp2
    --- --- same as WebApp1
    MANIFEST.MF content is the following:
    Manifest-Version: 1.0
    Weblogic-Application-Version: VERSION_1
    The problem is that it's not taken into account when I deploy the application in the WebLogic console.
    When I use staged mode, the line Weblogic-Application-Version: VERSION_1 is removed from the staged MANIFEST.MF file.
    The only way to manage to version my application is to add the flag -appversion to weblogic.Deployer, but I don't want to use that on a Production environment (and it's not recommended in the documentation!).
    Any idea why Weblogic-Application-Version not taken into account? I tried to add debug mode to node weblogic/debug but with no success.
    Thanks by advance,
    Julien

    I tested it at my end and was able to redeploy it successfully with the application versions.
    Are you saying that by deploying through weblogic console,the archive version is not honoring/getting picked up .is that correct?
    if yes, what does your weblogic console shows for archive version,when you first try to deploy your application with the VERSION_1.
    I mean,when you are on the "Optional Settings" Page.Do you see the Archive Version as VERSION_1?
    Deployments >> Click on the Install >> select your application ( MyAPP)>> Install this deployment as an application >> Select deployment targets >> Optional Settngs
    Example from the Optional settings Page for My application
    What do you want to name this deployment?
    Name: MyAPP     
    Archive Version:     
    VERSION_1
    This can confirm that the application being deployed is versioned one and if it doesn't shows up,then you need to check why its not getting picked up.?
    Moreover,You can enable the "deploy" debug flag to see whats going wrong in your case during the deployment process
    Server > Debug > Weblogic > Deploy
    Do refer the below viewlet on the Production Redeployment
    http://download.oracle.com/otn_hosted_doc/wls/redeployment/wls-side-by-side-non-annotation_viewlet_swf.html

  • PL/SQL Debugging not working on VS 2005

    Hello,
    I'm trying to debug a PL/SQL procedure from Oracle Explorer on Visual Studio 2005 SP1 (German), but it doesn't work. It seems as debugging runs, the process OracleDebugger.exe starts.
    I can even stop debugging, and the process stops. But I can't "Step Into", and breakpoints are not reached. The procedure should insert a row, COMMIT is inside (only to test it). The row is not being inserted. When I only "Run" the procedure from Oracle Explorer, it works, the row is inserted.
    The Output Windows shows only the following:
    PL/SQL-Debugger wird gestartet.
    PL/SQL-Debugger benutzt Port 55991 als Listener.
    The port is open.
    My config data:
    - Oracle Server 10.2.0.3 running on development machine. CPUJan2007 applied.
    - Visual Studio 2005 (German) with SP1
    - ODAC (with ODT) 10.2.0.2.20
    - Windows XP Professional SP2 (German)
    - Oracle Application Debugging is not checked.
    Debugging Oracle procedures from Visual Studio has never worked for me. I've read the forum, but I found no solution.
    The trace file for the debugging (after ALTER system SET events = '10590 trace name context forever, level 4098';) contains the following:
    *** SERVICE NAME:(<real SERVICE_NAME comes here>) 2007-04-12 11:01:57.154
    *** SESSION ID:(517.97) 2007-04-12 11:01:57.154
    kgasct_connect_tcp
    kgasiu_init_uga
    kgassn_setup_ns
    kgassg_setup_gbh
    kgassg_setup_gbh: initialized gbh 0x0A7DF9AC
    kgasct_connect_tcp: connecting NS (ADDRESS=(PROTOCOL=tcp)(HOST=<real IP address comes here>)(PORT=55991))
    kgasct_connect_tcp: nscall conn 0 conn_ns 0 32767 2048 2038 f4ffe9ff 6014 e881 0 c60e
    kgasct_connect_tcp: nscontrol 10
    skgaser_evt_register 0 1
    skgaser_evt_register: sock 2500
    skgascm_call_mon 0x05080000 1 2500
    skgascm_call_mon: call 2680 0x1F15C8F0 2580
    skgaser_evt_register: 0 2500
    kgasct_connect_tcp: 0 0x1F15C8F0
    kgass_send 0 14 0
    kgass_send: 14 0 0 14 0
    kgasr_recv 0 14 1 60 60
    kgasra_recv_avail 0 60
    skgasew_evt_wait 0 0
    kgasra_recv_avail: 1 0 1
    kgasr_recv: read 14 oer 0
    kgasr_recv: 14 oer 193643544
    kgass_send 0 25 0
    kgass_send: 25 0 0 25 0
    kgasr_recv 0 4 1 -1 180
    kgasra_recv_avail 0 4294967295
    skgasew_evt_wait 0 0
    skgasew_evt_wait 0 30
    Any help would be really appreciated.
    Thank you.
    Nicolas

    Hm.. try setting your port range to 1271 up to 1271 since we know that port works. Make sure SQLDeveloper is closed down.
    There was a memory corruption bug affecting ODT PL/SQL Debugging in 10.2.0.2.20 although so far I have only seen reports of it affecting Application Debugging. Maybe it is causing your problem. If that is the case, the odds are decent that this would work on another machine, or it may start working for you after opening random projects, etc. Try doing the debugging with no Visual Studio project open as well. I'll see if there are other diagnostics we can do.
    If you could send an email to [email protected] so I can track this, that would be great!

  • Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Unistall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Uninstall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    I had gotten a similar problem, except with "provider services", i believe, but i solved it by copying sqlite3.dll from E:\Program Files\Common Files\Apple\Apple Application Support to E:\Program Files\Common Files\Apple\Mobile Device Support. doing that solved my first problem, but now i have been getting the error described in this topic (unable to load dataclass info... etc.). i tried reinstalling itunes (i already had 9.1.1, and thats what i reinstalled) by using the method described on apples site (using the "remove programs" tool in the control panel) and then downloading and installing itunes. when i opened it again, i still got the same error, and just now i got an error saying "the instruction at "0x00aadb6b" referenced memory at "0x00000008". the memory could not be read" it gave me the option to cancel and debug, or to press ok and terminate the program. I tried pressing cancel, and the popup went away but nothing else happened. a minute later the popup was back, so i pressed ok and itunes quit. Upon opening Itunes again, i got the very same error. sorry for the long post, but its really been bugging me. thanks for any help you might give, and if you need anymore info, feel free to contact me.

  • "application descriptor not found" when trying to create .ane file

    I have been trying to create a very simple native extention for the better part of a week now and I just can't seem to figure it out.
    Using tutorials and guides from the following sources:
    http://www.adobe.com/devnet/air/articles/extending-air.html
    http://www.adobe.com/content/dam/Adobe/en/devnet/devices/pdfs/DevelopingActionScriptExtens ionsForAdobeAIR.pdf
    http://custardbelly.com/blog/2011/09/21/air-native-extension-example-ibattery-for-ios/
    I managed to get up to the point where I need to create the ane file, but I am getting "application descriptor not found".
    So, here is the detailed explanation of everything I have done to date. Can someone tell me where I have gone wrong?
    1. On the mac, I created an xcode project, using the iBattery example code from the link above, I managed to create static library .a file. I am not going to discount the possiblity that there are many errors still in this file, but I am going to assume for the moment that my current problem is not related to any issues in this static library.
    2. Copied the static library "DaveExtention.a" to my PC where I have flash CS5.5 installed (yes, I know there is a typo in the name)
    3. In my app folder, I created a lib folder that now contains the following files:
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\DaveExtension.fla
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\DaveExtension-app.xml
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\com\extensions\DaveExtension\DaveExtension.as
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\com\extensions\DaveExtension\BatteryStateEnum.as
    I set my project to compile an swc into the build folder and simply put the following code into my project:
    import com.extensions.DaveExtension.BatteryStateEnum;
    import com.extensions.DaveExtension.DaveExtension;
    var ext:DaveExtension = new DaveExtension;
    var batterystate:BatteryStateEnum;
    stop();
    I then publish the swc.
    4. Once the swc is created in the build folder, I copy the libDaveExtention.a to the build folder and create the extension.xml file, which looks like this:
    <extension xmlns="http://ns.adobe.com/air/extension/2.5">
      <id>com.extensions.DaveExtension</id>
      <versionNumber>1</versionNumber>
      <platforms>
        <platform name="iPhone-ARM">
            <applicationDeployment>
                <nativeLibrary>libDaveExtention.a</nativeLibrary>
                <initializer>ExtInitializer</initializer>
                <finalizer>ExtFinalizer</finalizer>
            </applicationDeployment>
        </platform>
      </platforms>
    </extension>
    5. I make a copy of the swc file and rename it to .zip... I then extract library.swf from it and delete the zip. My build folder now looks like this:
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\DaveExtension.swc
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\extension.xml
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\libDaveExtention.a
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\library.swf
    6. I downloaded the flex 4.5.1.21328 sdk and the Air 3.0 sdk, which I copied into the flex sdk folder (which is located in "D:\SDKs\flex_sdk_4.5.1.21328")
    7. In my build folder, I create a simple batch file called buildane.bat with the following command:
    D:\SDKs\flex_sdk_4.5.1.21328\bin\adl -package -target ane DaveExtension.ane extension.xml -swc DaveExtension.swc -platform iPhone-ARM library.swf libDaveExtention.a
    8. I then open a command prompt to my build folder and run buildane.bat and this is my output:
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build>buildane.bat
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build>D:\SDKs\flex_sdk_4.5.1.21328\bin\adl -package -target ane DaveExtension.ane extension.xml -swc DaveExtension.swc -platform iPhone-ARM library.swf libDaveExtention.a
    application descriptor not found
    No matter what I try, I can't get passed this.
    Can anyone tell me what I am doing wrong?

    >>D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build>D:\SDKs\flex_sdk_4.5.1.21328\bin\adl -package -target ane DaveExtension.ane extension.xml -swc DaveExtension.swc -platform iPhone-ARM library.swf libDaveExtention.a
    Either its a typo or by mistake you wrote adl in yout bat file. Change it to adt since that is the file that will package your ane. adl is just used for debugging/running on Desktop.
    Hope this helps. let me know how it goes.
    Thanks,
    Meet

  • OC4J JSP Debugging not working for all the jsps

    Hi,
    Initially I was not able to debug jsps using Eclipse and OC4J. The jsp debugging started working once I made the below changes:
    1) global-web-application.xml is modified
    Changed the attribute development="true" in orion-web-app
    Added the below init param for the JspServlet
    <init-param>
    <param-name>debug</param-name>
    <param-value>class</param-value>
    </init-param>
    If the jsps are present in a sub directory under the webcontent none of the breakpoints are working. I am still be able to view the jsp pages on the browser.
    Tools: Oracle 10g Application Server Standalone version(10.1.3.5.0), JDK5, Windows XP, Eclipse Indigo
    Project Structure:
    Test (Eclipse Dynamic Web Project)
    -WebContent
    Sample.jsp ( Breakpoints are working)
    -subF (Folder)
    SubSample.jsp (Breakpoints are not working)
    -WEB-INF
    web.xml
    Debugging worked for http://localhost:8888/Test/Sample.jsp
    Debugging not working for http://localhost:8888/Test/subF/SubSample.jsp
    Any help is highly appreciated.
    Regards
    Danny

    This tells there is not enough main memory (not disk space) for the program to run.
    - You can look the dump in ST22, it will have suggestions on increasing the ROLLAREA??, you can forward that to Basis.
    - Most likely you will not have any more memory to assign so the above may not be feasible. Try to rework your query so it works with less data.

  • Urgent: Error in idoc(Application document not posted)

    Hi experts,
    i am getting the error in R/3 side when i am extracting data from it.
    i checked with WE07 it's shows the error as follows
    "Application document not posted".
    it's been urgent how to resolve this issue. please through a light on it.
    Regards
    Harikrishna N

    Hi Hari,
    You start error processing by executing the corresponding work items in your Business Workplace. If a file read error could be corrected, for example, the IDocs which have not yet been read can be read and stored in the database manually, by starting report program RSEINB00.
    This could be the reason for ur error..
    IDoc could not be generated under MC
    EDIN: Evaluates the partner data from the MC record
    TS70008037
    No process code in the additional partner profile MC parameters; Error when writing the application data in the IDoc.
    this link givs u the req info
    [http://help.sap.com/saphelp_nw70/helpdata/EN/dc/6b7f1543d711d1893e0000e8323c4f/frameset.htm]
    Hope it helps U
    Regards,
    NR

  • Application does not work properly when I press a CommanButton

    Hi all, I am having a problem with weblogic 10.3.5.
    It turns out that an application built with JDeveloper 11.1.5, I test it, and everything goes well in the JDeveloper integrated Weblogic.
    But when deploy in a standalone weblogic 10.3.5 server, the application does not work properly when I press a CommanButton to go to another page search (the property "action" is set correctly) , but nothing happens, stays in the same home page. Similarly when a commanButton link to run a task-flow, It do not work , however in the JDeveloper integrated Weblogic it runs correctly.
    How I can solve these problems?
    Thanks.

    Thanks Frank for help us, but when I writing this comment we are doing at home. So, we going to test the page in a stand alone weblogic server 10.3.5. We wrote the URL as :
    " http://<our ip>:7001/myApp/faces/index.jspx "
    this application contains a report desing and compiled with iReport 4.5.1 ( last version in the moment ), we can see the report when I press a commanButton without any problem.
    But now, we need try your suggestions in the office, and give you more information about it . Thanks for the moment.
    In the Afternoon we gonna give you more information about it .

  • Webdynpro application Debug Configuration problem

    Dear Friends,
    I am trying to WebDynpro application debug Configuration.
    But I could not find the Debug Configurator link under portal's System Administrator -> System Configuration -> Web Dynpro Console -> Settings
    My portal version is
    J2EE Engine : 6.40 PatchLevel 105424.313
    Portal : 6.0.18.1.0
    KnowledgeManagementCollaboration : 6.0.18.0.0 (NW04 SPS18)
    Can anybody help me where I am wrong and how can I do Java WebDynpro application debug configuration can do?
    Thanks in advance
    Lakshmikanthaiah

    Hi,
         As for as I know the debug configurator is available in NW04s SP 12. See this 
    <a href="http://209.85.175.104/search?q=cache:0172QKC3AU4J:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb32c5-36a7-2910-2c9b-ba4a5bbdbb56debugconfiguratorwebdynpro&hl=en&ct=clnk&cd=1">web dynpro debug configurator</a> link
    regards,
    Siva

  • DEBMAS - 'Application document not posted'

    HI,
    We are passing DEBMAS and ADRMAS from MDM to R/3 via XI.
    ADRMAS gets posted successfully.
    However in case of DEBMAS we get Error 51 'Application document not posted'.
    While debugging we found that the messages are not passed to T_BDCMSGCOLL (include LVV02F3J) in R/3.
    Please find the screen shot attached with the error.
    This is extremely urgent  as this affects our production schedule.
    Thanks in adv.
    Gary

    Hi AN,
    The problem is there is no message from SAP which tells me y this error has occurred.
    Earlier I got error messages like some filed is mandatory etc.
    I figured out to fill these fields.
    Now I am stuck as i do not  know what to do next.
    Thanks in adv,
    Gary.

  • Error: Application document not posted

    hi,
    while posting IDOC into R3, I got below error in WE05.
    under status records
    51  Error: Application document not posted
    Account group is not defined in table T077K
    reward points always helpful for helpers.
    Regards,
    Nageswari

    HI,
    Check the posting program use call transaction, if no analyze the error message and fix the problem. If yes then debug your program step by step until you hit the error screen.
    If error in IDoc data , then Exit the IDoc restart from BD87, else problem with application configuration, restart from beginning.
    --related Data error contact your Functional team
    Also see the below links
    IDOc testing - /people/suraj.sr/blog/2005/12/29/generate-test-case-for-an-idoc-scenario
    /people/sravya.talanki2/blog/2005/10/27/idoc146s-not-reaching-xi133-not-posted-in-the-receiver-sap-systems133
    idoc erros - http://help.sap.com/saphelp_nw04s/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    Regards
    Chilla

  • Log4j not writing the llog file

    Hi
    I have a webapplication hosted on WAS,which is not writing the log file.Does anybody know the reason.?
    I have checked the log4j many times.it seems ok.as same file is working in another environment.
    Any help would be appreciated.
    Thanks
    Akash.

    Hi .the problem is solved.i changed the classloading as APPLICATION instead of MODULE in application.xml.
    Thanks.
    Akash.

Maybe you are looking for