Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Error upon Launch #233

Closed
tfmorris opened this issue Oct 15, 2012 · 9 comments
Closed

404 Error upon Launch #233

tfmorris opened this issue Oct 15, 2012 · 9 comments
Labels
imported from old code repo Issue imported from Google Code in 2010 logic Changes to the data model, to the way operations, expressions work Priority: Medium Represents important issues that need to be addressed but are not urgent Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Milestone

Comments

@tfmorris
Copy link
Member

Original author: mikes...@gmail.com (November 17, 2010 17:48:55)

What steps will reproduce the problem?
I assume this is a system-specific problem. When I download and launch Google Refine on one particular computer - a Windows XP Pro machine - I receive a 404 error, reading:
HTTP ERROR 404
Problem accessing /. Reason:
Couldn't find the specified resource
I have deleted and re-downloaded the .zip file, restarted the
computer, etc.

What version of the product are you using? On what operating system?
google-refine-2.0-r1836, Windows XP Pro.

Please provide any additional information below.

Attached is a screenshot of the command line while Refine is running. The ResourceNotFoundException with macros.vm may be the problem here.

Original issue: http://code.google.com/p/google-refine/issues/detail?id=233

@tfmorris
Copy link
Member Author

From mitchell...@gmail.com on November 17, 2010 19:37:00:
I was able to launch/run Google Refine only once -- on subsequent attempts, I get the 404 Error. Rebooting the PC did not solve the problem. (Windows XP Pro.)

@tfmorris
Copy link
Member Author

From myrd...@gmail.com on November 17, 2010 21:49:32:
I got this error too when double-clicking on the executable directly.

Try opening a command prompt and going to the folder the app was extracted to. Then type 'refine.bat', and see if it complains about a missing JAVA_HOME environment variable.

If it does, you just need to create it. For example, my variable was set to "C:\Program Files\Java\jre6". You may have to point at at a different location, depending on where Java is installed on your machine.

@tfmorris
Copy link
Member Author

From reynolds...@gmail.com on December 19, 2010 22:06:52:
Following up with myrrddin's comment, instructions for how to set the JAVA_HOME environment variable are here. http://confluence.atlassian.com/display/DOC/Setting+the+JAVA_HOME+Variable+in+Windows

Non-developers/normal users should understand that they are not pointing at the Java Development Kit but rather at their Java installation (which in my Windows machine was in exactly the same place as myrddin's). The procedure for setting up the variable is exactly the same as for the Kit, but you're just pointing at Java.

I had to relearn a bit of DOS to figure out how to get into refine's directory from a command line and run refine.bat. Thanks, for the memories!

@tfmorris
Copy link
Member Author

From l.huebsc...@gmail.com on July 22, 2011 20:24:27:
I'm experiencing the exact same issue on Debian testing with both the latest stable and development versions and it seems that something isn't properly handling directory names with characters like (in my case) a comma in it. Running it from /tmp works fine, running from /media/HOME/Downloads/binaries,source/data/google-refine-2.1 fails with the same exception.

@tfmorris
Copy link
Member Author

From dfhu...@gmail.com on October 03, 2011 17:44:57:
Thad tested today and said that this had been fixed, presumably by the fix to issue #258.

@tfmorris
Copy link
Member Author

From d.kloost...@bg.fnv.nl on October 19, 2011 12:42:32:
I just tried to install google refine 2.1-r2136 on windows xp pro, but i'm afraid I got the same problem, including the macros.vm not found message. The solution in comment 4 did not solve the problem unfortunately.
I also tried installing google refine 2.5-rc1-r2314 but ran into the same problem (also with the unable to find macros.vm message)
Thanks

@tfmorris
Copy link
Member Author

From thadguidry on October 19, 2011 14:04:49:
That is a Velocity tools error when it mentions macros.vm. So, it cannot find macros.vm in one of the Extension folders...Why ? Hmmm, maybe a Anti-Virus program picked it up and put it in quarantine, can you check that ? Also, can you try giving us a bit on your Environment settings ?

  1. Open a command window.
  2. Type PATH and hit Enter, then copy and paste (mark) the results in a reply here.
  3. Type SET and hit Enter, then copy and paste (mark) the results in the same reply.
  4. Type java -version and hit Enter, then copy and paste (mark) the results in same reply.

Thanks - Thad

@tfmorris
Copy link
Member Author

From joe.benn...@cascadeng.com on September 05, 2012 01:36:55:
Had the same problem with my install on a WIN7 64bit. Just needed to use C:\Program Files (x86)\Java\jre7

@tfmorris
Copy link
Member Author

From dfhu...@gmail.com on October 03, 2011 17:44:57:
Thad tested today and said that this had been fixed, presumably by the fix to issue #258.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported from old code repo Issue imported from Google Code in 2010 logic Changes to the data model, to the way operations, expressions work Priority: Medium Represents important issues that need to be addressed but are not urgent Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Projects
None yet
Development

No branches or pull requests

1 participant