Re: [SourceJammer-users] Error in accessing folders
Brought to you by:
robertmacgrogan
From: Albert M. <amo...@ev...> - 2005-01-24 07:34:33
|
Hello, Brandon. We have not met this error in the 2.1 version, so I am not sure whether w= hat I'll tell you is exact, as in previous versions the error message was not= as detailed as yours, but it may help you. There's a bug that does not allow using chars like '&' and '+' (and perha= ps '<' or '>') in folder or file names. If you have a non-strictly alphanumeric character in the problematic name, then there you are. Mind that things l= ike '=E1' or '=FC' also provoke trouble, but that can be mended by setting the ISO = encoding. To fix the prohibitted char problem, you'll have to edit the server XML f= iles and change its name. I am not telling you how to exactly proceed because = still don't know if that's the cause, but if it looks like it, ask again and we= 'll try to help. Cheers, Albert. ----- Original Message ----- From: "Brandon Oh" <bra...@gm...> To: <sou...@li...> Sent: Sunday, January 23, 2005 10:19 AM Subject: [SourceJammer-users] Error in accessing folders > Hi, > > I have installed the SourceJammer (Version 2.1.0.0) and it was great > product. Well Done !! The product works well till recently I have > problem in accessing 2 of folders with the following error message: > > Error Message 1: > INVALID_CHARACTER_ERR: An invalid character was specified, such as in a= name. > > Error Message 2: > Invalid NodeInfo string. 1, 464, Invalid NodeInfo string > Invalid NodeInfo string. 1, 464, Invalid NodeInfo string > > Java Version: > [root@s1]# java -version > java version "1.4.2_04" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05) > Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode) > > Is there any workaround for the above problems? > Thanks for your great help. > > -- > Best Regards, > Brandon > |