For Debug Problem.....

Hi All..
           I am doing Webdybpro application. For that i am putting break point in Funtion Module side(ABAP). Still Friday break points are working.
          But today moring onwards the break point are not working. So i am unable to debug the function module code from Webdynpro side.
         Anyone knows what is the reason...?
         Please reply ASAP....
Thanks and Regards
Gobinath.R

Hi gobinath,
check in your visual adim..do the following steps
1)Go to VA->configuration Adapter->cluster_data
2)Expand clusted data and find Propertysheet--->Switch to change mode
3)Change Server's debug mode to 'yes'
4)Click on the pencil icon in the tool bar and confirm.
5)Log off VA and restart the sever
refer the following thread
Debugging in Webdynpro java?
Re: Debugging ABAP Code From Within WebDynpro
Regards,
P.Manivannan

Similar Messages

  • Adobe Photoshop CS6 provides no engine for debugging

    Hello,
    I've been trying to diagnose a problem with my wife's copy of CS6 Web and Design premium. Basically it's unable to run any JSX script that requires the Debug engine. I receive the error message 'Adobe Photoshop CS6 provides no engine for debugging' - trying it on Illustrator also gives a similar error. Persisting by clicking the 'play' button brings up a popup error message that says 'Unable to Run Script' or something similar.
    Note that if I hack our JSX script to bypass the debug engine it works fine - except certain PSDs will cause CS6 (and my older copy of CS4) to crash, so this is only a stopgap measure. Disabling OpenGL on CS4 seems to prevent crashing but it's not an option on the wife's copy since she's a full-time artist and I'm not.
    This is what I've had to change -
    $.level = 2;    // debug level: 0-2 (0:disable, 1:break on error, 2:break at beginning)
    debugger;        // launch debugger on next line
    Changing the $.level = 0 lets me continue without issue.
    This problem does NOT exist on my laptop using the same installer downloaded from Adobe.com. (I use trial version for testing, she uses her serial no.)
    Is it possible this problem persists because I uninstalled an old copy of Photoshop CS5 (standalone installation) AFTER installing CS6 Web & Design (multiple programs)?
    I've tried uninstalling and reinstalling CS6, but the problem persists.
    Please help, our jobs rely on this. >.<
    Worst case scenario I'll copy the entire install folder over from my laptop to try and fix the problem but I'd rather not have to since we're currently working in different countries and I can only use Remote Assistance to help.

    The problem is the SCRIPTS work - the debugging engine is what's missing for some reason. Even if there's a way to just cleanly uninstall everything so I can start from scratch without formatting the hard disk would be a good solution. (since apparently I think I missed some files somewhere on the last uninstall)

  • PLS-00801 error during compile for debug

    Hi,
    I am working as an oracle consultant, hired by an insurance company to rewrite some stuf they made...
    They are using a lot of procedures with nested functions/procedures instead of packages :-(
    Something strange happens though. if you have a procedure with a global cursor declaration, used as a parameterrowtype in a nested function/procedure, the source will not compile to debug (error PLS-00801), unless you delare a global rowtype of that cursor. I pasted some test source within this e-mail where the error is reproducable.
    If the commented line ' -- rg_tst cg_tst%rowtype;' is enabled, the procedure will compile. when its commented, it will compile normally, but NOT with debug option...
    Anyone familiar with this prob?
    thanx,
    Peter Boekelaar,
    Holland
    Test-source
    CREATE OR REPLACE PROCEDURE p_debug_test
    AS
    cn_max_date CONSTANT DATE := TO_DATE('12/31/2005','MM/DD/YYYY');
    CURSOR cg_tst( b_param1 NUMBER )
    IS
    SELECT ADD_MONTHS(TRUNC(SYSDATE), b_param1) tst_date
    , USER tst_user
    FROM dual;
    -- rg_tst cg_tst%rowtype;
    FUNCTION f_date_is_valid( i_cp_tst IN cg_tst%ROWTYPE
    , i_max_date IN DATE
    ) RETURN BOOLEAN
    IS
    BEGIN
    RETURN (i_cp_tst.tst_date <= i_max_date);
    END;
    BEGIN
    FOR rg_tst IN cg_tst( 6 )
    LOOP
    IF f_date_is_valid( rg_tst, cn_max_date )
    THEN
    DBMS_OUTPUT.PUT_LINE( 'Yep1' );
    END IF;
    END LOOP;
    END;

    Fundamentally it means the database connection has been lost, but they may be an underlying error.
    Try the following to give yourself more chance of seeing the underlying error.
    1. Run sqldeveloper from <sqldev>\sqldeveloper\bin\sqldeveloper.exe. This will leave a console window open.
    2. If the problem occurs, look for error messages in the console.
    Can you compile other procedures for debug without the error? Try creating a minimalist for testing.

  • Compiling differently for debug and release

    I want to produce slightly different .class files for my debug and release compilations. For debug, methods like toString() should return rich information which should not be present in the release version. In fact, I want most of my debug specific code to not be included in the final release to keep ti's file size down.
    I realise I can do this by creating something like
    public interface MyGlobals {
        static final boolean DEBUG = false;
    }and implementing this on any class that needs to do debug specific work. However, I'm in a bit of a chicken and egg scenerio. This file needs to exist during development time so that every class that needs it can implement it - however, this would prevent me from dynamically changing it based on whether I'm doing a debug or release build. On the other hand, if the file is generated automatically at compile time, all the classes that need to refer to it will need to refer to a non-existant source file, which will cause problems in my NetBeans IDE.
    Is there a way around this? It would be nice if there was some sort of a configuration file you could specify to to alter how the code is generated. Something similar to C++ #ifdef.

    I realise I can do this by creating something like
    public interface MyGlobals {
    static final boolean DEBUG = false;
    /code]You should be careful about this, by the way, rember that this kind of constant value gets compiled in to classes that reference it, and java doesn't always pick up the need to recompile when the source of MyGlobals changes.
    On the other hand, if you don't declare it final then the compiler can't optimise out code that you want it to exclude for you.

  • Debugging problems on iPad

    I have two applications, and 4.7 installed in two different PCs (64 bits one and 32 bits the other one).
    In one PC (32 bits) both apps can be tested with no problem at all. In the other one (64 bits) I debugged one of them once, but now I can't debug any of them.
    Problem description: device is there and connected, debug begins, says it's installing and seems to finish it well. It waits for me to initiate the app, but the app is not there. No app for debugging in the iPad.

    Hi,
    A similar issue has been logged and is being tracked. Please refer to below bug for more description.
    http://bugs.adobe.com/jira/browse/FB-33478
    Workaround: Even though ipa is not installed on the device, ipa will be generated in the specified output folder(bin-debug).Using iTunes install the ipa on the device and launch the app to make a debugger session.
    Let me know if you require more information.
    Thanks,
    Sanjay

  • JApplet debugging problem

    Hi there all:
    I'm having a problem with debugging a JApplet. I created a new workspace, project and applet and didn't make any changes to anything. When I try to debug the applet, I get these messages:
    System Error: java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup )
    System Error: java.lang.Object java.lang.Class.newInstance0()
    System Error: java.lang.Object java.lang.Class.newInstance()
    System Error: java.applet.Applet sun.applet.AppletPanel.createApplet(sun.applet.AppletClassLoader)
    System Error: void sun.applet.AppletPanel.runLoader()
    System Error: void sun.applet.AppletPa
    System Error: nel.run()
    System Error: void java.lang.Thread.run()
    If I change the object from a JApplet class to an Applet class, I can debug just fine.
    Anyone know what's going on here?
    Thanks
    Jeff

    Me again. Was doing some searching on the net about this one since I've gotten no response.
    Found this at Inprise (Borland) about a debugging problem with JBuilder3 (I assume that the base of jdev is still JBuilder).
    http://community.borland.com/article/0,1410,19739,00.html
    To quote from their document--------
    Question:
    I can't seem to debug Applets with JBuilder3 Standard. If I attempt to debug my Applet
    I recieve the following error:
    java.security.AccessControlException: access denied (java.lang.RuntimePermission
    modifyThreadGroup )
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:195)
    at java.security.AccessController.checkPermission(AccessController.java:403)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
    Why?
    Answer:
    In a nutshell this is an installation problem with JBuilder3 Standard edition.
    The install for JBuilder3 Standard did not provide the file 'DebugApplet.policy'.
    To resolve this problem download the file from the following URL:
    http://www.borland.com/devsupport/jbuilder/downloads/DebugApplet.policy
    After you have downloaded the file, copy the file to your JBuilder3\bin directory.
    This will fix the problem.
    You can also cut and paste the following:
    (NOTE: create the file DebugApplet.policy in your JBuilder3\bin directory)
    //DebugApplet.policy
    // These policy permissions are needed for the AppletViewer used by sun.tools.debug.
    grant {
    permission java.lang.RuntimePermission "accessClassInPackage.*";
    permission java.lang.RuntimePermission "modifyThread";
    permission java.lang.RuntimePermission "modifyThreadGroup";
    permission java.net.SocketPermission "*", "accept, connect, listen, resolve";
    permission java.util.PropertyPermission "appletviewer.version", "read";
    permission java.io.FilePermission "<>", "read";
    permission java.security.AllPermission;
    Could this be a problem in JDev3 too?
    Jeff
    null

  • How to display the message for debugging on jboss console

    Hi every body,
    I have found the classcastexception. For resolving this problem, I want to display messages for debugging on jboss console.
    Can any body help me to solve this problem.
    Thanks
    Best regards,

    I have found the classcastexception.So fix it, what do you need debugging statements for?
    I think you mean "I need to find a ClassCastException in my server code, but I haven't got a stack-trace, so I can't figure out where to put a printStackTrace() statement... so I need to put some debug statements in the code, but I'm not even sure where they will be displayed."
    Am I warm?
    Well, I don't know about jBoss, but weblogic server sends its standard output stream back to the standard output stream of the process which started it... so you redirect stdout to a file when you start your server, and then you can tail it or whatever... and then of course you just do System.out.println statements.
    Hope that helps. Keith.

  • 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.

  • Debugging problem

    hi,
    I want to debug my AIR app built with Flash Builder on the iPad. I followed the instructions on
    http://renaun.com/blog/2010/11/debugging-air-apps-on-idevices-with-flash-builder-4-or-burr ito/
    I compiled my application using the -debug option. While creating a debug version of the IPA using the -target ipa-debug option , I get the following error
    Exception in thread "main" java.lang.Error: Unable to find named traits: mx.collections.errors::ItemPendingError
            at adobe.abc.Domain.resolveTypeName(Domain.java:195)
            at adobe.abc.Domain.resolveTypeName(Domain.java:112)
            at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:274)
            at adobe.abc.GlobalOptimizer$InputAbc.readCode(GlobalOptimizer.java:983)
            at adobe.abc.GlobalOptimizer$InputAbc.readBody(GlobalOptimizer.java:531)
            at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:404)
            at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:280)
            at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:160)
            at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcode(AOTCompiler.java:329)
            at com.adobe.air.ipa.AOTCompiler.GenerateMacBinary(AOTCompiler.java:600)
            at com.adobe.air.ipa.IPAOutputStream.compileRootSwf(IPAOutputStream.java:196)
            at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:366)
            at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:65)
            at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:165)
            at com.adobe.air.ADTEntrypoint.parseArgsAndGo(ADTEntrypoint.java:132)
            at com.adobe.air.ipa.PFI.parseArgsAndGo(PFI.java:152)
            at com.adobe.air.ADTEntrypoint.run(ADTEntrypoint.java:68)
            at com.adobe.air.ipa.PFI.main(PFI.java:112)
    I am using the following command for creating the ipa
    "pfi -package -target ipa-debug -connect  -provisioning-profile myProvisioningProfile.mobileprovision -storetype pkcs12 -keystore ipad_dev.p12 -storepass pass "SampleIPadApp.ipa" "SampleIPadApp-app.xml" "SampleIPadApp.swf"
    I have tried all options for connect(with ip etc. as mentioned in the developer guide) but getting the same error.
    On googling for the problem, the only thing I deduced was that you get this error when you use the debug version of .swf file. But in this case I do want the debug version. Second problem could be if you are using referencing a swc via RSL. I am not using any and moreover i am able to succesfully create ipa with the -target ipa-test option.
    In the blog post mentioned above there's a note by the author that - "I used ActionScript 3 project in this post because currently Flex has issues when packaging an ipa with a debug SWF."   Is this still true? Has anybody been able to succesfully debug their app(developed in Flex) on iDevice?
    Regards,
    Vrushali

    hi,
    I managed to solve the problem by using the compiler from Flex SDK 3.6. Earlier I was using Flex SDK 4.1. Don't know what problems I'll face later on. I wonder if developing iPhone app in Flex is advisable or not. Mabe its better to have a pure ActionScript project.
    -Vrushali

  • Help reqd to config.Eclipse + Lombaz for debugging on Weblogic 8.1

    By: c srini
    Help-Eclipse Lombaz config -debug on Weblogic [ reply ]
    2005-07-12 21:31
    Require help to configure my project in Eclipse with Lmbaz onto Weblogic 8.1.
    Following is a brief scenario of my problem:
    I have an existing web-based project that i need to import into Eclipse.
    I have Eclipse 3.0 and Lombaz 3.0.1. I use this with Weblogic 8.1, JDK 1.4.2 and Ant.
    My project requires some environment xml files to be loaded and i have them set in the classpath.
    I am unable to import the project and start it in the remote debugging perspective.
    Can you please help me import my project into Eclipse and to use Eclipse with Lombaz for debugging on Weblogic?
    The following is a part of what i have in my build file.
    This shows the diorectory structure as it exists in my project and the build directories(from which the war is created)
    <property name="src-root" value="C:/my-project" />
    <javac srcdir="${src-root}/src"
    <target name="copyfiles" depends="init">
    <fileset dir="${src-root}/js" >
    <fileset dir="${src-root}/css" >
    <fileset dir="${src-root}/images" >
    <fileset dir="${src-root}/html" >
    <fileset dir="${src-root}/jsp" >
    <fileset dir="${src-root}/letters" >
    <fileset dir="${src-root}/envXML" >
    <copy todir="${build}/WEB-INF" >
    <fileset dir="${src-root}/DD" >
    </fileset>
    </copy>
    <copy todir="${build}/WEB-INF" >
    <fileset dir="${src-root}/tld" >
    </fileset>
    </copy>
    <target name="init">
    <mkdir dir="${build}" />
    <mkdir dir="${build}/css" />
    <mkdir dir="${build}/js" />
    <mkdir dir="${build}/images" />
    <mkdir dir="${build}/template" />
    <mkdir dir="${build}/RMDEnv" />
    <mkdir dir="${build}/RMDTemp" />
    <mkdir dir="${build}/RMDLog" />
    <mkdir dir="${build}/RMDLog/AppLog" />
    <mkdir dir="${build}/RMDLogLog/DebugLog" />
    <mkdir dir="${build}/WEB-INF" />
    <mkdir dir="${build}/WEB-INF/classes" />
    <mkdir dir="${build}/WEB-INF/lib" />
    <!-- mkdir dir="${root}/WEB-INF/classes/src" / -->
    </target>

    good that you posted the SoniqMQ params.
    You have configured WLS to look for the Local JNDI names in the MQ params.
    You need to use
    "SonicMQSampleQ1" for destination-jndi-name
    AND
    "SonicMQQueueConnectionFactory" for connection-factory-jndi-name
    Hope this helps.
    Thanks and regards,
    Pazhanikanthan. P

  • PKGBUILD for LPCXpresso - problems with ldconfig in installer

    Hi,
    I am actually trying to install LPCXpresso 7.3.0 on Archlinux, but of course I don't want to do this the dirty way (just use the installer and install it without pacman). Instead I want to install it with an PKGBUILD, which is quite hard, because it uses some binary installer thing.
    First of all here the PKGBUILD I made so far:
    pkgname=lpcxpresso
    pkgver=7.3.0
    pkgrel=1
    pkgdesc="LPCXpresso"
    arch=('i686' 'x86_64')
    license=("custom")
    source=("https://s3.amazonaws.com/LPCXpresso7/Installer_LPCXpresso_7.3.0_186_Linux-x86.tar.gz")
    md5sums=('0bb976bdbb4ca91d36f4155a8f0ba912')
    build() {
    cd "$srcdir"
    ./Installer_LPCXpresso_7.3.0_186_Linux-x86 --mode silent --prefix "$pkgdir/opt/lpcxpresso/"
    I know that there aren't any deps yet and that I should use a package() function. But I just wanted to get the install process itself working before I add those things.
    The problem is, that in the .tar.gz file there is one binary install file. At the end of the installation process, there are ldconfig calls, which fail (due to no writing permission for /etc/).
    I could not patch those ldconfig calls out, or trick the installer somehow to think they executed succesfully. I don't know how to extract files out of this binary by myself (this would be helpful, because then I can do the install process via script).
    For Debugging: After installation has finished (even with an error) a file named unpack.ini should be in /tmp/ijtmp_*/ which contains license and install steps. I tried to use --debug, but it did nothing.
    I think there are two types of possible solutions:
    1) extracting and copying the files out of the installer binary by script
    2) tricking the installer that it executed ldconfig successfully and then run ldconfig by script/hand (or do nothing).
    Any hints how to get this thing to install?
    Last edited by Evilandi666 (2014-08-24 11:45:41)

    Some more Info: The install binary is created using installjammer, but I still did not find a method to extract it.
    Last edited by Evilandi666 (2014-08-24 13:40:38)

  • Techniques for debugging

    Hello  gurus,
    as this is technical question but still,
    Can you plz give  me the techniqe for Dbugging
    Thank you

    Hi,
    /h is used for debugging
    whenever you face a problem in SAP execute the same transaction again and then enter /h in the command field. this will swith on the debugging mode and then the program will be displayed and  you will have control on each step.
    The following keys are used by abapers.
    F5 to (single step) is used to execute the statment step by step.
    F6 is used to execute only a Perform statment.
    F7 is used to execute come out of the Perform statment
    F8 is used to execute completly.
    Before you go to debugging mode you should be aware of some of the technical terms like.
    Parameter
    Select option
    Variables
    Constant
    Tables
    Structure
    Data field
    Function module
    Sub routines
    Modular program
    and so on

  • Produce a FMB for debugging Only ..!!??  Developer 6/6i

    Is it possible to produce a FMB for debugging pusposes only.Meaning that i want to make my FMB valid for tracing and debugging Only and it produces an invalid FMX OR a fmx with a MARK like "for Debugging only" that can't be removed through the FMB....
    Is there anyway to do that...Oracle Designer or any other tool ???

    I have the same problem, I have been killing myself to configure tnsnames.ora in different ways but that never worked. Except sqlplus, not a single front end tool is able to connect to database. And the surprising part is sqlplus does not require any connect string in order to connect to database, just the username and password suffice. I would really appreciate if anybody could help in this regard. I have tried another software like Erwin data modelling tool to connect to database but ... only frustration...Please help.
    Thanks,
    Mohammad

  • I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.

    I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.  Thanks

    sandyzotz wrote:
    Other wise, I probably best return for a refund and get a Samsung.
    Unlikely.  Based on the complete lack of detail of the issue provided it is entirely possible the same issue would occur.
    Unless and until the user provides some actual details of the problem, there is nothing the indicate that the issue is with the iPhone.

  • HT204266 My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

Maybe you are looking for