URL redirect over is not working..

Redirecting URL appended with querystring parameters for community is not working on SSO? We have SSO set up using Intergrated Windows Authetication.
When I launch new browser and request portal over SSO , works. Then I go to a community and copy the URL from browser. When I open new window and paste the URL extracting UserID from it, it gives me login screen and sso won't work.
If I do the same action twice in same window(for which I got the login screen firsttime), it works second time. How can I resolve this? Is anybody had this problem before?
Thanks!!
Sanjay

CaptureDeviceInfo di=null;
               Vector deviceList = CaptureDeviceManager.getDeviceList(new VideoFormat(VideoFormat.RGB));
               if (deviceList.size() > 0)
                         di = (CaptureDeviceInfo)deviceList.elementAt(0);
                         if(di==null) System.exit(-1);
                              System.out.println("devicelist2");
                    else
                         System.out.println("exit");
                         System.exit(-1);
               MediaLocator mediaURL = di.getLocator();
create medialocator by using datasouce object's mehtod getLocator();
anoop

Similar Messages

  • Javascript URL redirect (setting value) not working

    Hello All,
    Apex 3.1
    I am trying to write javascript that will execute off the click of an icon in a report. It will display a prompt box to the user, and when the user clicks "OK", I would like to re-direct the user to another page, setting the value in the prompt to a page item on the new page. Here is the javascript I'm trying to use:
    <script language="JavaScript" type="text/javascript">
    function copy_prompt()
    var copies=prompt("Number of copies?","1");
    if (copies!=null && copies!="" && copies !="0")
    $s('P6_ITEM_COPY_COUNT',copies);
    redirect('f?p=&APP_ID.:82:&SESSION.::NO:P82_ITEM_COPY_COUNT:&P6_ITEM_COPY_COUNT.')
    </script>
    The problem I'm having is that since session state is not being set, it is passing a null value to the new page. I can see on page 6 the item P6_ITEM_COPY_COUNT is getting set appropriately, but the value is not in session state. Any suggestions?
    Thanks!

    In trying the suggestion, I receive the following error when redirected:
    Error ERR-1002 Unable to find item ID for item "<value in javascript prompt>" in application "103".
    Thanks!
    SOLUTION: I looked at my URL syntax in the redirect statement, and was missing an extra colon (:) before the P82_ITEM_COPY_COUNT. Correct syntax is:
    redirect('f?p=&APP_ID.:82:&SESSION.::NO*::*P82_ITEM_COPY_COUNT:' + copies);
    Edited by: potter_geek on Dec 8, 2009 8:51 AM

  • Redirect Printer is not working in windows 2008 R2 Server( Server Running as AD and Terminal Service(both role in single server))

    Dear Team
    i need solution from Microsoft for the issue;
    My infrastructure
    - Windows Server 2008 R2 (Role - AD and Terminal Service)- Updated
    - Client Machine running with windows 7 pro (Updated)
    - Client Using RDP Client to connect Windows 2008 Terminal Session
    - All are working fine, but Redirect Printing is not working (Through Windows 7 Pro) ... (HP Laser Jet 1020 plus - attached in Client PC)
    - it is working fine from Windows XP
    - i was done All terminal setting in both end, also try RDP Login with Administrator User, but issue is not resolve;
    What Microsoft can say about the issue;
    Thanks & Regards,
    VIMAL PRAJAPATI | 09824111686

    Have you checked the Print Service log in event viewer?
    Here's How.
    I have the Microsoft XPS driver on my clients, so I use that fact to my advantage below.
    Click Start Button/Administrative Tools/Remote Desktop Services/Remote Desktop Services Manager on the RDSH server
    Click the Sessions tab.  PC’s are listed Under Client Name by their computer name.  Take Note of the corresponding
    ID.  We will use this to locate the Printer information in the Event Log.  
    In the Event Log open Application and Services Logs/Microsoft/Windows/Print Service/Admin/ and Find the Event ID 823 entry that has the corresponding ID from the sessions tab you previously noted.  
    This Event Log Entry is created at Logon and you can only get the session ID when they are logged in.
    This tells you what client printer was mapped for the client.  The name that appears is the name of the Printer that was set on the client when the printer was installed.
    See if you see any errors here.
    If you see Event Id 823 with the following message “The default printer was changed to Microsoft XPS Document Writer,winspool,Ne00:. See the event user data for context information.”  Twice in a row with no other messages in between, and the first occurs
    at the time the user logged in, then their printer was not properly redirected.
    You see the Microsoft XPS driver mapped for each session prior to Easy Print redirecting the client machine’s Default Printer.
    Since your printer is the HP 1020 I would bet the driver on the client does not work with Easyprint.  I would try the  the HP Universal Print Driver or the driver for a printer that is very close, like the HP 1018.
    Thanks,
    Jeremy

  • Redirected Printer is not working

    Hello all,
    We have a Windows Server 2012 R2 terminal server. We have set up two Lenovo thin clients to remote access this terminal server. The problem is that the redirected printer is not working on one of the thin client but works on the other one. I have made the
    same settings on both of the thin clients.
    The difference between these two thin clients is like following.
    1. Printer: The one that is working is Canon printer and the one that is not working is HP printer.
    2. They use different ISPs.
    All other settings are the same. I did not find any error code from the event viewer too. The only thing that I have is this error message when I tried to print a test page. "Test page failed to print. Would you like to view the print troubleshooter
    for assistance?" And when I click "Yes", it said I did not have the related service installed and I could not find the error code for this issue.
    Does anyone have any ideas on this issue? Please share this.
    Thank you very much.

    Hi,
    Thank you for posting in Windows Server Forum.
    Based on your description it seems that there is issue with incompatible print driver. As you commented you can access for canon but not for HP. Please see that you have update version of HP driver is installed. If possible try to use RDS universal printer
    driver and verify.
    How to configure Microsoft RDS Universal Printing
    Does this happen for any specific user or for all users? If this happen for any particular user then there might be issue with user profile got corrupt so need to clear user profile cache or delete it and re-login to check the result.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • OAM 11g "Failure URL" in Authoriztion policy not working?

    Hi,
    Per the subject, I am running OAM server 11g (11.1.1.3), with an OAM 10g Apache webgate.
    In the OAM Authorization policy (protected), I have specified a full URL for the "Failure URL", to get the browser to redirect when an authorization failure occurs.
    However, when I test with a user that does not have access (user authenticates ok, but doesn't have right to access the protected resource), instead of the browser being redirected, I am getting an "Oracle Access Manager Operations Error" page.
    I've been trying to figure this out, and have found several threads about this, e.g.:
    OAM 11g authz redirect URL not working?
    But, as I said, I am using OAM 11g server, and there is no "Inconclusive URL" in the policy settings (I guess there was in 10g, but not in 11g).
    I have trace logging enabled on the OAM server, and I can clearly see that the request is getting "results DENY", but there's no indication in the logs that OAM server is aware of any failure redirection URL.
    I've also got a header trace, and I can see that the browser is simply being re-directed to the "/oberr.cgi...." URL, so it' not going "somewhere else".
    So, does anyone know why the "Failure URL" is not working in OAM 11g in Authorization policies?
    Thanks,
    Jim
    P.S. The URL that it's suppose to be re-directing the browser to is in the Public resources under Authorization, and as I said, I don't see the browser even attempting to go to the failure URL, either via header traces or the OAM server logs.
    Edited by: jimcpl on Nov 5, 2011 8:53 PM

    Hi,
    Per the subject, I am running OAM server 11g (11.1.1.3), with an OAM 10g Apache webgate.
    In the OAM Authorization policy (protected), I have specified a full URL for the "Failure URL", to get the browser to redirect when an authorization failure occurs.
    However, when I test with a user that does not have access (user authenticates ok, but doesn't have right to access the protected resource), instead of the browser being redirected, I am getting an "Oracle Access Manager Operations Error" page.
    I've been trying to figure this out, and have found several threads about this, e.g.:
    OAM 11g authz redirect URL not working?
    But, as I said, I am using OAM 11g server, and there is no "Inconclusive URL" in the policy settings (I guess there was in 10g, but not in 11g).
    I have trace logging enabled on the OAM server, and I can clearly see that the request is getting "results DENY", but there's no indication in the logs that OAM server is aware of any failure redirection URL.
    I've also got a header trace, and I can see that the browser is simply being re-directed to the "/oberr.cgi...." URL, so it' not going "somewhere else".
    So, does anyone know why the "Failure URL" is not working in OAM 11g in Authorization policies?
    Thanks,
    Jim
    P.S. The URL that it's suppose to be re-directing the browser to is in the Public resources under Authorization, and as I said, I don't see the browser even attempting to go to the failure URL, either via header traces or the OAM server logs.
    Edited by: jimcpl on Nov 5, 2011 8:53 PM

  • Click to URL on RSS text not working on node variable.

    Hi.
    I have a RSS feed parsed into one text box and am using imported CSS to format the text in one Textfield that was created with as3.
    Problem is my roll over and click handler functions for making each text variable a link to the XML URL link will not work unless I point the function at the entire text field. I just want the individual text variables made from the RSS Title nodes, to be set to react to my handleFHTClicked, rollOutHandler and rollOverHandler functions. The movie runs Ok parsing the nodes and picking up the CSS, but I get this error in the output window when it reaches the aformentioned functions...
    TypeError: Error #1006: value is not a function.
         at AS3_CSS_external_file2_fla::MainTimeline/onLoaded()
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at flash.net::URLLoader/onComplete()
    Here is the code....
    var cssLoader:URLLoader;
    //load the fake preloader
    var preLoader = new loading_mc();
    preLoader.x = 170;
    preLoader.y = 50;
    preLoader.scaleX = .7;
    preLoader.scaleY = .7;
    addChild(preLoader);
    //This code loads and Parses the RSS feed
    var loader:URLLoader = new URLLoader();
    loader.addEventListener(Event.COMPLETE, onLoaded);
    var dotExtension:String = "...";
    var maxLength:Number = 0;
    var xml:XML;
    function onLoaded(e:Event):void {
         removeChild(preLoader);
         xml = new XML(e.target.data);
         var firstheadtext = xml.channel.item[0].title;
         var firstbodytext = xml.channel.item[0].description;
         var secondheadtext = xml.channel.item[1].title;
         trace(firstheadtext);
         trace(firstbodytext);
         trace(secondheadtext);
         //dtfa.htmlText = "<p align='left'>"+firstheadtext+"</p>"+"</br>"+ "<p align='left'>"+firstbodytext+"</p>";
         var myText:String = "<p>"+firstheadtext+"</p>"
         +"<span class='myTextStyle1'>"+firstbodytext+"</span><br/>"
         +"<br/>"
         +"______________________________________________________________________________<br/>"
         +"<br/>"
         +"<span class='myTextStyle2'>"+secondheadtext+"</span><br/>";
         function cssLoadComplete(event:Event):void {
              var sheet:StyleSheet = new StyleSheet();
              sheet.parseCSS(cssLoader.data);
              myTextField.styleSheet=sheet;
              myTextField.htmlText=myText;
         var myTextField:TextField = new TextField();
         myTextField.width = 500;
         myTextField.height = 240;
         myTextField.multiline = true;
         myTextField.wordWrap = true;
         addChild(myTextField);
         var req:URLRequest = new URLRequest("myStyleSheet.css");
         cssLoader = new URLLoader();
         cssLoader.addEventListener(Event.COMPLETE, cssLoadComplete);
         cssLoader.load(req);
         //This code handels the click through
         firstheadtext.addEventListener(MouseEvent.CLICK, handleFHTClicked);
         function handleFHTClicked(e:MouseEvent):void {
              navigateToURL(new URLRequest(xml.channel.item[0].link));
           firstheadtext.addEventListener(MouseEvent.MOUSE_OVER , rollOverHandler);
           firstheadtext.addEventListener(MouseEvent.MOUSE_OUT, rollOutHandler);
           import flash.text.TextFormat;
              // create the text format objects
              var overTextFormat:TextFormat = new TextFormat();
              overTextFormat.underline = true;
              var defaultTextFormat:TextFormat = new TextFormat();
              defaultTextFormat.underline = false;
         // add the event handlers
              function rollOverHandler(e:MouseEvent):void
               TextField(e.target).setTextFormat(overTextFormat);
              function rollOutHandler(e:MouseEvent):void
              TextField(e.target).setTextFormat(defaultTextFormat);
    loader.load(new URLRequest("http://www.calgaryheraldonline.com/rss_echo.php"));
    Any assistance would be appreciated.
    Cheers
    Forrest

    If I un-nest the functions from the RSS loader, I get many more errors.
    Here is my un-nested code;
    import flash.text.TextFormat;
    var cssLoader:URLLoader;
    //load the fake preloader
    var preLoader = new loading_mc();
    preLoader.x = 170;
    preLoader.y = 50;
    preLoader.scaleX = .7;
    preLoader.scaleY = .7;
    addChild(preLoader);
    //This code loads and Parses the RSS feed
    var loader:URLLoader = new URLLoader();
    loader.addEventListener(Event.COMPLETE, onLoaded);
    var xml:XML;
    function onLoaded(e:Event):void {
         removeChild(preLoader);
         xml = new XML(e.target.data);
         var firstheadtext = xml.channel.item[0].title;
         var firstbodytext = xml.channel.item[0].description;
         var secondheadtext = xml.channel.item[1].title;
         trace(firstheadtext);
         trace(firstbodytext);
         trace(secondheadtext);
         //dtfa.htmlText = "<p align='left'>"+firstheadtext+"</p>"+"</br>"+ "<p align='left'>"+firstbodytext+"</p>";
         var myText:String = "<p>"+firstheadtext+"</p>"
         +"<span class='myTextStyle1'>"+firstbodytext+"</span><br/>"
         +"<br/>"
         +"______________________________________________________________________________<br/>"
         +"<br/>"
         +"<span class='myTextStyle2'>"+secondheadtext+"</span><br/>";
    function handleFHTClicked(e:MouseEvent):void {
         navigateToURL(new URLRequest(xml.channel.item[0].link));
    firstheadtext.addEventListener(MouseEvent.MOUSE_OVER , rollOverHandler);
    firstheadtext.addEventListener(MouseEvent.MOUSE_OUT, rollOutHandler);
    // create the text format objects
    var overTextFormat:TextFormat = new TextFormat();
    overTextFormat.underline = true;
    var defaultTextFormat:TextFormat = new TextFormat();
    defaultTextFormat.underline = false;
    //This code handels the click through
    firstheadtext.addEventListener(MouseEvent.CLICK, handleFHTClicked);
    // add the event handlers
    // you only need these two functions
    function rollOverHandler(e:MouseEvent):void {
         TextField(e.target).setTextFormat(overTextFormat);
    function rollOutHandler(e:MouseEvent):void {
         TextField(e.target).setTextFormat(defaultTextFormat);
    function cssLoadComplete(event:Event):void {
         var sheet:StyleSheet = new StyleSheet();
         sheet.parseCSS(cssLoader.data);
         myTextField.styleSheet=sheet;
         myTextField.htmlText=myText;
    var myTextField:TextField = new TextField();
    myTextField.width = 500;
    myTextField.height = 240;
    myTextField.multiline = true;
    myTextField.wordWrap = true;
    addChild(myTextField);
    var req:URLRequest = new URLRequest("myStyleSheet.css");
    cssLoader = new URLLoader();
    cssLoader.addEventListener(Event.COMPLETE, cssLoadComplete);
    cssLoader.load(req);
    loader.load(new URLRequest("http://www.calgaryheraldonline.com/rss_echo.php"));
    And now the errors are telling me it cannot access the undefined property of myText and firstheadtext.
    I just don't understand what needs to be inside the onLoaded function and what has to be outside.

  • Citrix HDX Flash redirection plugin installer not working

    Hi,
    We have been trying to install the Citrix Flash redirection plugin (Products - XenDesktop - Download Flash Plugin - Citrix) but it is not working.
    When the installer begins after download, it starts to retrieve the install and then the windows goes blank (below)
    I ran a debug install as a previous thread suggested and have pasted the comments below. We have tried this in numerous machines, different Operating systems on different networks, all with the same outcome.   (the file path has been altered by me, below)
    Memory Initialized (Maximum)
    ===============================================================================
    Host Version: 3.5.4.26
    "C:\xxxxx\xxxxxxxxxxxxx\Desktop\install_flashplayer15x32_mssd_aaa_aih.exe" /debug -Elevated
    System: Windows NT version 6.2.9200.0
    Added url to whitelist (localhost).
    Added url to whitelist (solidstatenetworks.com).
    Added url to whitelist (snxd.com).
    Added read only registry path to whitelist (machine\Software\Microsoft\Internet Explorer\).
    Added common name to whitelist (Solid State Networks I, LLC).
    Added common name to whitelist (Adobe Systems Incorporated).
    Extracting skin file (/app.config.xml)
    Added url to whitelist (get.adobe.com).
    Added url to whitelist (get2.adobe.com).
    Added url to whitelist (aihdownload.adobe.com).
    Added url to whitelist (airdownload.adobe.com).
    Added url to whitelist (ardownload.adobe.com).
    Added url to whitelist (download.macromedia.com).
    Added url to whitelist (fpdownload.macromedia.com).
    Added url to whitelist (fpdownload2.macromedia.com).
    Added url to whitelist (fpdownload.adobe.com).
    Added url to whitelist (fpdownload2.adobe.com).
    Added url to whitelist (platformdl.adobe.com).
    Added url to whitelist (platformdl-stage.corp.adobe.com).
    Added url to whitelist (wwwimages.adobe.com).
    Added url to whitelist (wwwimages.stage.adobe.com).
    Added url to whitelist (dlmping.adobe.com).
    Added url to whitelist (dlmping2.adobe.com).
    Added url to whitelist (dlmping3.adobe.com).
    Added url to whitelist (dlmping4.adobe.com).
    Added url to whitelist (get3.adobe.com).
    Added url to whitelist (get3.stage.adobe.com).
    Added url to whitelist (adobetag.com).
    Added url to whitelist (promotion.adobe.com).
    Added read only registry path to whitelist (machine\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\).
    Added read only registry path to whitelist (machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\).
    Added read only registry path to whitelist (machine\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\).
    Added read only registry path to whitelist (machine\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\).
    Added read only registry path to whitelist (user\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\).
    Added read only registry path to whitelist (root\http\shell\open\command\).
    Added read only registry path to whitelist (root\https\shell\open\command\).
    Added read only registry path to whitelist (root\.htm\).
    Added read only registry path to whitelist (root\.html\).
    Added read only registry path to whitelist (root\IE.HTTP\shell\open\command\).
    Added read only registry path to whitelist (root\FirefoxURL\shell\open\command\).
    Added read only registry path to whitelist (root\SafariURL\shell\open\command\).
    Added read only registry path to whitelist (root\ChromeHTML\shell\open\command\).
    Added read only registry path to whitelist (machine\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\).
    Added read only registry path to whitelist (machine\SOFTWARE\Macromedia\).
    Added read only registry path to whitelist (user\SOFTWARE\Macromedia\).
    Added read/write registry path to whitelist (machine\SOFTWARE\Adobe\Setup\Reader\).
    Added read/write registry path to whitelist (machine\SOFTWARE\Wow6432Node\Adobe\Setup\Reader\).
    Added common name to whitelist (Adobe Systems, Incorporated).
    189 active MIME types
    WebServer thread running
    WebServer Listening on 127.0.0.1:63006
    Browser cache flushed (0 removed) (851 checked) (0.01 seconds)
    Browser: IE 9.11.9600.17498
    Extracting skin file (mainwindow.config.xml)
    Response code set [/mainwindow.html:200:0]
    Accept queue size of (2)
    Response code set [/images/icon-blank.gif:200:0]
    Response code set [/mainwindow.css:200:0]
    Accept queue size of (2)
    Response code set [/compact.min.js:200:0]
    Response code set [/images/icon-complete.gif:200:0]
    Response code set [/images/icon-complete-error.gif:200:0]
    Accept queue size of (2)
    Response code set [/images/logo-adobe.gif:200:0]
    Response code set [/images/bg-close-program.png:200:0]
    Accept queue size of (2)
    Response code set [/images/bg-download-bar-empty.png:200:0]
    Response code set [/images/bg-header-error.gif:200:0]
    Response code set [/images/bg-download-bar-full.png:200:0]
    Discovering default browser...
    Default browser: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -- "%1"
    Skin version: 2.0.2.13
    Document ready triggered
    Extracting skin file (locale/en-us.json)
    Extracting skin file (workflow.json)
    Unable to extract skin file (locale/en.json)
    Unable to extract skin file (locale/ie.json)
    Accept queue size of (2)
    Response code set [/images/button-left.png:200:0]
    Response code set [/images/button-center.png:200:0]
    Response code set [/images/button-right.png:200:0]
    Extracting skin file (interop/downloader.dll)
    Loading interop library (C:\Users\Ed_LO\AppData\Local\Adobe\AIH.e8ca43f5ad5cdca8a0c1d77b352fe6e414532d67\download er.dll) (3.5.4.26)
    Memory Initialized (Maximum)
    ===============================================================================
    Downloader Version: 3.5.4.26
    Solid Core v0.82 () in use (S11)
    Cwd [C:\xxxxxx\xxxxxxx\Desktop\] [EC:F4:BB:09:82:BA]
    Torrent Agent: -SC0082-
    Torrent Agent: -SD354Q-
    Starting manager thread
    Manager state changing from (Idle) to (Start)
    Manager state changing from (Start) to (Process)
    Response code set [/environment.json:200:224]
    macroEnvironment (macro) (1305): adding macro WorkflowUrl=https://get.adobe.com/flashplayer/webservices/aih/
    macroEnvironment (macro) (1305): adding macro InstallType=install
    macroEnvironment (macro) (1305): adding macro InstallName=flashplayer15
    macroEnvironment (macro) (1305): adding macro InstallSite=live
    macroEnvironment (macro) (1305): adding macro CompletionPageUrl=https://get.adobe.com/flashplayer/completion/aih/
    mergeWorkflow (merge) (5EAA): retrieving https://get.adobe.com/flashplayer/webservices/aih/?language=en-IE&currentFilename=install_ flashplayer15x32_mssd_aaa_aih.exe&builtinName=flashplayer15&type=install&site=live
    installProducts (products) (5781): primary product
    installProducts (products) (5781): preparing sitecatalyst ping
    installProducts (products) (5781): primary product
    Unable to open file [C:\Users\Ed_LO\Desktop\install_flashplayer15x32_mssd_aaa_aih.exe][00008000](2 : 00000002)
    installProducts (products) (5781): sitecatalyst offerCount 0
    installProducts (products) (5781): sitecatalyst siteCatalystOffers 0
    installProducts (products) (5781): sitecatalyst siteCatalystAcceptedOffers 0
    installProducts (products) (5781): sitecatalyst primaryProductExitCode -1
    installProducts (products) (5781): sitecatalyst primaryProductIsComplete false
    installProducts (products) (5781): sitecatalyst primaryProductSiteCatalystCode
    installProducts (products) (5781): sitecatalyst pageName ACDC_FP_AIH_Launched
    installProducts (products) (5781): sitecatalyst channel ACDC_FlashPlayer
    installProducts (products) (5781): sitecatalyst prop1 AIH
    installProducts (products) (5781): sitecatalyst prop2 ACDC Downloads
    installProducts (products) (5781): sitecatalyst prop3 get.adobe.com
    installProducts (products) (5781): sitecatalyst prop4 en
    installProducts (products) (5781): sitecatalyst prop5 en:undefined
    installProducts (products) (5781): sitecatalyst products ;FlashPlayer_AIH
    installProducts (products) (5781): sitecatalyst eVar73 ACDC_FlashPlayer
    installProducts (products) (5781): sitecatalyst eVar74
    installProducts (products) (5781): sitecatalyst events event96
    installProducts (products) (5781): completion page url https://get.adobe.com/flashplayer/completion/aih/
    installProducts (products) (5781): preparing sitecatalyst ping
    installProducts (products) (5781): primary product
    Unable to open file [C:\Users\Ed_LO\Desktop\install_flashplayer15x32_mssd_aaa_aih.exe][00008000](2 : 00000002)
    installProducts (products) (5781): sitecatalyst offer results (isDual false oLen 0):
    installProducts (products) (5781): sitecatalyst installedCode  failedCode  offerCode
    installProducts (products) (5781): sitecatalyst allInstalled true allFailed true
    installProducts (products) (5781): sitecatalyst numInstalled 0 numFailed 0
    installProducts (products) (5781): sitecatalyst offerCount 0
    installProducts (products) (5781): sitecatalyst offerCount 0
    installProducts (products) (5781): sitecatalyst siteCatalystOffers 0
    installProducts (products) (5781): sitecatalyst siteCatalystAcceptedOffers 0
    installProducts (products) (5781): sitecatalyst primaryProductExitCode -1
    installProducts (products) (5781): sitecatalyst primaryProductIsComplete false
    installProducts (products) (5781): sitecatalyst primaryProductSiteCatalystCode
    installProducts (products) (5781): sitecatalyst pageName ACDC_FP_AIH_Unknown_Reason_exitcode=-1
    installProducts (products) (5781): sitecatalyst channel ACDC_FlashPlayer
    installProducts (products) (5781): sitecatalyst prop1 AIH
    installProducts (products) (5781): sitecatalyst prop2 ACDC Downloads
    installProducts (products) (5781): sitecatalyst prop3 get.adobe.com
    installProducts (products) (5781): sitecatalyst prop4 en
    installProducts (products) (5781): sitecatalyst prop5 en:acdc_fp_aih_launched
    installProducts (products) (5781): sitecatalyst products ;FlashPlayer_AIH
    installProducts (products) (5781): sitecatalyst eVar73 ACDC_FlashPlayer
    installProducts (products) (5781): sitecatalyst eVar74
    installProducts (products) (5781): sitecatalyst events
    actions not defined for (products) in (installProducts)
    Notification center caught unhandled exception: Unable to get property 'length' of undefined or null reference
    completion page url https://get.adobe.com/flashplayer/completion/aih/?exitcode=-1
    Launching browser..
    Command: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -- "%1"
    Executable: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
    Arguments:  -- "https://get.adobe.com/flashplayer/completion/aih/?exitcode=-1"
    Manager state changing from (Process) to (Stop)
    Manager state changing from (Stop) to (Stopping)
    Manager state changing from (Stopping) to (Shutdown)
    Storage active (0/10):
    -- Member Unused
    -- Member Unused
    -- Member Unused
    -- Member Unused
    -- Member Unused
    -- Member Unused
    -- Member Unused
    -- Member Unused
    -- Member Unused
    -- Member Unused
    Manager state changing from (Shutdown) to (Idle)
    Manager thread shut down successful
    Maximum Memory in use (230 / 661k)
    ===============================================================================
    WebServer thread shut down successful
    Browser cache flushed (0 removed) (866 checked) (0.06 seconds)
    Maximum Memory in use (1137 / 5413k)
    ===============================================================================

    Hi Jack,
    The link Citrix has on their page for the Flash Player installer is incorrect.  This has been escalated and Citrix will be contacted about this matter.
    To download the Plugin Citrix is using, go to http://get.adobe.com/flashplayer/otherversions, select your Windows OS version and then select 'FP 16 for Firefox - NPAPI'.
    Maria

  • MMS over WiFi not working after Sense 6 Update

    A week ago Monday, the Sense 6 update hit my phone.  Once loaded, I could no longer send MMS over WiFi, stream Google Play Music over WiFi, access my content on Google Play Books, or back up my pics to Google Cloud over WiFi.  After several days of e-mails back and forth with HTC, it was determined that I had to perform a Hard Reset and lose all my information.  This after clearing the cache, re-booting, various Safe Mode re-boots, etc.  Nothing worked.  I finally gave in and performed the hard reset.  Now, the only thing NOT working is MMS over WiFi.  I've tried other WiFi networks and still no MMS functionality.  After about 10 minutes, I get a red triangle next to the message and an error notification, "Generic Network Failure."
    This is going to start costing me money.  Like so many of us, I no longer have unlimited data.  Now, every time I want to send an MMS, I have to use my data plan.  Not cool.  I'm hoping that someone sees this and is working on the problem.  I love my HTC One (M7), I really do.  But, we're talking basic smart phone functionality.  Without it, I'll be looking for another phone, and perhaps even another carrier.  I'd prefer not to do that, but so be it.  Please, Verizon, a little help?
    For what it's worth, the MMS does this first.  Notice the little MMS icon with the clock lower right...it just hangs there first...and sorry about the shoe pic.
    Next, it does the Red Triangle thing...
    And that's all I know.  Perhaps someone here, or a kindly VZW employee will see this and take pity.  Thanks!

    I am having the exact same issue with my HTC one, which started immediately after updating to sense 6. Very annoying since I do not have unlimited mobile data plan, so I have to manually turn mobile data on each time I want to send or receive mms texts, including texts with multiple recipients. Did not have this issue before the update. Love this phone, my very first smartphone. But it is hard to believe that I was able to send pics over text with my old flip phone with no data plan. And now I can't with the HTC. I just can't have the mobile data on at all Times. It has become very inconvenient ever since the upgrade. Wish I had never done sense 6.

  • Polling over https not working

    Hi,
    How do I change below to make it work with https? I tried with AMFSecureChannel but that did not work. Appreciate any help... thanks!
    <channel-definition id="my-amf-poll" class="mx.messaging.channels.AMFChannel">
        <endpoint
            url="http://{server.name}:{server.port}/{context.root}/messagebroker/amfpoll"
            class="flex.messaging.endpoints.AMFEndpoint"/>
        <properties>
            <polling-enabled>true</polling-enabled>
            <polling-interval-seconds>1</polling-interval-seconds>
        </properties>
    </channel-definition>

    Hi
    I think you don't need to do all these things. With default setting create a HTTPService component and assign the required url to it. You can assign the resultFormat.Call the send() method. Optionally you can pass argument to it.
    Hope this helps
    Rush-me

  • Redirection using header not working..

    Hi,
    I've created a simple insert page and after insert i want it
    to be redirected to another page which has list of entries.
    Somehow the header redirection is not working. I tried site
    relative name in the after insert go to option and then gave tried
    the full path name but no relief. I tried the redirect at the top
    of the page(plain redirection as soon as the page is loaded) and it
    worked. I have attached the code. Can some one spot what am i
    missing here?

    The page is not redirected it stays in the same page after
    the insert action.
    the page is in the location <<
    http://localhost/mysite/create_blog_entry.php?>>
    after the submit form it should be redirected to the <<
    http://localhost/mysite/blog_view.php>>--expected
    result
    but the result is
    <<
    http://localhost/mysite/create_blog_entry.php?>>
    I tried the exit function after the header and i got
    connection reset error..
    <<The connection to the server was reset while the page
    was loading.>>

  • Windows 8 Folder Redirection/offline files not working

    I am trying to deploy 4 brand new HP Laptops running windows 8 Professional into a windows 2008 domain however folder redirection is not working
    These users have folder redirection enabled via group policy and this works fine under their old laptops in windows 7
    For windows 8 I see an error in the event log :
    Error 7023 - The offline files service terminated with the following error : the system cannot find the path specified
    I also get this error if I manually try to start the offline files service.
    This is happening on all 4 brand new laptops. All latest available updates installed.

    I am trying to deploy 4 brand new HP Laptops running windows 8 Professional into a windows 2008 domain however folder redirection is not working
    These users have folder redirection enabled via group policy and this works fine under their old laptops in windows 7
    For windows 8 I see an error in the event log :
    Error 7023 - The offline files service terminated with the following error : the system cannot find the path specified
    I also get this error if I manually try to start the offline files service.
    This is happening on all 4 brand new laptops. All latest available updates
    installed.
    The error as you have already observed is a critical error  blocking the service from running. So that must be about the computer software configuration.
    You claim brand new, latest updates etc. - however to use i.e. folder redirection, gpo's etc. you're modifying the software configuraton. I.e. not quite brand new or unchanged (except for those may be important changes, guess those machines are indeed brand
    new or just bought ... however still in change as any other software managed machines)
    For some reason could be corruption of system configuration, but how? Unlike coincidence of 3 of 4 computers failing to start that services? I.e. have you done any changes to offline files etc, scripts or some stuff with gpo's.
    Try exploring the Windows log and take a look at the detail for the error events.
    Use process monitor from Microsoft to trace what happens when you try to start the Windows service ...
    Just tips for determining the bug ...
    Out-of-the-box this should not happen ... for folder redirection and offline files ... it's actually the Windows client going to get those files ... so take a look at the client and try to trace the bug.
    My best guess is something is changed on the client - and your customized system or software is doing it. Or something wrong with the configuration. I.e. if you have relocated the CSC cache ...
    In my experience the best way to debug this problem is to use Process Monitor ... and i.e. come up with a fix based on the observations i.e. if you have relocated the csc cache to some place where it is actually not available or incorrectly configured
    (i.e. take a look at the Result column and looked for failed operations in context with CSC cache operations)
    If you don't know how to do this - don't relocate the CSC cache ... (i.e. if you did this to conserve space on i.e. your SDD's with i.e. smaller capacity than legacy-HD). The real problem is the Folder Redirection Client on the Window Client going to
    pin the entire folder hierarchy of the users workspace, i.e. documents. Either move files out of that area or use group policy to disable pining entire user "storage area". Microsoft should make the Folder Redirection Client more flexiable, i.e. add option
    to exclude part of folder hierarchy. But you can do this by using gpo to disable folder redirection auto-cache of all files - and then instead have users explicitly pin their mobile folders. However for some folders like favorites, desktop and so on you can
    actually use batch and wmic to set pin of some folders containing usually less data using a startup script and gpo. That Works ... and simulates i.e. excluding the stored data in user libraries like documents, videos, music ...
    ... anyway added this based on a "suspension" on what you are really trying to obtain ... but the solution is not to move the CSC cache to aqquire more space, i.e. a user can put 1 TB in their videos ... the solution is to program the Folder Redirection
    Client differently ... untill Microsoft add that functionality.

  • Search Google from the URL bar in safari not working, Help...

    Hi to everyone,
    im stuck here trying to find out why i can't search more in the url bar in safari. Just happened few weeks ago and i most use bing or yahoo.
    I did try to delete cache and plist etc, everything i read in the net but still not working. I have mac pro 2011, and I'm not sure but i think this happened after i open a second account for my girlfriend in my mac, so she can have her own account. I check and in the other account happen the same...some ideas?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • [Solved] Remote X over ssh not working

    Hello, I'm trying to forward X11 over ssh but it's not working.
    I type
    ssh -X 192.168.1.101
    followed by my password, and I log in just fine.
    I try to launch an X11 application and I get
    $kate
    kate: cannot connect to X server
    SSH is supposed to be forwarding a dummy $DISPLAY to allow remote X.  So I type
    $echo $DISPLAY
    and and get back a empty newline.
    Well how about
    $xinit
    Fatal server error:
    Server is already active for display 0
    If this server is no longer running, remove /tmp/.X0-lock
    and start again.
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Okay, I'll shut down xserver.
    I do it, and type
    $xinit
    again.  KDE launches on my remote box.  It makes sense, but contradicts many guides I have read which say it should launch on my local machine.
    What am I doing wrong here?  This should be ridiculously simple.
    Last edited by xenobrain (2010-07-06 20:45:16)

    Did you enable X forwarding in your sshd config?
    Did you xhost + (or ssh -Y)?
    Did you crop your DISPLAY variable in a bashrc or similar script run at login?
    Last edited by benob (2010-07-06 19:10:54)

  • URL from MediaLocator is not working

    Hi!
    I try to get a URL from a MediaLocator, but iI get allways the java.net.MalformedURLException: unknown protocol: rtp.
    The Medialocator looks like this:
    MediaLocator ml = new MediaLocator("rtp://192.168.0.1:5000/audio");
    MadiaLocator has a method getURL() but it seems not working. What I need is just the Port and the IP address.
    Any suggestions?
    Thaks Adam

    CaptureDeviceInfo di=null;
                   Vector deviceList = CaptureDeviceManager.getDeviceList(new VideoFormat(VideoFormat.RGB));
                   if (deviceList.size() > 0)
                             di = (CaptureDeviceInfo)deviceList.elementAt(0);
                             if(di==null) System.exit(-1);
                                  System.out.println("devicelist2");
                        else
                             System.out.println("exit");
                             System.exit(-1);
                   MediaLocator mediaURL = di.getLocator();
    create medialocator by using datasouce object's mehtod getLocator();
    anoop

  • Voicemail over Bleutooth not working. Calling oke.

    Hi,
    Sins 4.2.1. update my voicemail over Bleutooth is not working in the car. Calling is no problem, only voicemail is. I can listen to my voicemail over the intern speakers. Not the earspeaker when i am in my car. Anybody a solution?
    Rob
    (iPhone 4 origineel simlockfree)

    I filed a bug report with Apple and sent them logs as the problem was occurring. Apple is aware of this issue and seems they are working on it.... See Reply from Apple Below...
    This is a follow up to Bug ID# 8716239. After further investigation it has been determined that this is a known issue, which is currently being investigated by engineering. This issue has been filed in our bug database under the original Bug ID# 8584516. The original bug number being used to track this duplicate issue can be found in the State column, in this format: Duplicate/OrigBug#.
    Thank you for submitting this bug report. We truly appreciate your assistance in helping us discover and isolate bugs.
    Best Regards,
    Apple Developer Connection
    Worldwide Developer Relations

Maybe you are looking for

  • CS6 How to create a photo gallery?

    CS6 How to create a photo Gallery?

  • Need Urgent Help on Meeting Place Integration with CUCM 7.1 and AS5400 PSTN Gateway

    Hi, This is first time I am on this forum. I have already tried going through a lot of docs on docwiki.cisco.com but couldn't find complete configuration help. I have to integrate Meeting Place 8.X with an existing CUCM and an E1 gateway (PSTN Gatewa

  • Changing Xraid name without unmounting the drives

    Hello all, I just took possession of a mac cluter with 3 - count 'em - three raids, all cleverly named "Xserve-raid". In order to make my life easier I would like to name them something distinguishable, if not distinguished. Is there a way to do this

  • CE 7.1 SR5 : info about license

    Hy, i have this quastion about CE 7.1 SR5. CE 7.1 SR5 is available to download on service.sap.com but is possible to use it in productive manner? Is there a license that i must ask to SAP AG as any other SAP product? Thank's  a lot. Sincerely yours.

  • Crosstab missing horizontal axis fields

    I have a crosstab discoverer report with the following structure: ==================================================== .............|Y | Y | Y | X1 X2 X3 |Z | Z | Z | X1 X2 X3 |Z | Z | Z | X1 X2 X3 |Z | Z | Z | X1 X2 X3 |Z | Z | Z | Y = verticle axis