Malformed URL Exception

hi,
SAOP -> XI -> File is my scenario
i got an error because i have entered a wrong url in integration engine configuration in (sxmb_adm) while configuring is_url.
so got an error in my scenario stating...
Transmitting the message to endpoint "http:///<hostname>:<port>/sap/xi/engine?type=entry" using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.MalformedURLException: For input string: "<hostname>:<port>".
but the problem is even after rectifying the mistake am getting the same error constantly... how to solve this issue?
please tell your suggestion....
Krish
Edited by: Krish Krish on Sep 2, 2008 12:17 PM
Edited by: Krish Krish on Sep 2, 2008 12:17 PM

Efectively this URL is wrong:
Delete the secong':'
Wrong: http://:sapsrv02:50200/sap/xi/engine?type=entry
Right: http://sapsrv02:50200/sap/xi/engine?type=entry
You have to change it in SLD --> Business System --> Select you PI Business System --> Integration Section --> Change Pipe Line Url.
Save the changes.
Maybe you should restart your system.
Regards,
Carlos

Similar Messages

  • URL object with https string throws malformed url exception: unknown protocol: https

    In WebLogic I am trying to connect to an HTTPS url by passing that url
    string into the contructor for URL object. This throws a Malformed URL
    Exception : unknown protocol: https.
    When i run this same block of code outside of weblogic (in a stand-alone
    app), it runs perfectly. (not exceptions when creating the URL object).
    why do i get this exception in weblogic?
    could weblogic be loading its own URL class rather than the java.net.URL
    class (which supports ssl)? if so how do i override that classloading?
    is there a weblogic security "feature" that prevents opening an ssl
    connection?
    thanks for any help
    mike
    [email protected]

    You need to modify your weblogic.policy file to allow you to change the
    the property java.protocol.handler.pkgs ... and any other properties
    that you may probably change using JSSE (for example:
    javax.net.ssl.trustStore for storing certificates of servers that you
    want to connect to from WLS )
    Regards,
    John Salvo
    Michael Harrison wrote:
    >
    thanks for the help dennis, but still get the "unknown protocol https".
    the URL object sees that the URLStreamHandler ==null and get the value for
    java.protocol.handler.pkgs (which should be
    com.sun.net.ssl.internal.www.protocol) then it tries to load that class. i
    believe that the GetPropertyAction("java.protocol.handler.pkgs","") is not
    returning com.sun.net.ssl.internal.www.protocol. therefore the class is not
    getting loaded
    i think that my classpath is set up properly for classpath and
    weblogic_classpath so i think that i me calling
    System.setProperty("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol"); is not effective.
    do you know anyway i can trouble shoot this.
    thanks
    mike
    Dennis O'Neill <[email protected]> wrote in message
    news:39d23c28$[email protected]..
    Https is an add-in so to speak. Try this before you create your url:
    System.setProperty ("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol");
    // add the default security provider (again, in JSSE1.0.1)
    int iap = java.security.Security.addProvider(new
    com.sun.net.ssl.internal.ssl.Provider() );
    dennis

  • Malformed URL Exception causing discussion channels to fail.

    Hello,
    I created several new discussion channels in role level DisplayProfileXML files using DiscussionsProvider. The channels are not displaying proper content but are displaying error messages: ERROR: Content is not available
    This function worked previously using the defalt discussions channel that was already created with the install of the sample portal
    I have tried restarting the server, doing the redeploy command.
    Here is the error text. Any help would be appreciated!
    11/17/2005 12:56:49:836 AM EST: Thread[Thread-98,5,main]
    ERROR: JspServletEnvironment.getRealPath():
    java.net.MalformedURLException: JspServletEnvironment.getResource(): not found for channelName=LDTLaunchDiscussionChannel, path=discussionContent.jsp
    at com.sun.portal.providers.jsp.JspServletEnvironment.getResource(JspServletEnvironment.java:206)
    at com.sun.portal.providers.jsp.JspServletEnvironment.getRealPath(JspServletEnvironment.java:133)
    at com.sun.portal.providers.jsp.JSPProvider.getJspWrapper(JSPProvider.java:706)
    at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:544)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.java:158)
    11/17/2005 12:56:49:886 AM EST: Thread[Thread-98,5,main]
    ERROR: ProviderCaller.run(): exception thrown from LDTLaunchDiscussionChannel
    com.sun.portal.providers.ProviderException: JSPProvider.getJspWrapper(): jsp=discussionContent.jsp, com.sun.portal.providers.ProviderException: JSP file not found: discussionContent.jsp
    at com.sun.portal.providers.jsp.JSPProvider.getJspWrapper(JSPProvider.java:763)
    at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:544)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.java:158)
    com.sun.portal.providers.ProviderException: JSP file not found: discussionContent.jsp
    at com.sun.portal.providers.jsp.JSPProvider.getJspWrapper(JSPProvider.java:710)
    at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:544)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.java:158)
    11/17/2005 12:57:26:769 AM EST: Thread[Thread-103,5,main]
    ERROR: JspServletEnvironment.getRealPath():
    java.net.MalformedURLException: JspServletEnvironment.getResource(): not found for channelName=MLTDiscussionChannel, path=discussionContent.jsp
    at com.sun.portal.providers.jsp.JspServletEnvironment.getResource(JspServletEnvironment.java:206)
    at com.sun.portal.providers.jsp.JspServletEnvironment.getRealPath(JspServletEnvironment.java:133)
    at com.sun.portal.providers.jsp.JSPProvider.getJspWrapper(JSPProvider.java:706)
    at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:544)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.java:158)
    11/17/2005 12:57:26:769 AM EST: Thread[Thread-103,5,main]
    ERROR: ProviderCaller.run(): exception thrown from MLTDiscussionChannel
    com.sun.portal.providers.ProviderException: JSPProvider.getJspWrapper(): jsp=discussionContent.jsp, com.sun.portal.providers.ProviderException: JSP file not found: discussionContent.jsp
    at com.sun.portal.providers.jsp.JSPProvider.getJspWrapper(JSPProvider.java:763)
    at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:544)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.java:158)
    com.sun.portal.providers.ProviderException: JSP file not found: discussionContent.jsp
    at com.sun.portal.providers.jsp.JSPProvider.getJspWrapper(JSPProvider.java:710)
    at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:544)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.java:158)

    Found it - stepping into the remoteObject.execute() call in debug mode, I eventually got to the class that throws the error (com.sap.tc.webdynpro.model.webservice.model.WSGenericModelClassExecutable).  In the catch block of the operation invoke call, the actual error object is visible in the NWDS variables list - it was an XmlMarshallException:
    "com.sap.engine.services.webservices.jaxrpc.exceptions.XmlMarshalException: XML Serialization Error. Property [LOVLanguageMode] of class [com.bp.models.siebel.servicerequest.ServiceRequestQueryPage_Input] must exist and can not be null. This is required by schema description."
    So I hadn't populated a mandatory field in the xml!
    Russell.

  • Malformed URL

    I'm trying to set up a new URL with the constructor format new URL( string). I've tried several different ways of passing a string to the constructor, but get a malformed URL exception every time. I've got a copy of the file in the directory with the java file and also a copy of the file at the root of my hard drive. I'm just looking for any way to get a local file path into a URL so I can instantiate my media player object. Here's the code and all of the declarations I have tried.
    import javax.swing.*;
    import java.net.*;
    import javax.media.*;
    public class SimplePlayer extends JFrame
    public SimplePlayer()
    URL myURL = new URL("file:jungle.mp3");
         //URL myURL = new URL("file:c:\\jungle.mp3");
         //URL myURL = new URL("jungle.mp3");
         System.out.println("C:\\jungle.mp3");
    public static void main(String args[])
         SimplePlayer app = new SimplePlayer();
    }//end main
    }

    Give me the exact way you are trying to access your remote object from your client.

  • WTK http stack implementation bug: malformed URL

    Hi
    the WTK emulators dont parse URLs correctly. The following code throws an "java.lang.IllegalArgumentException: malformed URL" exception. It works on most phones and the SonyEricsson J2ME SDK tho.
    c = (HttpConnection) Connector.open("http://www.4950.net");
    The stack trace is
    java.lang.IllegalArgumentException: malformed URL
         at com.sun.midp.io.HttpUrl.isIPv4Address(+88)
         at com.sun.midp.io.HttpUrl.parseAfterScheme(+568)
         at com.sun.midp.io.HttpUrl.<init>(+36)
         at com.sun.midp.io.j2me.http.Protocol.connect(+18)
         at com.sun.midp.io.ConnectionBaseAdapter.openPrim(+52)
         at javax.microedition.io.Connector.openPrim(+299)
         at javax.microedition.io.Connector.open(+15)
         at javax.microedition.io.Connector.open(+6)
         at javax.microedition.io.Connector.open(+5)
    I interpret the error as the http stacks recognizing this url as a numbered notation (e.g. http://123.234.34.24) instead of a text notation (e.g. http://www.google.com).
    I tried to look into the midp sources but the ones that are online do not contain the method com.sun.midp.io.HttpUrl.isIPv4Address from reading the source available it seems that the midp2.0fcs sources dont contain this error.
    Can anyone in sun fix this?

    an URL cannot start with a number after the www !

  • URL exception: no protocol

    I wrote a https-URL-Reader using JSDK 1.5 who includes the latest JSSE. First the https-URL-reader fetches a page from a server who uses url-rewriting for session-tracking. So far the first step is working well, I got the page content. Inside this page are hrefs pointing to follow-up-pages. These hrefs includes a url with a JSESSIONID and params who looks like this:
    https://host.server.domain/path;JSESSIONID=id1...!id2..?name1=value&name2=value.
    The prog gets a follow-up-href from the content extract the url and tried to fetch the related page. At this point everything went down the street ... with an URL-exception: no protocol! I guess its depending an the semi-colon inside the url!
    I wondering getting a url with included JSESSIONID should be a daily task!
    When I paste this URL into a browser (IE 6) it works!
    So where is the mistake???
    Any ideas and help are welcome.
    Thanks a lot!
    Detlev
    Here are the related urls and the important code-parts:
              // The following string represents the Start-Page
              String requestedURL = "https://direkt.postbank.de/direktportalApp/index.jsp";
              /*The requestedURL is proceed with https-URL-Reader and creates a file which has the page
              content to the caller. It works fine!*/
              /* This next string shows the URL extract from a href which is given for
              a follow-up-page. This URL contains now the JSESSIONID and some params.*/
              String requestedURL = "https://direkt.postbank.de/direktportalApp/application;JSESSIONID_direktportalApp=CzJMF8h3LZzd7MnfsDDpFLKWp5y81s5FcGG9vkVnF6cyTKGnQvfv!824009080?origin=login.jsp&event=bea.portal.framework.internal.portlet.event&pageid=login&portletid=login&wfevent=button.info.weiter";
              /*With this requestedURL the https-URL-Reader is called again to fetch the follow-up-page.
              Immediately a malformedURLException is thrown and the game is over!*/
    Code-Snippet https-URL-Reader (only the important lines):
         String requestURL(String requestedURL){
         try{     ......
              URL search = new URL(requestedURL);                    
              URLConnection httpscon = search.openConnection();
              File outputFile = new File(dir,file);          
              FileWriter out = new FileWriter(outputFile);
              BufferedReader in = new BufferedReader(new InputStreamReader(httpscon.getInputStream()));
              while ((inputLine = in.readLine()) != null){
                        buffer.append(inputLine+"\n");
                        out.write(buffer.toString());
                        out.flush();
                        buffer.delete(0, buffer.length()-1);
              in.close();
              return (file);
         catch (Exception e){ 
              System.out.println("Error: "+e);     }
    p.s.
    I apologize for my bad english

    The prob is solved.

  • Safari consistently crashes on malformed url

    Safari, of late, has been crashing too frequently.  I can get it to crash consistently with a malformed url such as www.becj     spinning beach ball then crash.  It could be my system and so are there any preference files to delete in an attempt to fix it?  I have Reset Safari.
    TIA
    Safari  5.0.5 (6533.21.1)
    10.6.8

    Tried logging in with a different user and it still crashes. In fact, I can type any non-web address text into the address bar URL and it will crash.
    So why is he typing in rubbish into the Address Bar, I hear you ask?  Simple.  I tend to use Chrome as my default browser and it is second nature to me to stick search terms into the address bar in Chrome.   But because I have to use Safari from time to time, end up doing the same....and so the crash.

  • BIP notification E-mail has malformed URL; user can't see his output

    We're using the standalone BI Publisher 10.1.3.2.
    When a user schedules a job, he can set a notification E-mail to tell him when the job is completed (and alternately if it has a warning or error). Inside the completion E-mail is a URL that is supposed to take the user to his output.
    Unfortunately, the notification E-mail is plain text, and the address, because of the names of our reports and folders, has spaces in it. Outlook takes its best guess at changing this into a URL, but stops converting as soon as it hits the first space character.
    This malformed URL tries to take the user to a folder to which he does not have access, and instead of seeing his report, he get's an "Unauthorized Access" error.
    Is there a way to configure the notification E-mail to use HTML, or else substitute the "%20" string for the blanks so the link becomes functional? I don't want to have to go back through all our reports and folders and insert a bunch of unsightly underscores just to correct this.

    Hi,
    You can use the following inside the xapi:message element to format the Email as HTML:
          <xapi:email server="${C_XX_SMTP_SERVER}" port="${C_XX_SMTP_PORT}" from="${C_XX_FROM_EMAIL}" reply-to="${C_XX_FROM_EMAIL}">
            <xapi:message id="email_mem_card_letters" to="${C_TO_EMAIL_ADDR}" attachment="true" content-type="text/html" subject="Card Letters"><![CDATA[
                        <html>
                             <head>
                                  <style type="text/css">
                                       body {font-family:Arial}
                                  </style>
                             </head>
                        <body>
                        <img src="http://www.somedomain.co.uk/main/library/w-home_title.gif"/><br/><br/>
    <h1>Card Letters</h1>
    Attached are the Card Letters from XML Publisher.<br/><br/>
    Regards<br/><br/>
    Letter Generation Team
    </body></html>]]></xapi:message>
          </xapi:email>I hope this helps.
    Regards,
    Cj

  • Oracle Application Test Suite Agent (Malformed URL)

    Hi I am trying to connect to a remote monitoring agent so i can collect some performance data for a Test. I am trying to connect to an apache box which has the agent installed and listening on port 9001.
    The problem i am having is with the Connection between the Apache Agent and the OATS Agent.
    When the connection is attempted i am receiving the following error in the log:
    Output From: wls_oats.log
    2012-03-20 10:47:01,864 ERROR [DataCollectorManager] <DataSourceAlertMessage tsid="t3://OAT01:8088/oats/ds0" alertid="1" alertState="true" message="Malformed URL: Number of Retries: {1}." timestamp="1332240421
    Anyone received this before?
    Thanks

    Hello
    You probably hit a bug.
    You should open a SR on support.oracle.com
    JB

  • Help me! digester has error MalForme URL ".." unknown protocol: classloader

    I have used validator which link to digester and error occured like this..
    13-04-07 08:18:59.840 ERROR - java.lang.IllegalArgumentException: Malformed URL
    'classloader:/org/apache/commons/digester/xmlrules/digester-rules.dtd' : unknown protocol: classloader :(ValidatorOperator.java:71)[HttpRequestHandler-5984162]
    13-04-07 08:18:59.855 DEBUG - ******************************************* :(ValidatorOperator.java:72)[HttpRequestHandler-5984162]
    this line comes from new ValidatorResources(inputstream in)
    which I already checked that inputstream is not null
    Please help!!

    I just think that it's related to what an URL is and that whatever you provided there isn't a valid one because there is no such protocol as "classloader". Which the error message already said.
    From the URL API docs:
    Protocol handlers for the following protocols are guaranteed to exist on the search path :-
    http, https, ftp, file, and jar
    Further:
    Protocol handlers for additional protocols may also be available.
    In other words, if there actually is a protocol named "classloader", you will have to have some JAR in the classpath that'll provide that information. Read the Digester docs to find out which one that might be.

  • How to fix error malformed URL?

    How to fix error malformed URL?

    Can you give more details where you see this error message?
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Block all URL except one or two in WRSV4400N

    Hi,
         I have a WRSV4400N router and I need to block all URL except one or two. Can I do it with or whitout TrendMicro ProtectLink??
    Thank you

    Hi Axondigital,
    Your english is very good.  I did say "check and see"  in my earlier post and not here is a solution.
    To answer your original question , the answer is NO.
    URL filtering is a limitation you will find in a product like the WRVS4400N, but you will not find that limitation in the new and more powerful SA520 which has an URL allowed and blocked list.
    My advice would be, evaluate trendmico protectlink if you wish and see what you think.  send a email to the following address to get a evaluation license;
    [email protected]
    But try a SA500,  if that customer  really needs a low cost, but capable router that requires URL allowed list.
    regards Dave

  • How do I change default page that appears after a bad/malformed URL?

    First of all, this is not a traditional malware/adware issue. Whenever I enter a malformed or bad URL, like http://blah, Firefox defaults to the homepage of my spouse's old workplace (a large, corporate law firm). While this is a personal computer, ages ago it was taken in the office to install software (Citrix) to allow it to synch it with the firm's network while used at home, etc; the program has since been uninstalled. Ever since the computer was brought back, it's had this issue with defaulting to the mainpage of the law firm whenever it finds an error. I would prefer another page, but I can't figure out where to look (and I have tried, though I admit my own limitations).

    This isn't possible without creating a new Apple ID.
    (83040)

  • Invalid URL Exception while opening a file using external window in webdynp

    I am trying open an URL ythru external window on click of button in my webdynpro.
    This is the URl I am trying to open
    File://mww/Documents/Attachments/2008/10/56254/{FD803B0D-157F-47F9-A5A8-C687E1DC6B96}_break.JPG
    if I try to open from a from the browser it works fine but thru webdynpro it is throwing the error.
    mww is another system where the file is residing.
    But I am using the same techniue in other component where I am able to open file from an external window.
    File://mww/Documents/Attachments/2008/10/56254/some.jpg
    The only difference in  the URL is {FD803B0D-157F-47F9-A5A8-C687E1DC6B96}Since this URL is generated by another system I do not have any other aletrnative but I have live with this URL.
    can some body please give some idea how to fix this
    if I use java.net.URLEncoder.encode() then I am not getting any error , buit file is not opening in the browser( external window)
    below is the error stack I am getting.  
    com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=File://mww/Documents/Attachments/2008/10/56254/{FD803B0D-157F-47F9-A5A8-C687E1DC6B96}_break.JPG
    at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.checkURL(AbstractURLGenerator.java:699)
    at com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal.checkURL(URLGeneratorInternal.java:390)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createNonModalExternalWindow(ClientComponent.java:1037)
    at com.gis.dcww.findsrch.AttachmentView.onActionOpen_Attachement(AttachmentView.java:179)
    at com.gis.dcww.findsrch.wdp.InternalAttachmentView.wdInvokeEventHandler(InternalAttachmentView.java:203)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    thanks
    PK

    Hi Armin, Josue
    Thanks for the reply
    Please note I am able to open an external window( browser ) thru my code with "File" protocol.
    I have no issue opening an external window or using File protocol.
    I am able to open an image/doc with a normal URL as follows
    File://mww/documents/image.jpg
    or
    File://mww/document/temp.csv
    But My URL has some system( thru Other applications ) generated charaters in it , I need get the path from DB( which I have done ) and pass this URL to the ExternalNonModalWindow as paramter.
    MY code is opening successfully the external  window for any URL .
    but for URL which has these character { }  is throwing the invalid URL error 
    for the below URL, I am getting the error
    File://mww/Documents/Attachments/2008/10/56254/{FD803B0D-157F-47F9-A5A8-C687E1DC6B96}_break.JPG
    thanks
    PK
    because of the flower bracket it is throwing the error.
    thansk
    PK

  • Pinterest still blocked, even after adding to custom URL exception

    Hi,
    In WSA I have a custom URL list for exception which are allowed from Proxy.
    I have added pinterest.com in the exceptions list. For some users website work perfectly fine via proxy, but the users which are using the global policy cannot open this website. In global policy that custom URL is allowed, even policy trace with that AD users shows that URL is allowed via custom URL list but user gets proxy error denied?
    Is there something I am missing in configuration?
    Regards,
    Sakun Sharma

    Hi Sakun,
    the best way to troubleshoot this kind of issue is to grep/tail logs from WSA, policy trace is not always accurate. So :
    - connect to your WSA via ssh and type the 'grep' command;
    - at the following prompt select 'accesslogs'
    - at the prompt Enter the regular expression to grep insert the ip address of a user that cannot display the website
    - at the prompt Do you want this search to be case insensitive? [Y]> press enter
    - at the prompt Do you want to search for non-matching lines? [N]> press enter
    - at the prompt Do you want to tail the logs? [N]> type 'y' and press enter
    - at the prompt Do you want to paginate the output? [N]> press enter
    then from the client with ip address you inserted before try to connect to pinterest, on WSA you will see the logs, to stop log collection press CTRL+C . Post here the output of the logs.
    Regards,

Maybe you are looking for

  • Adobe Bridge CC Batch Rename and File Extensions

    I use Adobe Bridge CC on my macbook pro that is running OS X 10.8.5  When I batch rename files within Bridge it automatically drops the file extension. I am able to add the extension within the naming process but would prefer if it simply defaulted t

  • Word wrap in running headers?

    Is it possible to have running headers with two or more lines, i.e. using word wrap?

  • IPhoto doesn't show thumbnails anymore

    I actually figured this out- I am posting this as a solution, not a problem. It frustrated me but I figured it out. THE PROBLEM: You click on an "event" and it brings up a picture from that event, however you can only see one picture. Clicking left-r

  • How to make modal page to be auto size regarding content in the page?

    Hi, guys: I created a modal page (Dan Mcghan's modal page plugin from skillbuilder web site), which pops up when user clicks the master table to see drill down data. However, some rows in the modal page have too many characters, and modal page cannot

  • Help managing storage on ipad2 with iphoto

    I recently travelled overseas and uploaded all my photos from my digital camera to the ipad.  Edited and made journals. I have now saved all the journals as web pages via itunes, thanks to good advice by leonie and have exported all my edited photos