java_jail icon indicating copy to clipboard operation
java_jail copied to clipboard

java_jail Not working in my linux machine

Open dhananjayharel opened this issue 12 years ago • 1 comments

Hi, I am using java_jail to install on my linux 64bit machine having cent OS 5.0 version I used the same procedure which is given in readme file. just not added iptable entry and It fails in both the cases when 1>run the java class InMemory by given java file as input parameter it gives null pointer exception.I think in run method of the "JSONTracingThread" JVM doesnt starts 2>in compile file given in java_jail/cp/traceprinter it is written that for testing use following command "java traceprinter.JSONTrace Filename" but on running this it shows exception of class not found JSONTrace. 3>I have used safeexec and followed the same procedure what was given but after run it gives exception of file not found execve error

I did the same thing except one thing of IPTABLES setting. so I want to ask is it showing null pointer exception because of blocking of port which JVM is using while running OR other reason?

thanks

dhananjayharel avatar Jun 28 '13 06:06 dhananjayharel

Did you ever get this working? I have been diagnosing a related problem recently.

daveagp avatar Aug 06 '15 20:08 daveagp