[JBoss JIRA] (DROOLS-5291) Import of empty scesim file leads to Unexpected error
by Yeser Amer (Jira)
[ https://issues.redhat.com/browse/DROOLS-5291?page=com.atlassian.jira.plug... ]
Yeser Amer updated DROOLS-5291:
-------------------------------
Sprint: 2020 Week 25-27 (from Jun 15)
> Import of empty scesim file leads to Unexpected error
> -----------------------------------------------------
>
> Key: DROOLS-5291
> URL: https://issues.redhat.com/browse/DROOLS-5291
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.36.0.Final
> Reporter: Anna Dupliak
> Assignee: Yeser Amer
> Priority: Minor
> Labels: drools-tools
> Fix For: 7.40.0.Final
>
> Attachments: Traffic.zip, errorlog.txt, image-2020-04-17-16-47-29-261.png, image-2020-04-17-16-47-32-047.png
>
>
> If user generate a scesim file using vs code extention it is not comparable with BC.
> Use Vscode generated files [^Traffic.zip]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13599) Admin console will not open - I added users
by Harald Pehl (Jira)
[ https://issues.redhat.com/browse/WFLY-13599?page=com.atlassian.jira.plugi... ]
Harald Pehl resolved WFLY-13599.
--------------------------------
Resolution: Explained
> Admin console will not open - I added users
> -------------------------------------------
>
> Key: WFLY-13599
> URL: https://issues.redhat.com/browse/WFLY-13599
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 18.0.1.Final, 20.0.0.Final
> Reporter: Charles Herrick
> Assignee: Harald Pehl
> Priority: Major
>
> Wildfly 18.0.1 final and Wildfly 20.0 final installed.
> add-user.bat executed for admin and one other user.
> Kie-server 7.38 war deployed to deployments. start server.
> Admin console will not display. Error says "you have not yet added users".
> Used: add-user -a -u admin -p **** -ro admin,kie-server,rest-all,kiemgmt
> Got: Updated user 'admin' to file 'C:\Redhat\Wildfly18\standalone\configuration\application-users.properties'
> Updated user 'admin' to file 'C:\Redhat\Wildfly18\domain\configuration\application-users.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\standalone\configuration\application-roles.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\domain\configuration\application-roles.properties'
>
> Please help me get the admin console up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13599) Admin console will not open - I added users
by Harald Pehl (Jira)
[ https://issues.redhat.com/browse/WFLY-13599?page=com.atlassian.jira.plugi... ]
Harald Pehl edited comment on WFLY-13599 at 6/19/20 6:14 AM:
-------------------------------------------------------------
You have to add a management user to access the admin console. Please don't use the {{-a}} option, which adds an _application user_:
{code:java}
bin/add-user.sh -u admin -p admin -ro admin,kie-server,rest-all,kiemgmt {code}
Now you should be able to access the admin in console using admin/admin.
was (Author: harald.pehl):
You have to add a management user to access the admin console. Please don't use the {{-a}} option when adding the admin user:
{code:java}
bin/add-user.sh -u admin -p admin -ro admin,kie-server,rest-all,kiemgmt {code}
Now you should be able to access the admin in console using admin/admin.
> Admin console will not open - I added users
> -------------------------------------------
>
> Key: WFLY-13599
> URL: https://issues.redhat.com/browse/WFLY-13599
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 18.0.1.Final, 20.0.0.Final
> Reporter: Charles Herrick
> Assignee: Harald Pehl
> Priority: Major
>
> Wildfly 18.0.1 final and Wildfly 20.0 final installed.
> add-user.bat executed for admin and one other user.
> Kie-server 7.38 war deployed to deployments. start server.
> Admin console will not display. Error says "you have not yet added users".
> Used: add-user -a -u admin -p **** -ro admin,kie-server,rest-all,kiemgmt
> Got: Updated user 'admin' to file 'C:\Redhat\Wildfly18\standalone\configuration\application-users.properties'
> Updated user 'admin' to file 'C:\Redhat\Wildfly18\domain\configuration\application-users.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\standalone\configuration\application-roles.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\domain\configuration\application-roles.properties'
>
> Please help me get the admin console up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13599) Admin console will not open - I added users
by Harald Pehl (Jira)
[ https://issues.redhat.com/browse/WFLY-13599?page=com.atlassian.jira.plugi... ]
Harald Pehl edited comment on WFLY-13599 at 6/19/20 6:13 AM:
-------------------------------------------------------------
You have to add a management user to access the admin console. Please don't use the {{-a}} option when adding the admin user:
{code:java}
bin/add-user.sh -u admin -p admin -ro admin,kie-server,rest-all,kiemgmt {code}
Now you should be able to access the admin in console using admin/admin.
was (Author: harald.pehl):
I wasn't able to reproduce the error.
Here are my steps:
# Download clean WildFly 20.0.0.Final
# {{bin/add-user.sh -a -u admin -p admin -ro admin,kie-server,rest-all,kiemgmt}}
# {{bin/standalone.sh}}
# Open [http://localhost:9990|http://localhost:9990/]
# Login with admin/admin
Did I miss anything?
> Admin console will not open - I added users
> -------------------------------------------
>
> Key: WFLY-13599
> URL: https://issues.redhat.com/browse/WFLY-13599
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 18.0.1.Final, 20.0.0.Final
> Reporter: Charles Herrick
> Assignee: Harald Pehl
> Priority: Major
>
> Wildfly 18.0.1 final and Wildfly 20.0 final installed.
> add-user.bat executed for admin and one other user.
> Kie-server 7.38 war deployed to deployments. start server.
> Admin console will not display. Error says "you have not yet added users".
> Used: add-user -a -u admin -p **** -ro admin,kie-server,rest-all,kiemgmt
> Got: Updated user 'admin' to file 'C:\Redhat\Wildfly18\standalone\configuration\application-users.properties'
> Updated user 'admin' to file 'C:\Redhat\Wildfly18\domain\configuration\application-users.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\standalone\configuration\application-roles.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\domain\configuration\application-roles.properties'
>
> Please help me get the admin console up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFCORE-4707) OperationContext.getCapabilityServiceName(String, String...) generates wrong ServiceName if capability is not registered and dynamic part contains a DOT
by Ivo Studensky (Jira)
[ https://issues.redhat.com/browse/WFCORE-4707?page=com.atlassian.jira.plug... ]
Ivo Studensky reassigned WFCORE-4707:
-------------------------------------
Assignee: Ivo Studensky (was: Jeff Mesnil)
> OperationContext.getCapabilityServiceName(String, String...) generates wrong ServiceName if capability is not registered and dynamic part contains a DOT
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-4707
> URL: https://issues.redhat.com/browse/WFCORE-4707
> Project: WildFly Core
> Issue Type: Bug
> Components: Management
> Affects Versions: 10.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Ivo Studensky
> Priority: Major
>
> Consider the call:
> {code:java}
> OperationContext.getCapabilityServiceName("test", "foo.bar");
> {code}
> This method first resolves the qualified capability name as "test.foo.bar". If no capability is registered with that name, the service name is generated using:
> {code:java}
> ServiceNameFactory.parseServiceName("test.foo.bar");
> {code}
> This generates a ServiceName with 3 elements.
> However, when this capability is actually created with name of "test" and dynamic part "foo.bar", its service name will contain 2 elements, not 3.
> i.e.
> {code:java}
> RuntimeCapability.Builder.of("test", true, ServiceType.class).fromBaseCapability("foo.bar").getCapabilityServiceName();
> {code}
> Interestingly, the correspond method return by the OperationContext.getCapabilityServiceSupport() implementation does this correctly.
> i.e.
> {code:java}
> OperationContext.getCapabilityServiceSupport().getCapabilityServiceName("test", "foo.bar");
> {code}
> returns the result of:
> {code:java}
> ServiceNameFactory.parseServiceName("test").append("foo.bar");
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13599) Admin console will not open - I added users
by Harald Pehl (Jira)
[ https://issues.redhat.com/browse/WFLY-13599?page=com.atlassian.jira.plugi... ]
Harald Pehl edited comment on WFLY-13599 at 6/19/20 5:59 AM:
-------------------------------------------------------------
I wasn't able to reproduce the error.
Here are my steps:
# Download clean WildFly 20.0.0.Final
# {{bin/add-user.sh -a -u admin -p admin -ro admin,kie-server,rest-all,kiemgmt}}
# {{bin/standalone.sh}}
# Open [http://localhost:9990|http://localhost:9990/]
# Login with admin/admin
Did I miss anything?
was (Author: harald.pehl):
I wasn't able to reproduce the error.
Here are my steps:
# Download clean WildFly 20.0.0.Final
# {{bin/add-user.sh -u admin -p admin --silent}}
# {{bin/standalone.sh}}
# Open [http://localhost:9990|http://localhost:9990/]
# Login with admin/admin
Did I miss anything?
> Admin console will not open - I added users
> -------------------------------------------
>
> Key: WFLY-13599
> URL: https://issues.redhat.com/browse/WFLY-13599
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 18.0.1.Final, 20.0.0.Final
> Reporter: Charles Herrick
> Assignee: Harald Pehl
> Priority: Major
>
> Wildfly 18.0.1 final and Wildfly 20.0 final installed.
> add-user.bat executed for admin and one other user.
> Kie-server 7.38 war deployed to deployments. start server.
> Admin console will not display. Error says "you have not yet added users".
> Used: add-user -a -u admin -p **** -ro admin,kie-server,rest-all,kiemgmt
> Got: Updated user 'admin' to file 'C:\Redhat\Wildfly18\standalone\configuration\application-users.properties'
> Updated user 'admin' to file 'C:\Redhat\Wildfly18\domain\configuration\application-users.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\standalone\configuration\application-roles.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\domain\configuration\application-roles.properties'
>
> Please help me get the admin console up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13599) Admin console will not open - I added users
by Harald Pehl (Jira)
[ https://issues.redhat.com/browse/WFLY-13599?page=com.atlassian.jira.plugi... ]
Harald Pehl edited comment on WFLY-13599 at 6/19/20 5:57 AM:
-------------------------------------------------------------
I wasn't able to reproduce the error.
Here are my steps:
# Download clean WildFly 20.0.0.Final
# {{bin/add-user.sh -u admin -p admin --silent}}
# {{bin/standalone.sh}}
# Open [http://localhost:9990|http://localhost:9990/]
# Login with admin/admin
Did I miss anything?
was (Author: harald.pehl):
I wasn't able to reproduce the error.
Here are my steps:
# Download clean WildFly 20.0.0.Final
# {{bin/add-user.sh -u admin -p admin --silent}}
# {{bin/standalone.sh}}}}
# Open [http://localhost:9990|http://localhost:9990/]
# Login with admin/admin
Did I miss anything?
> Admin console will not open - I added users
> -------------------------------------------
>
> Key: WFLY-13599
> URL: https://issues.redhat.com/browse/WFLY-13599
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 18.0.1.Final, 20.0.0.Final
> Reporter: Charles Herrick
> Assignee: Harald Pehl
> Priority: Major
>
> Wildfly 18.0.1 final and Wildfly 20.0 final installed.
> add-user.bat executed for admin and one other user.
> Kie-server 7.38 war deployed to deployments. start server.
> Admin console will not display. Error says "you have not yet added users".
> Used: add-user -a -u admin -p **** -ro admin,kie-server,rest-all,kiemgmt
> Got: Updated user 'admin' to file 'C:\Redhat\Wildfly18\standalone\configuration\application-users.properties'
> Updated user 'admin' to file 'C:\Redhat\Wildfly18\domain\configuration\application-users.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\standalone\configuration\application-roles.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\domain\configuration\application-roles.properties'
>
> Please help me get the admin console up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFLY-13599) Admin console will not open - I added users
by Harald Pehl (Jira)
[ https://issues.redhat.com/browse/WFLY-13599?page=com.atlassian.jira.plugi... ]
Harald Pehl commented on WFLY-13599:
------------------------------------
I wasn't able to reproduce the error.
Here are my steps:
# Download clean WildFly 20.0.0.Final
# {{bin/add-user.sh -u admin -p admin --silent}}
# {{bin/standalone.sh}}}}
# Open [http://localhost:9990|http://localhost:9990/]
# Login with admin/admin
Did I miss anything?
> Admin console will not open - I added users
> -------------------------------------------
>
> Key: WFLY-13599
> URL: https://issues.redhat.com/browse/WFLY-13599
> Project: WildFly
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 18.0.1.Final, 20.0.0.Final
> Reporter: Charles Herrick
> Assignee: Harald Pehl
> Priority: Major
>
> Wildfly 18.0.1 final and Wildfly 20.0 final installed.
> add-user.bat executed for admin and one other user.
> Kie-server 7.38 war deployed to deployments. start server.
> Admin console will not display. Error says "you have not yet added users".
> Used: add-user -a -u admin -p **** -ro admin,kie-server,rest-all,kiemgmt
> Got: Updated user 'admin' to file 'C:\Redhat\Wildfly18\standalone\configuration\application-users.properties'
> Updated user 'admin' to file 'C:\Redhat\Wildfly18\domain\configuration\application-users.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\standalone\configuration\application-roles.properties'
> Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file 'C:\Redhat\Wildfly18\domain\configuration\application-roles.properties'
>
> Please help me get the admin console up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months