SJC2 - newbee - problem with my first try...

Hi,

I am a newbee. So I consulted the tutorial. And I ran the first "example".

I got this type of exception :

Connection could not be allotted for the following reason: java.security.PrivilegedActionException : Error opening socket to server localhost on port 21527 with message : null

Source d'erreur possible :

class name : com.sun.gjc.spi.DataSource

file name : DataSource.java

method name: getConnection

lane name : 74

I don't think it's a firewall problem.

OS : XP SP2

Firefox

Any idea ?

Thanks a lot

[596 byte] By [chrisanona] at [2007-11-27 7:09:55]
# 1
java.security.PrivilegedActionExceptionYou do not have the privileges (rights) to access that socket.
Jamwaa at 2007-7-12 19:01:22 > top of Java-index,Java Essentials,New To Java...