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 2009/12/23 11:55:46 UTC

DO NOT REPLY [Bug 48433] New: org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:61)

https://issues.apache.org/bugzilla/show_bug.cgi?id=48433

           Summary: org.apache.poi.POIXMLException:
                    java.lang.reflect.InvocationTargetException at
                    org.apache.poi.xssf.usermodel.XSSFFactory.createDocume
                    ntPart(XSSFFactory.java:61)
           Product: POI
           Version: 3.5-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: XSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: ydkalyan@gmail.com


Created an attachment (id=24752)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24752)
org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException at
org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:61)

hi,

I am getting the attached exception, while using XSSF to read excel 2007 fromat
file in a web application. Using tomcat 5.5.27 web application server and my
project is using Sprint framework. please let me know how to solve the issue. 
Thanks in advance for your support and commitment.

Regards,
Kalyan

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 48433] org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:61)

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

ydkalyan <yd...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1

--- Comment #3 from ydkalyan <yd...@gmail.com> 2009-12-23 03:35:11 UTC ---
hi,

can anybody please help me to solve this issue, thanks for your collaboration.

Regards,
Kalyan

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 48433] org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:61)

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID
           Severity|blocker                     |normal

--- Comment #4 from Yegor Kozlov <ye...@dinom.ru> 2009-12-23 05:08:21 UTC ---
Include geronimo-stax-api_1.0_spec-1.0.jar and try again.

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 48433] org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:61)

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

ydkalyan <yd...@gmail.com> changed:

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

--- Comment #2 from ydkalyan <yd...@gmail.com> 2009-12-23 03:07:11 UTC ---
hi,

Thanks for replying, I have include the following list of jar files in the
class path, but still i am getting the same exception. thanks for your
feedback. 

dom4j-1.6
ooxml-schemas-1.0
poi-3.5-FINAL-20090928
poi-ooxml-3.5-FINAL-20090928
xmlbeans-2.3.0

Regards,
Kalyan

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 48433] org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:61)

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

Nick Burch <ni...@alfresco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2009-12-23 02:59:41 UTC ---
The key line in your stack trace is:

Caused by: java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

Please ensure you have correctly added all the POI dependencies to your
classpath - it seems you currently haven't

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 48433] org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:61)

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

--- Comment #5 from Pavan <pa...@gmail.com> 2012-04-25 12:47:01 UTC ---
I have the same problem, and after include geronimo-stax-api_1.0_spec-1.0.jar
also.Please help.

Thanks,
Pavan

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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