[JBoss JIRA] (JGRP-2311) tshark/wireshark support
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2311?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-2311:
--------------------------------
Support live data feed from tshark, tcpdump and wireshark. Add section to manual to show how to do this with all 3 tools.
> tshark/wireshark support
> ------------------------
>
> Key: JGRP-2311
> URL: https://issues.jboss.org/browse/JGRP-2311
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.1.0
>
> Attachments: tshark-convert.py
>
>
> 1. Dump contents of wireshark/tahsrk/tcpdump-generated (PCAP) files (using {{ParseMessages}}
> 2. Do this dynamically, e.g. `tshark -Tfields -e data` | java ParseMessages
> In the second instantiation, ParseMessages would read packets from stdin.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 5 months
[JBoss JIRA] (JGRP-2311) tshark/wireshark support
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2311?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-2311:
---------------------------
Fix Version/s: 4.1.0
(was: 4.1.1)
> tshark/wireshark support
> ------------------------
>
> Key: JGRP-2311
> URL: https://issues.jboss.org/browse/JGRP-2311
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.1.0
>
> Attachments: tshark-convert.py
>
>
> 1. Dump contents of wireshark/tahsrk/tcpdump-generated (PCAP) files (using {{ParseMessages}}
> 2. Do this dynamically, e.g. `tshark -Tfields -e data` | java ParseMessages
> In the second instantiation, ParseMessages would read packets from stdin.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 5 months
[JBoss JIRA] (WFLY-12039) Non EE Component submitted tasks missing context class loader
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-12039?page=com.atlassian.jira.plugin... ]
Eduardo Martins updated WFLY-12039:
-----------------------------------
Priority: Major (was: Blocker)
> Non EE Component submitted tasks missing context class loader
> -------------------------------------------------------------
>
> Key: WFLY-12039
> URL: https://issues.jboss.org/browse/WFLY-12039
> Project: WildFly
> Issue Type: Enhancement
> Components: Concurrency Utilities
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
> Labels: regression
>
> Peeking at the context class loader from code running in an EE concurrent thread results in {{null}} as opposed to the class loader submitting the task.
> EAP 7.2.1
> {noformat}
> 18:48:37,385 ERROR [stderr] (pool-8-thread-1) **** ModuleClassLoader for Module "deployment.ba192ed9-650f-4239-9551-adeb19f3f640.jar" from Service Module Loader
> 18:48:37,388 ERROR [stderr] (pool-8-thread-1) ***** null
> {noformat}
> EAP 7.2.0
> {noformat}
> 19:05:43,353 ERROR [stderr] (pool-7-thread-1) **** ModuleClassLoader for Module "deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module Loader
> 19:05:43,356 ERROR [stderr] (pool-7-thread-1) ***** ModuleClassLoader for Module "deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module Loader
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 5 months
[JBoss JIRA] (WFLY-12039) (7.2.z) EE concurrent threads miss having correct context class loader
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-12039?page=com.atlassian.jira.plugin... ]
Eduardo Martins moved JBEAP-16822 to WFLY-12039:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-12039 (was: JBEAP-16822)
Issue Type: Enhancement (was: Bug)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Concurrency Utilities
(was: Concurrency Utilities)
Steps to Reproduce: (was: See https://issues.jboss.org/secure/attachment/12450101/0001-Fiddling-with-th...)
Affects Version/s: (was: 7.2.1.CR2)
> (7.2.z) EE concurrent threads miss having correct context class loader
> ----------------------------------------------------------------------
>
> Key: WFLY-12039
> URL: https://issues.jboss.org/browse/WFLY-12039
> Project: WildFly
> Issue Type: Enhancement
> Components: Concurrency Utilities
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Blocker
> Labels: regression
>
> Peeking at the context class loader from code running in an EE concurrent thread results in {{null}} as opposed to the class loader submitting the task.
> EAP 7.2.1
> {noformat}
> 18:48:37,385 ERROR [stderr] (pool-8-thread-1) **** ModuleClassLoader for Module "deployment.ba192ed9-650f-4239-9551-adeb19f3f640.jar" from Service Module Loader
> 18:48:37,388 ERROR [stderr] (pool-8-thread-1) ***** null
> {noformat}
> EAP 7.2.0
> {noformat}
> 19:05:43,353 ERROR [stderr] (pool-7-thread-1) **** ModuleClassLoader for Module "deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module Loader
> 19:05:43,356 ERROR [stderr] (pool-7-thread-1) ***** ModuleClassLoader for Module "deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module Loader
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 5 months
[JBoss JIRA] (WFLY-12039) Non EE Component submitted tasks missing context class loader
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-12039?page=com.atlassian.jira.plugin... ]
Eduardo Martins updated WFLY-12039:
-----------------------------------
Summary: Non EE Component submitted tasks missing context class loader (was: (7.2.z) EE concurrent threads miss having correct context class loader)
> Non EE Component submitted tasks missing context class loader
> -------------------------------------------------------------
>
> Key: WFLY-12039
> URL: https://issues.jboss.org/browse/WFLY-12039
> Project: WildFly
> Issue Type: Enhancement
> Components: Concurrency Utilities
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Blocker
> Labels: regression
>
> Peeking at the context class loader from code running in an EE concurrent thread results in {{null}} as opposed to the class loader submitting the task.
> EAP 7.2.1
> {noformat}
> 18:48:37,385 ERROR [stderr] (pool-8-thread-1) **** ModuleClassLoader for Module "deployment.ba192ed9-650f-4239-9551-adeb19f3f640.jar" from Service Module Loader
> 18:48:37,388 ERROR [stderr] (pool-8-thread-1) ***** null
> {noformat}
> EAP 7.2.0
> {noformat}
> 19:05:43,353 ERROR [stderr] (pool-7-thread-1) **** ModuleClassLoader for Module "deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module Loader
> 19:05:43,356 ERROR [stderr] (pool-7-thread-1) ***** ModuleClassLoader for Module "deployment.fc066443-c05f-4ede-abc7-b49e7991eae3.jar" from Service Module Loader
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 5 months
[JBoss JIRA] (WFCORE-4457) Default SSLContext testing in SubsystemTransformersTestCase affecting downloads.
by Darran Lofthouse (Jira)
Darran Lofthouse created WFCORE-4457:
----------------------------------------
Summary: Default SSLContext testing in SubsystemTransformersTestCase affecting downloads.
Key: WFCORE-4457
URL: https://issues.jboss.org/browse/WFCORE-4457
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 9.0.0.Beta4
In certain environments this is causing failures such as: -
{noformat}
[ERROR] testRejectingTransformersEAP720(org.wildfly.extension.elytron.SubsystemTransformerTestCase) Time elapsed: 1.17 s <<< ERROR!
java.lang.RuntimeException: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.wildfly.core:wildfly-elytron-integration:jar:6.0.1.Final from/to product-repository (https://maven.repository.redhat.com/ga/): sun.security.validator.ValidatorException: No trusted certificate found
at org.jboss.as.model.test.MavenUtil.createMavenGavURL(MavenUtil.java:142)
at org.jboss.as.model.test.ChildFirstClassLoaderBuilder.addMavenResourceURL(ChildFirstClassLoaderBuilder.java:198)
at org.jboss.as.subsystem.test.SubsystemTestDelegate$LegacyKernelServiceInitializerImpl.addMavenResourceURL(SubsystemTestDelegate.java:717)
at org.wildfly.extension.elytron.SubsystemTransformerTestCase.testRejectingTransformers(SubsystemTransformerTestCase.java:178)
at org.wildfly.extension.elytron.SubsystemTransformerTestCase.testRejectingTransformersEAP720(SubsystemTransformerTestCase.java:90)
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.wildfly.core:wildfly-elytron-integration:jar:6.0.1.Final from/to product-repository (https://maven.repository.redhat.com/ga/): sun.security.validator.ValidatorException: No trusted certificate found
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:422)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:224)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:201)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:260)
at org.jboss.as.model.test.MavenUtil.createMavenGavURL(MavenUtil.java:140)
... 4 more
Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.wildfly.core:wildfly-elytron-integration:jar:6.0.1.Final from/to product-repository (https://maven.repository.redhat.com/ga/): sun.security.validator.ValidatorException: No trusted certificate found
at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:52)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:365)
at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:75)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:583)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:259)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:498)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:399)
... 8 more
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
at org.apache.http.conn.ssl.SSLSocketFactory.createLayeredSocket(SSLSocketFactory.java:573)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:557)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:414)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:326)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at org.apache.http.impl.client.DecompressingHttpClient.execute(DecompressingHttpClient.java:164)
at org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:296)
at org.eclipse.aether.transport.http.HttpTransporter.implPeek(HttpTransporter.java:240)
at org.eclipse.aether.spi.connector.transport.AbstractTransporter.peek(AbstractTransporter.java:51)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PeekTaskRunner.runTask(BasicRepositoryConnector.java:386)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:360)
... 13 more
Caused by: sun.security.validator.ValidatorException: No trusted certificate found
at org.wildfl
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 5 months
[JBoss JIRA] (DROOLS-3946) Create reproducer for kjar issue in Quarkus
by Edoardo Vacchi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3946?page=com.atlassian.jira.plugi... ]
Edoardo Vacchi resolved DROOLS-3946.
------------------------------------
Resolution: Done
created reproducer https://github.com/evacchi/quarkus-maven-packaging-bug
> Create reproducer for kjar issue in Quarkus
> --------------------------------------------
>
> Key: DROOLS-3946
> URL: https://issues.jboss.org/browse/DROOLS-3946
> Project: Drools
> Issue Type: Task
> Reporter: Edoardo Vacchi
> Assignee: Edoardo Vacchi
> Priority: Major
> Labels: drools-core, submarine
>
> Our Maven plugin uses the custom packaging type kjar and we're getting this error for mvn compile quarkus:dev
> {code}
> [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:0.13.1:dev (default-cli) on project drools-quarkus-example: Failed to run: Failed to resolve Quarkus application model: Failed to resolve dependencies for org.submarine:drools-quarkus-example:kjar:8.0.0-SNAPSHOT: Could not find artifact org.submarine:drools-quarkus-example:kjar:8.0.0-SNAPSHOT -> [Help 1]
> {code}
> the error goes away if I mvn install the project before I mvn quarkus:dev which I assume is unexpected.
> *Deliverable:* create a reproducer and submit an issue to Quarkus
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 5 months