Debugg,profiling PJCs

HI ,
I have a problem.
I'm using a formsserver 6i patch 12 with the if60cgi,and not the servlet.
The Formsserver uses IIS as web server.
I've tried to adapt the white paper about debugging PJCs(in fact I'm interested in optimizing the PJC).
So:
The forms server name is : marius2001 on port 80.
I've done the steps with the creation of the html file in the JDev project .Here is the content of the debug_pjc.html file :
<HTML>
<HEAD><TITLE>Debug My PJC</TITLE></HEAD>
<BODY>
<APPLET CODEBASE="marius2001:80/forms60/java"
CODE="oracle.forms.engine.Main"
ARCHIVE="f60all_sandu.jar"
WIDTH="1000"
HEIGHT="700">
<PARAM NAME="serverURL" VALUE="http://marius2001:80/dev60cgi/ifcgi60.exe ">
<PARAM NAME="serverArgs" VALUE="module=teste_wme.fmx userid=fes/[email protected]">
</APPLET>
</BODY>
</HTML>
After copying the registry.dat file in a local folder where the JDev found him,I'm still receiving the folowing error:
Bad machine specification:
http:/marius2001:80/dev60cgi/ifcgi60.exe:-1
java.net.malformedURLException:java.lang.StringIndexOutOfBoundsException
Does anyone has a ideea why is this happening?

It's me again Duncan,
I've managed to have a working instalation of Fserv6i patch 12+Apache+ Jserv and use the servlets for running the forms.
However,the same error wich previously shown,it's now raising again : java.io.MalformedURLException
I'M now using
<PARAM NAME="serverURL" VALUE="http://marius2001/servlet/f60servlet">
<PARAM NAME="serverArgs" VALUE="module=teste_wme.fmx userid=fes/[email protected]">
as you previously said
Any more ideas?
Thanks

Similar Messages

  • XQuery debugger/profiler support in Oxygen XML Editor

    Starting with version 11, Oxygen XML Editor (http://www.oxygenxml.com) added support for debugging and profiling XQuery interrogations on Oracle Berkeley DB XML database.
    Please check the video presentation at: http://www.oxygenxml.com/demo/BerkeleyDebugger/BerkeleyDemo.html
    A description of the Oracle Berkeley DB XML database support can be found at: http://www.oxygenxml.com/Berkeley_support.html
    Best Regards,
    Stefan
    Stefan Vasile
    <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
    http://www.oxygenxml.com

    No, it is not built on top of Netbeans. The plugin framework is JPF(http://jpf.sourceforge.net) and the docking framework is vldocking(http://www.vlsolutions.com/en/products/docking/).
    XPontus XML Editor is a standalone Java Swing application for now. The integration with Netbeans and Eclipse is planned for future releases. That will depends on the team's knowledge of Netbeans Platform and SWT.
    Thank you for your interest in XPontus XML Editor
    Yves Zoundi
    http://yveszoundi.blogspot.com

  • How to block ABAP Debugger Controls Session 1 (Exclusive) pop-up ?

    Hello dear experts,
    Whenever I save my report after my first debugging, the program automatically pops-up open a debugger window of controls session 1.  I tried to delete all the breakpoints but it still kept coming.
    Kindly, help me with this issue, it's actually obstructing a lot of work.
    Thanks and regards,
    Ambareesh J.

    Go to breakpoints tab of debugger, and delete all breakpoints.
    Repeat steps for watchpoints tab.
    Then Go to Menu > Settings, Change debugger profile/settings. Uncheck system and update debugging if they are already checked.
    Then click on Save, and come out of debugger.
    Logout, Login, and Retry.

  • Concurrency Visualizer Extension (VS2013): "An unknown error occurred while trying to start the collection process."

    Not sure if this is the right place to ask about this but since my question concerns an extension I'll give it a shot.
    I'm trying to use the Visual Studio 2013 Concurrency Visualizer extension to debug a simple test console application. I've set executive paging to disabled in the registry as it directed and hit "add SDK to project" in the concurrency
    visualizer menu options. And of course, restarted my computer to apply the settings. When I try to "start [the concurrency visualizer] with current project" I get an error popup:
    "An unknown error occurred while trying to start the collection process."
    I really need the concurrency profiling to start debugging contention in my multithreaded application. Prompt assistance would be much appreciated.

    Hi,
    This forum is to discuss and ask questions about extending and integrating with Visual Studio (using the Extension Manager, building VSX containers for deployment, Visual Studio SDK, and more), Visual Studio Online (REST APIs, service hooks, and OAuth),
    and Team Foundation Server.
    You have problems when using Concurrency Visualizer Extension, please ask in
    the page under "Q AND A". Since Concurrency Visualizer is a diagnostic tool, you can post this issue in
    Visual Studio Diagnostics (Debugger, Profiler, IntelliTrace) forum too.
    Best regards,
    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.

  • Why do i get this pop up message using flah player 8

    I get the following pop up message: Where is the debugger
    profiler running?
    I used a movie from flashkit, embedded it in dreamweaver and
    when i refreshed this message came up, and asked if i was using a
    localhost or if other what was the IP address...
    I have never seen this before, has anyone else?
    Lee

    That is a problem with the Adobe Download Manager (getplusplusadobe16287).
    See
    [[Troubleshooting plugins]]
    [[Troubleshooting extensions and themes]]

  • Nested perform on commit

    How do I figure out where the program is being commited at?
    Technical information about the message:
    Message class....... 00
    Number.............. 081
    Variable 1.......... "NESTED_PERFORM_ON_COMMIT"
    Variable 2.......... "caller: SAPLCRM_BUPA_CRMD_DIALOG"
    Variable 3.......... "program: SAPLCRM_BUPA_CRMD_DIALOG"
    Variable 4.......... "form: BAPI_SAVE_BUFFER"

    I don't have access to CRM System, but my guess is the abort happens somewhere within CALL METHOD lv_global_memory->save_to_database chain. I'd try to do the following:
    1) go to SE91 and do a where used list for message number 081 of message class 00; you should find two uses in program SAPMSSY0; it's the first one, in subroutine %_order_form_level, that is of interest;
    2) set the break-point on the message x081(00) with mpar1 mpar2 mpar3 mpar4 statement or just before it (it's the line number 89 of program SAPMSSY0 in my system);
    3) enable System Debugging and Update Debugging via Debugger menu Settings->Change Debugger Profile/Settings
    4) run the logic that triggers shortdump; debugger should open just before shortdump and hopefully you should be able to figure out the call chain that leads to this error
    What's MSA? Edit in: Ok, I found what's MSA Does that mean you will not be able to debug what's happening in CRM..? Then I'm out of ideas, unfortunately...
    cheers,
    Janis

  • Work on encrypted XML

    I'm making adjustments to some WinCE application from which i nee to read and work a bit with XML file, that looks as follows:
    lock .€Î,«Ãô’ô29e=S&£u"§$N„yž®s¿bÕ…ËéÔXåȯ
    œÍA8âáøV¬ë Ï0UK¨]ªob»ÃRò,©oߣ¡©“‚ÎB¼ÏO%îsÓ(Š Z(«Í‘ù‚aE±ô[ÌÀ»¼dKzzªÐÃËžäòOrÖΛÐüFà&Öæp€ø5 Áø7ˆžfVy6ô$ÈèùÍñ£×ºün"Y~ÏI{K|îÀEê’yÕ$J$c{²Èº®•W;­Hß’Š´ •†
    déÁ¤ÄórQøXˆ=<šàÌ^Žëá}… 1&9¹óR!&í\‘åÙzèàÀkÿÂÚ˜ñq§¡PHQkÕ
    Ðè!é¿á('ûÒ0¶¡ºãoz¾Ýg‘ƒËã‚G6çQȯõq½íø´Œá‹w#<òUô,1;U>PÿâÍß´ñJ¯E¡é„8<ÒˆPŸ*cÊú=,ŽðÎÖ‰¸ÏŠo¨›ÜrEßázSÅá”îÍBür€ýÇ,³^;XQDÛÏûì´ÍŠÀbQôYV®Ö­Óß="Y~ÏI{K|îÀEê’yÕ"@0°À+0aÕ¼snøq½íø´Œá‹w#<òUô,üŒ«=û÷kGŒBPýØb…qR€,¼6ͨÈKh¹&jÄŒ¯0îõ`E_†›IùfÌpk”³C<1½ÇþÑ‹ T1ƒîb¶ä$ܬoŽTËæâ4jº^M¨¶Œ¿ÜA¡à[QšJÎláFý·áƒz%îìÆ›²ÝœPþ~ÉŽÏÇ“7v'E^3.&¹TËæâ4jº^M¨¶Œ¿Ü`ÝHõýTõ "ñc/[ð"a9Á­"b
    Ÿä-<2a#OJ¯E¡é„8<ÒˆPŸ*c¶RôߏÇ~LB€DË÷Jx[ÁÍÅ=a
    &£Û&”sOX¯‘YPË^áþþ!í²­+³;<öÆ7ÿèðËÌ&¾PG
    ´|Ý\ýÁ#F'íyQ7hO%R|nYár©šžø»ÒB¢ „ G ¸šìï…3ðýºy6Êâ{ö <)þXTþÄ'è¼Yy±„¾^ëyò[ß"_£w:Žî,PðÂñ8VgÒ½ü*0ŒIr)Á¹ï•UcÆûîšÃ TËæâ4jº^M¨¶Œ¿ÜGë/”Ü­ÿz^'ÂIäÿX¡¡ß”dW%t”,»î,PðÂñ8VgÒ½ü*0ŒIóŽ"Sq½¯Ký)f%NKfÌpk”³C<1½ÇþÑ‹ë@NøKWFRå"
    š'Ñ:-­€ºdzò~ßÞîò9÷–('ûÒ0¶¡ºãoz¾Ýg‘óßCTaJ™‚ûÖLÞ½¥ÚJ¯E¡é„8<ÒˆPŸ*c¦Å¤ºR+:
    ñÞìæØÍMÐfÿç˜þ­Çç½
    Using encoder/decoder online software i was able to convert it to :
    bG9jawAAAAAugM4sf6vD9JL0MjllPVMGJqN1IqckToR5nq5zv2LVhcvp1FjlyK8KnM1BOOLh+Fas6wDPMFVLqF2qb2KNu5DDUvIsqW/fo6G
    Nevertheless, it's as good as dead. It ai'nt readable XML therefore I ask, what would be the right approach to do that?
    I  apologize for being such a noob and I thank everybody in advance for whatever hand one can lend me!

    Hi InfoProfi,
    Based on your description, I’m afraid that it is not the correct forum for this issue, since this forum is to discuss the VS debugger/profiler tool.
    If it is related to the Windows Embedded Compact Managed Application Development, maybe this forum would be better for it:
    https://social.msdn.microsoft.com/Forums/en-US/home?category=windowsembeddedcompact&filter=alltypes&sort=lastpostdesc
    In addition, since the MSDN forums support the English language, so please post the detailed error message in language would be better for WinCE expert to troubleshoot and resolve this issue.
    Best Regards,
    Jack
    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.

  • Create Dump of crashed Excel in 64bit Windows 7 when called by Winword

    Hello,
    we have two shared Office addins, one for Excel and one for WinWord.
    The WinWord addin start Excel and open an Excel file.
    Both addins are compiled using VS 2010 and C# 4.0.
    Used Office is 64bit Office 2010 on 64bit Windows 7.
    Now my problem is that Excel crashes when the Office addin opens a specific Excel file.
    I tried to attach VS Debugger from the Excel addin solution after WinWord addin has started Excel and before open Excel File.
    This worked, but the Debugger doesn't break when the Excel crash occured.
    Unfortunatly no dump file is created either.
    So what must I do to have at least a dump file when Excel crashes ?
    tia
      Hendrik Schmieder

    Hi,
    >> So what must I do to have at least a dump file when Excel crashes?
    Would it help by using
    ProcDump?
    By the way, when did Excel crash, before the Add-in loading or after the Add-in loading? If it is after the add-in loading, you could also use log to identify the code caused the crashing.
    For more information, you could also refer to Visual Studio Debugger Team Blog:
    What is a dump, and how do I create one?
    Since this question is also related to Visual Studio Debugger, so you could also consider to post this question to
    Visual Studio Diagnostics (Debugger, Profiler, IntelliTrace) forum for more help.
    Hope it will help.
    Regards,
    Jeffrey
    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.

  • Unable to debug fm in SM58 inspite of setting

    Hi all,
    I am facing a strange  problem. I am calling a function module in BACKGROUND TASK. Now I want to debug this function module so just before the fm is called I am checking the checkbox In background task - do not process. Now as  commit work is fired I open SM58 and I find this fm logged in SM58.But when I  go the edit menu to debug LUW  sap executes the function module instead of allowing me to debug.
    Previously I thought it could be an authorization issue so I asked the basis guy to give me SAP_ALL and he gave me this authorization  still the debugger scren is not opened.
    Can you tell me is any special authorization / setting needed to debug a trfc from SM58 .
    Thanks and Regards
    Sweta

    Hi Sweta,
    Background job cannot be debugged in conventional way. You can debug update tasks by choosing "Settings->Change Debugger Profile/Settings" but for background this might not work.
    Also, you can try by choosing "Settings->System Debugging On". I doubt that these will work. But finally one option is there which will definitely work.
    Go to transaction SM50. Choose your background job. Goto Administration->Program->Debugging. This way you can debug a background job.
    Many regards,
    Ravi.

  • Ejecutar opengl y opencv en un mismo proyecto

    se me esta presentando un problema al ejecutar las dos librerias al tiempo, creo que es porque opencv es de x64  y opengl de 32, no ecuentro informacion y la verdad que me urge una pronta solucion. gracias 

    se me esta presentando un problema al ejecutar las dos librerias al tiempo, creo que es porque opencv es de x64  y opengl de 32, no ecuentro informacion y la verdad que me urge una pronta solucion. gracias 
    Hi,
    I am afraid that these forum only support threads in English, and
    Visual Studio Diagnostics (Debugger, Profiler, IntelliTrace) forum is to iscuss and ask questions about the Visual Studio Debugging tools, Visual Studio Profiler tools, and Visual Studio Ultimate IntelliTrace, which doesn't contains issues
    about how to resolve development issues.
    Thanks for your understanding.
    Regards.
    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.

  • Program3D.upload is bottleneck when using chrome PPAPI

    Platform: windows 7 64bit
    FlashPlayer 16 PPAPI content debugger
    Profiling tools: Scout cc
    Hardware: i7 930 2.8GHz, GTX 660, 8GB Ram
    Recently we found our program works on google chrome PPAPI become very slow (especially when loading the data ).
    we use scout cc to profile the loading frames and have some experiment results here:
    Internet Explorer 9
    Program3D.upload:106 ms
    Capabilities.manufacturer: Adobe Windows
    Display Driver: DirectX9 (Baseline Extended)
    Google Chrome PPAPI
    Program3D.upload: 14,416 ms
    Capabilities.manufacturer: Google Pepper
    Display Driver: OpenGL (Baseline Extended)
    We found that the main difference of the two data is Display Driver.
    According to various users is using Google chrome, we should solve the bottleneck now.
    Does there exist any solution we can improve the bottleneck in Chrome PPAPI?

    Unfortunately, this is probably something that we would either need to fix on our end, or report to Google and ask them to fix in Chrome.
    The best way to get this process started is to file a bug with a very simple example that demonstrates the problem.
    You can file a bug here:  http://bugbase.adobe.com/
    If you post the bug number here, I will make sure that it gets investigated and assigned promptly.
    Thanks!

  • [Request] CCStudio

    Hi to everyone:
    Could anyone package this?: CCStudio.
    Code Composer Studio is the integrated development environment for TI's DSPs, microcontrollers and application processors.
    Code Composer Studio includes a suite of tools used to develop and debug embedded applications. It includes compilers for each of TI's device families, source code editor, project build environment, debugger, profiler, simulators and many other features. The CCS IDE provides a single user interface taking you through each step of the application development flow. Familiar tools and interfaces allow users to get started faster than ever before and add functionality to their application thanks to sophisticated productivity tools.
    A lot of thanks. :-)

    We noticed that there is a difference in the presentation of the page when the URL resolves to an Internet site vs an Intranet site.
    For example:
    http://servername/RequestCenter (intranet site)
    http://internal.company.com/RequestCenter (internet site)
    Both URL's could be pointing to the same application location, but how the browser interprets those URL's is different.  Keep that

  • Using WinDbg from VS2012

    I want to use WinDbg with GFlags to find potential memory corruption in an application and/or its DLLs.
    There seems to be some aspect of WinDbg that suggests that it is integrated into the VS2012 IDE, but I do not understand how this occurs.
    How do I use the WinDbg debugger from VS2012 to launch a program and debug it ? I see a topic called "Debugging a User-Mode Process Using WinDbg" but I do not understand how it starts under the IDE. It seems that one must start it from a command
    prompt. Is this correct ?

    Hi,
    Thank you for visiting the MSDN forum.
    I’m afraid that it is not the correct forum about this issue, since this forum is to discuss Visual Studio Diagnostics(Debugger, Profiler, IntelliTrace), Discuss and
    ask questions about the Visual Studio Debugging tools, Visual Studio Profiler tools, and Visual Studio Ultimate IntelliTrace.
    I suggest you post this issue in
    Windows Desktop Debugging
    forum to get better support. 
    You could check these threads below to get more information:
    References:
    http://social.msdn.microsoft.com/Forums/en-US/5752b279-89de-4a3a-a0bb-dab3f3fe2323/windbg-question
    http://social.msdn.microsoft.com/Forums/en-US/7f77a6a5-8fbf-4ca4-9866-c20e2c477e0e/windbg-forum-
    Thanks for your understanding.
    Regards.
    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support
    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.
    The question is about using WinDbg with Visual Studio. I read that in VS2012 that Visual Studio supports the WinDbg debugger. Why then is this not the correct forum ?

  • Connection to the Debugger or Profiler could not be established

    I think I have a Flex/Flash Builder beta config issue? Would be very grateful for any advice.
    This might be a good clue to source of my problem:  If I run Flash CS4 Professional and "Begin Remote Debug Session" the flash player will connect to the CS4 debugger - and this is running the same project file in either IE8 or Firefox 3. But it will not connect with the Flex debugger.
    I'm in Windows XP and just trying to learn Flex with the "learn in a week" exercises but spent about a fuggin day trying to fix the debugger issue. I've done everything that the forums advise: checked localhost is 127.0.0.1, checked the mm.cfg, reinstalled everything browsers, flash debug versions.. but still can't get the damn debugger in Flex or now Flash Builder beta to work.
    Somebody please help!
    Robert

    In the case of Flash Professional, a connection is established between the Flash Player Debug version and the Flash Professional Debugger while running the swf (whether local or published on a web server). You right click on the Flash area in the browser and select remote debug.
    In the case of Flex, a connection is established between the local swf that has just been built in debug mode (in bin-debug) and the Flex Builder Debugger (or Profiler).
    If you want to run the Flex Debugger or the Flex Profiler, launch the application from Flex Builder in Debug mode or in Profiler mode respectively. Do not try to publish your swf on a web server, right click and select remote debug as you do in Flash Professional. It won't work.
    I have also found I coult only make the Profiler work in IE, not in Firefox.

  • AIR 2 debugger not recognizing extendedDesktop profile in Flash CS5 Win

    In order to test the new NativeProcess API of Air 2, I checked the required profile of "Extended Desktop" in my Publish Settings in CS5. When testing, though, I found NativeProcess was not supported in the debugger. I then published the FLA as a Windows EXE and installed it, and NativeProcess was working as expected. Having to publish a new exe every time I test is a big waste of time, so I instead used the command line ADL tool to debug, and by specifying "-profile extendedDesktop", I was now able to test my app with NativeProcess.
    This should get fixed, as it is definitely an issue with the debugger running via Flash CS5.
    - Gabe M.

    I changed the profile of both to AIR2.0, and it still shows AIR1.0 in the properties panel. I'm able to publish the Panel.swf now but it also generates an unwanted panel-app.xml -- unwanted because panel is not an app, it's merely a SWF to run inside the main app.
    Is there a better way? And why does it still say AIR1.0 in the properties panel?

Maybe you are looking for

  • Lightroom 5.5 edit in Photoshop CC 2014 not working.

    Has anyone had problems using the edit in photoshop cc 2014 option from the Lightroom 5 drop-down menu? It won't open in photoshop for some reason... never hat problems with photoshop cc.

  • Vendor Invoice varification

    Hi, Would you please explain the vendor invoice varification process? what is the step that need to flow? what are the validation required? Regards, Pankaj

  • How to fix Frame resizng

    Hello, I have a JFrame, and I am trying to make sure that when the Frame is resized, it's contents like TextArea, Button, Label are not streched but keep their distances proportinately. I am using BorderLayout as a layout manager and so the contents

  • HT2518 I can't open MOV. files on my new mac, please help

    Hi I'm new to mac's and I love my new toy, but I'm having a little problem with transferring my video's from my old PC. I've tried manually transferring my mov. files from my PC hard drive to my mac. All the videos used to open up on the PC with Quic

  • Need solutions for PC to HDTV connection

    Alright folks after searching around and not finding exactly what I'm looking for, it's time to post a new thread. I've been to multiple sites reading their information, watching their videos, trying what they say to do. No joy still. I have a questi