We have developed reports using jasper and all was ok when we developed it.
On my laptop I am able to print the report just fine this is where I ran the server and tested it.
However when I uploaded it to my ubuntu server and users try to access the same report we get an error.
"2
No such file or directory
(<type 'exceptions.OSError'>, OSError(2, 'No such file or directory'), <traceback object
at 0x7f63b8485ab8>) "
Its been two days and we are stuck. Please advice what must be wrong.
I am not sure what is wrong here.
Thank you
Vishal
So the way I solved it was by installing open jdk. As jasper is a java file it needs the compiler and the server did not have this.