You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/02/23 08:05:44 UTC

[Bug 59050] New: Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

            Bug ID: 59050
           Summary: Unable to create SXSSF work book in unix environment
                    with JBOSS dev studio 4.0
           Product: POI
           Version: 3.13-FINAL
          Hardware: Other
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: SXSSF
          Assignee: dev@poi.apache.org
          Reporter: ratnacharyvv@gmail.com

Hi Team,

We are trying to upgrade apache poi version from 3.8 beta to 3.13.
While we deployed the code in JBOSS server,
it is blocking for us.we are not getting any exception eventhough we tried to
catch the same in catch block.DOnt know what is the error also.
we upgraded all poi jars to 3.13.
after the below code,its doing nothing.

Workbook workbook=new SXSSFWorkbook(new XSSFWorkbook (fileInputStream));

where as in our local win7,jboss 4 it is working fine.
it is not working unix jboss server.

Kindly please help on this and let me know,any information needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 59050] Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEEDINFO                    |RESOLVED

--- Comment #3 from Dominik Stadler <do...@gmx.at> ---
I don't see how this can possibly be caused by POI. So unless we get some more
information here I don't think there is anything that we can do, thus resolving
this for now, please reopen with more information if you think POI is actually
related here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 59050] Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

--- Comment #5 from Ratna <ra...@gmail.com> ---
Hi all,
here are some more details regarding the ticket.

1.in the ENglish template,if we changed to french header,its working fine.
2.In the english template,if we copy all the french sheets,its not working.

Also the same french template is working in web environment,but backend (Batch)
 is not working.

Thanks
Ratna

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 59050] Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Hm, do you have at least a stacktrace dump of the java process when it blocks?
Otherwise there is just not enough information to state anything here...

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 59050] Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

Ratna <ra...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #4 from Ratna <ra...@gmail.com> ---
Hello Team,
Iam reopening this ticket,as i have following summary on the same.
We removed Java-stax-api.jar and is now working for english template.
But while we are trying to write data in French Template,we are getting the
following exception.Kindly please help.

[‎03-‎03-‎2016 17:15] Lal, Divya: 
Attempting to write a row[1] in the range [0,1] that is already written to
disk.
The 7 elements of the stack trace:
    org.apache.poi.xssf.streaming.SXSSFSheet.createRow(SXSSFSheet.java:120)
    org.apache.poi.xssf.streaming.SXSSFSheet.createRow(SXSSFSheet.java:54)
   
rntbci.isdc.sfe.alert.export.batch.AlertExportBatchProcess.writeGenSheetData(AlertExportBatchProcess.java:1685)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59050] Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #7 from Dominik Stadler <do...@gmx.at> ---
Please reopen this bug when you can attach sample documents here, otherwise
there is not much we can do...

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 59050] Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO

--- Comment #6 from Dominik Stadler <do...@gmx.at> ---
Can you share the files and some standalone code (preferrably as unit-test)
that reproduces the problem? Otherwise it's very hard to reproduce

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 59050] Unable to create SXSSF work book in unix environment with JBOSS dev studio 4.0

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59050

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
You could try with Apache POI 3.14 beta 1, or even a recent nightly build, in
case it's something fixed recently.

Otherwise, since creating workbooks works just fine for everyone else on every
other environment, it sounds like a JBOSS bug and something you'd need to take
up with their support.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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