From: thomas at tada.se (Thomas Hallgren) Date: Wed, 01 Mar 2006 14:02:21 +0100 Subject: [Pljava-dev] Problems loading jars with sqlj.install_jar In-Reply-To: <44058CD1.60907@hyett.org> References: <44055B8C.1080904@hyett.org> <44058103.4030201@tada.se> <44058CD1.60907@hyett.org> Message-ID: <44059B5D.5030803@tada.se> Jason Hyett wrote: > No, I checked that ;) OK, Sorry. I had to ask. > > Does the fact that the VM can't open a socket suggest some kind of > lower level security issue? Should I be able to remote debug the code > in this way? Remote debugging works if I launch the VM from the > command line with these options as the postgres user? Yes, you should be able to debug this way and I'm fairly certain that the java SecurityManager is bypassed by the JDWP Transport mechanism. I have no idea why this happens so I can't help. I'd be very interested to know what's causing this should you figure this one out. Regards, Thomas Hallgren