----- Original Message ----- 
From: "John Collins" <[EMAIL PROTECTED]>
To: "Avalon framework users" <[EMAIL PROTECTED]>
Sent: Saturday, March 29, 2003 4:43 AM
Subject: Can't get fortress config to read log config file


> I am trying to follow the instructions in the Wiki for setting up a 
> simple fortress container, as shown in 
> http://nagoya.apache.org/wiki/apachewiki.cgi?Fortress/SetUpSimpleContainer.
> It seems that it won't read the log configuration file.
> 
> Here's the error message:
> --------------------
> test:
>       [java] [WARNING] Could not read configuration file: test.xlog
>       [java] org.apache.excalibur.source.SourceException: Unable to 
> select source factory for 
> file:/home/collins/development/tac-scm/components/repository/test/test.xlog
>       [java]     at 
> org.apache.excalibur.source.impl.SourceResolverImpl.resolveURI(SourceResolverImpl.java:304)
>       [java]     at 
> org.apache.excalibur.source.impl.SourceResolverImpl.resolveURI(SourceResolverImpl.java:189)

I think there was some post about this bug recently, but nevertheless to mention it ...
Fortress seems not to be able to resolve file:/ ... source paths since it has only 
registered ResourceSourceFactory inside itself, and not needed URLSourceFactory, thus 
making SourceResolverImpl unable to resolve file protocol paths (as in your case)...

-v.m.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to