VisibleSpectrum / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Error 500 Problem accessing /command/create-project-from-upload #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout r797
2. run with netbeans
3. try to create project from THAD_SEARCH.xlsx

It should:

Load correctly showing columns and rows of .xlsx file in browser.

Instead produces Error Output:

Problem accessing /command/create-project-from-upload. Reason:

    org/apache/xmlbeans/XmlException
Caused by:

java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
    at             
com.metaweb.gridworks.importers.ExcelImporter.read(ExcelImporter.java:51)

Original issue reported on code.google.com by thadguidry on 17 May 2010 at 2:35

Attachments:

GoogleCodeExporter commented 8 years ago
The problem is that the eclipse project files contained only the jars required 
for compile time not for runtime... 
I'll add the other ones.

Original comment by stefano.mazzocchi@gmail.com on 17 May 2010 at 4:28

GoogleCodeExporter commented 8 years ago
Should be fixed by r798. Please verify.

Original comment by stefano.mazzocchi@gmail.com on 17 May 2010 at 4:35

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:21

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:56