[JBoss JIRA] (WFLY-7724) Wildly 10 Freeze no able to ping, nothing happening in logs
by Rohit Lakshykar (JIRA)
[ https://issues.jboss.org/browse/WFLY-7724?page=com.atlassian.jira.plugin.... ]
Rohit Lakshykar updated WFLY-7724:
----------------------------------
Description:
I am using wildfy 10 sever for financial production machine since more then 8 month.
I have never faced any issue till yet. From the last few days in every 2 days wildfly server stop responding, even server.log got stopped.
And i can't see any exception, in logs too. I don't know what this is started happening suddenly.
Please somebody help me.
was:
I am using wildfy 10 sever for financial production machine since more then 8 month.
I have never faced any issue till yet. From the last few days in every 2 days wildfly server stop responding, even server.log got stopped.
And i can't see any exception, in logs too. I don't know what this is stared happening suddenly.
Please somebody help me.
> Wildly 10 Freeze no able to ping, nothing happening in logs
> ------------------------------------------------------------
>
> Key: WFLY-7724
> URL: https://issues.jboss.org/browse/WFLY-7724
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 10.0.0.Final
> Reporter: Rohit Lakshykar
> Assignee: Jason Greene
> Priority: Blocker
>
> I am using wildfy 10 sever for financial production machine since more then 8 month.
> I have never faced any issue till yet. From the last few days in every 2 days wildfly server stop responding, even server.log got stopped.
> And i can't see any exception, in logs too. I don't know what this is started happening suddenly.
> Please somebody help me.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (WFLY-7724) Wildly 10 Freeze no able to ping, nothing happening in logs
by Rohit Lakshykar (JIRA)
Rohit Lakshykar created WFLY-7724:
-------------------------------------
Summary: Wildly 10 Freeze no able to ping, nothing happening in logs
Key: WFLY-7724
URL: https://issues.jboss.org/browse/WFLY-7724
Project: WildFly
Issue Type: Bug
Affects Versions: 10.0.0.Final
Reporter: Rohit Lakshykar
Assignee: Jason Greene
Priority: Blocker
I am using wildfy 10 sever for financial production machine since more then 8 month.
I have never faced any issue till yet. From the last few days in every 2 days wildfly server stop responding, even server.log got stopped.
And i can't see any exception, in logs too. I don't know what this is stared happening suddenly.
Please somebody help me.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (ELY-806) Wrong description of missing target-name in simple-permission-mapper
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/ELY-806?page=com.atlassian.jira.plugin.sy... ]
Jan Kalina moved WFLY-7723 to ELY-806:
--------------------------------------
Project: WildFly Elytron (was: WildFly)
Key: ELY-806 (was: WFLY-7723)
Component/s: Utils
(was: Security)
Fix Version/s: (was: 11.0.0.Alpha1)
> Wrong description of missing target-name in simple-permission-mapper
> --------------------------------------------------------------------
>
> Key: ELY-806
> URL: https://issues.jboss.org/browse/ELY-806
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Utils
> Reporter: Jan Kalina
> Assignee: Jan Kalina
> Labels: user_experience
>
> In case when simple-permission-mapper cannot be added through CLI command due to missing target-name attribute, then IllegalArgumentException with wrong description is thrown. It says: "Parameter '*name*' may not be null". It should be "Parameter '*target-name*' may not be null".
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (WFLY-7723) Wrong description of missing target-name in simple-permission-mapper
by Jan Kalina (JIRA)
Jan Kalina created WFLY-7723:
--------------------------------
Summary: Wrong description of missing target-name in simple-permission-mapper
Key: WFLY-7723
URL: https://issues.jboss.org/browse/WFLY-7723
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Jan Kalina
Assignee: Jan Kalina
Fix For: 11.0.0.Alpha1
In case when simple-permission-mapper cannot be added through CLI command due to missing target-name attribute, then IllegalArgumentException with wrong description is thrown. It says: "Parameter '*name*' may not be null". It should be "Parameter '*target-name*' may not be null".
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (WFLY-6936) RebindTestCase fails with security manager
by Ken Wills (JIRA)
[ https://issues.jboss.org/browse/WFLY-6936?page=com.atlassian.jira.plugin.... ]
Ken Wills commented on WFLY-6936:
---------------------------------
FYI Ingo, the security manager change was merged into wildfly-core yesterday.
> RebindTestCase fails with security manager
> ------------------------------------------
>
> Key: WFLY-6936
> URL: https://issues.jboss.org/browse/WFLY-6936
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Jan Tymel
> Assignee: Ingo Weiss
> Fix For: 11.0.0.Alpha1
>
>
> *org.jboss.as.test.integration.naming.RebindTestCase#testRebinding*
> *org.jboss.as.test.integration.naming.RebindTestCase#testRebindingLookup*
> *org.jboss.as.test.integration.naming.RebindTestCase#testRebindingObjectFactory*
> {{./integration-tests.sh -DtestLogToFile=false -Dts.noSmoke -Dts.basic -Dtest=org.jboss.as.test.integration.naming.RebindTestCase#testRebinding -Dsecurity.manager}}
> Fails with:
> {code}
> Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("org.jboss.remoting3.security.RemotingPermission" "createEndpoint")" in code source "(vfs:/content/RebindTestCase.jar <no signer certificates>)" of "null")
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:273)
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:175)
> at org.jboss.remoting3.Remoting.createEndpoint(Remoting.java:85)
> at org.jboss.remoting3.Remoting.createEndpoint(Remoting.java:112)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:120)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:64)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:139)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:114)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:263)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:168)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:147)
> ... 145 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months