[JBoss JIRA] (WFCORE-1762) Missing dependency should be triggering rollback of the deployment operation
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1762?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-1762:
-------------------------------------
Git Pull Request: https://github.com/wildfly/wildfly-core/pull/2374
> Missing dependency should be triggering rollback of the deployment operation
> ----------------------------------------------------------------------------
>
> Key: WFCORE-1762
> URL: https://issues.jboss.org/browse/…
[View More]WFCORE-1762
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 3.0.0.Alpha7
> Reporter: Martin Stefanko
> Assignee: Brian Stansberry
>
> The removal of the deployment which is a dependency for other resources makes these dependent resources unusable. The deployment operation should not be completed in such conditions.
> The information about the missing dependencies is now currently logged after the removal by the ContainerStateMonitor class.
> Example:
> {code}INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment postgresql-9.4.1208.jar (runtime-name: postgresql-9.4.1208.jar) in 61ms
> INFO [org.jboss.as.server] (ServerService Thread Pool -- 65) WFLYSRV0009: Undeployed "postgresql-9.4.1208.jar" (runtime-name: "postgresql-9.4.1208.jar")
> INFO [org.jboss.as.repository] (ServerService Thread Pool -- 65) WFLYDR0002: Content removed from location /home/mjurc/testing/eap/7.0.0/jboss-eap-7.0/standalone/data/content/5c/7e80698b80a5045fe64daa67426051bbd16a56/content
> INFO [org.jboss.as.controller] (ServerService Thread Pool -- 65) WFLYCTL0183: Service status report
> WFLYCTL0184: New missing/unsatisfied dependencies:
> service jboss.jdbc-driver.postgresql-9_4_1208_jar (missing) dependents: [service jboss.driver-demander.java:/PostgresDS, service org.wildfly.data-source.PostgresDS]
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[View Less]
7 years, 11 months
[JBoss JIRA] (DROOLS-1542) Root cause Exception is hidden in MVELExprAnalyzer.analyzeExpression()
by Toshiya Kobayashi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1542?page=com.atlassian.jira.plugi... ]
Toshiya Kobayashi updated DROOLS-1542:
--------------------------------------
Description: When an Error/-RuntimeException- is thrown in MVEL via MVELExprAnalyzer.analyzeExpression(), the root cause Error/-RuntimeException- is not propagated nor logged. For example, if it was StackOverflowError, it's hard to identify the root cause. (was: When an Error/RuntimeException is thrown in MVEL via MVELExprAnalyzer.…
[View More]analyzeExpression(), the root cause Error/RuntimeException is not propagated nor logged. For example, if it was StackOverflowError, it's hard to identify the root cause.)
> Root cause Exception is hidden in MVELExprAnalyzer.analyzeExpression()
> ----------------------------------------------------------------------
>
> Key: DROOLS-1542
> URL: https://issues.jboss.org/browse/DROOLS-1542
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.0.0.CR2
> Reporter: Toshiya Kobayashi
> Assignee: Mario Fusco
> Labels: support
>
> When an Error/-RuntimeException- is thrown in MVEL via MVELExprAnalyzer.analyzeExpression(), the root cause Error/-RuntimeException- is not propagated nor logged. For example, if it was StackOverflowError, it's hard to identify the root cause.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
[View Less]
7 years, 11 months