Zoho Reports Upload from DB Java Exception

Zoho Reports Upload from DB Java Exception

As of last night, our zoho reports upload from DB feature stopped working.

Log shows we are able to log in to zoho, the csv is generated fine, and is uploaded to zoho, but then it throws an exception when Zoho is added the rows - even with a really simple (new) test table.

I have tried installing zoho upload tool on a new machine and get the same problem.

Can you tell us what's happening?

-------------------------------------------------------------------
---Extract from Log (full log attached)
-------------------------------------------------------------------
2014/02/19 12:41:57 GMT:java.lang.RuntimeException: Exception occured while executing queries and uploading data
at com.adventnet.zoho.client.report.tool.ZohoReportUploadDataFromDB.parseXMLAndImportData(ZohoReportUploadDataFromDB.java:625)
at com.adventnet.zoho.client.report.tool.ZohoReportUploadDataFromDB.main(ZohoReportUploadDataFromDB.java:110)
Caused by: java.lang.RuntimeException: Exception occured while uploading data: reportsapi.zoho.com
at com.adventnet.zoho.client.report.tool.ZohoReportUploadDataFromDB.parseXMLAndImportData(ZohoReportUploadDataFromDB.java:612)
... 1 more
Caused by: java.net.UnknownHostException: reportsapi.zoho.com
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
at java.lang.Thread.run(Unknown Source)