Master will not start because it cannot find the jsp classes
------------------------------------------------------------
Key: HBASE-560
URL: https://issues.apache.org/jira/browse/HBASE-560
Project: Hadoop HBase
Issue Type: Bug
Affects Versions: 0.2.0, 0.1.1
Reporter: Jim Kellerman
Assignee: stack
Priority: Blocker
Fix For: 0.2.0, 0.1.1
After HBASE-547 Master and region server will not start because they cannot
find the jsp classes:
{code}
2008-04-03 18:38:49,051 ERROR [HMaster] hbase.HMaster(1216): Failed startup
java.io.IOException: Problem starting http server
at org.apache.hadoop.hbase.util.InfoServer.start(InfoServer.java:227)
at
org.apache.hadoop.hbase.HMaster.startServiceThreads(HMaster.java:1201)
at org.apache.hadoop.hbase.HMaster.run(HMaster.java:1063)
Caused by: org.mortbay.util.MultiException[java.lang.ClassNotFoundException: org
.apache.hadoop.hbase.generated.master.hql_jsp, java.lang.ClassNotFoundException:
org.apache.hadoop.hbase.generated.master.master_jsp]
at org.mortbay.http.HttpServer.doStart(HttpServer.java:731)
at org.mortbay.util.Container.start(Container.java:72)
at org.apache.hadoop.hbase.util.InfoServer.start(InfoServer.java:205)
... 2 more
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.