Jump to content
We've recently updated our Privacy Statement, available here ×

intermittently error "java.io.IOException: There is not enough space on the disk."


udo.sander

Recommended Posts

While running reports on the jasper server, we intermittently get the error "java.io.IOException: There is not enough space on the disk.".

But the report is small (few pages), and there is 12GB free disk space on C:, and >100GB disk space on D:.

When we try to run the same report.again minutes later, the suddenly it works.

What could be the cause for this?

Unfortunatly, we don't know where jasper server stores temporary files. Where is this configured, or rather is ther a default for this?

Our jasper server version is 3.7.0 on windows server 2003.

Thank you for your support!

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

When a JasperReport is run, there is virtualization of various pages etc. to disk to conserve memory.  The default location where these files go is defined by the java.io.tmpdir property for your JVM.  You could set this in the startup of java/websphere to a place where there is plenty of space.

You are on a fairly old version (3 years old) and could be running up against an issue that once existed where the temporary files were not getting cleaned up as they should.  Upgrading to the latest version will likely help with this issue as well as give you access to the many other things that have been built into the server in the past 3 years.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...