[jira] [Work logged] (ARTEMIS-4449) [DOC] Fix url parameter separator in acceptor configuration

2023-10-02 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4449?focusedWorklogId=882925=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-882925
 ]

ASF GitHub Bot logged work on ARTEMIS-4449:
---

Author: ASF GitHub Bot
Created on: 02/Oct/23 14:01
Start Date: 02/Oct/23 14:01
Worklog Time Spent: 10m 
  Work Description: jbertram merged PR #4640:
URL: https://github.com/apache/activemq-artemis/pull/4640




Issue Time Tracking
---

Worklog Id: (was: 882925)
Time Spent: 40m  (was: 0.5h)

> [DOC] Fix url parameter separator in acceptor configuration
> ---
>
> Key: ARTEMIS-4449
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4449
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Nandor Soma Abonyi
>Priority: Minor
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When simply `&` is used in the xml configuration according to the 
> [documentation|#configuring-netty-ssl], `org.xml.sax.SAXParseException` will 
> occur. Instead `&` or simply `;` should be used. I prefer the latter as the 
> default configuration uses that character anyway.
> Tldr. In case of
> {code:java}
>  name="netty">tcp://localhost:61617?sslEnabled=true=/path
>  {code}
> this error is raised:
> {code:java}
> Fatal Error] :182:83: The reference to entity "keyStorePath" must end with 
> the ';' delimiter.
> org.xml.sax.SAXParseException; lineNumber: 182; columnNumber: 83; The 
> reference to entity "keyStorePath" must end with the ';' delimiter.
> at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:262)
> at 
> java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.readerToElement(XMLUtil.java:91)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.streamToElement(XMLUtil.java:64)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.urlToElement(XMLUtil.java:73)
> at 
> org.apache.activemq.artemis.core.config.FileDeploymentManager.readConfiguration(FileDeploymentManager.java:71)
> at 
> org.apache.activemq.artemis.integration.FileBroker.createComponents(FileBroker.java:120)
> at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:119)
> at 
> org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:214)
> at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:164)
> at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> at java.base/java.lang.reflect.Method.invoke(Method.java:580)
> at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:144)
> at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61) 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4449) [DOC] Fix url parameter separator in acceptor configuration

2023-10-02 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4449?focusedWorklogId=882924=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-882924
 ]

ASF GitHub Bot logged work on ARTEMIS-4449:
---

Author: ASF GitHub Bot
Created on: 02/Oct/23 14:00
Start Date: 02/Oct/23 14:00
Worklog Time Spent: 10m 
  Work Description: jbertram commented on PR #4640:
URL: 
https://github.com/apache/activemq-artemis/pull/4640#issuecomment-1743074004

   @nandorsoma, this looks great. No changes necessary. Thanks!




Issue Time Tracking
---

Worklog Id: (was: 882924)
Time Spent: 0.5h  (was: 20m)

> [DOC] Fix url parameter separator in acceptor configuration
> ---
>
> Key: ARTEMIS-4449
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4449
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Nandor Soma Abonyi
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When simply `&` is used in the xml configuration according to the 
> [documentation|#configuring-netty-ssl], `org.xml.sax.SAXParseException` will 
> occur. Instead `&` or simply `;` should be used. I prefer the latter as the 
> default configuration uses that character anyway.
> Tldr. In case of
> {code:java}
>  name="netty">tcp://localhost:61617?sslEnabled=true=/path
>  {code}
> this error is raised:
> {code:java}
> Fatal Error] :182:83: The reference to entity "keyStorePath" must end with 
> the ';' delimiter.
> org.xml.sax.SAXParseException; lineNumber: 182; columnNumber: 83; The 
> reference to entity "keyStorePath" must end with the ';' delimiter.
> at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:262)
> at 
> java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.readerToElement(XMLUtil.java:91)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.streamToElement(XMLUtil.java:64)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.urlToElement(XMLUtil.java:73)
> at 
> org.apache.activemq.artemis.core.config.FileDeploymentManager.readConfiguration(FileDeploymentManager.java:71)
> at 
> org.apache.activemq.artemis.integration.FileBroker.createComponents(FileBroker.java:120)
> at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:119)
> at 
> org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:214)
> at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:164)
> at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> at java.base/java.lang.reflect.Method.invoke(Method.java:580)
> at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:144)
> at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61) 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4449) [DOC] Fix url parameter separator in acceptor configuration

2023-10-02 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4449?focusedWorklogId=882922=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-882922
 ]

ASF GitHub Bot logged work on ARTEMIS-4449:
---

Author: ASF GitHub Bot
Created on: 02/Oct/23 13:56
Start Date: 02/Oct/23 13:56
Worklog Time Spent: 10m 
  Work Description: nandorsoma commented on PR #4640:
URL: 
https://github.com/apache/activemq-artemis/pull/4640#issuecomment-1743066399

   As this is my first pull request in the activemq community, I'm not familiar 
with the processes here. Please tell me if I need to do anything differently.




Issue Time Tracking
---

Worklog Id: (was: 882922)
Time Spent: 20m  (was: 10m)

> [DOC] Fix url parameter separator in acceptor configuration
> ---
>
> Key: ARTEMIS-4449
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4449
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Nandor Soma Abonyi
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When simply `&` is used in the xml configuration according to the 
> [documentation|#configuring-netty-ssl], `org.xml.sax.SAXParseException` will 
> occur. Instead `&` or simply `;` should be used. I prefer the latter as the 
> default configuration uses that character anyway.
> Tldr. In case of
> {code:java}
>  name="netty">tcp://localhost:61617?sslEnabled=true=/path
>  {code}
> this error is raised:
> {code:java}
> Fatal Error] :182:83: The reference to entity "keyStorePath" must end with 
> the ';' delimiter.
> org.xml.sax.SAXParseException; lineNumber: 182; columnNumber: 83; The 
> reference to entity "keyStorePath" must end with the ';' delimiter.
> at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:262)
> at 
> java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.readerToElement(XMLUtil.java:91)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.streamToElement(XMLUtil.java:64)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.urlToElement(XMLUtil.java:73)
> at 
> org.apache.activemq.artemis.core.config.FileDeploymentManager.readConfiguration(FileDeploymentManager.java:71)
> at 
> org.apache.activemq.artemis.integration.FileBroker.createComponents(FileBroker.java:120)
> at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:119)
> at 
> org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:214)
> at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:164)
> at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> at java.base/java.lang.reflect.Method.invoke(Method.java:580)
> at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:144)
> at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61) 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4449) [DOC] Fix url parameter separator in acceptor configuration

2023-10-02 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4449?focusedWorklogId=882921=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-882921
 ]

ASF GitHub Bot logged work on ARTEMIS-4449:
---

Author: ASF GitHub Bot
Created on: 02/Oct/23 13:54
Start Date: 02/Oct/23 13:54
Worklog Time Spent: 10m 
  Work Description: nandorsoma opened a new pull request, #4640:
URL: https://github.com/apache/activemq-artemis/pull/4640

   https://issues.apache.org/jira/browse/ARTEMIS-4449




Issue Time Tracking
---

Worklog Id: (was: 882921)
Remaining Estimate: 0h
Time Spent: 10m

> [DOC] Fix url parameter separator in acceptor configuration
> ---
>
> Key: ARTEMIS-4449
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4449
> Project: ActiveMQ Artemis
>  Issue Type: Improvement
>Reporter: Nandor Soma Abonyi
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When simply `&` is used in the xml configuration according to the 
> [documentation|#configuring-netty-ssl], `org.xml.sax.SAXParseException` will 
> occur. Instead `&` or simply `;` should be used. I prefer the latter as the 
> default configuration uses that character anyway.
> Tldr. In case of
> {code:java}
>  name="netty">tcp://localhost:61617?sslEnabled=true=/path
>  {code}
> this error is raised:
> {code:java}
> Fatal Error] :182:83: The reference to entity "keyStorePath" must end with 
> the ';' delimiter.
> org.xml.sax.SAXParseException; lineNumber: 182; columnNumber: 83; The 
> reference to entity "keyStorePath" must end with the ';' delimiter.
> at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:262)
> at 
> java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.readerToElement(XMLUtil.java:91)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.streamToElement(XMLUtil.java:64)
> at 
> org.apache.activemq.artemis.utils.XMLUtil.urlToElement(XMLUtil.java:73)
> at 
> org.apache.activemq.artemis.core.config.FileDeploymentManager.readConfiguration(FileDeploymentManager.java:71)
> at 
> org.apache.activemq.artemis.integration.FileBroker.createComponents(FileBroker.java:120)
> at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:119)
> at 
> org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:214)
> at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:164)
> at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> at java.base/java.lang.reflect.Method.invoke(Method.java:580)
> at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:144)
> at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61) 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)