Customer Portal

java.net.MalformedURLException

Comments 6

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi svyates,

    can you please give us more information:

    * version and type of used CloverETL
    * operating system you use
    * full call stack of thrown exception
    * do you use proxy server?

    Thank you.
  • Avatar
    svyates
    0
    Comment actions Permalink
    Clover ETL Community Product 3.3.0.021P

    Mac OS X 10.8.2

    Sorry, I don't know what "full can stack of thrown exception" means

    No proxy server

    Now, this morning, I was in Starbucks connected to their WiFi and it worked. When it worked before I was connected to a different network. It seems when I'm connected to the WiFi in my office is when it doesn't work. Perhaps there's a network setting that I need to change?

    Thanks!
  • Avatar
    admin
    0
    Comment actions Permalink
    Hi svyates,

    by "full call stack of thrown exception" is meant continuation of:


    Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: (null): (null): nodename nor servname provided, or not known


    you sent. I expect you see this error in Console window after running graph, right? so please send me complete content of Console window, including this error.

    Thank you.
  • Avatar
    svyates
    0
    Comment actions Permalink
    Hi,

    What I sent is the entire content of the console window.


    Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: (null): (null): nodename nor servname provided, or not known


    Cheers,

    Steve
  • Avatar
    svyates
    0
    Comment actions Permalink
    Hi Jaroslav,

    I believe that I have fixed the problem. It was a network problem. The router provided by my ISP and used as the DHCP server on the network, was assigning a search domain "Home" when assigning an IP address. With that entry in the search domains, I was getting the error when running. I changed to another DHCP server which does not assign anything to the search domain, and with the search domain blank, the connections are getting made and the process runs fine. I don't understand it, but I'll take the result. :)
    Don't know if there's another fix from the Clover side that you can recommend, if so I'd appreciate it. Either way, it's working for now.
    Thanks!

    Steve
  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Steve,

    Good to know it works now. It is always hard to advice without detail knowledge of network environment.

    Only remark I have is, that the exception is not caused by database connection (that would be part of run log) but because of failing:

    • Engine start

    • Connecting to running Engine in order to get logs

Please sign in to leave a comment.