I found this using google.. Though not sure if it helps...
Did you maybe try to open a Bitzi Ticket or a file preview? They are doing system calls...
Can you update your Java VM to 1.5? Maybe that helps...
Quote:
"execl" is a system call, So, the api was trying to run a native application to assume the controls of the keyboard and mouse.
When jvm tries to create a child process to execute this function, it receive the message from OS (linux): "Permission Denied".
Search for two files on directory jre/lib/i386: awt_robot and awt_robot_g. Then use "chmod +x" on both files as root and the Robots will be created without error messages.
|