2187 spits out exception on startup
Error redirecting stdin from file.
java.io.FileNotFoundException: null (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at java.io.FileInputStream.(FileInputStream.java:66)
at com.zerog.lax.LAX.setStdOutStdErr(DashoA8113)
at com.zerog.lax.LAX.setStdOutStdErrOnSupportedPlatforms(DashoA8113)
at com.zerog.lax.LAX.]]>(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
Please sign in to leave a comment.
I get this one and it's caught by the exe launcher:
The dialog in which the exception is found reads:
This Application has Unexpectedly Quit.
Invocation of the Java Application has caused an InvocationTargetException. This application will now exit.(LAX)
Florian Hehlen
found my problem.
had to do a completely clean install and then added elements manually(config, license,etc.)
Florian