Is it related to IO on the local machine. "What is meant is Bad file
number".
Please let me know.
GsiFTPParallelBrowsing.Exception.parseListingAndTransferFilesForGet=org.h2.jdbc.JdbcSQLException:
IO Exception: "java.io.IOException: Bad file number"; "/export/home/
dean/.bdm/bdmDB.ffdf5ac1c3b2f4c5.4439.temp.db" [90031-159]
GsiFTPParallelBrowsing.Exception.parseListingAndTransferFilesForGet=org.h2.jdbc.JdbcSQLException:
IO Exception: "java.io.IOException: Bad file number"; "/export/home/
dean/.bdm/bdmDB.ffdf5ac1c3b2f4c5.4440.temp.db" [90031-159]
GsiFTPParallelBrowsing.Exception.parseListingAndTransferFilesForGet=org.h2.jdbc.JdbcSQLException:
IO Exception: "java.io.IOException: Bad file number"; "/export/home/
dean/.bdm/bdmDB.ffdf5ac1c3b2f4c5.4441.temp.db" [90031-159]
Thanks.
Viji
I think the problem is in your environment. Is the home directory
mounted via NFS?
It looks like a temporary file was closed too early. Could you post
the complete stack trace please, and tell us what statement(s) you
ran?
Regards,
Thomas
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
h
Thanks a lot.
Viji
Why exactly are you writing what looks like a temporary database to an
NFS server? Why not save it on the local storage?
I would question why a nfs mount is used for temporary files, this
would be a huge performance bottleneck and also can cause the process
to lock (i.e. nfs hard mount and network packet loss).
Donal.
But our setup will scale soon to much larger degree.
We are really keeping our fingers crossed.
We will definitely try your suggestions later.
Thanks.
Viji
> Thomas, what is the purpose to keep temporary files next to the DB file?
The idea was simplicity, but now I see it would probably make sense to
always store them in the temp directory (some are already stored in
the temp dir, but not all). I will check if that's possible.
Generally keeping the database file on a slow file system is usually
not a good idea however.
Regards,
Thomas