[JBoss JIRA] (WFLY-4140) In some case :activare on resource-adapter fails if id != archive_name
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-4140?page=com.atlassian.jira.plugin.... ]
Kabir Khan updated WFLY-4140:
-----------------------------
Fix Version/s: 9.0.0.Final
> In some case :activare on resource-adapter fails if id != archive_name
> ----------------------------------------------------------------------
>
> Key: WFLY-4140
> URL: https://issues.jboss.org/browse/WFLY-4140
> Project: WildFly
> Issue Type: Feature Request
> Components: JCA
> Reporter: Stefano Maestri
> Assignee: Stefano Maestri
> Fix For: 9.0.0.Final
>
>
> deploy /home/jolee/amq.rar
> /subsystem=resource-adapters/resource-adapter=amq:add(archive=amq.rar,transaction-support=XATransaction)
> /subsystem=resource-adapters/resource-adapter=amq/config-properties=UseInboundSession:add(value=false)
> /subsystem=resource-adapters/resource-adapter=amq/config-properties=ServerUrl:add(value="vm://localhost")
> /subsystem=resource-adapters/resource-adapter=amq/config-properties=BrokerXmlConfig:add(value="xbean:broker-config.xml")
> /subsystem=resource-adapters/resource-adapter=amq/connection-definitions=ConnectionFactory:add(jndi-name=java:jboss/ConnectionFactory,use-java-context=true,class-name=org.apache.activemq.ra.ActiveMQManagedConnectionFactory,enabled=true)
> /subsystem=resource-adapters/resource-adapter=amq/admin-objects=EAIProcessStarter:add(jndi-name=java:jboss/queue/EAIProcessStarter,use-java-context=false,class-name=org.apache.activemq.command.ActiveMQQueue,enabled=true)
> /subsystem=resource-adapters/resource-adapter=amq/admin-objects=EAIProcessStarter/config-properties=PhysicalName:add(value=EAIProcessStarter)
> /subsystem=resource-adapters/resource-adapter=amq/admin-objects=EAI_TRIGGER:add(jndi-name=java:/jboss/queue/EAI_TRIGGER,use-java-context=true,class-name=org.apache.activemq.command.ActiveMQQueue,enabled=true)
> /subsystem=resource-adapters/resource-adapter=amq/admin-objects=EAI_TRIGGER/config-properties=PhysicalName:add(value=EAI_TRIGGER)
> /subsystem=resource-adapters/resource-adapter=amq:activate
> [4]
> [standalone@localhost:9999 /] run-batch --file=/home/jolee/rar2.cli
> {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-10" => "JBAS010480: RAR 'amq' not yet deployed."}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (WFLY-4606) Operation read-resource-description invoked against multiple target addresses failed
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-4606?page=com.atlassian.jira.plugin.... ]
Kabir Khan updated WFLY-4606:
-----------------------------
Fix Version/s: 9.0.0.Final
> Operation read-resource-description invoked against multiple target addresses failed
> -------------------------------------------------------------------------------------
>
> Key: WFLY-4606
> URL: https://issues.jboss.org/browse/WFLY-4606
> Project: WildFly
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 9.0.0.CR1
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Fix For: 9.0.0.Final
>
>
> {noformat}
> [domain@localhost:9990 /] /profile=full/subsystem=undertow/servlet-container=*/setting=websocket:read-resource-description
> {
> "outcome" => "failed",
> "result" => [{
> "address" => [
> ("profile" => "full"),
> ("subsystem" => "undertow"),
> ("servlet-container" => "*"),
> ("setting" => "websocket")
> ],
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.NullPointerException",
> "rolled-back" => true
> }],
> "failure-description" => "WFLYCTL0285: Operation read-resource-description invoked against multiple target addresses failed at address [
> (\"profile\" => \"full\"),
> (\"subsystem\" => \"undertow\"),
> (\"servlet-container\" => \"*\"),
> (\"setting\" => \"websocket\")
> ] with failure description WFLYCTL0158: Operation handler failed: java.lang.NullPointerException",
> "rolled-back" => true
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (WFLY-3747) build.bat can not run without the administrator on the windows
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-3747?page=com.atlassian.jira.plugin.... ]
Kabir Khan updated WFLY-3747:
-----------------------------
Fix Version/s: 9.0.0.Final
> build.bat can not run without the administrator on the windows
> --------------------------------------------------------------
>
> Key: WFLY-3747
> URL: https://issues.jboss.org/browse/WFLY-3747
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Reporter: Amos Feng
> Assignee: Amos Feng
> Fix For: 9.0.0.Final
>
> Attachments: 0001-Update-to-bypass-the-execution-policy-on-the-windows.patch
>
>
> we are building the widlfy on the windows and meet the following failure. It looks like the powershell needs the Administrator to run the script.
> {noformat}
> C:\hudson\workspace\btny-pulls-narayana-windows2008\jboss-as\tools\download-maven.ps1
> cannot be loaded because the execution of scripts is disabled on this
> system. Please see "get-help about_signing" for more details.
> At line:1 char:2
> + & <<<< tools\download-maven.ps1
> + CategoryInfo : NotSpecified: (:) [],
> PSSecurityException
> + FullyQualifiedErrorId : RuntimeException
> {noformat}
> It could be set the execution policy or bypass it. see http://stackoverflow.com/questions/4037939/powershell-execution-of-script...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months