Sasha,

I have started sentry enabling web server as well. I do not see an
exception and the webserver is successfully listening on the configured
port.

-Kalyan

On Wed, Nov 29, 2017 at 2:59 PM, Kalyan Kumar Kalvagadda <
kkal...@cloudera.com> wrote:

> I have gathered all license information for all the dependencies using
> license-maven-plugin.
> Here is the file attached.
>
> Is there a particular format I should be using to update the license file
> in the repo?
>
> -Kalyan
>
> On Wed, Nov 29, 2017 at 1:52 PM, Colm O hEigeartaigh <cohei...@apache.org>
> wrote:
>
>> Hi Kalyan,
>>
>> Anything Apache related you can immediately discount - so Hadoop, Hive,
>> HBase, Solr, Zookeeper, etc. I would suggest just deleting those jars from
>> the list and googling the remaining jars to see what the license is.
>>
>> Colm.
>>
>> On Wed, Nov 29, 2017 at 6:55 PM, Kalyan Kumar Kalvagadda <
>> kkal...@cloudera.com> wrote:
>>
>> > I'm trying to gather the license information for the dependencies. I'm
>> > trying to use Apache Maven Project Info Reports Plugin
>> > <https://maven.apache.org/plugins/maven-project-info-reports-plugin/> .
>> >
>> > Does anyone has a better suggestion?
>> >
>> > -Kalyan
>> >
>> > On Wed, Nov 29, 2017 at 12:32 PM, Sergio Pena <sergio.p...@cloudera.com
>> >
>> > wrote:
>> >
>> > > I don't have that issue.
>> > >
>> > > I downloaded the 2.0 tar.gz that is already signed and install it on
>> an
>> > > Ubuntu 16.04 machine with Hive 2.3.2. It has been running in a single
>> > node
>> > > mode. I could check HMS notifications being pulled and updated, and
>> > > checking the permissions.
>> > >
>> > > On Wed, Nov 29, 2017 at 12:20 PM, Kalyan Kumar Kalvagadda <
>> > > kkal...@cloudera.com> wrote:
>> > >
>> > > > Sergio,
>> > > >
>> > > > I know that you tried to start sentry standalone, Did you see this
>> > issue?
>> > > >
>> > > >
>> > > > -Kalyan
>> > > >
>> > > > On Wed, Nov 29, 2017 at 12:16 PM, Alexander Kolbasov <
>> > ak...@cloudera.com
>> > > >
>> > > > wrote:
>> > > >
>> > > > > I tried to start Sentry server on Mac and got a weird error . I am
>> > > > running
>> > > > > from the dist directory that I just built with mvn clean install
>> on
>> > the
>> > > > > 2.0.0 branch.
>> > > > >
>> > > > > 17/11/29 10:13:25 ERROR thrift.SentryService: Error starting
>> server
>> > > > > java.lang.SecurityException: class "javax.servlet.DispatcherType"
>> 's
>> > > > signer
>> > > > > information does not match signer information of other classes in
>> the
>> > > > same
>> > > > > package
>> > > > >         at java.lang.ClassLoader.checkCerts(ClassLoader.java:898)
>> > > > >         at java.lang.ClassLoader.preDefineClass(ClassLoader.
>> > java:668)
>> > > > >         at java.lang.ClassLoader.defineCl
>> ass(ClassLoader.java:761)
>> > > > >         at
>> > > > > java.security.SecureClassLoader.defineClass(
>> > > SecureClassLoader.java:142)
>> > > > >         at java.net.URLClassLoader.defineClass(URLClassLoader.
>> > > java:467)
>> > > > >         at java.net.URLClassLoader.access$100(URLClassLoader.
>> > java:73)
>> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
>> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
>> > > > >         at java.security.AccessController.doPrivileged(Native
>> > Method)
>> > > > >         at java.net.URLClassLoader.findClass(URLClassLoader.java:
>> > 361)
>> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>> > > > >         at sun.misc.Launcher$AppClassLoader.loadClass(
>> > > Launcher.java:331)
>> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.startSentryWe
>> bServer(
>> > > > > SentryService.java:422)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.
>> > > > > runServer(SentryService.java:268)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.call(
>> > > > > SentryService.java:198)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.call(
>> > > > SentryService.java:76)
>> > > > >         at java.util.concurrent.FutureTas
>> k.run(FutureTask.java:266)
>> > > > >         at
>> > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(
>> > > > > ThreadPoolExecutor.java:1142)
>> > > > >         at
>> > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(
>> > > > > ThreadPoolExecutor.java:617)
>> > > > >         at java.lang.Thread.run(Thread.java:745)
>> > > > > Exception in thread "main" java.util.concurrent.Execution
>> Exception:
>> > > > > java.lang.Exception: Error starting server
>> > > > >         at java.util.concurrent.FutureTask.report(FutureTask.
>> > java:122)
>> > > > >         at java.util.concurrent.FutureTas
>> k.get(FutureTask.java:192)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService$
>> > > > > CommandImpl.run(SentryService.java:591)
>> > > > >         at org.apache.sentry.SentryMain.main(SentryMain.java:122)
>> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > Method)
>> > > > >         at
>> > > > > sun.reflect.NativeMethodAccessorImpl.invoke(
>> > > > NativeMethodAccessorImpl.java:
>> > > > > 62)
>> > > > >         at
>> > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(
>> > > > > DelegatingMethodAccessorImpl.java:43)
>> > > > >         at java.lang.reflect.Method.invoke(Method.java:498)
>> > > > >         at org.apache.hadoop.util.RunJar.run(RunJar.java:234)
>> > > > >         at org.apache.hadoop.util.RunJar.main(RunJar.java:148)
>> > > > > Caused by: java.lang.Exception: Error starting server
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.call(
>> > > > > SentryService.java:202)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.call(
>> > > > SentryService.java:76)
>> > > > >         at java.util.concurrent.FutureTas
>> k.run(FutureTask.java:266)
>> > > > >         at
>> > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(
>> > > > > ThreadPoolExecutor.java:1142)
>> > > > >         at
>> > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(
>> > > > > ThreadPoolExecutor.java:617)
>> > > > >         at java.lang.Thread.run(Thread.java:745)
>> > > > > Caused by: java.lang.SecurityException: class
>> > > > > "javax.servlet.DispatcherType"'s signer information does not
>> match
>> > > > signer
>> > > > > information of other classes in the same package
>> > > > >         at java.lang.ClassLoader.checkCerts(ClassLoader.java:898)
>> > > > >         at java.lang.ClassLoader.preDefineClass(ClassLoader.
>> > java:668)
>> > > > >         at java.lang.ClassLoader.defineCl
>> ass(ClassLoader.java:761)
>> > > > >         at
>> > > > > java.security.SecureClassLoader.defineClass(
>> > > SecureClassLoader.java:142)
>> > > > >         at java.net.URLClassLoader.defineClass(URLClassLoader.
>> > > java:467)
>> > > > >         at java.net.URLClassLoader.access$100(URLClassLoader.
>> > java:73)
>> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
>> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
>> > > > >         at java.security.AccessController.doPrivileged(Native
>> > Method)
>> > > > >         at java.net.URLClassLoader.findClass(URLClassLoader.java:
>> > 361)
>> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>> > > > >         at sun.misc.Launcher$AppClassLoader.loadClass(
>> > > Launcher.java:331)
>> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.startSentryWe
>> bServer(
>> > > > > SentryService.java:422)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.
>> > > > > runServer(SentryService.java:268)
>> > > > >         at
>> > > > > org.apache.sentry.service.thrift.SentryService.call(
>> > > > > SentryService.java:198)
>> > > > >         ... 5 more
>> > > > >
>> > > > > On Tue, Nov 28, 2017 at 4:38 PM, Kalyan Kumar Kalvagadda <
>> > > > > kkal...@cloudera.com> wrote:
>> > > > >
>> > > > > > This is the release of Apache Sentry, version 2.0.0.
>> > > > > >
>> > > > > > It fixes the following issues:
>> > > > > > *https://issues.apache.org/jira/projects/SENTRY/versions/123
>> 41081
>> > > > > > <https://issues.apache.org/jira/projects/SENTRY/versions/123
>> 41081
>> > >*
>> > > > > >
>> > > > > > Source and bin files :
>> > > > > > *http://home.apache.org/~kalyan/apache-sentry-2.0.0-src-rc-1/
>> > > > > > <http://home.apache.org/~kalyan/apache-sentry-2.0.0-src-rc-1/>*
>> > > > > >
>> > > > > > Maven artifacts are available
>> > > > > > here:https://repository.apache.org/content/
>> > > > repositories/orgapachesentry-
>> > > > > > 1005/
>> > > > > >
>> > > > > >
>> > > > > > Tag to be voted on
>> > > > > > *https://git-wip-us.apache.org/repos/asf/sentry/?p=
>> > > > > > sentry.git;a=tag;h=refs/tags/release-2.0.0
>> > > > > > <https://git-wip-us.apache.org/repos/asf/sentry/?p=
>> > > > > > sentry.git;a=tag;h=refs/tags/release-2.0.0>*
>> > > > > >
>> > > > > > Sentry's KEYS containing the PGP key we used to sign the
>> release:
>> > > > > > http://www.apache.org/dist/sentry/KEYS
>> > > > > >
>> > > > > >  we are voting on the source:tag=release-2.0.0, SHA=
>> > > > > > 18fe7c596fa1ffad3e656a42d534ac190876b642
>> > > > > >  (You can get the hash of the tag by doing "git rev-list
>> > > release-1.8.0
>> > > > |
>> > > > > > head -n 1" )
>> > > > > >
>> > > > > > Vote will be open for 72 hours.
>> > > > > >
>> > > > > > [ ] +1 approve
>> > > > > > [ ] +0 no opinion
>> > > > > > [ ] -1 disapprove (and reason why)
>> > > > > >
>> > > > > > -Kalyan
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>>
>>
>> --
>> Colm O hEigeartaigh
>>
>> Talend Community Coder
>> http://coders.talend.com
>>
>
>

Reply via email to