[JBoss JIRA] (WFCORE-1904) Enviroment variable DEBUG_PORT doesn't work with standalone.bat
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1904?page=com.atlassian.jira.plugi... ]
Tomaz Cerar deleted WFCORE-1904:
--------------------------------
> Enviroment variable DEBUG_PORT doesn't work with standalone.bat
> ---------------------------------------------------------------
>
> Key: WFCORE-1904
> URL: https://issues.jboss.org/browse/WFCORE-1904
> Project: WildFly Core
> Issue Type: Bug
> Environment: windows
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
>
> This issue is blocked by JBEAP-5551 in 7.1.0.DR2. But I fixed standalone.conf.bat locally (I used fix from PR from JBEAP-5551) and port still can't be changed by env variable, see this example:
> {noformat}
> set DEBUG=true
> set DEBUG_PORT=7878
> C:\Users\Administrator\playground\7.1.0.DR2\jboss-eap-7.1\bin>standalone.bat
> Calling "C:\Users\Administrator\playground\7.1.0.DR2\jboss-eap-7.1\bin\standalone.conf.bat"
> Setting JAVA property to "C:\jdk1.8.0_45\bin\java"
> ===============================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: "C:\Users\Administrator\playground\7.1.0.DR2\jboss-eap-7.1"
> JAVA: "C:\jdk1.8.0_45\bin\java"
> JAVA_OPTS: "-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogF
> ileSize=3M -Xloggc: -XX:-TraceClassUnloading -Dprogram.name=standalone.bat -Xms1G -Xmx1G -XX:MetaspaceSize=96M -XX:MaxMetaspaceSiz
> e=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -agentlib:jdwp=transport=dt_socket,address=87
> 87,server=y,suspend=n"
> ===============================================================================
> Listening for transport dt_socket at address: 8787
> {noformat}
> 8787 port is used. 7878 port should be used in this example.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 6 months
[JBoss JIRA] (WFLY-7407) split artemis journal in its own module
by Jeff Mesnil (JIRA)
Jeff Mesnil created WFLY-7407:
---------------------------------
Summary: split artemis journal in its own module
Key: WFLY-7407
URL: https://issues.jboss.org/browse/WFLY-7407
Project: WildFly
Issue Type: Enhancement
Components: JMS
Affects Versions: 10.0.0.CR2
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Minor
Fix For: 11.0.0.Alpha1
The org.jboss.jts is depending on the org.apache.activemq.artemis only for its journal functionality but get all the module dependencies (including messaging stuff) that is not used at all.
The org.apache.activemq.artemis should be split with a separate module for its journal containing the journal jar + commons jar + native lib required for libAIO.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 6 months
[JBoss JIRA] (WFCORE-1904) Enviroment variable DEBUG_PORT doesn't work with standalone.bat
by Tomaz Cerar (JIRA)
Tomaz Cerar created WFCORE-1904:
-----------------------------------
Summary: Enviroment variable DEBUG_PORT doesn't work with standalone.bat
Key: WFCORE-1904
URL: https://issues.jboss.org/browse/WFCORE-1904
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Environment: windows
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Fix For: 3.0.0.Alpha11
This issue is blocked by JBEAP-5551 in 7.1.0.DR2. But I fixed standalone.conf.bat locally (I used fix from PR from JBEAP-5551) and port still can't be changed by env variable, see this example:
{noformat}
set DEBUG=true
set DEBUG_PORT=7878
C:\Users\Administrator\playground\7.1.0.DR2\jboss-eap-7.1\bin>standalone.bat
Calling "C:\Users\Administrator\playground\7.1.0.DR2\jboss-eap-7.1\bin\standalone.conf.bat"
Setting JAVA property to "C:\jdk1.8.0_45\bin\java"
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: "C:\Users\Administrator\playground\7.1.0.DR2\jboss-eap-7.1"
JAVA: "C:\jdk1.8.0_45\bin\java"
JAVA_OPTS: "-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogF
ileSize=3M -Xloggc: -XX:-TraceClassUnloading -Dprogram.name=standalone.bat -Xms1G -Xmx1G -XX:MetaspaceSize=96M -XX:MaxMetaspaceSiz
e=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -agentlib:jdwp=transport=dt_socket,address=87
87,server=y,suspend=n"
===============================================================================
Listening for transport dt_socket at address: 8787
{noformat}
8787 port is used. 7878 port should be used in this example.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 6 months
[JBoss JIRA] (WFLY-7406) Cleanup HornetQ xsd files in "docs/schema" directory
by Jeff Mesnil (JIRA)
Jeff Mesnil created WFLY-7406:
---------------------------------
Summary: Cleanup HornetQ xsd files in "docs/schema" directory
Key: WFLY-7406
URL: https://issues.jboss.org/browse/WFLY-7406
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.CR4
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Minor
The download zip for WildFly 10.0CR4 contains the xsd files for HornetQ messaging configurations in "docs/schema". Those are obsoleted by ActiveMQ and should be removed.
-jboss-as-messaging-deployment_1_0.xsd (deployment of a "-jms.xml" file according to this old schema will fail with an error anyway), replaced by "wildfly-messaging-activemq-deployment_1_0.xsd")
-jboss-as-messaging_x_y.xsd (server configuration files, replaced by "wildfly-messaging-activemq_1_0.xsd").
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 6 months