Results 1 to 2 of 2

Thread: Transformation Error : IO Exception: java.net.MalformedURLException:no protocol: null

  1. #1
    Join Date
    Aug 2009
    Posts
    1

    Default Transformation Error : IO Exception: java.net.MalformedURLException:no protocol: null

    Hi All,

    I am trying to load oracle table struture through windows batch script using java. I am getting the below error. ITs seems some url exception. I am very new to Java..

    Transformation Error : IO Exception: java.net.MalformedURLException:no protocol: null/configuration

    Could you please someone help in this regard.

    Thanks
    Boobathi

  2. #2
    Join Date
    Apr 2007
    Posts
    307

    Default

    Unfortunately, this is not a Spring-related question, so there probably won't be much help here. However, given the information you mentioned, you've probably mistyped or ommitted entirely the JDBC url from your configuration. Search around for examples of creating and using an Oracle DataSource online; that's your best bet.
    Chris Beams
    Spring Framework committer, VMware
    http://github.com/cbeams

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •