[jira] [Comment Edited] (HBASE-21182) Failed to execute start-hbase.sh

2018-09-13 Thread Sean Busbey (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16613701#comment-16613701
 ] 

Sean Busbey edited comment on HBASE-21182 at 9/13/18 4:07 PM:
--

bq. I just attached the v2 patch. I will commit it tomorrow if no objections.

please wait for a sign-off from some committer before pushing.

I'm waiting to see what QABot says.

(Edit because I quoted the wrong bit.)


was (Author: busbey):
bq. I will open other Jiras for the nightly test and the documentation. Thanks.

please wait for a sign-off from some committer before pushing.

I'm waiting to see what QABot says.

> Failed to execute start-hbase.sh
> 
>
> Key: HBASE-21182
> URL: https://issues.apache.org/jira/browse/HBASE-21182
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 3.0.0, 2.2.0, 2.1.1
>Reporter: Subrat Mishra
>Assignee: Toshihiro Suzuki
>Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.1.1
>
> Attachments: HBASE-21182.master.001.patch, 
> HBASE-21182.master.002.patch
>
>
> Built master branch like below:
> {code:java}
> mvn clean install -DskipTests{code}
> Then tried to execute start-hbase.sh failed with NoClassDefFoundError
> {code:java}
> ./bin/start-hbase.sh 
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/hadoop/hbase/shaded/org/eclipse/jetty/server/Connector
> at java.lang.Class.getDeclaredMethods0(Native Method)
> at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
> at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
> at java.lang.Class.getMethod0(Class.java:3018)
> at java.lang.Class.getMethod(Class.java:1784)
> at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
> at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.hadoop.hbase.shaded.org.eclipse.jetty.server.Connector{code}
> Note: It worked after reverting HBASE-21153



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (HBASE-21182) Failed to execute start-hbase.sh

2018-09-13 Thread Toshihiro Suzuki (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16613696#comment-16613696
 ] 

Toshihiro Suzuki edited comment on HBASE-21182 at 9/13/18 4:04 PM:
---

 [~busbey] Thank you for reviewing. I just attached the v2 patch. I will commit 
it tomorrow if no objections.

{quote}
I strongly suggest someone add a test for it to nightly and probably add a 
paragraph to the "Building Apache HBase" section of the ref guide after the 
advice on how to quickly build a tarball.
{quote}
I will open other Jiras for the nightly test and the documentation. Thanks.


was (Author: brfrn169):
 [~busbey] Thank you for reviewing. I just attached the v2 patch. I will commit 
it tomorrow if no objections.

{code}
I strongly suggest someone add a test for it to nightly and probably add a 
paragraph to the "Building Apache HBase" section of the ref guide after the 
advice on how to quickly build a tarball.
{code}
I will open other Jiras for the nightly test and the documentation. Thanks.

> Failed to execute start-hbase.sh
> 
>
> Key: HBASE-21182
> URL: https://issues.apache.org/jira/browse/HBASE-21182
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 3.0.0, 2.2.0, 2.1.1
>Reporter: Subrat Mishra
>Assignee: Toshihiro Suzuki
>Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.1.1
>
> Attachments: HBASE-21182.master.001.patch, 
> HBASE-21182.master.002.patch
>
>
> Built master branch like below:
> {code:java}
> mvn clean install -DskipTests{code}
> Then tried to execute start-hbase.sh failed with NoClassDefFoundError
> {code:java}
> ./bin/start-hbase.sh 
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/hadoop/hbase/shaded/org/eclipse/jetty/server/Connector
> at java.lang.Class.getDeclaredMethods0(Native Method)
> at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
> at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
> at java.lang.Class.getMethod0(Class.java:3018)
> at java.lang.Class.getMethod(Class.java:1784)
> at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
> at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.hadoop.hbase.shaded.org.eclipse.jetty.server.Connector{code}
> Note: It worked after reverting HBASE-21153



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (HBASE-21182) Failed to execute start-hbase.sh

2018-09-11 Thread Sean Busbey (JIRA)


[ 
https://issues.apache.org/jira/browse/HBASE-21182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610592#comment-16610592
 ] 

Sean Busbey edited comment on HBASE-21182 at 9/11/18 1:40 PM:
--

please open these kinds of concerns on the [dev@hbase mailing 
list|https://lists.apache.org/list.html?d...@hbase.apache.org] if the automated 
build system doesn't show a problem.

The nightly test that builds and runs an HBase instance on top of Hadoop 2 and  
Hadoop 3 passed with HBASE-21153 change in place, so something else is probably 
going on.

https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/master/483/artifact/output-integration/


was (Author: busbey):
please open these kinds of concerns on the [dev@hbase mailing 
list|https://lists.apache.org/list.html?d...@hbase.apache.org] if the automate 
build system doesn't show a problem.

The nightly test that builds and runs an HBase instance on top of Hadoop 2 and  
Hadoop 3 passed with HBASE-21153 change in place, so something else is probably 
going on.

https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/master/483/artifact/output-integration/

> Failed to execute start-hbase.sh
> 
>
> Key: HBASE-21182
> URL: https://issues.apache.org/jira/browse/HBASE-21182
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Subrat Mishra
>Priority: Major
>
> Built master branch like below:
> {code:java}
> mvn clean install -DskipTests{code}
> Then tried to execute start-hbase.sh failed with NoClassDefFoundError
> {code:java}
> ./bin/start-hbase.sh 
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/hadoop/hbase/shaded/org/eclipse/jetty/server/Connector
> at java.lang.Class.getDeclaredMethods0(Native Method)
> at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
> at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
> at java.lang.Class.getMethod0(Class.java:3018)
> at java.lang.Class.getMethod(Class.java:1784)
> at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
> at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.hadoop.hbase.shaded.org.eclipse.jetty.server.Connector{code}
> Note: It worked after reverting HBASE-21153



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)