You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "hwasin (JIRA)" <ji...@apache.org> on 2019/07/24 16:43:00 UTC

[jira] [Updated] (KARAF-6366) Console commands are failed to execute after su (substitute user)

     [ https://issues.apache.org/jira/browse/KARAF-6366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

hwasin updated KARAF-6366:
--------------------------
    Description: 
start pure karaf 4.2.6 with ./karaf

substitute 'karaf' user with its default 'karaf' password

{code}
su karaf
{code}
execute either 

{code}
karaf@root()> shell:ls
Error executing command: java.lang.reflection.InvocationTargetException
{code}

or 

{code}
karaf@root()> log:display
Error executing command: java.lang.StackOverflowError
{code}


  was:
start pure karaf 4.2.6 with ./karaf

substitute 'karaf' user with its default 'karaf' password

{code}
su karaf
{code}
execute either 

{code}
karaf@root()> shell:ls
Error executing command: java.lang.reflection.InvocationTargetException
{code}

or 

{code}
log:display
Error executing command: java.lang.StackOverflowError
{code}



> Console commands are failed to execute after su (substitute user)
> -----------------------------------------------------------------
>
>                 Key: KARAF-6366
>                 URL: https://issues.apache.org/jira/browse/KARAF-6366
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.6
>         Environment: Linux, jdk1.8.0_91
>            Reporter: hwasin
>            Priority: Major
>
> start pure karaf 4.2.6 with ./karaf
> substitute 'karaf' user with its default 'karaf' password
> {code}
> su karaf
> {code}
> execute either 
> {code}
> karaf@root()> shell:ls
> Error executing command: java.lang.reflection.InvocationTargetException
> {code}
> or 
> {code}
> karaf@root()> log:display
> Error executing command: java.lang.StackOverflowError
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)