[JBoss JIRA] (WFLY-9409) mapping runtime attribute of undertow returns different type than described in r-r-d
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/WFLY-9409?page=com.atlassian.jira.plugin.... ]
Michal Petrov reassigned WFLY-9409:
-----------------------------------
Assignee: Michal Petrov (was: Stuart Douglas)
> mapping runtime attribute of undertow returns different type than described in r-r-d
> ------------------------------------------------------------------------------------
>
> Key: WFLY-9409
> URL: https://issues.jboss.org/browse/WFLY-9409
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Claudio Miranda
> Assignee: Michal Petrov
> Priority: Minor
>
> there is a "mappings" runtime attribute on undertow subsystem at
> /host=master/server=server-one/deployment=batch-processing.war/subsystem=undertow/servlet=*:read-resource-description
> It reports as a LIST of STRING
> {code}
> "mappings" => {
> "type" => LIST,
> "description" => "Servlet mappings",
> "expressions-allowed" => false,
> "required" => false,
> "nillable" => true,
> "min-length" => 0L,
> "max-length" => 2147483647L,
> "value-type" => STRING,
> "access-type" => "metric",
> "storage" => "runtime"
> },
> {code}
> But the read-resource returns a INT
> {code}
> /host=master/server=server-one/deployment=helloworld.war/subsystem=undertow/servlet=*:read-resource(include-runtime)
> {
> "outcome" => "success",
> "result" => [{
> "address" => [
> ("host" => "master"),
> ("server" => "server-one"),
> ("deployment" => "helloworld.war"),
> ("subsystem" => "undertow"),
> ("servlet" => "org.jboss.as.quickstarts.helloworld.HelloWorldServlet")
> ],
> "outcome" => "success",
> "result" => {
> "mappings" => 0,
> "max-request-time" => 0,
> "min-request-time" => 0,
> "request-count" => 0,
> "servlet-class" => "org.jboss.as.quickstarts.helloworld.HelloWorldServlet",
> "servlet-name" => "org.jboss.as.quickstarts.helloworld.HelloWorldServlet",
> "total-request-time" => 0
> }
> }]
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (DROOLS-1750) DroolsAuthoringPerspectiveActivity failed in OPEN (KIE Workbench 6.5.0)
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1750?page=com.atlassian.jira.plugi... ]
Edson Tirelli commented on DROOLS-1750:
---------------------------------------
[~rudyatleti] developers told me this was fixed in the latest version. I will close this ticket.
If you still have the problem in 7.3.0, please reopen this ticket.
> DroolsAuthoringPerspectiveActivity failed in OPEN (KIE Workbench 6.5.0)
> -----------------------------------------------------------------------
>
> Key: DROOLS-1750
> URL: https://issues.jboss.org/browse/DROOLS-1750
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.5.0.Final
> Environment: WildFly 10.1
> KIE Workbench 6.5.0
> Reporter: R D
> Assignee: Edson Tirelli
> Fix For: 7.3.0.Final
>
> Attachments: Captura.PNG
>
>
> Ever since making visible the KIE execution server in the KIE workbench, I get an error when switchting to the Project Authoring (see attachment).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month
[JBoss JIRA] (WFLY-9161) JobControlTestCase fails with security manager
by Yeray Borges (JIRA)
[ https://issues.jboss.org/browse/WFLY-9161?page=com.atlassian.jira.plugin.... ]
Yeray Borges resolved WFLY-9161.
--------------------------------
Fix Version/s: 11.0.0.CR1
Resolution: Cannot Reproduce Bug
Issue already solved by WFLY-9208
> JobControlTestCase fails with security manager
> ----------------------------------------------
>
> Key: WFLY-9161
> URL: https://issues.jboss.org/browse/WFLY-9161
> Project: WildFly
> Issue Type: Bug
> Components: Batch, Test Suite
> Reporter: Hynek Švábek
> Assignee: Yeray Borges
> Fix For: 11.0.0.CR1
>
>
> JobControlTestCase fails with security manager
> Some tests fail with:
> {code}
> aused by: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed:
> JBOSS-LOCAL-USER: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.io.FilePermission" "/home/hsvabek/securityworkspace/VERIFICATION/2017_08_02_BEAP-7584/jboss-eap-7.1.0.ER3-src/testsuite/integration/basic/target/jbossas/standalone/tmp/auth/local2441956400719098652.challenge" "read")" in code source "(vfs:/content/test-batch.war/WEB-INF/classes <no signer certificates>)" of "ModuleClassLoader for Module "deployment.test-batch.war" from Service Module Loader")
> DIGEST-MD5: javax.security.sasl.SaslException: DIGEST-MD5: Server rejected authentication
> at org.jboss.remoting3.remote.ClientConnectionOpenListener.allMechanismsFailed(ClientConnectionOpenListener.java:109)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:400)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:242)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
> at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)
> at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:89)
> at org.xnio.nio.WorkerThread.run(WorkerThread.java:571)
> at ...asynchronous invocation...(Unknown Source)
> at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:542)
> at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:504)
> at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:492)
> at org.jboss.as.protocol.ProtocolConnectionUtils.connect(ProtocolConnectionUtils.java:194)
> at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:118)
> ... 155 more
> ...
> {code}
> or
> {code}
> Suppressed: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.io.FilePermission" "/home/hsvabek/securityworkspace/VERIFICATION/2017_08_02_BEAP-7584/jboss-eap-7.1.0.ER3-src/testsuite/integration/basic/target/jbossas/standalone/tmp/auth/local471205335337215113.challenge" "read")" in code source "(vfs:/content/test-batch.war/WEB-INF/classes <no signer certificates>)" of "ModuleClassLoader for Module "deployment.test-batch.war" from Service Module Loader")
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:278)
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:175)
> at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
> at org.wildfly.security.manager.WildFlySecurityManager.checkRead(WildFlySecurityManager.java:350)
> at java.io.FileInputStream.<init>(FileInputStream.java:127)
> at org.wildfly.security.sasl.localuser.LocalUserClient.evaluateMessage(LocalUserClient.java:93)
> at org.wildfly.security.sasl.util.AbstractSaslParticipant.evaluateMessage(AbstractSaslParticipant.java:180)
> at org.wildfly.security.sasl.util.AbstractSaslClient.evaluateChallenge(AbstractSaslClient.java:59)
> at org.wildfly.security.sasl.util.AbstractDelegatingSaslClient.evaluateChallenge(AbstractDelegatingSaslClient.java:54)
> at org.wildfly.security.sasl.util.PrivilegedSaslClient.lambda$evaluateChallenge$0(PrivilegedSaslClient.java:55)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.wildfly.security.sasl.util.PrivilegedSaslClient.evaluateChallenge(PrivilegedSaslClient.java:55)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Authentication.lambda$handleEvent$0(ClientConnectionOpenListener.java:644)
> at org.jboss.remoting3.EndpointImpl$TrackingExecutor.lambda$execute$0(EndpointImpl.java:898)
> ... 3 more
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 1 month