Skip to content

ingest-attachment 6.3.0 can't be installed on elk 6.3.0 #31571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xiaoxin01 opened this issue Jun 26, 2018 · 3 comments
Closed

ingest-attachment 6.3.0 can't be installed on elk 6.3.0 #31571

xiaoxin01 opened this issue Jun 26, 2018 · 3 comments

Comments

@xiaoxin01
Copy link

Hi,

I wan't to install ingest-attachment on elk 6.3.0 but got an error.

cmd:

bin/elasticsearch-plugin install ingest-attachment

error:

[=================================================] 100%??
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.security.SecurityPermission createAccessControlContext
* java.security.SecurityPermission insertProvider
* java.security.SecurityPermission putProviderProperty.BC
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

Exception in thread "main" java.lang.IllegalStateException: unable to read from standard input; is standard input open and a tty attached?

I find an issue related:
#29359

Please help, Thanks~

@dadoonet
Copy link
Member

Are you running that command from the command line or from a script or from docker?

Anyway please ask this question on discuss.elastic.co where we can give a better support.
This space is only for confirmed issues or feature requests which have been discussed on discuss.elastic.co.

Thanks!

@Jotschi
Copy link

Jotschi commented Jul 16, 2018

@xiaoxin01 Use can use the -b flag to ignore the check if you have no tty.

bin/elasticsearch-plugin install -b ingest-attachment

I encountered the same error while building my docker image which includes the plugin (docker build env has no tty).

@mateuspadua
Copy link

Tks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants