Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ???HTTPS from Oracle...getting java.net.MalformedURLException???

Re: ???HTTPS from Oracle...getting java.net.MalformedURLException???

From: Rauf Sarwar <rsarwar_at_ifsna.com>
Date: 19 Jun 2002 13:20:20 -0700
Message-ID: <c2d690f2.0206191220.7569e54@posting.google.com>


fcolon_at_onebox.com (Frank) wrote in message news:<3271719f.0206181431.541aa878_at_posting.google.com>...
> Hi,
>
> I've developed a Java stored procedure that will make an https call to
> a remote host and retrieve data.
>
> The java procedure is rapped in an Oracle Stored Procedure.
>
> But when I call it I get the exception:
>
> java.net.MalformedURLException: unknown protocol: https
>
> Has anybody tried this before? Do you have experience getting this
> exception?
>
> Any advice on how I could fix this would be greatly appreciated.
>
> Thanks

A URL constructor throws this MalformedURLException if no protocol is specified, or an unknown protocol is found in your URL. Check the URL address and see if you specify a correct protocol e.g. http etc. or post a snippet of your code...maybe someone can look at it and make a suggestion. Received on Wed Jun 19 2002 - 15:20:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US