-
Notifications
You must be signed in to change notification settings - Fork 32
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
Can't load the UI #40
Comments
Hey Nikhil, looks like it's an error with scalatra. A similar issue was reported here: sanity/Swarm#21, which suggests that scalatra is expecting a different version of the javax.servlet api. I would suggest trying a different version of scalatra in the I'll try and build it on an ubuntu machine soon (I rebuilt it on osx and it seemed to work). Hopefully this helps somewhat. |
@erictu Thank you. I will try that. I am planing on building a Distributed data warehouse for ENCODE (https://www.encodeproject.org) data, looks like I can use some ideas from mango. Can I contribute to mango mean while? |
@nikhilRP Of course! The more the merrier. I'll create a gitter for this repository as well. The html and javascript visualization elements (D3.js) are pretty easy to be added in. I'll mark those right now. The backend operations (we're mainly working on speed improvements for spark operations right now) probably require more familiarity. What do you typically work on? I'd love to hear any input and suggestions! |
Hi @fnothaft and @erictu,
I understand that Mango is still in very early stages.
I was curious about it and wanted to see how it works.
I tried building it on a linux machine (ubuntu).
I was able to start the server but when I go to http://localhost:8080, I see a error
Any idea on what I am doing wrong?
Thanks,
Nikhil
The text was updated successfully, but these errors were encountered: