[JBoss JIRA] (AS7-3996) CLI: deployment crashes console with --header={rollout id=XXX} parameter
by Dominik Pospisil (JIRA)
Dominik Pospisil created AS7-3996:
-------------------------------------
Summary: CLI: deployment crashes console with --header={rollout id=XXX} parameter
Key: AS7-3996
URL: https://issues.jboss.org/browse/AS7-3996
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.1.0.Final
Reporter: Dominik Pospisil
Assignee: Alexey Loubyansky
1) connect to a domain using CLI
2) create a rollout-plan
3) deploy /tmp/RolloutPlanTestCase.war --all-server-groups --headers={rollout id=testPlan}
[domain@localhost:9999 /] deploy /tmp/RolloutPlanTestCase.war --all-server-groups --headers={rollout id=testPlan}
java.lang.NullPointerException
at org.jboss.as.cli.operation.impl.ParsedRolloutPlanHeader.addTo(ParsedRolloutPlanHeader.java:277)
at org.jboss.as.cli.ArgumentValueConverter$5.fromNonDMRString(ArgumentValueConverter.java:157)
at org.jboss.as.cli.ArgumentValueConverter$DMRWithFallbackConverter.fromString(ArgumentValueConverter.java:50)
at org.jboss.as.cli.handlers.BaseOperationCommand.addHeaders(BaseOperationCommand.java:214)
at org.jboss.as.cli.handlers.DeployHandler.execute(DeployHandler.java:559)
at org.jboss.as.cli.handlers.DeployHandler.doHandle(DeployHandler.java:365)
at org.jboss.as.cli.handlers.CommandHandlerWithHelp.handle(CommandHandlerWithHelp.java:84)
at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:458)
at org.jboss.as.cli.impl.CommandContextImpl.handleSafe(CommandContextImpl.java:469)
at org.jboss.as.cli.impl.CommandContextImpl.interact(CommandContextImpl.java:1022)
at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:191)
at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:260)
at org.jboss.modules.Main.main(Main.java:291)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] (JBRULES-3407) Error generating invokers using a declaration having a primitive type
by Mario Fusco (JIRA)
Mario Fusco created JBRULES-3407:
------------------------------------
Summary: Error generating invokers using a declaration having a primitive type
Key: JBRULES-3407
URL: https://issues.jboss.org/browse/JBRULES-3407
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
When the value type of a declaration is primitive, the invokers created via mvel templating using that declaration cannot be compiled because they try to do an invalid cast from an Object to a primitive type, generating an error as it follows:
java.lang.AssertionError: Unable to generate rule invoker. : [Accumulate: input=[AND [[Pattern: id=null; objectType=MyObj]] ]]
org/drools/Rule_foo_3191b39fd6ce40eaac55301df07acc19AccumulateExpression0Invoker.java (19:754) : Cannot cast from Object to long
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] (AS7-4001) Bad reference to XSL transformation files in module jboss-as-testsuite-benchmark and jboss-as-testsuite-stress
by Ondrej Zizka (JIRA)
[ https://issues.jboss.org/browse/AS7-4001?page=com.atlassian.jira.plugin.s... ]
Ondrej Zizka updated AS7-4001:
------------------------------
Fix Version/s: 7.1.1.Final
> Bad reference to XSL transformation files in module jboss-as-testsuite-benchmark and jboss-as-testsuite-stress
> --------------------------------------------------------------------------------------------------------------
>
> Key: AS7-4001
> URL: https://issues.jboss.org/browse/AS7-4001
> Project: Application Server 7
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 7.1.1.Final
> Reporter: Pavel Janousek
> Assignee: Ondrej Zizka
> Priority: Critical
> Fix For: 7.1.1.Final
>
>
> Transformation procedure is invoked, but it seems like bad configuration path or not correctly done clean-up in previous step. I caught this problem via warning:
> {code}
> [INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
> [WARNING] The directory /mnt/hudson_workspace/workspace/AS7-TS-linux-ipv6-experiments/testsuite/stress/target/jbossas/standalone/configuration, which is a base directory of a ValidationSet or TransformationSet, does not exist.
> [WARNING] No files found for transformation by stylesheet /mnt/hudson_workspace/workspace/AS7-TS-linux-ipv6-experiments/testsuite/stress/../integration/src/test/xslt/changeIPAddresses.xsl
> [WARNING] The directory /mnt/hudson_workspace/workspace/AS7-TS-linux-ipv6-experiments/testsuite/stress/target/jbossas/standalone/configuration, which is a base directory of a ValidationSet or TransformationSet, does not exist.
> [WARNING] No files found for transformation by stylesheet /mnt/hudson_workspace/workspace/AS7-TS-linux-ipv6-experiments/testsuite/stress/../integration/src/test/xslt/addJmsDestinations.xsl
> {code}
> Further investigation says /build/target/... isn't copied to these modules at all.
> You can see this problem [there|https://hudson.qa.jboss.com/hudson/job/AS7-TS-linux-ipv6-experiment...].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month