It appears that these errors are arising because:
- Oracle Java has been installed on your system,
- there is some add-on code that is running, and that is using Oracle Java components,
- the add-on code is attempting to initiate network connections,
- and the Oracle Java connections are failing.
Basically, there is Oracle Java code running here somewhere — code which is not part of OS X, as OS X 10.7 and later do not include Oracle Java by default — and this (unknown) code is using Oracle Java and the Java Virtual Machine (JVM), and the code is encountering some new "defensive' measures. Or is encountering an Oracle Java bug, which would be an Oracle issue with their Oracle Java product.
Y'all have to figure out what code is running here (and that is dependent on Oracle Java and the JVM), and if the code is expected and necessary here, to then work with the vendor to resolve the behavior here and/or upgrade to the provider's current version of the software.
Based on the DDService64d reference, there appears to be Drobo software here, and some Drobo software apparently requires Java and the JVM. Here is some information from Drobo. (There's a recommendation there to disable Gatekeeper, and — while that likely does resolve the issues referenced — I'd prefer to avoid disabling Gatekeeper in general.)
Again, figure out what's installed and using Java here. Remove it, upgrade it, or check with the vendor.
Oracle Java does have a recent history of various serious security issues, and it's common practice to disable the Oracle Java web-start plug-in, or to entirely avoid installing Oracle Java on OS X on 10.7 and later. If you're not using and don't need Oracle Java, then don't install it. If you've previously installed Oracle Java and don't need it (as is the case on OS X 10.7 and later), reportedly Oracle has a tool which can remove Oracle Java.
note: Oracle Java is completely different from JavaScript.