Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Citrix Problem

Status
Not open for further replies.

gerbieIT

IS-IT--Management
Joined
Sep 23, 2003
Messages
197
Location
US
I currently Built a new Citrix XP Server FR3, and SP3. NFuse was working fine then I loaded Office 2003 and I am getting the following Error message:

Java Exception error '80004005'

com.citrix.nfuse.PNException: The properties file (NFuse.properties) cannot be located. Please make sure this file is located in the CLASSPATH of the Web server's Java Virtual Machine.

/Citrix/MetaFrameXP/default/include/serverscripts/include.vbs, line 359


Any ideas? Thanks for any help you may be able to provide!!
 
Would that just be an environment variable that got a little corrupted?

"I would rather have a free bottle in front of me, than a pre-frontal lobotomy..."

-Shrubble
 
This may be way off base (All of my Citrix knowledge is self taught from "hands on" admin and books):

Right click "My Computer" and go to Properties -> Advanced (tab), and then click the "Environment Variables" button. Look under "System Variables" and see if one is there called CLASSPATH (you could even create one if want to give it a shot).

Copy the paths that are in there to a text file, just in case this is wrong and you need to restore what was there. If there are multiple paths, you can seperate them with a semi-colon (you'll see what I mean). Put the path in there that you need (and leave any others that are there along with it!), and restart the appropriate services or reboot the machine. Sit back and see what happens.

I've written a fair amount of Java, and it seems like there's always something going goofy with the environment variables. I suspect that this is because Java doesn't really target any system in particular, so it makes no assumptions about the file-system structure of any machine.

Also- because this is a terminal server, I have no idea whether or not simply doing this as Administrator takes care of the problem, or if you need to put the machine in install mode or something similar.

Hope this helps.

"I would rather have a free bottle in front of me, than a pre-frontal lobotomy..."

-Shrubble
 
Yes I do use server remapped drives. I remapped them after Metaframe and NFuse was installed. I think this is were my problem came into play.

I ended up removing and reinstalling NFuse and it is working fine.

Thank you all very much for your help!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top