According to MSDN:

WSAEPROVIDERFAILEDINIT
10106
Service provider failed to initialize.
The requested service provider could not be loaded or initialized.
This error is returned if either a service provider's DLL could not be
loaded (LoadLibrary failed) or the provider's WSPStartup or NSPStartup
function failed.

If these environments are launching distinct JVM installations then
one may be failing to access a DLL another can see.

This is definitely a weird one, though. The most obvious reason for
networking to fail in one app and simultaneously succeed in another is
a software firewall (such as ZoneAlarm) configured to allow, say,
NetBeans and child processes to talk to the net but not told to let
IDEA do so. But I'd expect that to manifest as connection refused or
timeout errors rather than a failure to even initialize some DLL.

Does attempting to access the DB from *Java* (not Clojure) in IDEA
work? What is in the IDEA help files about databases and networking?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to