You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/04/03 20:44:24 UTC

[jira] Created: (HBASE-560) Master will not start because it cannot find the jsp classes

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.


[jira] Resolved: (HBASE-560) Master will not start because it cannot find the jsp classes

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-560.
-------------------------

    Resolution: Invalid

Try it now Jim.  I hadn't committed build.xml changes on branch for HBASE-547

> 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.


[jira] Commented: (HBASE-560) Master will not start because it cannot find the jsp classes

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585302#action_12585302 ] 

stack commented on HBASE-560:
-----------------------------

How did you get that Jim?  What'd you do?

Works for me in unit tests:

{code}
durruti:~/Documents/checkouts/hbase/branches/0.1 stack$ ~/bin/ant/bin/ant clean test -Dtestcase=TestInfoServer -Dtest.output=yes
Buildfile: build.xml

clean:
   [delete] Deleting directory /Users/stack/Documents/checkouts/hbase/branches/0.1/build

init:
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/classes
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/test
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/examples
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/webapps
     [copy] Copying 8 files to /Users/stack/Documents/checkouts/hbase/branches/0.1/build/webapps
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/lib
     [copy] Copying 21 files to /Users/stack/Documents/checkouts/hbase/branches/0.1/build/lib
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/conf
     [copy] Copying 5 files to /Users/stack/Documents/checkouts/hbase/branches/0.1/build/conf
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/bin
     [copy] Copying 7 files to /Users/stack/Documents/checkouts/hbase/branches/0.1/build/bin

jspc:

javacc:

compile:
    [javac] Compiling 160 source files to /Users/stack/Documents/checkouts/hbase/branches/0.1/build/classes
    [javac] Note: /Users/stack/Documents/checkouts/hbase/branches/0.1/src/java/org/apache/hadoop/hbase/HStore.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

compile-test:
    [javac] Compiling 61 source files to /Users/stack/Documents/checkouts/hbase/branches/0.1/build/test
    [javac] Note: /Users/stack/Documents/checkouts/hbase/branches/0.1/src/test/org/apache/hadoop/hbase/mapred/TestTableIndex.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
      [jar] Building jar: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/hbase-0.1.1-dev-test.jar

test:
    [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/branches/0.1/build/test/logs

BUILD SUCCESSFUL
{code}

> 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.