Hello,
Error messages show up differently on Window XP environemnt and Linux environment.
On the Linux, the error said 'cannot find the page', but when the same code ran on Windows, it shows an error,
com.PTSB.cms.controller.PTSBControllerException: Exception: Error writing file[AccountStats.doc] to proper location [ C:\ftp\pub\I00121\attachments\F003\1095204477140_C:\AccountStats.doc].
java.lang.NullPointerException
I am beginning to wonder if there is a different way to deal with FILENAME in the Window environemnt. One thing I do notice that, in the Linux., the ftp path is /var/ftp/pub/
but on Windows, it is C:\\ftp\\pub\\.....,
Can anyone tell me why this happens and what do I do to resolve this?
Thanks,
Ngai
Error messages show up differently on Window XP environemnt and Linux environment.
On the Linux, the error said 'cannot find the page', but when the same code ran on Windows, it shows an error,
com.PTSB.cms.controller.PTSBControllerException: Exception: Error writing file[AccountStats.doc] to proper location [ C:\ftp\pub\I00121\attachments\F003\1095204477140_C:\AccountStats.doc].
java.lang.NullPointerException
I am beginning to wonder if there is a different way to deal with FILENAME in the Window environemnt. One thing I do notice that, in the Linux., the ftp path is /var/ftp/pub/
but on Windows, it is C:\\ftp\\pub\\.....,
Can anyone tell me why this happens and what do I do to resolve this?
Thanks,
Ngai