Re: failure of new entity resolver on some OS

2005-05-06 Thread Norman Walsh
/ George Cristian Bina <[EMAIL PROTECTED]> was heard to say: | The problem is that a file URL needs to either specify no host or | specify it as empty, that is you can have either | file:/path | or | file:///path | Otherwise if you write file://c:/etc then c will be interpreated as | host and thus

Re: failure of new entity resolver on some OS

2005-05-05 Thread David Crossley
Norman Walsh wrote: > / David Crossley <[EMAIL PROTECTED]> was heard to say: > | Here are the unsuccessful startup messages on Win ... > | (using Windows XP SP2 + Cygwin) > > What is in your CatalogManager.properties file? Not much at all. We load the main catalogs via programmatic mechanisms whe

Re: failure of new entity resolver on some OS

2005-05-04 Thread George Cristian Bina
Hi Norm, The problem is that a file URL needs to either specify no host or specify it as empty, that is you can have either file:/path or file:///path Otherwise if you write file://c:/etc then c will be interpreated as host and thus the unknown host exception. Hope that helps, George ---

Re: failure of new entity resolver on some OS

2005-05-04 Thread Norman Walsh
/ David Crossley <[EMAIL PROTECTED]> was heard to say: | Here are the unsuccessful startup messages on Win ... | (using Windows XP SP2 + Cygwin) What is in your CatalogManager.properties file? | -- | Parse catalog: | file:/D:/openSource/forrest/main/webapp/resources/schema/catalog. | xcat |

Re: failure of new entity resolver on some OS

2005-04-26 Thread David Crossley
Holliday, Donald (LNG-CSP) wrote: > I think I'm missing something. This is a Java tool yet for WinXP SP2 you > mention Cygwin. How is the new resolver dependent on Cygwin? What version > of the JRE is running on Windows? I was just mentioning the full details of the Operating System used by the

RE: failure of new entity resolver on some OS

2005-04-25 Thread Holliday, Donald (LNG-CSP)
ssage- From: David Crossley [mailto:[EMAIL PROTECTED] Sent: Saturday, April 23, 2005 8:37 PM To: [EMAIL PROTECTED] Subject: failure of new entity resolver on some OS I recently added the new resolver to Apache Forrest. It works beautifully on UNIX, but one of our developers uses Win where it

failure of new entity resolver on some OS

2005-04-24 Thread David Crossley
I recently added the new resolver to Apache Forrest. It works beautifully on UNIX, but one of our developers uses Win where it is a total failure. Here are the messages when the resolver starts sucessfully on UNIX ... -- Parse catalog: file:/svn/asf/forrest/main/webapp/resources/schema/catalo