SXSSF heavily relies on temporary files.
Make sure you have write permissions and enough space in the temp directory.

Yegor

On Mon, Apr 23, 2012 at 8:01 PM, Eugene <spbclas...@mail.ru> wrote:
> I have part of code which works via Junit test, but under JBoss server,
> executing stops when I try create new work book - "wb = new
> HSSFWorkbook(1000);", I don't have any exceptions or anything else... It
> simply freezing...
>
> wb = new SXSSFWorkbook(1000);
> wb.setCompressTempFiles(true);
> sheet = this.wb.createSheet("Sheet 1");
>
> What I should do with Jboss for correct executing?
>
> --
> View this message in context: 
> http://apache-poi.1045710.n5.nabble.com/Couldn-t-create-new-SXSSFWorkbook-under-application-server-Jboss-tp5659764p5659764.html
> Sent from the POI - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
> For additional commands, e-mail: dev-h...@poi.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to