-
Notifications
You must be signed in to change notification settings - Fork 132
Got error : “Internal Server Error” #376
Comments
Are these cracked or uncracked hashes? Also how much ram is in place on the system running hashview. |
If possible re-run hashview in dev mode:
Update config/database.hml
And then try re-importing and calling the analytics page. In development, a new DB will be created and shouldnt overwrite any existing hashes used in prod. This should provide a more detailed error message. Also if the 150 million records are public, let me know what set they are and i'll try running similar load tests. |
These are cracked hashes. system ram is 64GB |
Do any of the cracked results contain a non English characters or symbols? |
cracked results does not contain non-english characters. Include only a-zA-Z0-9. |
Im attempting to pull down a hashfile of similar or larger size for testing, in the meantime, (if you dont want to run in development mode), could you try enabling debugging by modifying the Procfile in the project home directory by changing the last entry from: Then restart hashview, view the analytics page, and see if any more verbose error messages are displayed. |
modified the profile:web: ruby -d ./hashview.rb |
Those error messages are "normal" (or more specifically, unrelated), are there anything else beyond that? |
Except for the "Internal Server Error", there is no error message, so i have to delete the "analytics" |
Hi. I inserted about 170 million rows into table HASHES of database HASHVIEW, and then I visit https://127.0.0.1:4567/analytics, it takes a long time and the page shows "Internal Server Error".
server log:
08:41:12 web.1 | 192.168.1.9 - - [27 nov/2017:08:41:12 +0800] "GET /analytics HTTP/1.1" 500 30 342.5436
08:41:12 web.1 | 192.168.1.9 - - [27 nov/2017:08:35:30 CST] "GET /analytics HTTP/1.1" 500 30
Could you help to figure it out.
Thanks a lot!
The text was updated successfully, but these errors were encountered: