DESCRIPTION:
This fails working with java 1.3.x and java 1.4.0 on solaris 8. Solaris 9 and solaris 5.5.1 work. (solaris 5.5.1 only works with java 1.3.x. I can't run java 1.4.0 on solaris 5.5.1 at all).
On 5.8 when I take out the JNI classes it seems to work.
The problem always occurs when calling or in the function:
RA_AbstractLogger.logIt() from PowerMain.java.
The main() is in PowerMain.java.
I think it has something todo with the FileStreams that I am using. But the weird thing is that this error doesn't occur when I don't use JNI.
And when I use JNI and not the logIt() function the error does not occur.
This fails working with java 1.3.x and java 1.4.0 on solaris 8. Solaris 9 and solaris 5.5.1 work. (solaris 5.5.1 only works with java 1.3.x. I can't run java 1.4.0 on solaris 5.5.1 at all).
On 5.8 when I take out the JNI classes it seems to work.
The problem always occurs when calling or in the function:
RA_AbstractLogger.logIt() from PowerMain.java.
The main() is in PowerMain.java.
I think it has something todo with the FileStreams that I am using. But the weird thing is that this error doesn't occur when I don't use JNI.
And when I use JNI and not the logIt() function the error does not occur.