brainchild1977
Programmer
Hello,
Am gettting this error on my email java application. The app utilizes some properties files to get certain parameters. I have checked all paths to make sure they are correct. I wonder if it has to do with incompatible jars such as xerces or xalan. The application was pre-compiled using sun's 1.4 jdk version. The server the app was deployed to is using ibm 1.4.2 jdk..
any ideas? Thx
Here is the complete stack trace:
Exception in thread "main" java.lang.NullPointerException
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:122)
at com.eservices.email.controller.batch.EmailBuilder.execute(EmailBuilder.java:336)
at com.eservices.email.controller.batch.EmailBuilder.main(EmailBuilder.java:316)
Am gettting this error on my email java application. The app utilizes some properties files to get certain parameters. I have checked all paths to make sure they are correct. I wonder if it has to do with incompatible jars such as xerces or xalan. The application was pre-compiled using sun's 1.4 jdk version. The server the app was deployed to is using ibm 1.4.2 jdk..
any ideas? Thx
Here is the complete stack trace:
Exception in thread "main" java.lang.NullPointerException
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:122)
at com.eservices.email.controller.batch.EmailBuilder.execute(EmailBuilder.java:336)
at com.eservices.email.controller.batch.EmailBuilder.main(EmailBuilder.java:316)