- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Need help on setup alluxio in local machince
Created ‎10-30-2016 05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to setup alluxio on my local machine .Followed the alluxio doc
http://www.alluxio.org/docs/master/en/Running-Alluxio-Locally.html
Able to see the service .But getting error while checking on localhost:19999
HTTP ERROR 500
Problem accessing /home. Reason:
Server Error
Caused by:
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP
PWC6199: Generated servlet error: The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
please help me !!
Created ‎10-31-2016 06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issue due to java version .I have used the alluxio latest version fixed the problem.
If you are using alluxio 1.2 then should use java 7 .
Created ‎10-31-2016 06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issue due to java version .I have used the alluxio latest version fixed the problem.
If you are using alluxio 1.2 then should use java 7 .
