Message248
Logged In: NO
This is also a problem when trying to embed Jython (2.0)
into the JVM of Oracle8iR3:
java.lang.SecurityException: relative pathnames are not
allowed(./JythonOracle)
at
oracle.aurora.rdbms.SecurityManagerImpl.checkFileIsAbsolute(SecurityManagerImpl.java)
at
oracle.aurora.rdbms.SecurityManagerImpl.checkRead(SecurityManagerImpl.java)
at java.io.File.isDirectory(File.java)
at org.python.core.imp.loadFromPath(imp:285)
at org.python.core.imp.loadFromPath(imp:252)
at org.python.core.imp.load(imp:357)
at org.python.core.imp.load(imp:376)
at org.python.core.imp.importName(imp:447)
at org.python.core.imp.importName(imp:509)
at org.python.core.ImportFunction.load(__builtin__:967)
at
org.python.core.ImportFunction.__call__(__builtin__:961)
at org.python.core.PyObject.__call__(PyObject:250)
at org.python.core.__builtin__.__import__(__builtin__:921)
at org.python.core.imp.importAll(imp:592)
at org.python.pycode._pyx0.f$0(<string>)
at org.python.pycode._pyx0.call_function(<string>)
at org.python.core.PyTableCode.call(PyTableCode:155)
at org.python.core.Py.runCode(Py:1055)
at org.python.core.Py.exec(Py:1076)
at
org.python.util.PythonInterpreter.exec(PythonInterpreter:135)
at SimpleEmbedded.getresult(SimpleEmbedded:17)
|
|
Date |
User |
Action |
Args |
2008-02-20 17:16:47 | admin | link | issue227422 messages |
2008-02-20 17:16:47 | admin | create | |
|