La Clojure's Clojure REPL does not seem to pick up system environment
vars, but run/debug configs do. I'm only able to connect to an Oracle
database using a run/debug config.
http://devnet.jetbrains.net/message/5282672;jsessionid=32A0AC2B9D7CE08AC50042C08250EE19#5282672
On Feb 28, 3:12 am, fin
Interesting, I can run the code by building it via "Run ..". It works
fine within IDEA. But not via Idea's REPL.
So no firewall issue (I have no zonealarm or any other local firewall
running).
Looks like the REPL in IDEA has really a problem establishing a socket
connection.
- Finn (finbeu)
O
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
fu
Hi!
I'm trying to run the code snippet (see at the end) from "la
clojure"'s (IntelliJ 10.0.2) REPL but it fails with the error:
"java.sql.SQLException: JZ006: Caught IOException:
java.net.SocketException: Unrecognized Windows Sockets error: 10106:
create (test.clj:3)."
The driver's library (jCon