Re: [SourceJammer-users] Error
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2004-12-17 17:19:30
|
Hi, Luis. I've never seen this error before. It should be easy for you to fix, but I find it very strange that this happened. You will need to find the "project" file for the folder (or project) that is giving you this problem and manually fix the xml. Look for the Children section of the xml for that folder and look to see if there is a file with the same id in there twice. (Note that the children in a folder can be either folders or files. Make sure the NodeType="2".) If the same id does not show up twice, you'll have to individually inspect the file metadata xml for each file to look for two files with the same name. Here's what to do, step-by-step: 1) Stop your SJ server. 2) Look in the SourceJammer/server/archives/[archive name]/project directory for folder meta data xml files. Start with file 0 and look at the child folders in that file until you find the meta data file for the folder that's causing you trouble. For more info on SJ meta data files, look here: http://www.sourcejammer.org/docAboutServerFiles.html 3) Look for two file children in the folder meta data file that have the same id. If none do, look in the file meta data (in SourceJammer/server/archives/[archive name]/file) until you find two files with the same name. 4) When you find the files that are causing the trouble, remove one of them from the Children node in the folder/project meta data file. 5) Re-start the SJ server. Good luck. --Rob --- Luis Castillo <lui...@ve...> wrote: > > > > > Hi, > > When I try to open the folder which contains the source files of my > application, the program give the following error: > > "Unable to access File information. More than one child node of project > has same name in XML on filesys. This project already contains a child node > with the name: pm_cam_contrase]#%a.gif" > > Yesterday in the morning, the progam was working normally but in the > afternoon I connected and the problem appeard. > > What can I do in order to solve this problem?? > > Thanks in advance > > Saludos, > > Luis Castillo > UEA Operaciones > Zurich Seguros S.A. > Telf. +58 (212) 9010908 > http://www.zurich.com.ve > > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |