I've tried a number of different versions of Orion already from 1.3.8 to
1.4.0 and 1.4.4. I've recreated the files with no difference. I can't see
the source code to Orion ... I just want to know what the error actually
means and why I'm having it.
At 12:41 PM 11/16/2000 -0300, you wrote:
>this is one of my orion-application.xml
>
><?xml version="1.0"?>
><!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application
>runtime 1.2//EN" "http://www.orionserver.com/dtds/orion-application.dtd">
>
><orion-application deployment-version="1.4.4">
> <ejb-module remote="false" path="ejb-jar-ic.jar" />
> <web-module id="war-ic" path="war-ic.war" />
> <persistence path="persistence" />
> <principals path="principals.xml" />
> <log>
> <file path="application.log" />
> </log>
> <namespace-access>
> <read-access>
> </read-access>
> <write-access>
> </write-access>
> </namespace-access>
></orion-application>
>
>I'm running W2k and have no problem with this setup (and the reference to
>the principals is to the right file, the one that lies in the same dir as
>orion-application.xml)
>
>Perhaps an autoupdate is in order?
>
>-----Original Message-----
>From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]]
>Sent: Mi�rcoles, 15 de Noviembre de 2000 23:33
>To: Orion-Interest
>Subject: What does this error mean?
>
>
>
>--------------------
>
>Error instantiating application at file:/C:/k/wrk/bld/app/my-app.ear:
>Invalid principals config URL: principals.xml for my-app
>
>--------------------
>
>I get this when I try to refer to my own principals.xml file in the
>META-INF directory by having the following tag in the orion-application.xml
>file:
>
><principals path="principals.xml"/>
>
>It does not happen if I do not have that tag, but then the principals.xml
>file I include in my deployment is not used. This is on Windows 2000 with
>Orion 1.4.0.
>
>Help would be greatly appreciated. Thanks.