leerssej / google-refine

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

INTERNAL_SERVER_ERROR Importing Tab-delimited Text File #235

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new project, all default options. Import the attached file.

What is the expected output? What do you see instead?

Rather than importing, I immediately receive this error:
HTTP ERROR 500

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

    com/google/refine/util/ParsingUtilities
Caused by:

java.lang.NoClassDefFoundError: com/google/refine/util/ParsingUtilities
    at com.google.refine.commands.project.CreateProjectCommand.doPost(CreateProjectCommand.java:107)
    at com.google.refine.RefineServlet.service(RefineServlet.java:174)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
    at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81)
    at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:132)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:938)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:755)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

What version of the product are you using? On what operating system?

Version 2.0 [r1836]

Windows XP SP3 (32bit)
Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing)

Original issue reported on code.google.com by myrd...@gmail.com on 17 Nov 2010 at 9:58

Attachments:

GoogleCodeExporter commented 8 years ago
Does it happen for other kinds of files? (It's fine for me.) How about on 
another computer?

Original comment by dfhu...@gmail.com on 17 Nov 2010 at 10:58

GoogleCodeExporter commented 8 years ago
This is the first file I've attempted to open, on the first computer I've 
installed it on. So I don't know. It is the second VERSION of the file... the 
pre-anonymized version did the same thing; the only difference between the 
files was the contents of the first four columns.

Original comment by myrd...@gmail.com on 17 Nov 2010 at 11:16

GoogleCodeExporter commented 8 years ago
That's really odd. Those Java classes should be in the same Jar.

Are you comfortable with programming tools? If so, try the development version:
http://code.google.com/p/google-refine/wiki/GetDevelopmentVersion

Original comment by dfhu...@gmail.com on 17 Nov 2010 at 11:25

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 8 Oct 2011 at 7:10