[JBoss JIRA] (WFCORE-2526) Domain mode passed unwanted sys props to spawned servers
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2526?page=com.atlassian.jira.plugi... ]
James Perkins updated WFCORE-2526:
----------------------------------
Fix Version/s: 3.0.0.Beta27
(was: 3.0.0.Beta26)
> Domain mode passed unwanted sys props to spawned servers
> --------------------------------------------------------
>
> Key: WFCORE-2526
> URL: https://issues.jboss.org/browse/WFCORE-2526
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Domain Management
> Reporter: John Mazzitelli
> Priority: Critical
> Fix For: 3.0.0.Beta27
>
>
> This is related to WFCORE-350, except the solution to that only involves filtering out some but not all unwanted sys props.
> I would say the solution should involve any properties, not just jboss.server.xxx properties.
> In my case, I'm trying to inject a javaagent into the host controller but I do NOT want the javaagent in the spawned servers. Because my javaagent uses JBoss Logging (JUL) I'm forced to pass in "-Djboss.modules.system.pkgs=org.jboss.byteman,org.jboss.logmanager" and
> "-Djava.util.logging.manager=org.jboss.logmanager.LogManager" so the host controller can start up.
> But these gets passed to the spawned servers and causes them to fail to boot up (because while my -javaagent command line argument isn't passed to their JVM, the -D sys props are and those combination of sys props are deadly without a JUL-enabled javaagent).
> See: http://lists.jboss.org/pipermail/wildfly-dev/2017-March/005810.html
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (WFLY-8910) On Windows, when running standalone/Domain with the JAVA_HOME environment variable set (but pointing to an empty directory), JBoss EAP fails to start and does not give an error message.
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-8910?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar reassigned WFLY-8910:
---------------------------------
Assignee: Durgesh Anaokar (was: Tomaz Cerar)
> On Windows, when running standalone/Domain with the JAVA_HOME environment variable set (but pointing to an empty directory), JBoss EAP fails to start and does not give an error message.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-8910
> URL: https://issues.jboss.org/browse/WFLY-8910
> Project: WildFly
> Issue Type: Bug
> Components: Scripts
> Affects Versions: 11.0.0.Alpha1
> Environment: Windows
> Reporter: Durgesh Anaokar
> Assignee: Durgesh Anaokar
> Priority: Minor
>
> On Windows 7, when running standalone.bat with the JAVA_HOME environment variable set (but pointing to an empty directory), JBoss EAP fails to start and does not give an error message.
> On line 177 of the standalone.bat, a check is made to see if the JAVA_HOME variable points to a valid directory. If it does, it assumes this directory contains bin\java. If bin\java does not exist, the server fails to start and does not give a reason why.
> expect to see an error message such as "%JAVA_HOME% path doesn't contain an executable at %JAVA_HOME%\bin\java"
> Add additional checks in the standalone.conf to verify that %JAVA_HOME%\bin\java exists and warn if it does not.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (WFLY-8913) It is not possible to add cache store in infinispan subsystem
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-8913?page=com.atlassian.jira.plugin.... ]
Paul Ferraro moved JBEAP-11439 to WFLY-8913:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8913 (was: JBEAP-11439)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR19)
Affects Testing: (was: Regression)
> It is not possible to add cache store in infinispan subsystem
> -------------------------------------------------------------
>
> Key: WFLY-8913
> URL: https://issues.jboss.org/browse/WFLY-8913
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 11.0.0.Alpha1
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
>
> Adding cache store to already created cache ends by failure even if it should succeed:
> {code}
> [standalone@localhost:9990 /] /subsystem=infinispan/cache-container=hibernate/invalidation-cache=foobar/store=STORE:add(class="org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder")
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service org.wildfly.clustering.infinispan.cache.store.hibernate.foobar is already registered",
> "rolled-back" => true
> }
> {code}
> This is a regression against 7.1.0.DR18.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (WFLY-8449) EJB contextData not sent back to client in response
by Fedor Gavrilov (JIRA)
[ https://issues.jboss.org/browse/WFLY-8449?page=com.atlassian.jira.plugin.... ]
Fedor Gavrilov reopened WFLY-8449:
----------------------------------
The second requirement: "It should also possible to pass serializeable objects from the server side to the client if the invocation returns and have a client side interceptor to read that informations."
is still not satisfied and needs another PR.
> EJB contextData not sent back to client in response
> ---------------------------------------------------
>
> Key: WFLY-8449
> URL: https://issues.jboss.org/browse/WFLY-8449
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Reporter: Fedor Gavrilov
> Assignee: Fedor Gavrilov
> Labels: downstream_dependency, ejb
> Fix For: 11.0.0.Beta1
>
>
> With former JBoss versions it was possible to pass context beside the method invocation from the client to the server and back. This was done via (AOP) interceptors.
> Since AS7 and WildFly the only possibility is to pass such context from the client to the server.
> It should also possible to pass serializeable objects from the server side to the client if the invocation returns and have a client side interceptor to read that informations.
> This was used to return i.e. tracking or additional usefull informations.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month