Message248

Author nobody
Recipients
Date 2001-05-10.10:59:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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)
History
Date User Action Args
2008-02-20 17:16:47adminlinkissue227422 messages
2008-02-20 17:16:47admincreate