WP8 c++/Direct3D Launch Parameters (ProtocolActivatedEventArgs problem)

Hi,
I need another help with WP8 app developing. I need to associate native c++/Direct3D app with file extension. It should not be problem - what I need is to read launch parameters to get file path. Problem is that ProtocolActivatedEventArgs
is not working, it is not contain any parameters. I even found some blog post and some guy has information that there is a mistake in MSDN documentation, but he don't have solution for this problem. (http://sanjeev.dwivedi.net/?p=369)
Can you please help me? How to solve that - open my app by clicking on *.gpx file.
Thanks

Hi Franklin,
thanks for your answer, but unfortunately it doesn't help - since I need that on C++/Direct3D project. As you can see in NavigationContext manual
there is no support for C++, especially "standard" C++ without component extension (C++/CX).
But I finally figure it out, with one small disadvantage - it needs to be targeted to WP8.1 universal app (for the future release of Windows 10 is actually an advantage :) ).
So here is the solution demo:
hr = m_view->add_Activated(Microsoft::WRL::Callback<ActivatedHandler>(
this, &Foo::OnActivated).Get(),
&m_activated_token);
HRESULT Foo::OnActivated(ICoreApplicationView* , IActivatedEventArgs* args)
// Here we can check if app is allready runnig (args->get_PreviousExecutionState) ...
ActivationKind kind;
if (!args || FAILED(args->get_Kind(&kind)))
return false;
ComPtr<IActivatedEventArgs> activatedArgs(args);
switch (kind)
case ActivationKind_Protocol:
ComPtr<IProtocolActivatedEventArgs> protocolArgs;
if (FAILED(activatedArgs.As(&protocolArgs)))
break;
ComPtr<ABI::Windows::Foundation::IUriRuntimeClass> startUri;
if (FAILED(protocolArgs->get_Uri(&startUri)))
break;
HSTRING uriHstring;
unsigned int length;
startUri->get_AbsoluteUri(&uriHstring);
// lets handle uriHstring in our way...
break;
case ActivationKind_File:
ComPtr<IFileActivatedEventArgs> fileActivatedArgs;
if (FAILED(activatedArgs.As(&fileActivatedArgs)))
break;
ComPtr<ABI::Windows::Foundation::Collections::IVectorView<ABI::Windows::Storage::IStorageItem*>> list;
HRESULT hr = fileActivatedArgs->get_Files(list.GetAddressOf());
ComPtr<ABI::Windows::Storage::IStorageItem> item;
if (FAILED(list->GetAt(0, item.GetAddressOf())))
break;
ComPtr<ABI::Windows::Storage::IStorageFile> file;
if (FAILED(item.As(&file)))
break;
// lets handle file in our way...
break;
return hr;

Similar Messages

  • Changing default Java launch parameters

    Hi,
    I experienced the "unsufficient memory" error several times and found the -X java launch parameters.
    The default settings are :
    -Xms 1048576 bytes
    -Xmx 67108864 bytes
    and the minimum size to launch java is 262144 bytes
    I tried to change these parameters without specifing them on the command line.
    1. at Shell level : Use alias to add the -Xms and -Xmx parameters.
    2. at binary level :Search the default values location in the java binary file and change them.....not experienced yet.
    Is there a mechanism or a properties File that can be update to change the default parameters ?
    Alex

    Your best bet is by using an alias at the Shell level and use the alias only with those programs that need the extra memory. I don't think there is any config file that you can use to change the default but even if there is, it would be foolish to mess around with it.
    V.V.

  • Launch and edit problem from Dreamweaver to Fireworks

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3266405159_588474
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi
    Not sure if this is a Fireworks or Dreamweaver problem but
    here goes.
    I¹ve created a graphic in Fireworks CS3 on the Mac and
    Exported the HTML and
    related images. I open the HTML file in Dreamweaver CS3, all
    fine so far.
    Then I highlight the table and click the ŒEdit in
    Fireworks¹ button and it
    throws up a warning dialogue saying ŒCannot launch and
    edit. The Fireworks
    table could not be found in the HTML. Please export from
    Fireworks and
    re-import the HTML into Dreamweaver.¹
    What?!!
    I¹ve only just exported it from Fireworks! It¹s
    even got the Fireworks table
    code in the Code section, so what¹s going here?
    Has anyone else had this?
    Gaz
    --B_3266405159_588474
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Launch and edit problem from Dreamweaver to
    Fireworks</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi<BR=
    >
    Not sure if this is a Fireworks or Dreamweaver problem but
    here goes.<BR>
    I&#8217;ve created a graphic in Fireworks CS3 on the Mac
    and Exported the H=
    TML and related images. I open the HTML file in Dreamweaver
    CS3, all fine so=
    far. Then I highlight the table and click the
    &#8216;Edit in Fireworks&#821=
    7; button and it throws up a warning dialogue saying
    &#8216;Cannot launch an=
    d edit. The Fireworks table could not be found in the HTML.
    Please export fr=
    om Fireworks and re-import the HTML into
    Dreamweaver.&#8217;<BR>
    What?!!<BR>
    I&#8217;ve only just exported it from Fireworks!
    It&#8217;s even got the Fi=
    reworks table code in the Code section, so what&#8217;s
    going here?<BR>
    <BR>
    Has anyone else had this?<BR>
    <BR>
    Gaz</SPAN></FONT>
    </BODY>
    </HTML>
    --B_3266405159_588474--

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3266407908_747577
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    When you export the sliced graphics from Fireworks it places
    them into a
    table. In my instance the code says...
    <!-- fwtable fwsrc="Brands.png" fwpage="Page 1"
    fwbase="Brands.jpg"
    fwstyle="Dreamweaver" fwdocid = "325827661" fwnested="0"
    -->
    So it recognises Fireworks was the the graphics app and jumps
    back to it
    when you want to edit the image. Fireworks then displays (or
    should) a
    ŒDone¹ button over the window. You do your alts and
    press Done to update the
    HTML and graphics back in Dreamweaver automatically.
    That¹s the only table I was referring to Murray.
    On 4/7/07 3:02 pm, in article
    [email protected], "Murray
    *ACE*" <[email protected]> wrote:
    > Why would you be wanting to edit the table in a graphics
    editor, instead of
    > an HTML editor?
    --B_3266407908_747577
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Re: Launch and edit problem from Dreamweaver to
    Fireworks</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN
    STYLE=3D'font-size:12.0px'>When =
    you export the sliced graphics from Fireworks it places them
    into a table. I=
    n my instance the code says...<BR>
    <BR>
    &lt;!-- fwtable fwsrc=3D&quot;Brands.png&quot;
    fwpage=3D&quot;Page 1&quot; fwba=
    se=3D&quot;Brands.jpg&quot;
    fwstyle=3D&quot;Dreamweaver&quot; fwdocid =3D &quot;32=
    5827661&quot; fwnested=3D&quot;0&quot;
    --&gt;<BR>
    <BR>
    So it recognises Fireworks was the the graphics app and jumps
    back to it wh=
    en you want to edit the image. Fireworks then displays (or
    should) a &#8216;=
    Done&#8217; button over the window. You do your alts and
    press Done to updat=
    e the HTML and graphics back in Dreamweaver
    automatically.<BR>
    That&#8217;s the only table I was referring to
    Murray.<BR>
    <BR>
    On 4/7/07 3:02 pm, in article
    [email protected], &quot;Murr=
    ay *ACE*&quot;
    &lt;[email protected]&gt; wrote:<BR>
    <BR>
    <FONT COLOR=3D"#0000FF">&gt; Why would you be
    wanting to edit the table in a =
    graphics editor, instead of <BR>
    &gt; an HTML editor?<BR>
    </FONT></SPAN></FONT>
    </BODY>
    </HTML>
    --B_3266407908_747577--

  • BAPI parameters mismatch problem

    Hi All,
    I have been assigned to object wherein i need to insert bapi BAPI_GOODSMVT_CREATE in function module ZQM06_FM_TASK_GOODS_MOVEMENT. The problem is that i need to fill the structure that i can pass it to BAPI but the import parameters of FM ZQM06_FM_TASK_GOODS_MOVEMENT contain  structure that is mismatching. I mean to say that the FM is importing VIQMEL data and from that data i need to fill up structure that would be paased to Bapi BAPI_GOODSMVT_CREATE .
    As of now i am not able to map data into structure from VIQMEL so is there any FM or BAPI available for which i can pass VIQMEL data and it returnns me sales order data which in turn i can pass it to the specified bapi BAPI_GOODSMVT_CREATE ?
    Your response is highly appreciable.
    Thanks & Regards,
    Parag

    Hi Parag,
    There is no any such function module to pass the data from Bapi to normal function modules.
    If the structure of the Function modules are different, only way is finding the matching fields of the both function modules.
    Check what all are the matching fields and populate internally after calling the Bapi BAPI_GOODSMVT_CREATE fm. within the function module code itself. Then commit your work. It will definitely work.
    But increases the program overhead for you populating and checking all the fields. It is the way to solve this issue.
    Because BAPI structures some times will not match with standard structures.
    First you try to populate the Item data, with structure BAPI2017_GM_ITEM_CREATE. if this is done correctly you can handle the rest.
    Regards,
    Santosh Kumar M.

  • Collaboration Launch Pad (CLP) problem

    Hi,
    We have implemented a Federated Portal Network. Our purpose is setting
    a chat between both federated portals.
    We have a problem when we activate the link for Launching the
    Collaboration Launch Pad (CLP) in the consumer portal (EP7 SP10). The
    producer portal is EP7 SP10 too.
    Once done the steps indicated, the collaboration link is not displayed
    in the consumer portal tool area if the language is specified in
    english. However, if we change the language to spanish, the
    collaboration link appears. In the producer portal occurs the same
    problem: the collaboration link only appears if the language is spanish.
    If we try to send a instant message through the CLP to other user, we
    get the following error:
    Error en tiempo de ejecución del portal
    "Error ocurrido durante el proceso de una solicitud para :
    iView : com.sap.netweaver.coll.appl.ui.base.UpcmSession
    Componente : com.sap.netweaver.coll.appl.ui.base.UpcmSession
    Se ha grabado excepción en log. Diríjase al responsable del sistema.
    Exception id: 08:31_28/09/07_0020_11593350
    See the details for the exception ID in the log file"
    What is the problem? Why is it necessary to use spanish language?
    Thanks in advance,
    Samantha.

    Hi,
    perhaps your user is set to have the lightweight framework and not the default in the master rule collection.
    Then you should enable the CLP in the lightweight as well.
    Regards,
    Manuel

  • Ti4800SE-VTD. Direct3D, memory and IRQ problem

    Hello,
    I have a dual boot pc (Windows ME and XP). Direct3D on ME does not work, but it does work on XP. I test it with dxdiag, using button Test Direct3D and after a flash there is the error: "Direct3D test results: Failure at step 8 (Creating 3D Device): HRESULT = 0x887602eb (error code)"
    On startup of dxdiag there is another error saying: "... not enough memory...". The tab Display shows no information on Chip and DAC, and approx. total memory is 1.0Mb.
    Using System Information of Windows I see a lot of differences between ME and XP regarding IRQ (10 resp. 16) and memory addresses.
    I installed DirectX and the video driver for both Windows using the cdrom that came with the video card.
    My idea is that the IRQ is not good, but I don't know how to correct it. Maybe there is something else going on. I don't know what to do anymore.
    Can anyone help me out?
    Regards

    Thanks for the reply.
    What kind of specs do you need?
    I installed directx8.1b and 9.0. Both have the same problems.
    Motherboard is MSI 845PE Max2-BFIR.
    I can't find any bios settings regarding video.
    So, I wonder on what basis XP and ME decide to use certain video settings like IRQ and memory. XP defines IRQ 16 and only 1 other periphial uses this IRQ as well. ME defines IRQ 10 for the video card and about 5 other periphials use this IRQ as well. And I think this causes the problem.

  • Launch Failed and Problem on bin-Debug folder

    I have downloaded flex_sdk_4.0.0.14159 and configure it up in Flex 3 via Windows>Preferences>Flex>Installed Flex Sdks.
    The project was done in Flex Builder 3, so I have changed the settings in Project>Properties>Flex Complier>Use a specific SDK:Flex 4
    The bin-debug and html-template folders are created, but the bin-debug folder does not seem to create all the necessary files. There are no .swf or .html files.
    Hence, when I try launch the application, I get a Launch failed, file not found error message as follows:
    File not found: file:/C:/Documents%20and%20Settings/Administrator/My%20Documents/Flex%20Builder%203/test2 /bin-debug/test2.html
    I have tried the following:
    Project->Properties->Run/Debug Settings->APP_NAME->Edit...
    where Url path is correct. But still facing problem
    Project>Properties>flex compiler>use a spacific sdk and  I have select  Flex 4 there 
    I'm obviously missing something simple....but I cant figure out what.
    Any help greatly appreciated.

    How did you fix your problem? I'm facing the same
    Thanks

  • Safari launch and Flash problems

    Safari seems to crash at random times or not function well with certain Web sites. This is what has been happening so far...
    1. It takes about 30 to 45 seconds for Safari to launch.
    2. Sometimes after launching, Safari crashes immediately after a blank browser window opens (I have it set to open to a blank page and not a specific Web site).
    3. Safari will crash on certain pages. For instance when accessing cnn.com, it crashes as it is trying to load the page. The cnn.com Web site will load fine with Firefox.
    4. Safari does not seem to work well with certain Web sites that are entiely or partially Flash driven. For instance tvguide.com. I get an error message about trying to execute a Flash script. This does not happen in Firefox.
    I tried trashing the related Safari files (e.g. caches files), resetting Safari, reinstalling Safari and the Flash plug-in and the usual maintenance (crons, repair permissions).
    Power Mac G5 / 2GHz   Mac OS X (10.3.9)  

    Here is the crash log for Safari. I am hoping this will be an easy fix.
    I am trying to see if I can cause Safari to crash again on startup. So far the only thing that is causing Safari to crash is when I am trying to view news video footage off of cnn.com (which uses Windows Media Player).I have tried to reinstall Windows Media Player (version 9). No changes, still crashes Safari.
    ===== Fri Jun 02 2006 ===== 07:20:15 US/Pacific =====
    Host Name: Zor-Computer.local
    Date/Time: 2006-06-02 07:20:34 -0700
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Version: 1.2 (125)
    PID: 532
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 <<00000000>> 0x00000000 0 + 0
    1 com.apple.WebCore 0x97bd0cf8 _ZN9KHTMLPart18checkEmitLoadEventEv + 0x1c4
    2 com.apple.WebCore 0x97bd8894 _ZN9KHTMLPart19slotFinishedParsingEv + 0x30
    3 com.apple.WebCore 0x97ba1c74 _ZNK9KWQSignal4callEv + 0x7c
    4 com.apple.WebCore 0x97ba1c74 _ZNK9KWQSignal4callEv + 0x7c
    5 com.apple.WebCore 0x97bfbc0c _ZN13HTMLTokenizer6finishEv + 0x254
    6 com.apple.WebCore 0x97be52cc _ZN9KHTMLPart3endEv + 0x78
    7 com.apple.WebKit 0x95303a00 -[WebFrame(WebPrivate) _isLoadComplete] + 0x208
    8 com.apple.WebKit 0x953067a0 +[WebFrame(WebPrivate) _recursiveCheckCompleteFromFrame:] + 0x78
    9 com.apple.WebKit 0x953067a0 +[WebFrame(WebPrivate) _recursiveCheckCompleteFromFrame:] + 0x78
    10 com.apple.WebKit 0x95310c5c -[WebMainResourceClient connectionDidFinishLoading:] + 0x84
    11 com.apple.Foundation 0x90a6de4c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 0x4c
    12 com.apple.Foundation 0x90a3d2fc -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 0x1f8
    13 com.apple.Foundation 0x90a2798c -[NSArray makeObjectsPerformSelector:withObject:] + 0x108
    14 com.apple.Foundation 0x90a51b24 _sendCallbacks + 0xd4
    15 com.apple.CoreFoundation 0x901c4800 __CFRunLoopDoSources0 + 0x1fc
    16 com.apple.CoreFoundation 0x901c20b8 __CFRunLoopRun + 0x1b0
    17 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    18 com.apple.HIToolbox 0x92886e10 RunCurrentEventLoopInMode + 0xac
    19 com.apple.HIToolbox 0x9288d53c ReceiveNextEventCommon + 0x17c
    20 com.apple.HIToolbox 0x928af638 BlockUntilNextEventMatchingListInMode + 0x60
    21 com.apple.AppKit 0x92e82258 _DPSNextEvent + 0x180
    22 com.apple.AppKit 0x92e98cd8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
    23 com.apple.Safari 0x0000bd70 0x1000 + 0xad70
    24 com.apple.AppKit 0x92ead058 -[NSApplication run] + 0x21c
    25 com.apple.AppKit 0x92f69774 NSApplicationMain + 0x1d0
    26 com.apple.Safari 0x0000ceec 0x1000 + 0xbeec
    27 com.apple.Safari 0x0000cd60 0x1000 + 0xbd60
    Thread 1:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64 -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x95315d8c +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a97ffc +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a9853c +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x9000b46c select + 0xc
    1 com.apple.Foundation 0x90a2296c _loadRunLoop + 0xd4
    2 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x00000000 srr1: 0x4200f030 vrsave: 0x00000000
    cr: 0x22024242 xer: 0x00000000 lr: 0x97cb8210 ctr: 0x00000000
    r0: 0x97cb81b4 r1: 0xbfffe480 r2: 0x0234057b r3: 0x0236f200
    r4: 0x00000000 r5: 0x000003e8 r6: 0xbfffd384 r7: 0x00000001
    r8: 0x00000001 r9: 0x00000000 r10: 0x00000001 r11: 0xa648c0e0
    r12: 0x00000000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000001
    r16: 0x00000001 r17: 0x00000000 r18: 0xa01c1f20 r19: 0x00000000
    r20: 0x00008acf r21: 0xa0a2d104 r22: 0xa0a2d104 r23: 0xa0a2d104
    r24: 0xa0a2d104 r25: 0x082d7310 r26: 0xbfffe530 r27: 0xbfffe578
    r28: 0x00000001 r29: 0x0236f240 r30: 0x0236f200 r31: 0x97cb7ff8
    Binary Images Description:
    0x1000 - 0xb4fff com.apple.Safari 1.2 (125) /Applications/Safari.app/Contents/MacOS/Safari
    0x2fc000 - 0x2fcfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0x9f7000 - 0x9f9fff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1dde000 - 0x1df7fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x1fd6000 - 0x1ff0fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6297000 - 0x6487fff com.macromedia.Flash Player.plugin 8.0.24 (1.0.1f24) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x7570000 - 0x75c5fff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x76d3000 - 0x77c8fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x78b1000 - 0x7987fff ATIRadeon9700GLDriver /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x7c2c000 - 0x7cbbfff GLRasterARGB8888D32 /System/Library/Frameworks/OpenGL.framework/Resources/GLRasterARGB8888D32.bundl e/GLRasterARGB8888D32
    0x73230000 - 0x73233fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x7f1f2000 - 0x7fbc8fff com.apple.QuickTimeComponents.component 7.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x80e49000 - 0x80e60fff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x811db000 - 0x812ccfff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x88080000 - 0x881b6fff com.apple.vImage 1.0.0 (1.2.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x88eb0000 - 0x88ebcfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x8a550000 - 0x8a550fff com.apple.securitynssasn1 1.1 (11.1) /System/Library/PrivateFrameworks/SecurityNssAsn1.framework/Versions/A/Security NssAsn1
    0x8abe3000 - 0x8ae97fff com.apple.QuickTime 7.1.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8c280000 - 0x8c281fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x8e142000 - 0x8e152fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x8fc90000 - 0x8fc90fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.9 (299.37) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90490000 - 0x904adfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x904d0000 - 0x90588fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90702000 - 0x9073efff com.apple.LDAPFramework 1.3.3 (37.3.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x907c7000 - 0x907cffff libbsm.dylib /usr/lib/libbsm.dylib
    0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90830000 - 0x9089ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x908c5000 - 0x90915fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x909f0000 - 0x90a0afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.8 (500.61) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c32000 - 0x90c46fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90c60000 - 0x90cc2fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d60000 - 0x90d6bfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e77000 - 0x90e91fff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x90e9e000 - 0x90e9efff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9113f000 - 0x9118afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91206000 - 0x91211fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91229000 - 0x91234fff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91309000 - 0x91341fff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x91575fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x915e0000 - 0x91699fff com.apple.QD 3.4.71 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917e0000 - 0x917f0fff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x917fc000 - 0x91809fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91812000 - 0x91866fff com.apple.bom 1.2.7 (64.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9196e000 - 0x919ddfff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x924f2000 - 0x92565fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x925ad000 - 0x92616fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9275d000 - 0x92783fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x927b2000 - 0x927c2fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x927c6000 - 0x927d5fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.1 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9283f000 - 0x92856fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.10 (743.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x939a0000 - 0x939b4fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x939f0000 - 0x93ad7fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93bec000 - 0x93c24fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x94587000 - 0x9458bfff com.apple.JavaVM 2.2.0 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x9458f000 - 0x9459bfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94610000 - 0x9462afff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x946ed000 - 0x94705fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x94723000 - 0x9490afff com.apple.security 2.3 (176) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94c40000 - 0x94c4ffff com.apple.DSObjCWrappers.Framework 1.0 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94c57000 - 0x94f2ffff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94fa7000 - 0x94fc1fff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95300000 - 0x95373fff com.apple.WebKit 1.2 (124) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95e0a000 - 0x95e1afff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95e40000 - 0x95eadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95ec2000 - 0x95ed5fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96470000 - 0x964e6fff com.apple.JavaScriptCore 1.2 (124) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x96a04000 - 0x96a52fff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96c00000 - 0x96c8cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96e12000 - 0x96e25fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96e80000 - 0x96e90fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x971dd000 - 0x97244fff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x972a0000 - 0x97333fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x97376000 - 0x975effff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97b60000 - 0x97d81fff com.apple.WebCore 1.2 (125) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    system.log
    ===== Fri Jun 02 2006 ===== 07:24:24 US/Pacific =====
    Jun 2 07:24:41 localhost crashdump: Started writing crash report to: /Users/zor/Library/Logs/CrashReporter/Safari.crash.log
    Jun 2 07:24:41 localhost crashdump: Finished writing crash report to: /Users/zor/Library/Logs/CrashReporter/Safari.crash.log
    Power Mac G5 / 2GHz   Mac OS X (10.3.9)  

  • Though installed firefox 10.0, I recently have the application updater.exe running as soon as firefox is launched. The problem disappears when forcefully closing updater.exe, then also firefox calms down. How to avoid this problem?

    It consumes 30% of cpu and takes with it firefox, together consuming more than half of CPU and going on >1/2h.
    This is a new phenomenon which slows down all other activity on my computer.

    After updating to version 10 I closed Firefox.
    I noticed that there was a lot of CPU activity.
    Checked Task Manager and noticed that in Processes, firefox.exe and plug-in container were running. Opened Firefox and closed again but the processes were still running in TM.
    Highlighted firefox.exe in TM and clicked End Process. Both processes disappeared from TM.
    Have opened and closed FF a couple of times since with no problem.
    However, the OP seems to indicate that this is a problem that re-occurs.
    Why is FF not shutting down properly? Is it possibly something to do with the automatic check for add in/extension updates?

  • Problems accessing parameters, files - problems in general.

    I've been posting my problems to comp.lang.java.programmer but Google Groups is exceedingly slow to update and I've been stuck on this for nearly two whole days:
    I am developing what will be a series of web utilities for our company and our client's company. Unfortunately I am hampered by the fact that my Java is not that good having come from a C++ background.
    My current setup is Windows XP, JDK 1.3.1.07 (which is what our client is running), Tomcat 4.1 for testing on my local box.
    I've been middling around with small examples and decided to do something slightly more complex. What I am trying to do is access a file that is described in web.xml as a parameter. However when ever I run the program it is unable to find the file. All the documentation I have (web-based plus a Professional Java Server Programming J2EE Edition - way over my head) either skims across it/takes it as read it will be set up correctly/doesn't touch it at all.
    I thought I was trying to access the wrong directory so I mapped the file to the root of C and still can't access it - it always comes back as null. Also between attempts I restart the Tomcat server so it always loads in the web.xml file.
    This is my web.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
        PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
      <display-name>Welcome to Tomcat</display-name>
      <description>
         Welcome to Tomcat
      </description>
      <servlet>
        <servlet-name>LogIn</servlet-name>
        <servlet-class>website.LogIn</servlet-class>
        <init-param>
          <param-name>passwordFile</param-name>
          <param-value>C:\\passwords.txt</param-value>
        </init-param>
      </servlet>
      <servlet-mapping>
        <servlet-name>LogIn</servlet-name>
        <url-pattern>/logged</url-pattern>
      </servlet-mapping>
    </web-app>And the Java:
    package website;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    *  Handles the login to the administrators section of the website
    public class LogIn extends HttpServlet
        private String passwordFile;
        /** Read the password file from the location specified
         *  by the passwordFile initialization parameter.
        public void init(ServletConfig config) throws ServletException
            super.init(config);
            passwordFile = config.getInitParameter("passwordFile");
            System.out.println(passwordFile);
            if (passwordFile == null)
                System.out.println("The \"passwordFile\" property must be set to a file name");
            try
            catch (Exception e)
                System.out.println("Error: Unable to read passwordFile.");
        public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
        public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
    }It was suggested on comp.lang.java.programmer to check the path that the system was thinking I was searching which I did by inserting this code fragment:
         // initialise the servlet and load password(s)
    //     super.init(config);
    //     passwordFile = config.getInitParameter("passwordFile");
         // added code
         passwordFile = "passwords.txt";
         File f = new File( passwordFile );
         System.out.println( f.getAbsolutePath() );
         // added code.
            ...This lead me to learn that the directory being returned was:
    C:Program Files\Apache Group\Tomcat 4.1\passwordFile.txt
    Which is strange since I would of thought that the lowest directory
    that is visible to the class would of been ROOT (hence it's name).
    Does this mean if I copy the passwordFile.txt to the above directory
    it would work? Actually no. I still can't get the filename as a
    parameter from web.xml which is frustrating. If you could give me any
    pointers on what might be wrong then that would be cool.
    I thought I could move forward by accessing the file directly. But no: An addition of f.exists() to check that the file exists returns false. I've now got a copy of passwords.txt in every single directory from the classes directory all the way down to C:\ and it still doesn't work.
    I hope someone can help out here since this is very frustrating to be stuck on something so basic as file handling.
    Graham Reeds,
    http://omnieng.co.uk | [email protected]

    I can see how this is frustrating but it should be fixable. The last example you posted won't work because you have "passwords.txt" instead of "c:/passwords.txt".
    If you're still looking for a solution could you cut and paste the following code into your servlet code and then post the results?
    // Check that init param is read correctly
    String filename = config.getInitParameter("passwordfile");
    System.out.println("config param = " + filename);
    // try filenames
    String[] filenames = new String[] {"c:/passwords.txt", "c:\\passwords.txt", "passwords.txt"};
    for (int i=0; i < filenames.length; ++i) {           
       File file = new File(filenames);
    System.out.println("File " + filenames[i] + " - exists = " + file.exists());
    System.out.println("Abs path = " + file.getAbsolutePath());
    This is based on the file c:\passwords.txt existing - if I have the wrong filename, please adjust. Also, you may need to change <i> to [[i]i] in a couple of places.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

  • Hp Pavilion G6 "Launch Startup Repair" problem

    I have had my Hp Pavilion G6 series laptop for a year or so, and a couple days ago it froze while I using it. I turned it off, and when I got back on a black screen came up titled "Windows Error Recovery". It had two options -Launch Startup Repair
                                                                                                                                                                                        -Start Windows Normally
    I decided launching startup repair sounded like the right option, so I clicked it, and it did something like it was loading. Then it brought me to a grey screen, and it hasn't gotten passed this screen since. I've attempted starting windows normally, but it loads for 5-10 seconds then returns to the "Windows Error Recovery" screen. I'm very frustrated with this, and do not know what to do about it. Any help is greatly appreciated!

    Hello everyone. I understand you are experiencing issues booting the computer. To assist you properly, I require the following information:
    1. The computer model number. If you require assistance locating this information, please reference this website: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c00033108
    2. Your operating system. If you require assistance locating this information, please reference this website: http://windows.microsoft.com/en-CA/windows/which-operating-system
    3. Have you installed any new hardware on this computer, before the issue appeared?
    4. Have you installed any new software or drivers on this computer, before the issue appeared?
    Please respond as soon as possible. I look forward to your response.
    Mario
    I worked on behalf of HP.

  • Launching Replication Monitor problem

    Hi team,
    while launching replication monitor, i can't able to see other server replication details. only my local server publication details can able to see.Kindly find below for ref. what shall i do for seeing other server publication details? 
    Regards, Muthukumar Balu

    To monitor replication, a user must be a member of the sysadmin fixed
    server role at the Distributor or a member of the replmonitor fixed
    database role in the distribution database. A system administrator can add any user to the replmonitor role,
    which allows that user to view replication activity in Replication Monitor; however, the user cannot administer replication.
    https://msdn.microsoft.com/en-us/library/ms151780.aspx?f=255&MSPPError=-2147217396

  • Jsp parameters - url problem

    hello,
    I have a problem with the maximum length of an url.
    I have to submit a parameter (which is a list of elements) from a jsp to a servlet. But, for IE, there's a maximum length of the url and it doesn't allow a such longer parameter (for netscape, it's ok).
    I would like to have a button on my jsp which open another jsp which use the parameter of the first jsp. I have thought to use javabeans but I don't know how to keep a same javabean in several JSPs...
    Can you give me some ideas please ?

    // JSP 1
    <form name=fastaForm action=/EHTDb_interface/servlet/EXHServlet>
    <input type=hidden name=clNames value=<%=clNames%>>
    <!-- clNames is a String of 1 to several hundreds of characters long-->
    </form>
    // SERVLET (/EHTDb_interface/servlet/EXHServlet)
    String clNames = (String) request.getParameter("clNames");
    String redirect = "/result/fasta.jsp";
    Fasta f = new Fasta (clNames);
    request.setAttribute("fasta", f.getFasta());
    RequestDispatcher dispatcher;
    dispatcher=getServletConfig().getServletContext().getRequestDispatcher(redirect);
    dispatcher.forward(request, response);
    //JSP 2
    <% HashMap hmFasta =(HashMap) request.getAttribute ("fasta"); %>

  • Bind on parameters performance problem

    For some reason when I select bind on parameters in toplink I get a major performance hit for certain queries. I've enabled the toplink performance profiler to log the sql queries.
    I wrote a little Java class that executes these queries using a statement and using a preparedstatement. The prepared statement is fast, so I'm thinking something in toplink is slowing it down. Does anyone have any ideas?
    With bind:
    Begin profile of{ReadAllQuery(model.RKTask)
    INFO [Log4JSessionLog.log()]: SELECT DISTINCT t1.ID, t1.ESTSTARTDATE, t1.HASMSGS, t1.HASRESOLVABLE, t1.PROGSTAT, t1.CSI, t1.ENTEREDBYID, t1.TASKCONSTRAINT, t1.PLANNEDCOMPLETIONDATE, t1.BILLINGRECORDID, t1.PARENTLAG, t1.HANDOFFDATE, t1.PLANNEDREVENUE, t1.INDENT, t1.LASTNOTEID, t1.ESTCOMPLETIONDATE, t1.DURTYPE, t1.MASTERTASKID, t1.WORKPERDAY, t1.CPI, t1.PLANNEDCOST, t1.GROUPID, t1.WORKINGDAYS, t1.MILESTONEID, t1.NUMOPENOPTASKS, t1.CATEGORYID, t1.ORIGINALDURATION, t1.HASNOTES, t1.HASEXPENSES, t1.TEMPLATETASKID, t1.ACTUALDURMINUTES, t1.ENTRYDATE, t1.ACTUALCOMPLETIONDATE, t1.ISCRITICAL, t1.ACTUALSTARTDATE, t1.PARENTID, t1.PERCENTCOMPLETE, t1.RESOURCESCOPE, t1.LASTUPDATEDATE, t1.PROJECTEDCOMPLETIONDATE, t1.CUSTOMERID, t1.ACTUALCOST, t1.APPROVALID, t1.ORIGINALWORKREQUIRED, t1.URL, t1.DURUNIT, t1.COMPLETIONPENDINGDATE, t1.PLANNEDSTARTDATE, t1.DURMINUTES, t1.EAC, t1.AUDITTYPES, t1.COSTAMOUNT, t1.EXTREFID, t1.RESERVEDTIMEID, t1.NAME, t1.ACTUALREVENUE, t1.PARENTLAGTYPE, t1.COSTTYPE, t1.TASKNUMBER, t1.PRIORITY, t1.ASSIGNEDTOID, t1.HASTIMEDNOTIFICATIONS, t1.PROJECTID, t1.ACTUALWORK, t1.WORKREQUIRED, t1.SPI, t1.LASTUPDATEDBYID, t1.STATUS, t1.APPROVALREQUIRED, t1.ROLEID, t1.NUMBEROFCHILDREN, t1.REVENUETYPE, t1.TRACKINGMODE, t1.HASDOCUMENTS, t1.BILLINGAMOUNT, t1.DESCRIPTION, t1.PROJECTEDSTARTDATE, t1.CONSTRAINTDATE FROM T_PROJECTS t0, T_ASSIGNMENTS t2, T_TASKS t1 WHERE ((((((t0.STATUS = ?) AND (t1.STATUS IN (?, ?))) AND (t1.PLANNEDSTARTDATE <= ?)) AND (t2.ASSIGNEDTOID = ?)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN ? AND ?) AND (t2.ASSIGNEDTOID = ?))) AND ((t0.ID = t1.PROJECTID) AND (t2.TASKID = t1.ID)))
    bind => [CUR, NEW, INP, 1207375200000, 21824, 1206943200000, 1207461599999, 21824]
    Begin profile of{ReadAllQuery(model.RKAssignment)
    INFO [Log4JSessionLog.log()]: SELECT DISTINCT t0.ID, t0.PROJECTID, t0.AVGWORKPERDAY, t0.ASSIGNMENTPERCENT, t0.ROLEID, t0.ASSIGNEDTOID, t0.OPTASKID, t0.ISPRIMARY, t0.WORKREQUIRED, t0.WORKINGDAYS, t0.CUSTOMERID, t0.WORKPERDAY, t0.TASKID FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_ASSIGNMENTS t0 WHERE (((t0.TASKID = t1.ID) AND (((((t2.STATUS = ?) AND (t1.STATUS IN (?, ?))) AND (t1.PLANNEDSTARTDATE <= ?)) AND (t3.ASSIGNEDTOID = ?)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN ? AND ?) AND (t3.ASSIGNEDTOID = ?)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    bind => [CUR, NEW, INP, 1207375200000, 21824, 1206943200000, 1207461599999, 21824]
    Profile(ReadAllQuery,
    class=model.RKAssignment,
    number of objects=2,
    total time=5742,
    local time=5742,
    sql prepare=1,
    sql execute=5736,
    logging=1,
    time/object=2871,
    }End profile
    Begin profile of{ReadAllQuery(model.RKPredecessor)
    INFO [Log4JSessionLog.log()]: SELECT DISTINCT t0.SUCCESSORID, t0.PREDECESSORID, t0.LAGDAYS, t0.DEPENDENCYTYPE, t0.ISCP, t0.LAGTYPE, t0.ISENFORCED FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_PREDECESSORS t0 WHERE (((t0.SUCCESSORID = t1.ID) AND (((((t2.STATUS = ?) AND (t1.STATUS IN (?, ?))) AND (t1.PLANNEDSTARTDATE <= ?)) AND (t3.ASSIGNEDTOID = ?)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN ? AND ?) AND (t3.ASSIGNEDTOID = ?)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    bind => [CUR, NEW, INP, 1207375200000, 21824, 1206943200000, 1207461599999, 21824]
    Profile(ReadAllQuery,
    class=model.RKPredecessor,
    total time=5754,
    local time=5754,
    logging=1,
    sql execute=5753,
    }End profile
    Profile(ReadAllQuery,
    class=model.RKTask,
    number of objects=1,
    total time=17760,
    local time=6264,
    profiling time=1,
    cache=1,
    query prepare=1,
    sql execute=6258,
    object building=4,
    logging=1,
    sql generation=3,
    time/object=17760,
    }End profile
    Without Bind
    Begin profile of{ReadAllQuery( model.RKTask)
    INFO  [Log4JSessionLog.log()]: SELECT DISTINCT t1.ID, t1.ESTSTARTDATE, t1.HASMSGS, t1.HASRESOLVABLE, t1.PROGSTAT, t1.CSI, t1.ENTEREDBYID, t1.TASKCONSTRAINT, t1.PLANNEDCOMPLETIONDATE, t1.BILLINGRECORDID, t1.PARENTLAG, t1.HANDOFFDATE, t1.PLANNEDREVENUE, t1.INDENT, t1.LASTNOTEID, t1.ESTCOMPLETIONDATE, t1.DURTYPE, t1.MASTERTASKID, t1.WORKPERDAY, t1.CPI, t1.PLANNEDCOST, t1.GROUPID, t1.WORKINGDAYS, t1.MILESTONEID, t1.NUMOPENOPTASKS, t1.CATEGORYID, t1.ORIGINALDURATION, t1.HASNOTES, t1.HASEXPENSES, t1.TEMPLATETASKID, t1.ACTUALDURMINUTES, t1.ENTRYDATE, t1.ACTUALCOMPLETIONDATE, t1.ISCRITICAL, t1.ACTUALSTARTDATE, t1.PARENTID, t1.PERCENTCOMPLETE, t1.RESOURCESCOPE, t1.LASTUPDATEDATE, t1.PROJECTEDCOMPLETIONDATE, t1.CUSTOMERID, t1.ACTUALCOST, t1.APPROVALID, t1.ORIGINALWORKREQUIRED, t1.URL, t1.DURUNIT, t1.COMPLETIONPENDINGDATE, t1.PLANNEDSTARTDATE, t1.DURMINUTES, t1.EAC, t1.AUDITTYPES, t1.COSTAMOUNT, t1.EXTREFID, t1.RESERVEDTIMEID, t1.NAME, t1.ACTUALREVENUE, t1.PARENTLAGTYPE, t1.COSTTYPE, t1.TASKNUMBER, t1.PRIORITY, t1.ASSIGNEDTOID, t1.HASTIMEDNOTIFICATIONS, t1.PROJECTID, t1.ACTUALWORK, t1.WORKREQUIRED, t1.SPI, t1.LASTUPDATEDBYID, t1.STATUS, t1.APPROVALREQUIRED, t1.ROLEID, t1.NUMBEROFCHILDREN, t1.REVENUETYPE, t1.TRACKINGMODE, t1.HASDOCUMENTS, t1.BILLINGAMOUNT, t1.DESCRIPTION, t1.PROJECTEDSTARTDATE, t1.CONSTRAINTDATE FROM T_PROJECTS t0, T_ASSIGNMENTS t2, T_TASKS t1 WHERE ((((((t0.STATUS = 'CUR') AND (t1.STATUS IN ('NEW', 'INP'))) AND (t1.PLANNEDSTARTDATE <= 1207375200000)) AND (t2.ASSIGNEDTOID = 21824)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN 1206943200000 AND 1207461599999) AND (t2.ASSIGNEDTOID = 21824))) AND ((t0.ID = t1.PROJECTID) AND (t2.TASKID = t1.ID)))
    Begin profile of{ReadAllQuery( model.RKAssignment)
    INFO  [Log4JSessionLog.log()]: SELECT DISTINCT t0.ID, t0.PROJECTID, t0.AVGWORKPERDAY, t0.ASSIGNMENTPERCENT, t0.ROLEID, t0.ASSIGNEDTOID, t0.OPTASKID, t0.ISPRIMARY, t0.WORKREQUIRED, t0.WORKINGDAYS, t0.CUSTOMERID, t0.WORKPERDAY, t0.TASKID FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_ASSIGNMENTS t0 WHERE (((t0.TASKID = t1.ID) AND (((((t2.STATUS = 'CUR') AND (t1.STATUS IN ('NEW', 'INP'))) AND (t1.PLANNEDSTARTDATE <= 1207375200000)) AND (t3.ASSIGNEDTOID = 21824)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN 1206943200000 AND 1207461599999) AND (t3.ASSIGNEDTOID = 21824)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    Profile(ReadAllQuery,
    class=model.RKAssignment,
    number of objects=2,
    total time=178,
    local time=178,
    sql execute=153,
    logging=11,
    time/object=89,
    objects/second=11,
    }End profile
    Begin profile of{ReadAllQuery( model.RKPredecessor)
            INFO  [Log4JSessionLog.log()]: SELECT DISTINCT t0.SUCCESSORID, t0.PREDECESSORID, t0.LAGDAYS, t0.DEPENDENCYTYPE, t0.ISCP, t0.LAGTYPE, t0.ISENFORCED FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_PREDECESSORS t0 WHERE (((t0.SUCCESSORID = t1.ID) AND (((((t2.STATUS = 'CUR') AND (t1.STATUS IN ('NEW', 'INP'))) AND (t1.PLANNEDSTARTDATE <= 1207375200000)) AND (t3.ASSIGNEDTOID = 21824)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN 1206943200000 AND 1207461599999) AND (t3.ASSIGNEDTOID = 21824)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    Profile(ReadAllQuery,
    class=model.RKPredecessor,
    total time=91,
    local time=91,
    logging=1,
    sql execute=90,
    }End profile
    Profile(ReadAllQuery,
    class=model.RKTask,
    number of objects=1,
    total time=336,
    local time=67,
    profiling time=2,
    query prepare=1,
    sql execute=62,
    object building=3,
    logging=1,
    sql generation=2,
    time/object=336,
    objects/second=2,
    }End profile

    Iam quessing it could be a combination of 3 things.
    1st the Airport Extreme Base should be the Master and the Express should be the Remote.
    2nd the speed of the XP machine is 1.2Ghz the Mac is 800Mhz and slower.
    in prosessing speed.
    3rd The iMac has an Airport Card that is 802.11b which is slower in transfer rate than the 801.11g of the XP.
    Cheers Don

  • Enviroment parameters usage problem.

    Hi,
    How can I deploy an application (EAR file with an EJB), to OAS, if my ear file have ejb-jar.xml parameters that will change in production?
    I try with jdeveloper but it deploy de ear with ear,( and the ejb-jar.xml)l packed.
    Regards.

    You may try to read the Admin/Developer guide to see how to perform a deploy using dcmctl or ant or using Enterprise Manager Console, it depends on your version what to use.
    If you need to change a file of your project, you can uncompress the ear file, change the extension from ear to zip, and open it with as a normal zip packed file, repalce and rename again.
    HOpe Helps.
    Greetings.

Maybe you are looking for

  • Calendar Server with multiple LDAP servers

    Can anybuddy tell me how calendar server shifts to failover (2nd) Directory Server when one fails ? What will be the parameter in ics.conf file ? Thanx, Rehan

  • SQL Server 2012 SP2 support for installation of OM 2012 R2

    Hello everyone, according to http://technet.microsoft.com/en-us/library/dn281933.aspx SQL Server 2012 SP2 is a supported configuration for SCOM 2012 R2. Now I've just happily set up an SQL 2012 R2 Instance with SP1 on Windows Server 2012 R2, applied

  • Checkpoint file is not deleting automatically on re-run of SSIS

    I have SSIS where chepoint file is implemented. When package runs, it creates Checpoint file and upon its completion it deletes that file. In case of failure it doesnt delete CP file. Now when I re-run the same SSIS, it runs from where it was left of

  • Ability To Access Links That Open Separate PDF Files

    I have an android device that I am using to view a PDF file. The directory structure is as follows Folder 1    Master PDF File    Folder 2       PDF 1       PDF 2       PDF 3       etc.... The Master PDF File in Folder 1 has various links that will o

  • How can I reset my security information?

    When I go to the page that I forgot the questions on it gives me an option to send an email to reset my questions but I keep trying to send an email it says email sent and I don't have ANY email in my inbox, please help I really need to reset these q