On May 2, 9:26 am, xzistance <[EMAIL PROTECTED]> wrote: > Everytime I try and add new content, it appears that it's trying to write to > a relative location, which is not there. > My farcry_core is located in c:/farcry. > > Here are my application.path vars: > application.path.project = > "C:\Inetpub\wwwroot\portent_dev\Andy\<projectName>"; > application.path.core = "C:/farcry/farcry_core"; > > Here's part of the stack trace: > Detail The cause of this exception was: > java.io.FileNotFoundException: > C:\Inetpub\wwwroot\portent_dev\Andy\farcry_core\plps\plpstorage\admin_49F14F64-CF1B-FADA-89D4F80BD5D0BBA4.plp > (The system cannot find the path specified). > Message An error occurred when performing a file operation WRITE on > file > C:/Inetpub/wwwroot/portent_dev/Andy/farcry_core/plps/plpstorage/admin_49F14F64-CF1B-FADA-89D4F80BD5D0BBA4.plp.
Yeah.. you need to take a hunt about for a global var called plpstoragepath. It should be a path that is relative to the application.path.core variable but heh looks like its not. Resetting that in _serverspecific vars will fix the problem. Incidentally so would upgrading the solution to FarCry 4.0 which uses the database to store wizard session data. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
