Can't find debugger

I'm running Flex builder 3 and player 10. The builder can't find the debugger. Version 10 is working in Flash 4.

Hi,
Try to download the Flash Player 9 debugger from the Adobes official site.
Please find the link below:
http://www.adobe.com/support/flashplayer/downloads.html
Browse the above link and click the link below in the page and download and install the flash player.
Download the Windows Flash Player 9 ActiveX control content debugger (for IE) (EXE, 1.61 MB)
After this the debugger should defenitely work for you..
If this post answers your question or helps, please kindly mark it as such.
Thanks,
Bhasker Chari

Similar Messages

  • C++ debugger can't find input file, regardless of location

    I have an input file that's turned into an ifstream object. When I run the program without debugging, it's found fine. I've put a copy of the file in every single folder within the project directory, starting at the folder that contains the solution file.
    The debugger still can't find it. Help me, please; I feel like I'm going insane.

    I have an input file that's turned into an ifstream object. When I run the program without debugging, it's found fine. I've put a copy of the file in every single folder within the project directory, starting at the folder that contains the solution
    file. The debugger still can't find it. Help me, please; I feel like I'm going insane.
    Hello,
    I will help you move this thread to C++ forum to get help to confirm whether this issue is related to
    using of ifstream .
    You could share the code with us to clarify this issue. If possible, you could share a simple sample which could reproduce this issue.
    Regards,
    Carl
    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.

  • Debugger can't find object files

    I am building a static library with the -g compiler option. I build an executable that links in the static library, also using the -g compiler option. When I get into workshop and try to set a breakpoint in one of the .cc files that is contained in the static library, I get an error message that it can not find the object file that corresponds to my .cc file. I am using Sun Workshop 6 update 2.
    Here is the output from where I built my static library:
    #load ERS_GenevaAPIErrorHandlerFunc.o
    (cd .;     \
    /apps/forte-6.0u2p0507/SUNWspro/bin/CC -g -DDEBUG -DRWDEBUG -DDEBUG -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -DORACLE -DSUN5 -DSOLARIS -Dsparc -Dunix -DDEBUG -DPERSISTENCE -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -I. -I. -I/p2k/S18.0/bldrel_debug/inc -I/p2k/S18.0/bldrel_debug/inc/cruds -I/p2k/S18.0/bldrel_debug/inc/boms -I/p2k/S18.0/bldrel_debug/inc/server -I/p2k/S18.0/bldrel_debug/inc/DA -I/p2k/S18.0/bldrel_debug/inc/DAGNV -I/p2k/S18.0/bldrel_debug/inc/SPGNV -I/p2k/S18.0/bldrel_debug/inc/client -I/p2k/S18.0/bldrel_debug/inc/memory -I/p2k/S18.0/bldrel_debug/inc/mw -I/p2k/S18.0/bldrel_debug/inc/dbaccys -I/apps/oit-4.1/c/include -I/apps/tuxedo-8.0p273/include -I/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/inc -I/p2k/S18.0/bldrel_debug/inc/corba -I/apps/forte-6.0u2p0507/SUNWspro/WS6U2/include/CC -I/apps/oracle-9.2.0/xdk/include -DPERSISTENCE -c ERS_GenevaDefaultCsaSaliMgr.cc)
    #load ERS_GenevaDefaultCsaSaliMgr.o
    rm -f libERSO.a
    CC -xar -DDEBUG -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -DORACLE -DSUN5 -DSOLARIS -Dsparc -Dunix -DDEBUG -DPERSISTENCE -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -I. -I. -I/p2k/S18.0/bldrel_debug/inc -I/p2k/S18.0/bldrel_debug/inc/cruds -I/p2k/S18.0/bldrel_debug/inc/boms -I/p2k/S18.0/bldrel_debug/inc/server -I/p2k/S18.0/bldrel_debug/inc/DA -I/p2k/S18.0/bldrel_debug/inc/DAGNV -I/p2k/S18.0/bldrel_debug/inc/SPGNV -I/p2k/S18.0/bldrel_debug/inc/client -I/p2k/S18.0/bldrel_debug/inc/memory -I/p2k/S18.0/bldrel_debug/inc/mw -I/p2k/S18.0/bldrel_debug/inc/dbaccys -I/apps/oit-4.1/c/include -I/apps/tuxedo-8.0p273/include -I/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/inc -I/p2k/S18.0/bldrel_debug/inc/corba -I/apps/forte-6.0u2p0507/SUNWspro/WS6U2/include/CC -I/apps/oracle-9.2.0/xdk/include -DPERSISTENCE -o libERSO.a ERS_GenevaAccount.o ERS_GenevaAcctDormantChangeMgr.o ERS_GenevaBCCMgr.o ERS_GenevaConfigChangeMgr.o ERS_GenevaCustProduct.o ERS_GenevaCustSbscrp.o ERS_GenevaCustProductStatus.o ERS_GenevaCustSbscrpStatus.o ERS_GenevaCustProductEventType.o ERS_GenevaCustomer.o ERS_GenevaEventSource.o ERS_GenevaProductInfo.o ERS_GenevaProductMgr.o ERS_GenevaSaliMapInfo.o ERS_GenevaSaliMapMgr.o ERS_GenevaSvcConfigMgr.o ERS_GenevaTOLMgr.o ERS_GenevaAPIErrorHandlerFunc.o ERS_GenevaDefaultCsaSaliMgr.o
    The source file that I want to set a breakpoint in is ERS_GenevaConfigChangeMgr.cc.
    Here is the output from building the executable:
    rm -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc
    cxxtestgen.pl -o CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc error-printer time_it p2k_db_connection p2k_trace ERS_GenevaConfigChangeMgrCxxTest.th && \
    if [ -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc ] ; then echo "CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc is finished" ; else echo "Error in building CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc!"; /bin/rm -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc; exit 1; fi \
    || (echo "Error in building CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc!"; /bin/rm -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc; exit 1;)
    (cd .;     \
    /apps/forte-6.0u2p0507/SUNWspro/bin/CC -g -DDEBUG -DDEBUG -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -DORACLE -DSUN5 -DSOLARIS -Dsparc -Dunix -DDEBUG -DPERSISTENCE -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -I. -I. -I/p2k/S18.0/bldrel_debug/inc -I/p2k/S18.0/bldrel_debug/inc/cruds -I/p2k/S18.0/bldrel_debug/inc/boms -I/p2k/S18.0/bldrel_debug/inc/server -I/p2k/S18.0/bldrel_debug/inc/DA -I/p2k/S18.0/bldrel_debug/inc/DAGNV -I/p2k/S18.0/bldrel_debug/inc/SPGNV -I/p2k/S18.0/bldrel_debug/inc/client -I/p2k/S18.0/bldrel_debug/inc/memory -I/p2k/S18.0/bldrel_debug/inc/mw -I/p2k/S18.0/bldrel_debug/inc/dbaccys -I/apps/oit-4.1/c/include -I/apps/tuxedo-8.0p273/include -I/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/inc -I/p2k/S18.0/bldrel_debug/inc/corba -I/apps/forte-6.0u2p0507/SUNWspro/WS6U2/include/CC -I/apps/oracle-9.2.0/xdk/include -DPERSISTENCE -I/p2k/S18.0/bldrel_debug/src/libs/libDAEMMS/include/DA -c CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc)
    #load CxxTestRunner_ERS_GCONFIGCHANGEMGR.o
    rm -f cxx_ers_cfgmgr
    CC -DORACLE -DSUN5 -DSOLARIS -Dsparc -Dunix -DDEBUG -DPERSISTENCE -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -I. -I. -I/p2k/S18.0/bldrel_debug/inc -I/p2k/S18.0/bldrel_debug/inc/cruds -I/p2k/S18.0/bldrel_debug/inc/boms -I/p2k/S18.0/bldrel_debug/inc/server -I/p2k/S18.0/bldrel_debug/inc/DA -I/p2k/S18.0/bldrel_debug/inc/DAGNV -I/p2k/S18.0/bldrel_debug/inc/SPGNV -I/p2k/S18.0/bldrel_debug/inc/client -I/p2k/S18.0/bldrel_debug/inc/memory -I/p2k/S18.0/bldrel_debug/inc/mw -I/p2k/S18.0/bldrel_debug/inc/dbaccys -I/apps/oit-4.1/c/include -I/apps/tuxedo-8.0p273/include -I/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/inc -I/p2k/S18.0/bldrel_debug/inc/corba -I/apps/forte-6.0u2p0507/SUNWspro/WS6U2/include/CC -I/apps/oracle-9.2.0/xdk/include -DPERSISTENCE -I/p2k/S18.0/bldrel_debug/src/libs/libDAEMMS/include/DA -I/p2k/S18.0/bldrel_debug/inc/cxxtest -L/p2k/S18.0/bldrel_debug/lib -L/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/lib -L/apps/oracle-9.2.0/lib -xildon -xildoff \
    -o cxx_ers_cfgmgr CxxTestRunner_ERS_GCONFIGCHANGEMGR.o -L/p2k/S18.0/bldrel_debug/lib -L/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/lib -L/apps/oracle-9.2.0/lib /p2k/S18.0/bldrel_debug/lib/libERSO.a /p2k/S18.0/bldrel_debug/lib/libSPGNV.so /p2k/S18.0/bldrel_debug/lib/libDAGNV.so /p2k/S18.0/bldrel_debug/lib/libGnvPRSvc.so /p2k/S18.0/bldrel_debug/lib/libPRCom.a /p2k/S18.0/bldrel_debug/lib/libCache.a /p2k/S18.0/bldrel_debug/lib/libCACSO.a /p2k/S18.0/bldrel_debug/lib/libCommonO.a /p2k/S18.0/bldrel_debug/lib/libCACSCom.a '-lstubs' '-lCTCom' '-lSRCom' '-lSRPR' '-lSRBL' '-lSRCL' '-lSRCA' '-lSRUS' '-lSRFI' '-lSRP2K' '-lGenPR' '-lGenBL' '-lGenCL' '-lGenCA' '-lGenUS' '-lGenFI' '-lGenP2K' '-lBOM' '-lDAP2K' '-lDANAIM' '-lsrvr' '-lP2K' '-lmwbusSvr' '-lM3srvr' '-lmwda' '-lmwtask' '-lMWCfig' '-lNAIManager' '-lNAIManagerXML' '-lbs' '-lmwbusClt' '-lmwxml' '-lmwBase' '-lmwnet' '-lmwCvgUUID' '-lmwutils' '/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/lib/rwor8bootstrap.o' '-ldbaccys' '-lrwdbtool' '-lrwora8' '-lrwdbtool' '-lclntsh' '-lsql9' '-lntcp9' '-lntcps9' '-lntns9' '-lclient9' '-lcommon9' '-lgeneric9' '-lvsn9' '-lxml9' '-lcore9' '-lnls9' '-lrwdbtool' '-lrwtool' '-lrwnet' '-ldemangle' '-ldl' '-lsocket' '-lnsl' '-lintl' '-lm' '-lsunmath' '-lc' '-lmp' '-lposix4' /apps/tuxedo-8.0p273/lib/libtux.a /apps/tuxedo-8.0p273/lib/libbuft.a /apps/tuxedo-8.0p273/lib/libfml.a /apps/tuxedo-8.0p273/lib/libfml32.a /apps/tuxedo-8.0p273/lib/libengine.a -ldl -lsocket -lnsl -lintl -lsunmath -lm -lmp -lposix4 && \
    if [ -x cxx_ers_cfgmgr ] ; then echo "cxx_ers_cfgmgr is finished" ; else echo "Error in building cxx_ers_cfgmgr!"; /bin/rm -f cxx_ers_cfgmgr; exit 1; fi \
    || (echo "Error in building cxx_ers_cfgmgr!"; /bin/rm -f cxx_ers_cfgmgr; exit 1;)
    Can you see where I am going wrong?

    I included the wrong output from building the executable in previous note. Here is the correct build output:
    rm -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc
    cxxtestgen.pl -o CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc error-printer time_it p2k_db_connection p2k_trace ERS_GenevaConfigChangeMgrCxxTest.th && \
    if [ -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc ] ; then echo "CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc is finished" ; else echo "Error in building CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc!"; /bin/rm -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc; exit 1; fi \
    || (echo "Error in building CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc!"; /bin/rm -f CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc; exit 1;)
    (cd .;     \
    /apps/forte-6.0u2p0507/SUNWspro/bin/CC -g -DDEBUG -DDEBUG -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -DORACLE -DSUN5 -DSOLARIS -Dsparc -Dunix -DDEBUG -DPERSISTENCE -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -I. -I. -I/p2k/S18.0/bldrel_debug/inc -I/p2k/S18.0/bldrel_debug/inc/cruds -I/p2k/S18.0/bldrel_debug/inc/boms -I/p2k/S18.0/bldrel_debug/inc/server -I/p2k/S18.0/bldrel_debug/inc/DA -I/p2k/S18.0/bldrel_debug/inc/DAGNV -I/p2k/S18.0/bldrel_debug/inc/SPGNV -I/p2k/S18.0/bldrel_debug/inc/client -I/p2k/S18.0/bldrel_debug/inc/memory -I/p2k/S18.0/bldrel_debug/inc/mw -I/p2k/S18.0/bldrel_debug/inc/dbaccys -I/apps/oit-4.1/c/include -I/apps/tuxedo-8.0p273/include -I/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/inc -I/p2k/S18.0/bldrel_debug/inc/corba -I/apps/forte-6.0u2p0507/SUNWspro/WS6U2/include/CC -I/apps/oracle-9.2.0/xdk/include -DPERSISTENCE -I/p2k/S18.0/bldrel_debug/src/libs/libDAEMMS/include/DA -c CxxTestRunner_ERS_GCONFIGCHANGEMGR.cc)
    #load CxxTestRunner_ERS_GCONFIGCHANGEMGR.o
    rm -f cxx_ers_cfgmgr
    CC -DORACLE -DSUN5 -DSOLARIS -Dsparc -Dunix -DDEBUG -DPERSISTENCE -D_RWCONFIG_11s -DATLYS -DNO_MWBUS_GUAR -DNO_WLE_ALT -DNO_ATLYS_LICENSE -I. -I. -I/p2k/S18.0/bldrel_debug/inc -I/p2k/S18.0/bldrel_debug/inc/cruds -I/p2k/S18.0/bldrel_debug/inc/boms -I/p2k/S18.0/bldrel_debug/inc/server -I/p2k/S18.0/bldrel_debug/inc/DA -I/p2k/S18.0/bldrel_debug/inc/DAGNV -I/p2k/S18.0/bldrel_debug/inc/SPGNV -I/p2k/S18.0/bldrel_debug/inc/client -I/p2k/S18.0/bldrel_debug/inc/memory -I/p2k/S18.0/bldrel_debug/inc/mw -I/p2k/S18.0/bldrel_debug/inc/dbaccys -I/apps/oit-4.1/c/include -I/apps/tuxedo-8.0p273/include -I/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/inc -I/p2k/S18.0/bldrel_debug/inc/corba -I/apps/forte-6.0u2p0507/SUNWspro/WS6U2/include/CC -I/apps/oracle-9.2.0/xdk/include -DPERSISTENCE -I/p2k/S18.0/bldrel_debug/src/libs/libDAEMMS/include/DA -I/p2k/S18.0/bldrel_debug/inc/cxxtest -L/p2k/S18.0/bldrel_debug/lib -L/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/lib -L/apps/oracle-9.2.0/lib -xildon -xildoff \
    -o cxx_ers_cfgmgr CxxTestRunner_ERS_GCONFIGCHANGEMGR.o -L/p2k/S18.0/bldrel_debug/lib -L/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/lib -L/apps/oracle-9.2.0/lib /p2k/S18.0/dev/src/libs/libERSO/rclark/libERSO.a /p2k/S18.0/bldrel_debug/lib/libSPGNV.so /p2k/S18.0/bldrel_debug/lib/libDAGNV.so /p2k/S18.0/bldrel_debug/lib/libGnvPRSvc.so /p2k/S18.0/bldrel_debug/lib/libPRCom.a /p2k/S18.0/bldrel_debug/lib/libCache.a /p2k/S18.0/bldrel_debug/lib/libCACSO.a /p2k/S18.0/bldrel_debug/lib/libCommonO.a /p2k/S18.0/bldrel_debug/lib/libCACSCom.a '-lstubs' '-lCTCom' '-lSRCom' '-lSRPR' '-lSRBL' '-lSRCL' '-lSRCA' '-lSRUS' '-lSRFI' '-lSRP2K' '-lGenPR' '-lGenBL' '-lGenCL' '-lGenCA' '-lGenUS' '-lGenFI' '-lGenP2K' '-lBOM' '-lDAP2K' '-lDANAIM' '-lsrvr' '-lP2K' '-lmwbusSvr' '-lM3srvr' '-lmwda' '-lmwtask' '-lMWCfig' '-lNAIManager' '-lNAIManagerXML' '-lbs' '-lmwbusClt' '-lmwxml' '-lmwBase' '-lmwnet' '-lmwCvgUUID' '-lmwutils' '/p2k/midware/tools/rogue/ed_4/32/rw_buildspace/DEBUG/lib/rwor8bootstrap.o' '-ldbaccys' '-lrwdbtool' '-lrwora8' '-lrwdbtool' '-lclntsh' '-lsql9' '-lntcp9' '-lntcps9' '-lntns9' '-lclient9' '-lcommon9' '-lgeneric9' '-lvsn9' '-lxml9' '-lcore9' '-lnls9' '-lrwdbtool' '-lrwtool' '-lrwnet' '-ldemangle' '-ldl' '-lsocket' '-lnsl' '-lintl' '-lm' '-lsunmath' '-lc' '-lmp' '-lposix4' /apps/tuxedo-8.0p273/lib/libtux.a /apps/tuxedo-8.0p273/lib/libbuft.a /apps/tuxedo-8.0p273/lib/libfml.a /apps/tuxedo-8.0p273/lib/libfml32.a /apps/tuxedo-8.0p273/lib/libengine.a -ldl -lsocket -lnsl -lintl -lsunmath -lm -lmp -lposix4 && \
    if [ -x cxx_ers_cfgmgr ] ; then echo "cxx_ers_cfgmgr is finished" ; else echo "Error in building cxx_ers_cfgmgr!"; /bin/rm -f cxx_ers_cfgmgr; exit 1; fi \
    || (echo "Error in building cxx_ers_cfgmgr!"; /bin/rm -f cxx_ers_cfgmgr; exit 1;)
    In answer to your questions, I am building the static library, the executable and debugging all on the same machine. I have not moved any of the files. I actually have success when I use dbx commands in the debug window to set my breakpoint. If I say "stop in ERS_GenevaConfigChangeMgr::find" I can set a breakpoint in the function. Then I say "run", at that point the source code is displayed in my editor window and I can set breakpoints there by putting my cursor on a line and then clicking on the stopsign button.
    What I am having a problem with is if I open the source code file in the editor window and try to set a breakpoint by putting my cursor on a line and clicking on the stopsign button. The error message is "no executable code at line "ERS_GenevaConfigChangeMgr.cc":166. The source code that I want to set the breakpoint on is in a directory that is different from where the executable because it is source code from the static library. I have to navigate to that directory from the file chooser menu. It puzzles me why the behavior is different when I issue dbx commands than when I try to open the file in the editor. If you could steer me towards some documentation that would help me to understand the concepts behind this I would really appreciate it!

  • Sudden error I can't find and StageWebView (AIR for iOS)

    Hey all,
    In my app I allow a user to download files from a list and then typically use StageWebViews to display them (videos mostly). Recently my app started to misbehave.
    I'm using Flash Builder 4.6 with AIR 3.2 on Win7 Pro 64.
    I test on-device. I choose fast export (quick packaging) and debug right from Flash Builder so I can see traces/errors/etc from the iPad.
    After downloading a ~40MB MP4, I save it to the applicationStorageDirectory (and mark it 'do not back up'). I then wait 3 seconds just to be sure the write has a few seconds to complete. Then I black out the screen with a black sprite, stick a close button on the screen and load the video into a new StageWebView.
    The problem is the first time these larger 40MB videos are saved and attempted, TONS of code isn't firing off or affecting the display. The video plays just fine, centered on the screen. However all the code to remove tons of things from memory during video playback which has tons of trace statements sprinkled in is simply not affecting the iPads display. This ONLY happens on iPad1 (OS 5.1). iPad2 and iPad3 work just fine.
    I presumed I was being too aggressive with the iPad1 and added more and more time between downloading, saving and setting the bit on the file so the iPad1 wasn't innundated with doing to much at once. I can add 25 minutes worth of setTimeout between playing this video for the first time and it will fail every time though. So it's not being innundated.
    If the video is already downloaded and a user selects it, it works perfectly fine. All views/classes are disposing properly to free up as much ram as possible for the video playback.
    Now, I'm getting this error randomly:
    Error #2044: Unhandled ErrorEvent:. text=Plug-in handled load
    I can't find where this is coming from. Has anyone seen this before? I don't know if it has anything to do with what I'm seeing fail here. I doubt it because I get it a very short time (few seconds) after the video starts playing back. I only get this video the first time a file is downloaded and played but then never again.
    I have an UncaughtErrorEvent that isn't even catching this. Everything to do with the class that displays the video has try {} catch() {} blocks over every line of code. So doesn't the small file downloader class. Nothing is throwing an ErrorEvent.
    Is there any easy way to find where this error is being generated? Something I might not know about the Flash Builder Debugger? Other errors show up and tell me where they occured, but this brand new error does not cause the app to fail and the debugger doesn't even flinch at it.
    On the first part, has anyone recently seen their apps exhibit something like this? I have a list of files that I destroy before I show the video and it continues to exist even though I literally trace() all over the code that should destroy it and I see the traces. Everything is nulled. Objects no longer exist. The background isn't visible that I'm tracing as I build and it exists on the display list. It's very odd.
    It'd just like suddenly StageWebView has an issue loading a freshly downloaded and saved file. It nukes the display list, nothing I do to it matters. But if the file already exists it all works fine.

    Yes I use ie.jampot.nativeExtensions.MobileBackup. Worked perfectly fine before and continues to return a true Boolean value for success and Apple has never rejected the app. They initially did because I did not set the backup bit. I presume that means it's working just fine.
    This app crashes after that code happens, during trying to load the content into a SWV. But hey, why not, I'll disable that and we'll see what happens. I'll report back. I get no errors at all when the app crashes (when I fast build for debugging and test on device). No errors at all. It just crashes. That's.. not good.
    edit:
    Nope sorry, didn't change a thing. The second time I use URLLoader after properly disposing of it each time it fails on any large files and the app crashes with no info back to Flash Builder. Even with MobileBackup disabled completely. Sucks.. Flash Builder profiler is showing me the reference counts on objects and I can see I'm cleanly disposing of everything properly.Something won't leave memory even though all reference counts are 0. This does NOT happen on iPad2 or iPad3, just iPad1 past OS 5.1. Ugh...
    re-edit:
    After profiling like crazy, tracing like crazy, crossing all my T's and dotting my....... lowercase j's...... I can only conclude there is now an intolerance for MP4s being played in a StageWebView of a certain filesize. YMMV but just making a quick demo app, downloading a 44MB MP4 and playing it works fine the first time. I then dispose of everything and verify it in profiler. I even run garbage collection manually on the profiler and it still curiously has a lot more memory in use than what it had at app launch. All instance (reference) counts are 0. Curiously memory is still pretty close to the same amount as the video I just played regardless that I disposed of the SWV instance completely. It's like the dispose isn't working. My method of dereffing the class level private variable is:
    _swv.stage = null;
    _swv.viewPort = null;
    _swv.dispose();
    _swv = null;
    This doesn't seem to release the memory as fast as I'd like to see. Perhaps there's something lingering but that should properly dispose of that SWV instance.
    Upon downloading the second video, the very second it's finished downloading (via binary mode URLLoader) the app crashes. It doesn't even fire off a complete event or error in any way, the app literally just quits. Perhaps the previous 40MB video is somehow still lingering and once I have that 44MB video in mem and try to load a different 40MB video it's 40+44=84MB ram trying to be allocated. I can't see why because as above, I'm disposing of the SWV. Reference counts of _swv is 0 after the first video is played and closed.
    Really strange but be careful, something new is going on here. It used to work perfectly fine. It appears to be an issue since 5.1. Perhaps Apple caching the SWVs contents when it's not desirable to do so. I may have to go back and use StageVideo and draw up my own video controls. I only use SWV because both it comes with nice controls and a fullscreen built in that runs very smoothly. If it isn't broke, don't fix it.. Well.. it's broken.
    I have verified that 20MB videos download and work fine. 40MB is giving me issues. Not sure where the line is here.

  • ERROR:can't find native registration class while J2EE Engine startup

    Hi
    Iam trying to integrate a Java Profiler application which contains a native library(namely ProfilerDLL.dll) with the J2EE Server.Here are the steps which i had followed
    1. Added the following Java option through the config tool of WebAS.<b> -XrunProfilerDLL</b>.
    2.Restarted the server.
    Server does not starup and throws a error with exit
    code -1 .
    Here is the log
    JStartupIReadSection: read node properties [ID7217950]
    -> node name       : server0
    -> node type       : server
    -> java path       : C:\j2sdk1.4.2_04
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djava.library.path=/usr/sap/J2E/JC00/j2ee/os_libs -XX:NewSize=32m -XX:MaxNewSize=64m -XX:NewRatio=3 -XX:+DisableExplicitGC -XX:MaxPermSize=128m -XrunProfilerDLL:1 -Xbootclasspath/a:jakarta-regexp.jar;profiler_trace.jar;commons-lang.jar -D__PROFILER_PACKAGE_FILTER=__A__com.sap.engine.boot.Start;__M__sun.;__M__com.sun.;__M__java.;__M__javax.; -D__PROFILER_TIMING_METHOD=1 -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    -> java vm version : 1.4.2_04-b05
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 256M
    -> init heap size  : 128M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.engine.boot.Start
    -> parameters      :
    -> debuggable      : no
    -> debug mode      : no
    -> debug port      : 1024
    -> shutdown timeout: 120000
    [Thr 420] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5780] JLaunchIStartFunc: Thread 5780 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Denv.class.path=;C:\D\vim\Intellisense\javaft.jar;C:\j2sdk1.4.2_04\lib\tools.jar
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djava.library.path=/usr/sap/J2E/JC00/j2ee/os_libs
    -> arg[  9]: -XX:NewSize=32m
    -> arg[ 10]: -XX:MaxNewSize=64m
    -> arg[ 11]: -XX:NewRatio=3
    -> arg[ 12]: -XX:+DisableExplicitGC
    -> arg[ 13]: -XX:MaxPermSize=128m
    -> arg[ 14]: -XrunProfilerDLL:1
    -> arg[ 15]: -Xbootclasspath/a:jakarta-regexp.jar;profiler_trace.jar;commons-lang.jar
    -> arg[ 16]: -D__PROFILER_PACKAGE_FILTER=__A__com.sap.engine.boot.Start;__M__sun.;__M__com.sun.;__M__java.;__M__javax.;
    -> arg[ 17]: -D__PROFILER_TIMING_METHOD=1
    -> arg[ 18]: -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 19]: -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    -> arg[ 20]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 21]: -Dapplication.home=C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> arg[ 22]: -Djava.class.path=C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 23]: -Djava.library.path=C:\j2sdk1.4.2_04\jre\bin\server;C:\j2sdk1.4.2_04\jre\bin;C:\j2sdk1.4.2_04\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\PROGRA1\SECUDE\SECUDE1;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;c:\progra~1\ixos\bin;C:\j2sdk1.4.2_04\bin;C:\j2sdk1.4.2_04\jre\bin\server;C:\j2sdk1.4.2_04\lib\tools.jar;C:\Program Files\JProbe Profiler 5.2.1\bin;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\sherlok;C:\cygwin\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\JVMStatAnalysis\jvmstat\bat;;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> arg[ 24]: -Dmemory.manager=256M
    -> arg[ 25]: -Xmx256M
    -> arg[ 26]: -Xms128M
    -> arg[ 27]: -DLoadBalanceRestricted=no
    -> arg[ 28]: -Djstartup.mode=JCONTROL
    -> arg[ 29]: -Djstartup.ownProcessId=1740
    -> arg[ 30]: -Djstartup.ownHardwareId=I1361390454
    -> arg[ 31]: -Djstartup.whoami=server
    -> arg[ 32]: -Djstartup.debuggable=no
    -> arg[ 33]: -DSAPINFO=J2E_00_server
    -> arg[ 34]: -DSAPSTARTUP=1
    -> arg[ 35]: -DSAPSYSTEM=00
    -> arg[ 36]: -DSAPSYSTEMNAME=J2E
    -> arg[ 37]: -DSAPMYNAME=INLD50035793_J2E_00
    -> arg[ 38]: -DSAPDBHOST=
    -> arg[ 39]: -Dj2ee.dbhost=INLD50035793
    [Thr 5780] Wed Sep 22 15:30:06 2004
    [Thr 5780] JHVM_LoadJavaVM: Java VM created OK.
    <u>[Thr 5780] ***ERROR => can't find native registration class [com.sap.bc.proj.jstartup.JStartupNatives] [jhvmxx.c     417]
    [Thr 5780] JLaunchCloseProgram: good bye (exitcode=-1)</u>
    Any ideas how to fix this problem?
    Thanks
    S.Shylaja

    Btw: I get the warning starting IIS - It seems to me that IIS tries to load Tomcat on-the-fly. The Tomcat load the fails and IIS continues to load successfully.
    The beginning of the IIS Event log outputs this:
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (340)]: vm.detach() ok
    Apache Jakarta Connector2, Warning, Error: [jk_worker_jni.c (308)]: Can't find class org/apache/jk/apr/AprImpl
    Apache Jakarta Connector2, Information, Info: [jk_worker_jni.c (297)]: Loaded org/apache/jk/apr/TomcatStarter
    Apache Jakarta Connector2, None, Debug: [jk_vm_default.c (302)]: vm.attach() allready attached
    Apache Jakarta Connector2, Information, Info: [jk_worker_jni.c (252)]: jni.validate() class= org/apache/jk/apr/TomcatStarter
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (607)]: vm.open2() done
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (500)]: vm.init(): Jni lib: C:\wwwapps\j2sdk1.4.2_01\jre\bin\client\jvm.dll
    /watson

  • How can I find a data base table containing a GUID, which is result of the macro's execution?

    Hello,
    please help me to understand how the macros work. I am facing database inconsistency. The CRM-system retrieves a GUID of an opportunity’s item and checks its existence. However, this GUID (here it is es_info-ref_object) does not exist. As result, an exception is triggered.
    I am trying to figure out which data base table is responsible for the inconsistent data. Instead of SELECT statement, I see in the debugger that a macro retrieves the “guilty” entry .
    macro_execute macro_msg_data_read_rea.
    My Question: How can I find a data base table containing a GUID, which is result of the macro’s execution?
    Thanks a lot
    Andrej

    When you save a PDF out of Distiller it doesn't just have different options, it's an entirely different program. It doesn't do things the same way, so it can't have the same options. Saving from Distiller is in many ways better, expecially in that transparency isn't flattened.
    What specific options are you looking for?

  • Install NetWeaver NW_JAVA_700SP14_SR3 , can't find framework  jvmx.jar

    Hi,
    during install process NetWeaver 7.0 can't run server0,Start Java Engine,step 28 .
    I did try  to start by Sap managment Console and failure too.
    Why had not  been created jvmx.jar ?
    ---   WinXP SP3,  1GB RAM.
    Thanks to advance for some advice and help.
    Alex.
    There are message files after run by Sap managment Console - Start J2E.
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID1021350
    pid         : 4556
    system name : J2E
    system nr.  : 00
    started at  : Sat Jul 26 19:58:14 2008
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC00\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
           arg[02] : -DSAPINFO=J2E_00_server
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
    [Thr 4708] Sat Jul 26 19:58:14 2008
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC00sem] [jstartxx.c   841]
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.en.host=sem] [jstartxx.c   841]
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : sem
    -> ms port    : 3901
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sem
    -> ms port    : 3901
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID1021300  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID1021350  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID1021300            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID1021350            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 4708] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4708] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4728] WaitSyncSemThread: Thread 4728 started as semaphore monitor thread.
    [Thr 4712] JLaunchRequestFunc: Thread 4712 started as listener thread for np messages.
    [Thr 4708] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4708] CPIC (version=700.2006.09.13)
    [Thr 4708] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx512m [jstartxx.c   2604]
    [Thr 4708] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_17
    +++++++++++++++++++++++++++++++++++++++++++++++++++++
    *[Thr 4708] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC00\exe\jvmx.jar
    +++++++++++++++++++++++++++++++++++++++++++++++++++++
    JStartupIReadSection: read node properties [ID1021350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_17
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -verbose:gc -Djco.jarm=1 -XX:PermSize=64m -XX:MaxPermSize=128m -XX:NewSize=15m -XX:MaxNewSize=15m -Xdebug -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:PrintGCTimeStamps -XX:UseTLAB -XX:SoftRefLRUPolicyMSPerMB=1 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:+UseParNewGC -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> init heap size     : 50M
    -> stack size         : 2M
    -> root path          : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 4708] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4388] JLaunchIStartFunc: Thread 4388 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Djco.jarm=1
    -> arg[ 11]: -XX:PermSize=64m
    -> arg[ 12]: -XX:MaxPermSize=128m
    -> arg[ 13]: -XX:NewSize=15m
    -> arg[ 14]: -XX:MaxNewSize=15m
    -> arg[ 15]: -Xdebug
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:+PrintGCTimeStamps
    -> arg[ 19]: -XX:+UseTLAB
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -Dsun.io.useCanonCaches=false
    -> arg[ 22]: -Djava.awt.headless=true
    -> arg[ 23]: -XX:+UseParNewGC
    -> arg[ 24]: -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 25]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 26]: -Dapplication.home=C:\usr\sap\J2E\JC00\exe
    -> arg[ 27]: -Djava.class.path=C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_17\jre\bin\server;C:\j2sdk1.4.2_17\jre\bin;C:\j2sdk1.4.2_17\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;D:\sapdb\programs\bin;D:\sapdb\programs\pgm;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_17\BIN;;C:\usr\sap\J2E\SYS\exe\uc\NTI386;D:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 29]: -Dmemory.manager=512M
    -> arg[ 30]: -Xmx512M
    -> arg[ 31]: -Xms50M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=4556
    -> arg[ 36]: -Djstartup.ownHardwareId=T1833856537
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=yes
    -> arg[ 39]: -DSAPINFO=J2E_00_server
    -> arg[ 40]: -DSAPSTARTUP=1
    -> arg[ 41]: -DSAPSYSTEM=00
    -> arg[ 42]: -DSAPSYSTEMNAME=J2E
    -> arg[ 43]: -DSAPMYNAME=sem_J2E_00
    -> arg[ 44]: -DSAPDBHOST=sem
    -> arg[ 45]: -Dj2ee.dbhost=sem
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4388] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    Sat Jul 26 19:58:29 2008
    15.028: [ParNew 7672K->800K(47360K), 0.0055479 secs]
    [Thr 4352] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4352] Sat Jul 26 19:58:30 2008
    [Thr 4352] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    16.201: [ParNew 8480K->1293K(47360K), 0.0073079 secs]
    [Thr 4352] JLaunchISetClusterId: set cluster id 1021350
    [Thr 4352] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4352] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Sat Jul 26 19:58:31 2008
    17.365: [ParNew 8973K->1767K(47360K), 0.0082323 secs]
    Sat Jul 26 19:58:32 2008
    18.443: [ParNew 9447K->1881K(47360K), 0.0080158 secs]
    Sat Jul 26 19:58:33 2008
    19.157: [ParNew 9561K->2300K(47360K), 0.0091473 secs]
    Sat Jul 26 19:58:39 2008
    25.106: [ParNew 9980K->2704K(47360K), 0.0105349 secs]
    Sat Jul 26 19:58:40 2008
    25.893: [ParNew 10384K->2824K(47360K), 0.0113076 secs]
    26.619: [ParNew 10497K->3586K(47360K), 0.0145694 secs]
    Sat Jul 26 19:58:41 2008
    27.152: [ParNew 11214K->3627K(47360K), 0.0130617 secs]
    27.518: [ParNew 11283K->3872K(47360K), 0.0112640 secs]
    Sat Jul 26 19:58:42 2008
    27.920: [ParNew 11550K->4183K(47360K), 0.0122831 secs]
    Sat Jul 26 20:07:28 2008
    553.705: [ParNew 11863K->4619K(47360K), 0.0136825 secs]
    Sat Jul 26 20:20:49 2008
    1354.691: [ParNew 12299K->5221K(47360K), 0.0316448 secs]
    Sat Jul 26 20:25:02 2008
    1607.667: [ParNew 12901K->5774K(47360K), 0.0181839 secs]
    Sat Jul 26 20:25:10 2008
    1615.809: [ParNew 13454K->6346K(47360K), 0.0172924 secs]
    Sat Jul 26 20:25:23 2008
    1629.407: [ParNew 14020K->6579K(47360K), 0.0324804 secs]
    Sat Jul 26 20:25:24 2008
    1630.225: [ParNew 14259K->7562K(47360K), 0.0166091 secs]
    Sat Jul 26 20:25:25 2008
    1631.102: [ParNew 15235K->8304K(47360K), 0.0176059 secs]
    Sat Jul 26 20:25:26 2008
    1632.020: [ParNew 15984K->9135K(47360K), 0.0177774 secs]
    Sat Jul 26 20:25:27 2008
    1632.887: [ParNew 16792K->9654K(47360K), 0.0158604 secs]
    Sat Jul 26 20:25:28 2008
    1633.656: [ParNew 17325K->9774K(47360K), 0.0139747 secs]
    Sat Jul 26 20:25:29 2008
    1634.777: [ParNew 17454K->9961K(47360K), 0.0149994 secs]
    Sat Jul 26 20:25:30 2008
    1635.715: [ParNew 17617K->10128K(47360K), 0.0125052 secs]
    1636.517: [ParNew 17808K->10276K(47360K), 0.0134025 secs]
    Sat Jul 26 20:25:31 2008
    1637.389: [ParNew 17956K->10412K(47360K), 0.0131620 secs]
    Sat Jul 26 20:25:32 2008
    1638.220: [ParNew 18057K->10557K(47360K), 0.0123725 secs]
    1638.572: [ParNew 18237K->10134K(47360K), 0.0097202 secs]
    Sat Jul 26 20:25:33 2008
    1638.733: [ParNew 17814K->10012K(47360K), 0.0092531 secs]
    1638.866: [ParNew 17692K->10018K(47360K), 0.0094892 secs]
    1638.954: [ParNew 17698K->9982K(47360K), 0.0101787 secs]
    1639.397: [ParNew 17662K->10123K(47360K), 0.0099608 secs]
    Sat Jul 26 20:26:30 2008
    1696.471: [ParNew 17803K->10574K(47360K), 0.0282717 secs]
    Sat Jul 26 20:26:38 2008
    1704.451: [ParNew 18254K->10486K(47360K), 0.0110070 secs]
    Sat Jul 26 20:26:41 2008
    1706.982: [ParNew 18166K->10494K(47360K), 0.0203221 secs]
    Sat Jul 26 20:26:58 2008
    1724.331: [ParNew 18174K->10505K(47360K), 0.0200140 secs]
    Sat Jul 26 20:27:13 2008
    1739.470: [ParNew 18185K->10545K(47360K), 0.0220752 secs]
    Sat Jul 26 20:27:14 2008
    1739.853: [ParNew 18225K->10570K(47360K), 0.0108715 secs]
    File dev_dispatcher.log
    trc file: "C:\usr\sap\J2E\JC00\work\dev_dispatcher", trc level: 1, release: "700"
    node name   : ID1021300
    pid         : 4560
    system name : J2E
    system nr.  : 00
    started at  : Sat Jul 26 19:58:14 2008
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC00\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
           arg[02] : -DSAPINFO=J2E_00_dispatcher
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
    [Thr 5332] Sat Jul 26 19:58:14 2008
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC00sem] [jstartxx.c   841]
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.en.host=sem] [jstartxx.c   841]
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : sem
    -> ms port    : 3901
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sem
    -> ms port    : 3901
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID1021300  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID1021350  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID1021300            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID1021350            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 5332] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5332] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4696] WaitSyncSemThread: Thread 4696 started as semaphore monitor thread.
    [Thr 3340] JLaunchRequestFunc: Thread 3340 started as listener thread for np messages.
    [Thr 5332] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 5332] CPIC (version=700.2006.09.13)
    [Thr 5332] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx128m [jstartxx.c   2604]
    [Thr 5332] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_17
    [Thr 5332] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID1021300]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_17
    -> java parameters    : -Djava.security.policy=.\java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -XX:NewSize=5m -XX:MaxNewSize=5m -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 128M
    -> init heap size     : 128M
    -> stack size         : 2M
    -> root path          : C:\usr\sap\J2E\JC00\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50000
    -> shutdown timeout   : 120000
    [Thr 5332] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4868] JLaunchIStartFunc: Thread 4868 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [dispatcher]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=.\java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Djco.jarm=1
    -> arg[  6]: -XX:NewSize=5m
    -> arg[  7]: -XX:MaxNewSize=5m
    -> arg[  8]: -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[  9]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 10]: -Dapplication.home=C:\usr\sap\J2E\JC00\exe
    -> arg[ 11]: -Djava.class.path=C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> arg[ 12]: -Djava.library.path=C:\j2sdk1.4.2_17\jre\bin\server;C:\j2sdk1.4.2_17\jre\bin;C:\j2sdk1.4.2_17\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;D:\sapdb\programs\bin;D:\sapdb\programs\pgm;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_17\BIN;;C:\usr\sap\J2E\SYS\exe\uc\NTI386;D:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 13]: -Dmemory.manager=128M
    -> arg[ 14]: -Xmx128M
    -> arg[ 15]: -Xms128M
    -> arg[ 16]: -Xss2M
    -> arg[ 17]: -DLoadBalanceRestricted=no
    -> arg[ 18]: -Djstartup.mode=JCONTROL
    -> arg[ 19]: -Djstartup.ownProcessId=4560
    -> arg[ 20]: -Djstartup.ownHardwareId=T1833856537
    -> arg[ 21]: -Djstartup.whoami=dispatcher
    -> arg[ 22]: -Djstartup.debuggable=no
    -> arg[ 23]: -DSAPINFO=J2E_00_dispatcher
    -> arg[ 24]: -DSAPSTARTUP=1
    -> arg[ 25]: -DSAPSYSTEM=00
    -> arg[ 26]: -DSAPSYSTEMNAME=J2E
    -> arg[ 27]: -DSAPMYNAME=sem_J2E_00
    -> arg[ 28]: -DSAPDBHOST=sem
    -> arg[ 29]: -Dj2ee.dbhost=sem
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4868] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [dispatcher]
    [Thr 4864] Sat Jul 26 19:58:16 2008
    [Thr 4864] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4864] Sat Jul 26 19:58:17 2008
    [Thr 4864] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4864] JLaunchISetClusterId: set cluster id 1021300
    [Thr 4864] Sat Jul 26 19:58:18 2008
    [Thr 4864] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4864] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5360] Sat Jul 26 19:58:43 2008
    [Thr 5360] JLaunchISetP4Port: set p4 port 50004
    [Thr 2000] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 2000] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 2372] Sat Jul 26 20:00:01 2008
    [Thr 2372] JLaunchISetHttpPort: set http port 50000
    [Thr 2372] JLaunchISetHttpsPort: set https port 50001
    [Thr 4864] Sat Jul 26 20:00:15 2008
    [Thr 4864] JLaunchISetState: change state from [Starting (2)] to [Running (3)]
    [Thr 3840] Sat Jul 26 20:30:27 2008
    [Thr 3840] JLaunchISetHttpPort: set http port 50000
    [Thr 3840] JLaunchISetHttpsPort: set https port 50001
    [Thr 3680] JLaunchISetP4Port: set p4 port 50004
    [Thr 3340] Sat Jul 26 20:30:34 2008
    [Thr 3340] JLaunchRequestFunc: receive command:17, argument:0 from pid:1308
    [Thr 3340] JLaunchIShutdownInvoke: set shutdown interval (stop:1217115034/end:1217115154/TO:120)
    [Thr 3340] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 3340] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    [Thr 6108] JLaunchISetState: change state from [Running (3)] to [Waiting for stop (4)]
    [Thr 6108] JLaunchISetState: change state from [Waiting for stop (4)] to [Stopping (5)]
    [Thr 1008] JLaunchISetP4Port: set p4 port 50004
    [Thr 3996] JLaunchISetHttpsPort: set https port 50001
    [Thr 3996] JLaunchISetHttpPort: set http port 50000
    [Thr 3004] Sat Jul 26 20:30:38 2008
    [Thr 3004] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 3640] Sat Jul 26 20:30:39 2008
    [Thr 3640] JLaunchISetHttpPort: set http port 50000
    [Thr 6108] Sat Jul 26 20:30:41 2008
    [Thr 6108] JLaunchISetState: change state from [Stopping (5)] to [Stopped (6)]

    Just asking with min idea.
    As per above notes its clear that if you are unable to start up JAVA as JAVA license got expired so need to apply JAVA license from ABAP side then it would pic both so in this way we can start JAVA
    But how it would be in case of JAVA only system? how to apply?Shall we apply from OS level?
    Thanks in advance

  • JStartupICheckFrameworkPackage:can't find frameworkpackage E:\usr\sap\ SID

    Hi Friends, I have install NW AS JAVA only on windows 2008 sp2 server. Installation completed successfully, but now when i am trying to start sap it gives some error. I have pasted the logs below. Some valuable suggession will be appriciated.....Thanks...
    Below are the logs from dev_bootstrap
    trc file: "E:\usr\sap\JPD\JC00\work\dev_bootstrap", trc level: 1, release: "700"
    node name   : bootstrap
    pid         : 2828
    system name : JPD
    system nr.  : 00
    started at  : Tue Jun 21 15:36:37 2011
    arguments       :
           arg[00] : E:\usr\sap\JPD\JC00\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\JPD\SYS\profile\JPD_JC00_julee
           arg[02] : -DSAPINFO=JPD_00_bootstrap
           arg[03] : pf=E:\usr\sap\JPD\SYS\profile\JPD_JC00_julee
    [Thr 2348] Tue Jun 21 15:36:38 2011
    [Thr 2348] *** WARNING => INFO: Unknown property [instance.box.number=JPDJC00julee] [jstartxx.c   841]
    [Thr 2348] *** WARNING => INFO: Unknown property [instance.en.host=julee] [jstartxx.c   841]
    [Thr 2348] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 2348] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties]
    -> ms host    : julee
    -> ms port    : 3901
    -> OS libs    : E:\usr\sap\JPD\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : julee
    -> ms port    : 3901
    -> os libs    : E:\usr\sap\JPD\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID9765400  : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID9765450  : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID9765400            : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    -> [01] ID9765450            : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    [Thr 2348] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 2348] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 2124] JLaunchRequestFunc: Thread 2124 started as listener thread for np messages.
    [Thr 1936] WaitSyncSemThread: Thread 1936 started as semaphore monitor thread.
    [Thr 2348] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 2348] CPIC (version=700.2009.02.11)
    [Thr 2348] Tue Jun 21 15:36:39 2011
    [Thr 2348] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 2348] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\JPD\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 512M
    -> root path          : E:\usr\sap\JPD\JC00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : E:\usr\sap\JPD\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\JPD\JC00\exe\jstartup.jar;E:\usr\sap\JPD\JC00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0097654
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 2188] JLaunchIStartFunc: Thread 2188 started as Java VM thread.
    [Thr 2188] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [bootstrap]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -Dsys.global.dir=E:\usr\sap\JPD\SYS\global
    -> arg[  5]: -Dapplication.home=E:\usr\sap\JPD\JC00\exe
    -> arg[  6]: -Djava.class.path=E:\usr\sap\JPD\JC00\exe\jstartup.jar;E:\usr\sap\JPD\JC00\exe\jvmx.jar;.\bootstrap\launcher.jar
    -> arg[  7]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\JPD\JC00\j2ee\os_libs;D:\oracle\JPD\102\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\JPD\SYS\exe\uc\NTAMD64
    -> arg[  8]: -Dmemory.manager=512M
    -> arg[  9]: -Xmx512M
    -> arg[ 10]: -DLoadBalanceRestricted=no
    -> arg[ 11]: -Djstartup.mode=BOOTSTRAP
    -> arg[ 12]: -Djstartup.ownProcessId=2828
    -> arg[ 13]: -Djstartup.ownHardwareId=R0075126991
    -> arg[ 14]: -Djstartup.whoami=bootstrap
    -> arg[ 15]: -Djstartup.debuggable=yes
    -> arg[ 16]: -Xss2m
    -> arg[ 17]: -DSAPINFO=JPD_00_bootstrap
    -> arg[ 18]: -DSAPSTARTUP=1
    -> arg[ 19]: -DSAPSYSTEM=00
    -> arg[ 20]: -DSAPSYSTEMNAME=JPD
    -> arg[ 21]: -DSAPMYNAME=julee_JPD_00
    -> arg[ 22]: -DSAPDBHOST=julee
    -> arg[ 23]: -Dj2ee.dbhost=julee
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 2188] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [bootstrap]
    -> arg[  0]: com.sap.engine.bootstrap.Bootstrap
    -> arg[  1]: ./bootstrap
    -> arg[  2]: ID0097654
    [Thr 2188] Tue Jun 21 15:36:41 2011
    [Thr 2188] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 2120] Tue Jun 21 15:36:45 2011
    [Thr 2120] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 2120] JLaunchCloseProgram: good bye (exitcode = 0)
    Edited by: Basis Admin on Jun 21, 2011 4:03 PM

    Pl find the logs below
    trc file: "E:\usr\sap\JPD\JC00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID9765450
    pid         : 2244
    system name : JPD
    system nr.  : 00
    started at  : Tue Jun 21 15:36:56 2011
    arguments       :
           arg[00] : E:\usr\sap\JPD\JC00\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\JPD\SYS\profile\JPD_JC00_julee
           arg[02] : -DSAPINFO=JPD_00_server
           arg[03] : pf=E:\usr\sap\JPD\SYS\profile\JPD_JC00_julee
    [Thr 2932] Tue Jun 21 15:36:56 2011
    [Thr 2932] *** WARNING => INFO: Unknown property [instance.box.number=JPDJC00julee] [jstartxx.c   841]
    [Thr 2932] *** WARNING => INFO: Unknown property [instance.en.host=julee] [jstartxx.c   841]
    [Thr 2932] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 2932] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties]
    -> ms host    : julee
    -> ms port    : 3901
    -> OS libs    : E:\usr\sap\JPD\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : julee
    -> ms port    : 3901
    -> os libs    : E:\usr\sap\JPD\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID9765400  : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID9765450  : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID9765400            : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    -> [01] ID9765450            : E:\usr\sap\JPD\JC00\j2ee\cluster\instance.properties
    [Thr 2932] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 2932] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 496] JLaunchRequestFunc: Thread 496 started as listener thread for np messages.
    [Thr 324] WaitSyncSemThread: Thread 324 started as semaphore monitor thread.
    [Thr 2932] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 2932] CPIC (version=700.2009.02.11)
    [Thr 2932] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 2932] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\JPD\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID9765450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : E:\usr\sap\JPD\JC00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\JPD\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\JPD\JC00\exe\jstartup.jar;E:\usr\sap\JPD\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 2932] JLaunchISetDebugMode: set debug mode [no]
    [Thr 784] JLaunchIStartFunc: Thread 784 started as Java VM thread.
    [Thr 784] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=256M
    -> arg[  5]: -XX:PermSize=256M
    -> arg[  6]: -XX:NewSize=171M
    -> arg[  7]: -XX:MaxNewSize=171M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\JPD\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\JPD\JC00\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\JPD\JC00\exe\jstartup.jar;E:\usr\sap\JPD\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\JPD\JC00\j2ee\os_libs;D:\oracle\JPD\102\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\JPD\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=1024M
    -> arg[ 27]: -Xmx1024M
    -> arg[ 28]: -Xms1024M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=2244
    -> arg[ 32]: -Djstartup.ownHardwareId=R0075126991
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=JPD_00_server
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=00
    -> arg[ 39]: -DSAPSYSTEMNAME=JPD
    -> arg[ 40]: -DSAPMYNAME=julee_JPD_00
    -> arg[ 41]: -DSAPDBHOST=julee
    -> arg[ 42]: -Dj2ee.dbhost=julee
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 784] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 2632] Tue Jun 21 15:37:13 2011
    [Thr 2632] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 2632] Tue Jun 21 15:37:14 2011
    [Thr 2632] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    Exception in thread "Thread-1" [Thr 2632] *** ERROR => JHVM_RegisterNatives: registration for method nativeTrace (ILjava/lang/String;I)V failed. [jhvmxx.c     387]
    Exception in thread "Thread-1" [Thr 2632] *** ERROR => JHVM_RegisterNatives: registration for class com.sap.bc.proj.jstartup.JStartupFramework failed. [jhvmxx.c     402]
    [Thr 2632] Tue Jun 21 15:37:16 2011
    [Thr 2632] JLaunchISetClusterId: set cluster id 9765450
    [Thr 2632] Tue Jun 21 15:37:17 2011
    [Thr 2632] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 2632] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Tue Jun 21 15:37:29 2011
    32.693: [GC 32.693: [DefNew: 87552K->5616K(131328K), 0.0379367 secs] 87552K->5616K(1004800K), 0.0380208 secs]
    Tue Jun 21 15:37:35 2011
    39.239: [GC 39.239: [DefNew: 93168K->10731K(131328K), 0.0522776 secs] 93168K->10731K(1004800K), 0.0523620 secs]
    Tue Jun 21 15:37:42 2011
    46.142: [GC 46.142: [DefNew: 98283K->11872K(131328K), 0.0369234 secs] 98283K->11872K(1004800K), 0.0369857 secs]
    Tue Jun 21 15:37:44 2011
    48.101: [GC 48.101: [DefNew: 99424K->15175K(131328K), 0.0416394 secs] 99424K->15175K(1004800K), 0.0416992 secs]
    Tue Jun 21 15:37:47 2011
    50.864: [GC 50.864: [DefNew: 102727K->17598K(131328K), 0.0535968 secs] 102727K->17598K(1004800K), 0.0536599 secs]
    Tue Jun 21 15:37:56 2011
    59.912: [GC 59.912: [DefNew: 105150K->20359K(131328K), 0.0552269 secs] 105150K->20359K(1004800K), 0.0553026 secs]
    Tue Jun 21 15:38:05 2011
    68.822: [GC 68.822: [DefNew: 107911K->27950K(131328K), 0.0925732 secs] 107911K->27950K(1004800K), 0.0927059 secs]
    Tue Jun 21 15:38:22 2011
    86.155: [GC 86.155: [DefNew: 115502K->32318K(131328K), 0.0952289 secs] 115502K->32318K(1004800K), 0.0953143 secs]
    [Thr 3836] Tue Jun 21 15:38:24 2011
    [Thr 3836] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 3920] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    Tue Jun 21 15:38:25 2011
    89.549: [GC 89.550: [DefNew
    Tue Jun 21 15:38:26 2011
    : 119870K->37903K(131328K), 0.0946425 secs] 119870K->37903K(1004800K), 0.0947168 secs]
    [Thr 2632] Tue Jun 21 15:38:30 2011
    [Thr 2632] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    93.769: [GC 93.769: [DefNew: 125455K->39983K(131328K), 0.0848278 secs] 125455K->39983K(1004800K), 0.0848963 secs]
    Tue Jun 21 15:38:42 2011
    106.101: [GC 106.101: [DefNew: 127535K->40711K(131328K), 0.1103185 secs] 127535K->44523K(1004800K), 0.1104881 secs]
    Tue Jun 21 15:38:48 2011
    111.757: [GC 111.758: [DefNew: 128263K->37882K(131328K), 0.0922447 secs] 132075K->46051K(1004800K), 0.0923087 secs]
    Tue Jun 21 15:38:53 2011
    116.821: [GC 116.821: [DefNew: 125434K->41012K(131328K), 0.0868214 secs] 133603K->49181K(1004800K), 0.0868870 secs]
    Tue Jun 21 15:38:58 2011
    121.834: [GC 121.834: [DefNew: 128564K->40328K(131328K), 0.0883693 secs] 136733K->50264K(1004800K), 0.0884344 secs]
    Tue Jun 21 15:39:02 2011
    125.894: [GC 125.894: [DefNew: 127880K->38270K(131328K), 0.1261970 secs] 137816K->50849K(1004800K), 0.1262624 secs]
    Tue Jun 21 15:39:03 2011
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl::initializeRelations
    Tue Jun 21 15:39:06 2011
    129.644: [GC 129.644: [DefNew: 125822K->39879K(131328K), 0.0743170 secs] 138401K->52458K(1004800K), 0.0743815 secs]
    Tue Jun 21 15:39:09 2011
    133.455: [GC 133.455: [DefNew: 127431K->41403K(131328K), 0.0858201 secs] 140010K->55026K(1004800K), 0.0858849 secs]
    Tue Jun 21 15:39:11 2011
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.InstanceBuilder::readElement
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.GeneratedComplexType::_loadInto
    Tue Jun 21 15:39:12 2011
    136.149: [GC 136.149: [DefNew: 128955K->38683K(131328K), 0.0844984 secs] 142578K->56636K(1004800K), 0.0845627 secs]
    Tue Jun 21 15:39:17 2011
    140.904: [GC 140.904: [DefNew: 126235K->42612K(131328K), 0.0888091 secs] 144188K->60566K(1004800K), 0.0888767 secs]
    Tue Jun 21 15:39:20 2011
    144.177: [GC 144.177: [DefNew: 130164K->39791K(131328K), 0.0883459 secs] 148118K->62169K(1004800K), 0.0884110 secs]
    Tue Jun 21 15:39:23 2011
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.InstanceBuilder::readSequence
    147.268: [GC 147.268: [DefNew: 127343K->33797K(131328K), 0.0799426 secs] 149721K->62721K(1004800K), 0.0800037 secs]

  • Image capture from avi vfw device can't find video modes

    Hello
    Here my issu, i have implemented image capture from a video device using jmf 2.1.1e performancepack, using a webcam everything is fine but when i use the video capture source i want to use i can only work with format 720x480 pal and i require 720x576 pal.
    jmf seem not to reconize video format from this source, but the video is correcty displayed and image correctly captured. I'm surprised it is half working:decoding&render is ok to but not format choice.
    I have check it is not because i'm in ntsc mode (ntsc is 720x480) because my analogic source is pal and color are correct (if with device software i change to ntsc mode i have a black&with but using jmf i'm in color so i'm in pal mode)
    Difference bettween the webcam and my device is that my device is an avi encoder so in jmf webcam is javax.media.format.YUVFormat and my device com.sun.media.format.AviVideoFormat
    i have tried many thing:
    install codec pack (divx6, another codec pack)
    try to use Fobs4JMF
    register in JMStudio IBMdecoder, jffmpeg
    Tanks for any help
    the device support many configuration UYVY 235x288 352x576 .... 720x576 but JMF offer only 1 video mode for this device.
    here in jmf my capture device info:
    Name = vfw:Microsoft WDM Image Capture (Win32):0
    Locator = vfw://0
    Output Formats---->
    0. com.sun.media.format.AviVideoFormat
    UYVY, 720x480, Length=691200 0 extra bytes
    and with a web cam:
    Name = vfw:Microsoft WDM Image Capture (Win32):0
    Locator = vfw://0
    Output Formats---->
    0. javax.media.format.YUVFormat
    YUV Video Format: Size = java.awt.Dimension[width=640,height=480] MaxDataLength = 460800 DataType = class [B yuvType = 2 StrideY = 640 StrideUV = 320 OffsetY = 0 OffsetU = 307200 OffsetV = 384000
    1. javax.media.format.RGBFormat
      RGB, 160x120, Length=57600, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=480, Flipped
    2. javax.media.format.RGBFormat
      RGB, 176x144, Length=76032, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528, Flipped
    3. javax.media.format.RGBFormat
      RGB, 320x240, Length=230400, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=960, Flipped
    4. javax.media.format.RGBFormat
      RGB, 352x288, Length=304128, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=1056, Flipped
    5. javax.media.format.RGBFormat
      RGB, 640x480, Length=921600, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=1920, Flipped
    6. javax.media.format.YUVFormat
      YUV Video Format: Size = java.awt.Dimension[width=160,height=120] MaxDataLength = 28800 DataType = class [B yuvType = 2 StrideY = 160 StrideUV = 80 OffsetY = 0 OffsetU = 19200 OffsetV = 24000
    7. javax.media.format.YUVFormat
      YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    8. javax.media.format.YUVFormat
      YUV Video Format: Size = java.awt.Dimension[width=320,height=240] MaxDataLength = 115200 DataType = class [B yuvType = 2 StrideY = 320 StrideUV = 160 OffsetY = 0 OffsetU = 76800 OffsetV = 96000
    9. javax.media.format.YUVFormat
      YUV Video Format: Size = java.awt.Dimension[width=352,height=288] MaxDataLength = 152064 DataType = class [B yuvType = 2 StrideY = 352 StrideUV = 176 OffsetY = 0 OffsetU = 101376 OffsetV = 126720[/i]

    I have find some information at l'article http://archives.java.sun.com/cgi-bin/wa?A2=ind0111&L=jmf-interest&P=22779
    but i didn't find "sample programs on the JMF Solutions page" which is about VFWDeviceQuery
    so i have trouble with point 2 so this article.
    I have try to rewrite VFWDeviceQuery:
    i just have add dimension 720x576 and "UYVY" in the variable declaration, then compile and replace VFWDeviceQuery .java in jmf.jar in but it is not working)
    I miss information on what to do on VFWDeviceQuery to try more
    About jmf soucre file, i have used the source file jmf-2_1_1e-scsl-src but i have some package missing such as com.ibm.media.codec.audio.BufferedEncoder ...
    so i can't use debugger on all jmf package and check how VFWDeviceQuery is working.
    if someone have information about please help me:
    - "sample programs on the JMF Solutions page" about VFWDeviceQuery
    - how to rewrite VFWDeviceQuery to support UYVY
    - how to compile entier jmf source files
    V.

  • Where can i find the downloadable for C++ on Solaris 8 and 10?

    Hello Guys,
    Where can i find the downloadable for C++ on Solaris 8 and 10?
    Thanks in advance.
    Satish

    Albeit Sun Studio 12 doesn't support Solaris 8, while Sun Studio 11 does, you would probably want to use 12's IDE during development process, so give it a try. You can use compilers from Sun Studio 11 (stable version already available) together with IDE/debugger from Sun Studio 12 (EA available for download and stable version on its way).

  • Where can i find my text files?

    I am working in a xaml app and am trying to make a text file, and then open it in like note pad. My code does not give me any errors but I can't find the file any where. Here is what I have:
            async void test()
                StorageFolder folder = Windows.Storage.ApplicationData.Current.LocalFolder;
                StorageFile sampleFile = await folder.CreateFileAsync("sample.txt", CreationCollisionOption.ReplaceExisting);
                await Windows.Storage.FileIO.WriteTextAsync(sampleFile, "Swift as a shadow");
    I don't know if I can't find it or it is just not being made. 
    Thank You for your time.

    Hi TomatoMan,
    A better way to find where the StorageFile points is to examine its Path in the debugger after calling CreateFileAsync. The path Anne mentions is common, but it is not correct for all systems.
    It should exist for your original app so long as the app hasn't been removed. This isn't the appx package itself, this is the application data. The app package will be in the Package.InstalledLocation and is not writeable (in production- it may
    be for a test app running from the VS project directory).
    The app data location shouldn't be exposed to users, but is only available through the app. If you want the user to be able to find the document outside of the app then you should use a FileSavePicker to let the user choose where to save it.
    If you want to programmatically open the file you can call
    Launcher.LaunchFileAsync with the sampleFile StorageFile object.
    --Rob

  • Where can I find [AIR SDK]/lib/legacy/fdb.jar sources?

    Hi,
    AIR SDK 3.4 and 3.5 distributives that include ActionScript Compiler 2.0 also contain command line debugger tool (fdb) that is able to debug ActionScript workers. Corresponding jar files are [AIR SDK]/lib/legacy/fdb.jar and [AIR SDK]/lib/legacy/legacy-common.jar. Fdb has been an open-source tool for years. Where can I find sources of the most recent fdb versions? Old svn repo is not updated for a long time.

    Thanks, any response from the FDB team?
    How can I contact them directly?
    Are they going to integrate recent changes into Apache Flex SDK repository?

  • Import can't find project created in SJSE8

    I created a project called myutils which has a few classes in it that I use in many places. SJSE8 created the myutils.jar file very nicely and quickly.
    I created another project to use the myutils.jar file and no matter what I do, SJSE8 can't find it. I have:
    1. Updated the CLASSPATH environment variable with the directory that has the myutils.jar.
    2. Gone into the project properties and updated the libraries list by adding the myutils.jar file and directory folder.
    3. Gone into the Tools/Options and changed the Ant settings for the IDE-Supplied Classpath and the Additional Classpath to include the myutils.jar directory.
    4. I looked at the Tools/Options/IDE Configuration/System/Modules/Debugging/JPDA Debugger UI/Effective Classpath and found that it doesn't even consider the CLASSPATH environment variable at all.
    Being new to SJSE I'm getting confused quite a bit. I'm not new to java programming, but I can't seem to find my way around what seems to be a very good IDE.
    There has to be a good reason for my second project program not to be able to see the first jar file in order to import it.
    Anyone know why?
    -E.J.

    Hi!
    It's strange ... Seems jar file myutils.jar not contain classes in package myutils.
    If you send me this jar file then I can give you more detailed answer.
    First of all notice that classes have correct package declaration:
    package myutils.<smth else>;

  • Where can i find TOMCAT and a browser?

    I have been up and down this site and the apache site and i simply can not find the TOMCAT download or a browser that I can use to debugg my code. If someone could please tell me where to find it I need to find out fast. the code's written but I need to test it and my deadline's coming up fast!

    i simply can not find the TOMCAT downloadhttp://jakarta.apache.org
    a browser that I can use to debugg my code.A browser?
    a.

  • How can i find the printing program?

    hi
    i have sap script how can i find the printing program ?
    ami

    ami bardogo wrote:
    hi
    what is the different between the commands 'break' and 'break-point'
    thanks,
    ami
      h2 Breakpoints  h2
    Apart from being able to execute an ABAP program in the Debugger, you can also start the Debugger call by the choosing a breakpoint. This is achieved by setting one or more of these breakpoints in the program. A breakpoint is a signal at a particular point in the program that tells the ABAP runtime processor to interrupt processing and start the Debugger. The Debugger is activated when the program reaches this point.
    There is also a special kind of breakpoint called a watchpoint. When you use watchpoints, the Debugger is not activated until the contents of a particular field change. For more information, refer to the chapter Watchpoints.
    Breakpoint Variants
    The Debugger contains different breakpoint variants:
    Static
    A user-specific breakpoint is inserted in the source code as an ABAP statement using the keyword BREAK-POINT. A non user-specific breakpoint is set in the ABAP Editor using the BREAK user name statement.
    Directly set
    dynamic breakpoints
    Can be set in the ABAP Editor or the Debugger by double-clicking a line, for example. Dynamic breakpoints are always user-specific, and are deleted when you log off from the R/3 System.
    Breakpoints
    at statements
    The Debugger stops the program immediately before the specified statement is executed.
    Breakpoints
    at subroutines
    The Debugger stops the program immediately before the specified subroutine is called.
    Breakpoints at function modules
    The Debugger stops the program immediately before the specified function module is called.
    Breakpoints at methods
    The Debugger stops the program immediately before the specified method is called.
    Breakpoints at exceptions and system exceptions
    The Debugger stops the program immediately after a system exception, that is, after a runtime error has been intercepted.
    Static Breakpoints
    Static breakpoints are always user-independent if there is no specification of a user name. Once a user has inserted the statement BREAK-POINT or BREAK name in an ABAP program, the system always interrupts the program at that point for that user or only for the user name. This procedure is only useful in the development phase of an application when program execution is always to be interrupted at the same place. For more information, refer to the chapter Static Breakpoints.
    In HTTP sessions, a static breakpoint is skipped if you did not set additional dynamic HTTP breakpoints in the editor of a BSP page. Instead, a corresponding system log entry is written, which can be checked using transaction SM21.
    Dynamic Breakpoints
    Dynamic breakpoints are user-specific. Therefore, you should use them if you only want the program to be interrupted when you run it yourself, not when it is being executed by other users. All dynamic breakpoints are deleted when you log off from the R/3 System.
    Dynamic breakpoints are more flexible than static breakpoints because you can deactivate or delete them at runtime. They have the following advantages:
    ·        You do not have to change the program code.
    ·        You can set them even when the program is locked by another programmer.
    ·        You can define a counter that only activates the breakpoint after it has been reached.
    Special dynamic breakpoints are useful when you want to interrupt a program directly before a particular ABAP statement, a subroutine, or an event, but do not know exactly where to find it in the source code. Event here is used to refer to the occurrence of a particular statement, for example, or calling up a method. Special dynamic breakpoints are user-specific. You can only set them in the Debugger. For more information, refer to the chapter Dynamic Breakpoints.
    In HTTP sessions, the system stops both at static and dynamic breakpoints if a dynamic breakpoint was set in the editor of a BSP page before program execution.
    Lifetime and Transfer of Breakpoints
    A static breakpoint remains intact as long as the BREAK-POINT or BREAK-POINT name statement is not removed from the source code. Without saving, dynamic breakpoints only remain intact in the relevant internal session. However, they remain in effect during the entire user session if they are saved by choosing the menu path Breakpoints ® Save in the ABAP Debugger. For more details on the subject of user sessions and modes, refer to Modularization Techniques in the ABAP keyword documentation.
    If you call an HTTP session during a user session, only the HTTP breakpoints are loaded when the HTTP session is started. You activate HTTP debugging in the ABAP Editor by choosing Utilities ® Settings ® HTTP Debugging. Depending on the setting, the system then displays either the HTTP or standard breakpoints in the Editor.
    If you call an update session during a user session, breakpoints that were defined beforehand in the calling processing unit are copied to the new update session, where they can be displayed under Breakpoints. If, in the ABAP Debugger, you check Update Debugging  under Settings and then, for example, call the update module func using CALL FUNCTION func IN UPDATE TASK, a new window is opened in which you can debug this function module in the update session. All the breakpoints that were set in the calling processing unit can also be processed here.
    For further information on special breakpoints, refer to:
    Breakpoints at Statements
    Breakpoints at Subroutines
    Breakpoints at Function Module Calls
    Breakpoints at Methods
    Breakpoints at System Exceptions
    h2 page  break h2
    WINDOW TYPES
    When defining a layout set window, you must select a window type for the window. You can choose between three types:
    • Constant windows (CONST)
    • Variable windows (VAR)
    • Main windows (MAIN)
    CONSTANT WINDOW
    A window of type CONST has the same contents and size on all layout set pages, on which a corresponding page window is defined. This allows the processing of the window contents to be optimized internally.
    Page windows whose allocated window is of type CONST must have the same size throughout the layout set. If a window of type CONST is full, all remaining text the application program wants to output in this window, is lost. Constant windows do not trigger a page break. In other words: all text exceeding the window size is simply truncated.
    VARIABLE WINDOW
    The contents of variable windows is processed again for each page, on which the window appears. The system outputs only as much text as fits into the window. Text exceeding the window size is truncated; the system does not trigger a page break. Unlike constant windows, the page windows declared as variable windows may have different sizes on different layout set pages.
    As far as the processing of the window contents is concerned, the system currently treats constant and variable windows alike. The only difference is that constant windows have the same size throughout the layout set.
    MAIN WINDOW
    Each layout set must have one window of type MAIN. Such a window is called the main window of the layout set. For SAPscript layout sets, the main window has a central meaning:
    • It controls the page break.
    • It contains the text body that may cover several pages.
    • It allows to fix text elements at the upper and lower margins of the allocated page window (for example, for column headings).
    As soon as a window of type MAIN is full, SAPscript automatically triggers a page break and continues to output the remaining text in the main window of the subsequent page. Page windows of type MAIN have the same width throughout the layout set. The SAPscript composer thus avoids reformatting of the text after each page break.
    If a page does not have a main window, the system implicitly processes all other windows of the page and continues with the subsequent page. This page must not call itself as subsequent page (recursive call), since this would produce an endless loop. In such a case, SAPscript terminates the output after three subsequent pages.
    HOW THE COMPOSER WORKS
    The composer or layout set processor is the central formatting module for the print output. It prepares the texts for the different output devices by using the allocated styles or layout sets.
    Processing a layout set happens in a certain order. You must know some facts concerning the different window types, the setting of subsequent pages, or the dynamic control from within the print program.
    Page control in layout sets
    Define subsequent page statically
    Define subsequent page dynamically
    Format a layout set page
    PAGE CONTROL IN LAYOUT SETS
    SAPscript automatically triggers a page break as soon as the main window of one page is full. To be able to execute the page break, the system must know on which subsequent page to continue outputting the text. You can specify the subsequent page either statically when defining the layout set, or you can set the subsequent page dynamically during layout set output.
    If the subsequent page is not specified, SAPscript automatically terminates printing, thereby ignoring any other output statements of the application program.
    DEFINE SUBSEQUENT PAGE STATICALLY
    You define the subsequent page statically with the layout set maintenance transaction. First, specify the start page in the layout set header. The system automatically calls this page whenever the layout set is started. With this page, or, more correctly, with the page window of this page, the text output starts. For each page, specify the subsequent page in the page definition. After a page break, the system continues text output on the subsequent page defined for the last page. By specifying start page and subsequent pages, you can define a page sequence.
    DEFINE SUBSEQUENT PAGE DYNAMICALLY
    The page sequence set in the layout set definition can be changed by the application program dynamically at runtime. If you want the layout set to start with a page other than the one defined in the layout set header, specify the desired start page using the parameter STARTPAGE when you call the function module START_FORM. However, this new start page is valid only for the current call of the function module.
    If you want to break to a subsequent page other than the one specified in the page definition, use the control statement NEW-PAGE to set the name of the new page.
    NEW-PAGE .
    NEW-PAGE ends the output on the current page. The new subsequent page is only valid for the current call of the control statement. You can either include the control statement explicitly into the text of a text element or pass it to the layout set output using the function module CONTROL_FORM.
    FORMAT LAYOUT SET PAGE
    The process of formatting the output is controlled by the text contents in the BODY area of the main window. If the main window is completely filled, or if the control statement NEW-PAGE appears in the main window, the system executes a page break. Only at this point in time the system formats the contents of the windows of the other types and replaces the variables with the current values.
    For each other window, the system first outputs the default text element, if it exists. Then it processes and formats the list of the active text elements of this window, which you set using the function module WRITE_FORM with the parameter FUNCTION (SET, APPEND, DELETE). Any text that does not fit into the page window is truncated.
    As a consequence to this processing order of the composer, the reservation of space for the TOP and BOTTOM areas must be made beforehand. If the BODY area of the main window already contains text, a new text output to the TOP area does not appear on the current page but on the subsequent page in the TOP area. The same applies for the BOTTOM area. If the BODY area is filled to such an extend that the new BOTTOM text no longer fits into the current main window, this text appears on the subsequent page in the BOTTOM area.
    A frequent error in application programs is that for the subsequent page (for example, NEXT) of a layout set no main window is defined. If the formatted text of the previous page did not fit into the corresponding main window , the composer searches the subsequent pages for a main window to output the text remainder. However, if the subsequent page of NEXT is NEXT again, the composer encounters an endless loop.
    To be able to create correct page breaks in longer text, you should define a main window on each layout set page.
    LAYOUT SET CONTROL
    To output SAPscript layout sets, in the print program you must always start the output with OPEN_FORM and end it with CLOSE_FORM. The function module OPEN_FORM initializes the SAPscript composer and opens the specified layout set for subsequent output. The system combines all output for this layout set up to the CLOSE_FORM to one print request. If CLOSE_FORM is missing, nothing will be printed.
    To output data in a layout set, you must use the SAPscript function modules WRITE_FORM, WRITE_FORM_LINES, and CONTROL_FORM. You can use these function modules any number of times in any order between opening and closing a layout set.
    You cannot use the ABAP/4 statement WRITE to write output to a SAPscript layout set.
    Several print requests
    Start a layout set again
    Switch layout sets
    Find layout sets
    SEVERAL PRINT REQUESTS
    Within one transaction, you can open and close several layout sets using OPEN_FORM and CLOSE_FORM, however not simultaneously. You can use parameters in the OPEN_FORM to control whether the output is stored in the same print request. But also the SAP spool decides, depending on several plausibility checks, whether new output is appended to an existing print request or whether to create a new print request anyway.
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'CLOSE_FORM'
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'CLOSE_FORM'
    You cannot combine ABAP/4 list output and SAPscript output in one print request.
    START A LAYOUT SET AGAIN
    Usually a print program does not print only one urging letter or one account statement, but several layout sets for different customers. To have the output for each customer begin with the start page of the layout set, you must start the current layout set again and again.
    To start a layout set again, you must first end the current layout set and then open the layout set again. Within one print request, first call the function module END_FORM. It executes the final processing for the current layout set. Then start the layout set again using START_FORM. Output then begins again on the start page of the desired layout set.
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION CLOSE_FORM
    If you use START_FORM and END_FORM, you must not specify a layout set for OPEN_FORM. However, in this case you can use the SAPscript output functions only after opening a layout set with START_FORM.

Maybe you are looking for