You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Aditya Pawaskar (JIRA)" <ji...@apache.org> on 2018/05/09 11:12:00 UTC

[jira] [Created] (HBASE-20551) Can't find bundle for base name org.apache.jasper.resources.LocalStrings, locale en_US

Aditya Pawaskar created HBASE-20551:
---------------------------------------

             Summary: Can't find bundle for base name org.apache.jasper.resources.LocalStrings, locale en_US
                 Key: HBASE-20551
                 URL: https://issues.apache.org/jira/browse/HBASE-20551
             Project: HBase
          Issue Type: Bug
          Components: build, java, test
    Affects Versions: 1.2.6
         Environment: Ubuntu 18.04

OpenJDK version "1.8.0_162"

maven - 3.3.9
            Reporter: Aditya Pawaskar


While building HBase 1.2.6 on Ubuntu 18.04, I observe build failure with error :

*Can't find bundle for base name org.apache.jasper.resources.LocalStrings, locale en_US*

Steps to produce:

git clone git://github.com/apache/hbase.git

{color:#005cc5}cd{color} hbase

git checkout rel/1.2.6

mvn package

 

Error logs:

                [INFO] Logging to org.slf4j.impl.MavenSimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog

java.util.MissingResourceException: Can't find bundle for base name org.apache.jasper.resources.LocalStrings, locale en_US

               at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1573)



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