Yes, I experienced this in GF v3 (b69). The latest I saw this was just
yesterday:
[#|2009-10-26T06:11:50.862+0100|WARNING|glassfish|javax.enterprise.system.contai
ner.web.org.glassfish.web.loader|_ThreadID=27;_ThreadName=Thread-1;|Unknown file
type
/C:/Dokumente%20und%20Einstellungen/whatever/Eigene%20Dateien/bin/glassfishv3/gl
assfish/domains/domain1/generated/ejb/__admingui/|#]
It's a german system. The above mentioned folder "Dokumente und Einstellungen"
is the same as "Documents and Settings" and the folder "Eigene Dateien" is "My
Documents" in English. As you can see, I installed GF v3 b69 into the Windows
equivalent of my home folder.
I also get a message like this for a war of mine. Despite this warnings the
admin-ui as well as my app are nevertheless working properly. So it's probably
not severe but is nevertheless slightly disturbing. Even more so in Netbeans
where WARNINGS are printed in red.
--
Wolfram Rittmeyer
Richard Kolb <rjdkolb_at_gmail.com> hat am 26. Oktober 2009 um 15:26 geschrieben:
> Hi Wolfram.
>
> thanks for the response.
> Did you experience this with Glassfish specifically ?
>
> I am assuming the issue you are describing is caused when a command is
> called like 'java -classpath abv.jar:C:\program files\xyx.jar' when it
> should read 'java -classpath "abv.jar:C:\program files\xyx.jar" '
> The container may be at fault.
>
> regards
> Richard
>
> 2009/10/26 w.rittmeyer_at_jsptutorial.org <w.rittmeyer_at_jsptutorial.org>
>
> > Occasionally I get messages so that I thought this would be an issue. The
> > last time this has happended was last week. But I never could actually put a
> > finger on it and have not been able to reliably reproduce this issue.
> >
> > The message stated s.th. like "jar file c:\Dokumente und
> > Einstellungen\whatever\projects\xyz.jar could not be found". Though
> > everything worked as expected.
> >
> >
> > --
> > Wolfram Rittmeyer
> >
> >
> > Richard Kolb <rjdkolb_at_gmail.com> hat am 26. Oktober 2009 um 12:46
> > geschrieben:
> >
> >
> > > Hi people
> > >
> > > Does anyone know of the issues caused when GlassFish 3 if installed with
> > > spaces in the path ?
> > > https://glassfish.dev.java.net/issues/show_bug.cgi?id=10531
> > >
> > > I did a query on the bugs but did not find anything.
> > >
> > > There are no notes in the quick start guide as far as I see.
> > >
> > > I remember JBoss 4 had a issue where it could not receive JMS messages if
> > > installed in 'c:\Program Files'
> > >
> > > The MS Windows installer logo requires applications to be installed in
> > > Program Files by default :
> > > http://msdn.microsoft.com/en-us/library/aa372825%28VS.85%29.aspx (number
> > > 2.4)
> > >
> > > regards
> > > Richard
> >