95.105 EAP Data Source Problem
I'm having problems with the bundled Data Source functionality in the 95.105 EAP.
Using an existing project, when I select a datasource (in the Data Source window tree) and click "Test Connection" in its property settings, I get the following error:
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
java.lang.ClassNotFoundException: com/intellij/persistence/jdbc/RemoteDriver (no security manager: RMI class loader disabled)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com/intellij/persistence/jdbc/RemoteDriver (no security manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:535)
at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:628)
at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:294)
at sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:238)
at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1531)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1493)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
... 25 more
I would have pasted-in the full stack-trace for the error but I can't find any log file that it is saved to.
From what I can see the required class is in <path to Idea dir>\IntelliJ IDEA 95.105\plugins\DatabaseSupport\lib\jdbc-console.jar, which is present.
If I close Idea and re-open the same project in 95.64 there is no problem. I'm running Idea on a PC with Windows XP Professional SP3.
Please sign in to leave a comment.
Fixed, thank you.
See the next EAP.
On 11.05.2010 11:14, Brent King wrote:
>
>
>
>
>
>
>