Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Parser XML with Oracle 8.1.7 on VMS

Parser XML with Oracle 8.1.7 on VMS

From: faure <jean-francois.faure_at_laposte.net>
Date: 2 Apr 2002 07:49:57 -0800
Message-ID: <6c057f52.0204020749.7a0d9a42@posting.google.com>


when i execute the sample domsample on my machine VMS i have the folowings errors :
SQL> execute
domsample('alpha3$dkb100:[v4.src.contexte_objets]','pr_sample2.xml','error.txt')
;

Base Dir alpha3$dkb100:[v4.src.contexte_objets] Directory alpha3$dkb100:[v4.src.contexte_objets] BEGIN
domsample('alpha3$dkb100:[v4.src.contexte_objets]','pr_sample2.xml','error.txt')
; END;

*
ERREUR à la ligne 1 :
ORA-29532: Java call terminated by uncaught Java exception: java.lang.SecurityException: relative pathnames are not allowed(alpha3$dkb100:[v4.src.contexte_objets]pr_sample2.xml)

ORA-06512: at "SYS.XMLPARSERCOVER", line 0
ORA-06512: at "SYS.XMLPARSER", line 67
ORA-06512: at "CPR.DOMSAMPLE", line 83
ORA-06512: at line 1

How can I solve my problem ? The error is when i execute the following instruction :
xmlparser.setBaseDir(p, dir);
(and it's the same problem when i do only this instruction : xmlparser.parse(p, dir || inpfile);
)
Thanks Received on Tue Apr 02 2002 - 09:49:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US