[JBoss JIRA] (WFCORE-2205) NPE thrown in jboss-cli while defining already defined StringListType attribute
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2205?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise edited comment on WFCORE-2205 at 1/18/17 4:21 AM:
-----------------------------------------------------------------------
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
It should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}, * { class-names=[com.example.Class ] } *
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
was (Author: jdenise):
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
It should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,{class-names=[com.example.Class]}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
> NPE thrown in jboss-cli while defining already defined StringListType attribute
> -------------------------------------------------------------------------------
>
> Key: WFCORE-2205
> URL: https://issues.jboss.org/browse/WFCORE-2205
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Jan Tymel
> Assignee: Jean-Francois Denise
>
> NullPointerException is thrown when user tries to define already (i.e. previously in current command) defined StringListType attribute. This attempt results in following stack trace and termination of jboss-cli.
> {code}
> /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]},class-names=[{com.example.AnotherClass}Exception in thread "Aesh Process Loop 749282235" java.lang.NullPointerException
> at org.jboss.as.cli.impl.DeploymentItemCompleter.getCandidates(DeploymentItemCompleter.java:80)
> at org.jboss.as.cli.impl.DeploymentItemCompleter.complete(DeploymentItemCompleter.java:53)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidatesFromMetadata(ValueTypeCompleter.java:433)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getSimpleValues(ValueTypeCompleter.java:690)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidates(ValueTypeCompleter.java:573)
> at org.jboss.as.cli.impl.ValueTypeCompleter.complete(ValueTypeCompleter.java:346)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:276)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:89)
> at org.jboss.as.cli.CommandCompleter.doComplete(CommandCompleter.java:137)
> at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:64)
> at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:143)
> at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:155)
> at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:429)
> at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:166)
> at org.jboss.aesh.console.Console.processInternalOperation(Console.java:775)
> at org.jboss.aesh.console.Console.execute(Console.java:735)
> at org.jboss.aesh.console.Console.access$900(Console.java:73)
> at org.jboss.aesh.console.Console$6.run(Console.java:644)
> 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)
> {code}
> Expected result:
> No NPE thrown, jboss-cli is not terminated.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFCORE-2205) NPE thrown in jboss-cli while defining already defined StringListType attribute
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2205?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise edited comment on WFCORE-2205 at 1/18/17 4:21 AM:
-----------------------------------------------------------------------
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
It should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]} , { class-names=[com.example.Class ] }
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
was (Author: jdenise):
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
It should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}, * { class-names=[com.example.Class ] } *
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
> NPE thrown in jboss-cli while defining already defined StringListType attribute
> -------------------------------------------------------------------------------
>
> Key: WFCORE-2205
> URL: https://issues.jboss.org/browse/WFCORE-2205
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Jan Tymel
> Assignee: Jean-Francois Denise
>
> NullPointerException is thrown when user tries to define already (i.e. previously in current command) defined StringListType attribute. This attempt results in following stack trace and termination of jboss-cli.
> {code}
> /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]},class-names=[{com.example.AnotherClass}Exception in thread "Aesh Process Loop 749282235" java.lang.NullPointerException
> at org.jboss.as.cli.impl.DeploymentItemCompleter.getCandidates(DeploymentItemCompleter.java:80)
> at org.jboss.as.cli.impl.DeploymentItemCompleter.complete(DeploymentItemCompleter.java:53)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidatesFromMetadata(ValueTypeCompleter.java:433)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getSimpleValues(ValueTypeCompleter.java:690)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidates(ValueTypeCompleter.java:573)
> at org.jboss.as.cli.impl.ValueTypeCompleter.complete(ValueTypeCompleter.java:346)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:276)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:89)
> at org.jboss.as.cli.CommandCompleter.doComplete(CommandCompleter.java:137)
> at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:64)
> at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:143)
> at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:155)
> at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:429)
> at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:166)
> at org.jboss.aesh.console.Console.processInternalOperation(Console.java:775)
> at org.jboss.aesh.console.Console.execute(Console.java:735)
> at org.jboss.aesh.console.Console.access$900(Console.java:73)
> at org.jboss.aesh.console.Console$6.run(Console.java:644)
> 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)
> {code}
> Expected result:
> No NPE thrown, jboss-cli is not terminated.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFCORE-2205) NPE thrown in jboss-cli while defining already defined StringListType attribute
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2205?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise edited comment on WFCORE-2205 at 1/18/17 4:20 AM:
-----------------------------------------------------------------------
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
It should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,{class-names=[com.example.Class]}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
was (Author: jdenise):
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
It should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
> NPE thrown in jboss-cli while defining already defined StringListType attribute
> -------------------------------------------------------------------------------
>
> Key: WFCORE-2205
> URL: https://issues.jboss.org/browse/WFCORE-2205
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Jan Tymel
> Assignee: Jean-Francois Denise
>
> NullPointerException is thrown when user tries to define already (i.e. previously in current command) defined StringListType attribute. This attempt results in following stack trace and termination of jboss-cli.
> {code}
> /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]},class-names=[{com.example.AnotherClass}Exception in thread "Aesh Process Loop 749282235" java.lang.NullPointerException
> at org.jboss.as.cli.impl.DeploymentItemCompleter.getCandidates(DeploymentItemCompleter.java:80)
> at org.jboss.as.cli.impl.DeploymentItemCompleter.complete(DeploymentItemCompleter.java:53)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidatesFromMetadata(ValueTypeCompleter.java:433)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getSimpleValues(ValueTypeCompleter.java:690)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidates(ValueTypeCompleter.java:573)
> at org.jboss.as.cli.impl.ValueTypeCompleter.complete(ValueTypeCompleter.java:346)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:276)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:89)
> at org.jboss.as.cli.CommandCompleter.doComplete(CommandCompleter.java:137)
> at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:64)
> at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:143)
> at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:155)
> at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:429)
> at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:166)
> at org.jboss.aesh.console.Console.processInternalOperation(Console.java:775)
> at org.jboss.aesh.console.Console.execute(Console.java:735)
> at org.jboss.aesh.console.Console.access$900(Console.java:73)
> at org.jboss.aesh.console.Console$6.run(Console.java:644)
> 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)
> {code}
> Expected result:
> No NPE thrown, jboss-cli is not terminated.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFCORE-2205) NPE thrown in jboss-cli while defining already defined StringListType attribute
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2205?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise edited comment on WFCORE-2205 at 1/18/17 4:19 AM:
-----------------------------------------------------------------------
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
It should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
was (Author: jdenise):
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
If should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,{class-names=[com.example.AnotherClass]}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
> NPE thrown in jboss-cli while defining already defined StringListType attribute
> -------------------------------------------------------------------------------
>
> Key: WFCORE-2205
> URL: https://issues.jboss.org/browse/WFCORE-2205
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Jan Tymel
> Assignee: Jean-Francois Denise
>
> NullPointerException is thrown when user tries to define already (i.e. previously in current command) defined StringListType attribute. This attempt results in following stack trace and termination of jboss-cli.
> {code}
> /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]},class-names=[{com.example.AnotherClass}Exception in thread "Aesh Process Loop 749282235" java.lang.NullPointerException
> at org.jboss.as.cli.impl.DeploymentItemCompleter.getCandidates(DeploymentItemCompleter.java:80)
> at org.jboss.as.cli.impl.DeploymentItemCompleter.complete(DeploymentItemCompleter.java:53)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidatesFromMetadata(ValueTypeCompleter.java:433)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getSimpleValues(ValueTypeCompleter.java:690)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidates(ValueTypeCompleter.java:573)
> at org.jboss.as.cli.impl.ValueTypeCompleter.complete(ValueTypeCompleter.java:346)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:276)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:89)
> at org.jboss.as.cli.CommandCompleter.doComplete(CommandCompleter.java:137)
> at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:64)
> at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:143)
> at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:155)
> at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:429)
> at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:166)
> at org.jboss.aesh.console.Console.processInternalOperation(Console.java:775)
> at org.jboss.aesh.console.Console.execute(Console.java:735)
> at org.jboss.aesh.console.Console.access$900(Console.java:73)
> at org.jboss.aesh.console.Console$6.run(Console.java:644)
> 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)
> {code}
> Expected result:
> No NPE thrown, jboss-cli is not terminated.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFCORE-2205) NPE thrown in jboss-cli while defining already defined StringListType attribute
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2205?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise edited comment on WFCORE-2205 at 1/18/17 4:19 AM:
-----------------------------------------------------------------------
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
If should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,{class-names=[com.example.AnotherClass]}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
was (Author: jdenise):
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
If should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,{class-names=[com.example.AnotherClass]}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
> NPE thrown in jboss-cli while defining already defined StringListType attribute
> -------------------------------------------------------------------------------
>
> Key: WFCORE-2205
> URL: https://issues.jboss.org/browse/WFCORE-2205
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Jan Tymel
> Assignee: Jean-Francois Denise
>
> NullPointerException is thrown when user tries to define already (i.e. previously in current command) defined StringListType attribute. This attempt results in following stack trace and termination of jboss-cli.
> {code}
> /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]},class-names=[{com.example.AnotherClass}Exception in thread "Aesh Process Loop 749282235" java.lang.NullPointerException
> at org.jboss.as.cli.impl.DeploymentItemCompleter.getCandidates(DeploymentItemCompleter.java:80)
> at org.jboss.as.cli.impl.DeploymentItemCompleter.complete(DeploymentItemCompleter.java:53)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidatesFromMetadata(ValueTypeCompleter.java:433)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getSimpleValues(ValueTypeCompleter.java:690)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidates(ValueTypeCompleter.java:573)
> at org.jboss.as.cli.impl.ValueTypeCompleter.complete(ValueTypeCompleter.java:346)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:276)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:89)
> at org.jboss.as.cli.CommandCompleter.doComplete(CommandCompleter.java:137)
> at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:64)
> at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:143)
> at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:155)
> at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:429)
> at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:166)
> at org.jboss.aesh.console.Console.processInternalOperation(Console.java:775)
> at org.jboss.aesh.console.Console.execute(Console.java:735)
> at org.jboss.aesh.console.Console.access$900(Console.java:73)
> at org.jboss.aesh.console.Console$6.run(Console.java:644)
> 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)
> {code}
> Expected result:
> No NPE thrown, jboss-cli is not terminated.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFCORE-2205) NPE thrown in jboss-cli while defining already defined StringListType attribute
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2205?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise commented on WFCORE-2205:
----------------------------------------------
Hi [~jtymel],
looking at the failing command, the syntax seems wrong: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,class-names=[{com.example.AnotherClass}*
If should be: /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]}*,{class-names=[com.example.AnotherClass]}*
Could you confirm that you want to achieve the second syntax?
Anyway, the CLI shouldn't fail in such a way.
> NPE thrown in jboss-cli while defining already defined StringListType attribute
> -------------------------------------------------------------------------------
>
> Key: WFCORE-2205
> URL: https://issues.jboss.org/browse/WFCORE-2205
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Jan Tymel
> Assignee: Jean-Francois Denise
>
> NullPointerException is thrown when user tries to define already (i.e. previously in current command) defined StringListType attribute. This attempt results in following stack trace and termination of jboss-cli.
> {code}
> /subsystem=elytron/provider-loader=providerLoader:add(providers=[{class-names=[com.example.Class]},class-names=[{com.example.AnotherClass}Exception in thread "Aesh Process Loop 749282235" java.lang.NullPointerException
> at org.jboss.as.cli.impl.DeploymentItemCompleter.getCandidates(DeploymentItemCompleter.java:80)
> at org.jboss.as.cli.impl.DeploymentItemCompleter.complete(DeploymentItemCompleter.java:53)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidatesFromMetadata(ValueTypeCompleter.java:433)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getSimpleValues(ValueTypeCompleter.java:690)
> at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidates(ValueTypeCompleter.java:573)
> at org.jboss.as.cli.impl.ValueTypeCompleter.complete(ValueTypeCompleter.java:346)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:276)
> at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:89)
> at org.jboss.as.cli.CommandCompleter.doComplete(CommandCompleter.java:137)
> at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:64)
> at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:143)
> at org.jboss.aesh.console.AeshCompletionHandler.complete(AeshCompletionHandler.java:155)
> at org.jboss.aesh.console.AeshInputProcessor.complete(AeshInputProcessor.java:429)
> at org.jboss.aesh.console.AeshInputProcessor.parseOperation(AeshInputProcessor.java:166)
> at org.jboss.aesh.console.Console.processInternalOperation(Console.java:775)
> at org.jboss.aesh.console.Console.execute(Console.java:735)
> at org.jboss.aesh.console.Console.access$900(Console.java:73)
> at org.jboss.aesh.console.Console$6.run(Console.java:644)
> 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)
> {code}
> Expected result:
> No NPE thrown, jboss-cli is not terminated.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBJCA-1318) list driven ExceptionSorter, StaleConnectionChecker
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBJCA-1318?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on JBJCA-1318:
------------------------------------------------
Petr Penicka <ppenicka(a)redhat.com> changed the Status of [bug 1320720|https://bugzilla.redhat.com/show_bug.cgi?id=1320720] from VERIFIED to CLOSED
> list driven ExceptionSorter, StaleConnectionChecker
> ---------------------------------------------------
>
> Key: JBJCA-1318
> URL: https://issues.jboss.org/browse/JBJCA-1318
> Project: IronJacamar
> Issue Type: Task
> Components: JDBC
> Reporter: Johnathon Lee
> Assignee: Johnathon Lee
> Priority: Minor
> Fix For: WildFly/IronJacamar 1.3.4.Final, 1.0.37.Final, 1.2.8.Final
>
>
> Configuration defined ExceptionSorter, StaleConnectionChecker.
> Using an externally (from the implementation) defined "," separated list.
> Defined via '<config-property name=prop_name >value1,value2,value3</>' in the standalone/domain configuration files.
> ie:
> set via <config-property name="FatalExceptions">10099,10100,10101</>
> set via <config-property name="StaleExceptions">10099,10100,10101</>
> Documentation updated to reflect suggested error codes for vendor based upon the current implementations.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JGRP-908) sump protocol
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-908?page=com.atlassian.jira.plugin.s... ]
Bela Ban closed JGRP-908.
-------------------------
Fix Version/s: 4.0
(was: Future)
Resolution: Out of Date
I don't see a real need for this protocol, especially as seqnos are not even needed. Please do start a discussion on the mailing list if you feel differently, then we can re-open this issue.
> sump protocol
> -------------
>
> Key: JGRP-908
> URL: https://issues.jboss.org/browse/JGRP-908
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Sam Hsu
> Assignee: Bela Ban
> Priority: Optional
> Fix For: 4.0
>
> Attachments: SUMP.java, sump.xml
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> this is a mash-up of existing code, to create a protocol layer that can be used in certain applications that handle a certain level of unreliability. maybe others will find it useful, too.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months