On Tue, Oct 25, 2005 at 01:04:48PM +0530, Lalit wrote: > Hello John, > > It is still showing an error after setting the java.policy in > $JAVA_HOME/jre/lib/security/. > > The error shown is. > > Failed to launch application. > > openwfe.org.app.ApplicationBuildingException: Failed to interpret > configuration file > 'file:/E:/eclipse/workspace/openwfe-allice/etc/engine/engine-configuration.x > ml' > at > openwfe.org.app.XmlApplicationContextBuilder.doBuild(XmlApplicationContextBu > ilder.java:162) > at > openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuil > der.java:129) > at > openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuil > der.java:117) > at > openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuil > der.java:96) > at openwfe.org.Application.main(Application.java:139) > Caused by: org.jdom.input.JDOMParseException: Error on line 1 of document > file:/E:/eclipse/workspace/openwfe-allice/etc/engine/engine-configuration.xm > l: access denied (java.io.FilePermission > E:\eclipse\workspace\openwfe-allice\etc\engine\engine-configuration.xml > read)
Your code should be given the right to read the mentioned file. Best regards, -- john.mettraux @ openwfe.org -///- http://www.openwfe.org ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ OpenWFE - Open source WorkFlow Engine OpenWFE-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openwfe-users
