[JBoss JIRA] (WFWIP-128) Subsystem metrics names split in incorrect places
by Rostislav Svoboda (Jira)
[ https://issues.jboss.org/browse/WFWIP-128?page=com.atlassian.jira.plugin.... ]
Rostislav Svoboda commented on WFWIP-128:
-----------------------------------------
Hope it gets merged soon ;)
> Subsystem metrics names split in incorrect places
> -------------------------------------------------
>
> Key: WFWIP-128
> URL: https://issues.jboss.org/browse/WFWIP-128
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Metrics
> Reporter: Rostislav Svoboda
> Assignee: Jeff Mesnil
> Priority: Blocker
>
> Subsystem metrics names split (underscore) in incorrect places. So far I noticed these things in jgroups and messaging.
> Underscore is used in some attributes quite often, conversion of {{/}} to {{_}} adds some confusion.
> JGroups
> * jgroups_channel_ee_protocol_un_ic_as_t3 ...
> * jgroups_channel_ee_protocol_pbcast_gm_s_view ...
> * jgroups_channel_ee_protocol_fr_ag3_level ...
> * jgroups_channel_ee_protocol_fd_so_ck_id ...
> Messaging
> * jms_queue_dl_q ...
> {code}
> [standalone@localhost:10090 channel=ee] ls /subsystem=jgroups/channel=ee/protocol
> FD_ALL FRAG3 MFC UDP UNICAST3 pbcast.GMS pbcast.STABLE
> FD_SOCK MERGE3 PING UFC VERIFY_SUSPECT pbcast.NAKACK2
> [standalone@localhost:10090 channel=ee] ls /subsystem=jgroups/channel=ee/protocol=FD_SOCK
> after_creation_hook=undefined external_addr=undefined log_suspected_messages=true pingable_members=[rs]
> bind_addr=/127.0.0.1 external_port=0 members=(1) rs port_range=50
> cache_max_age=10000 get_cache_timeout=1000 node_crash_monitor_running=false sock_conn_timeout=1000
> cache_max_elements=200 id=2 num_suspect_events_generated=0 start_port=0
> client_bind_port=0 keep_alive=true num_suspected_members=0 stats=false
> client_bind_port_actual=0 level=undefined num_tries=3 suspect_msg_interval=5000
> ergonomics=true local_address=rs ping_dest=null suspected_members=[]
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFWIP-126) MP metrics not enabled for HA profiles
by Rostislav Svoboda (Jira)
[ https://issues.jboss.org/browse/WFWIP-126?page=com.atlassian.jira.plugin.... ]
Rostislav Svoboda commented on WFWIP-126:
-----------------------------------------
I can confirm MP Metrics are enabled also in ha standalone profiles
> MP metrics not enabled for HA profiles
> --------------------------------------
>
> Key: WFWIP-126
> URL: https://issues.jboss.org/browse/WFWIP-126
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Metrics
> Reporter: Rostislav Svoboda
> Assignee: Jeff Mesnil
> Priority: Blocker
>
> MP Metrics not enabled for HA profiles
> {code}
> grep 'org.wildfly.extension.microprofile.metrics-smallrye' dist/target/wildfly-15.0.0.Alpha1-SNAPSHOT/standalone/configuration/*.xml
> {code}
> MP Metrics enabled in:
> * standalone-full.xml
> * standalone.xml
> MP Metrics NOT enabled in:
> * standalone-ha.xml
> * standalone-full-ha.xml
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFWIP-124) java.lang.NumberFormatException: multiple points when accessing /metrics
by Rostislav Svoboda (Jira)
[ https://issues.jboss.org/browse/WFWIP-124?page=com.atlassian.jira.plugin.... ]
Rostislav Svoboda commented on WFWIP-124:
-----------------------------------------
I can confirm NumberFormatException is no longer present.
> java.lang.NumberFormatException: multiple points when accessing /metrics
> ------------------------------------------------------------------------
>
> Key: WFWIP-124
> URL: https://issues.jboss.org/browse/WFWIP-124
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Metrics
> Reporter: Rostislav Svoboda
> Assignee: Jeff Mesnil
> Priority: Blocker
>
> When accessing http://127.0.0.1:9990/metrics I see {{java.lang.NumberFormatException: multiple points}}
> Using build from WFLY-10712_microprofile_metrics-smallrye branch.
> {code}
> 15:38:26,657 INFO [stdout] (management I/O-2) metricName = /socket-binding-group/standard-sockets/socket-binding/management-http.bound-address
> 15:38:26,661 ERROR [stderr] (management I/O-2) java.lang.NumberFormatException: multiple points
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1914)
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/java.lang.Double.parseDouble(Double.java:543)
> 15:38:26,663 ERROR [stderr] (management I/O-2) at org.jboss.dmr@1.5.0.Final//org.jboss.dmr.StringModelValue.asDouble(StringModelValue.java:173)
> 15:38:26,663 ERROR [stderr] (management I/O-2) at org.jboss.dmr@1.5.0.Final//org.jboss.dmr.ModelNode.asDouble(ModelNode.java:405)
> 15:38:26,663 ERROR [stderr] (management I/O-2) at org.wildfly.extension.microprofile.metrics-smallrye@15.0.0.Alpha1-SNAPSHOT//org.wildfly.extension.microprofile.metrics.WildFlyMetricsRegistrationService$1.getValue(WildFlyMetricsRegistrationService.java:139)
> 15:38:26,664 ERROR [stderr] (management I/O-2) at org.wildfly.extension.microprofile.metrics-smallrye@15.0.0.Alpha1-SNAPSHOT//org.wildfly.extension.microprofile.metrics.WildFlyMetricsRegistrationService$1.getValue(WildFlyMetricsRegistrationService.java:129)
> 15:38:26,664 ERROR [stderr] (management I/O-2) at io.smallrye.metrics//io.smallrye.metrics.exporters.PrometheusExporter.createSimpleValueLine(PrometheusExporter.java:334)
> 15:38:26,664 ERROR [stderr] (management I/O-2) at io.smallrye.metrics//io.smallrye.metrics.exporters.PrometheusExporter.exposeEntries(PrometheusExporter.java:137)
> 15:38:26,664 ERROR [stderr] (management I/O-2) at io.smallrye.metrics//io.smallrye.metrics.exporters.PrometheusExporter.getEntriesForScope(PrometheusExporter.java:116)
> 15:38:26,665 ERROR [stderr] (management I/O-2) at io.smallrye.metrics//io.smallrye.metrics.exporters.PrometheusExporter.exportAllScopes(PrometheusExporter.java:85)
> 15:38:26,665 ERROR [stderr] (management I/O-2) at io.smallrye.metrics//io.smallrye.metrics.MetricsRequestHandler.handleRequest(MetricsRequestHandler.java:83)
> 15:38:26,666 ERROR [stderr] (management I/O-2) at org.wildfly.extension.microprofile.metrics-smallrye@15.0.0.Alpha1-SNAPSHOT//org.wildfly.extension.microprofile.metrics.MetricsContextService$1.handleRequest(MetricsContextService.java:82)
> 15:38:26,666 ERROR [stderr] (management I/O-2) at org.jboss.as.domain-http-interface@7.0.0.Alpha2//org.jboss.as.domain.http.server.security.RealmReadinessHandler.handleRequest(RealmReadinessHandler.java:51)
> 15:38:26,667 ERROR [stderr] (management I/O-2) at org.jboss.as.domain-http-interface@7.0.0.Alpha2//org.jboss.as.domain.http.server.security.ServerErrorReadinessHandler.handleRequest(ServerErrorReadinessHandler.java:35)
> 15:38:26,667 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94)
> 15:38:26,667 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.handlers.ChannelUpgradeHandler.handleRequest(ChannelUpgradeHandler.java:211)
> 15:38:26,667 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.handlers.cache.CacheHandler.handleRequest(CacheHandler.java:92)
> 15:38:26,668 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.handlers.error.SimpleErrorPageHandler.handleRequest(SimpleErrorPageHandler.java:78)
> 15:38:26,668 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.handlers.CanonicalPathHandler.handleRequest(CanonicalPathHandler.java:49)
> 15:38:26,668 ERROR [stderr] (management I/O-2) at org.jboss.as.domain-http-interface@7.0.0.Alpha2//org.jboss.as.domain.http.server.ManagementHttpRequestHandler.handleRequest(ManagementHttpRequestHandler.java:57)
> 15:38:26,668 ERROR [stderr] (management I/O-2) at org.jboss.as.domain-http-interface@7.0.0.Alpha2//org.jboss.as.domain.http.server.cors.CorsHttpHandler.handleRequest(CorsHttpHandler.java:75)
> 15:38:26,669 ERROR [stderr] (management I/O-2) at org.jboss.as.domain-http-interface@7.0.0.Alpha2//org.jboss.as.domain.http.server.ManagementHttpServer$UpgradeFixHandler.handleRequest(ManagementHttpServer.java:662)
> 15:38:26,669 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:360)
> 15:38:26,669 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.protocol.http.HttpReadListener.handleEventWithNoRunningRequest(HttpReadListener.java:255)
> 15:38:26,670 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.protocol.http.HttpReadListener.handleEvent(HttpReadListener.java:136)
> 15:38:26,670 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:147)
> 15:38:26,670 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:93)
> 15:38:26,671 ERROR [stderr] (management I/O-2) at io.undertow.core@2.0.13.Final//io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:52)
> 15:38:26,671 ERROR [stderr] (management I/O-2) at org.jboss.xnio@3.6.5.Final//org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
> 15:38:26,671 ERROR [stderr] (management I/O-2) at org.jboss.xnio@3.6.5.Final//org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:291)
> 15:38:26,671 ERROR [stderr] (management I/O-2) at org.jboss.xnio@3.6.5.Final//org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:286)
> 15:38:26,672 ERROR [stderr] (management I/O-2) at org.jboss.xnio@3.6.5.Final//org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
> 15:38:26,672 ERROR [stderr] (management I/O-2) at org.jboss.xnio.nio@3.6.5.Final//org.xnio.nio.QueuedNioTcpServer$1.run(QueuedNioTcpServer.java:131)
> 15:38:26,672 ERROR [stderr] (management I/O-2) at org.jboss.xnio.nio@3.6.5.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
> 15:38:26,672 ERROR [stderr] (management I/O-2) at org.jboss.xnio.nio@3.6.5.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
> {code}
> This happens with every hit of metrics endpoint, marking as Blocker. We need to have "clear" logs.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3233) After clicking on an instance header, right panel still contains previous data
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3233?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi updated DROOLS-3233:
-------------------------------------
Parent: DROOLS-3246
Security: (was: Red Hat Internal)
Issue Type: Sub-task (was: Bug)
> After clicking on an instance header, right panel still contains previous data
> ------------------------------------------------------------------------------
>
> Key: DROOLS-3233
> URL: https://issues.jboss.org/browse/DROOLS-3233
> Project: Drools
> Issue Type: Sub-task
> Components: Scenario Simulation and Testing
> Reporter: Klara Kufova
> Assignee: Gabriele Cardosi
> Priority: Minor
> Labels: ScenarioSimulation
> Attachments: screencast-11-02-2018-2.webm
>
>
> If the user clicks on a property header, the right panel contains the list of all properties of the corresponding instance. However, if the user then clicks on a different instance header, the data doesn't change. See the attached screencast for more details.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3246) Fix click on instance header
by Gabriele Cardosi (Jira)
Gabriele Cardosi created DROOLS-3246:
----------------------------------------
Summary: Fix click on instance header
Key: DROOLS-3246
URL: https://issues.jboss.org/browse/DROOLS-3246
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Fix the left click behavior on instance header
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFLY-11074) Enhance file permissions on Wildfly distribution
by Romain Pelisse (Jira)
[ https://issues.jboss.org/browse/WFLY-11074?page=com.atlassian.jira.plugin... ]
Romain Pelisse reassigned WFLY-11074:
-------------------------------------
Assignee: (was: Romain Pelisse)
> Enhance file permissions on Wildfly distribution
> -------------------------------------------------
>
> Key: WFLY-11074
> URL: https://issues.jboss.org/browse/WFLY-11074
> Project: WildFly
> Issue Type: Enhancement
> Components: Build System
> Affects Versions: 14.0.0.Final
> Reporter: Romain Pelisse
> Priority: Minor
>
> I've been trying to tweak some file permissions on the distribution of Wildfly (zipfile and folder), to reduce their accessibility:
> A) directories readable for others:
> files affected: bin, domain, migration,standalone, bin/client, docs/examples, docs/licenses
> Current file Permissions: rwxr-xr-x
> Target: rwxr-x--x
> B) no 'x' privileges for members of the others group
> files affected: domain/tmp, standalone/tmp"
> Current file Permissions: rwxrwx---
> Target: rwxrwx--x
> C) unneeded 'x' privileges on libwfssl.so
> modules/system/layers/base/org/wildfly/openssl/main/lib/linux-i386/libwfssl.so
> Current file Permissions: rwxrwxr-x
> Target: rw-rw-r--
> I have failed to implement those changes because updating to the [feature-pack.xml|https://github.com/wildfly/wildfly/blob/883115ea2168343e...] does not changes the permissions as expected. Indeed instead of ending up with a 755 mask the files ends up with a 775 mask. At first, it was a minor bug in the Wildfly Maven Build plugin, but debugging through it, I found out the related code is not even invoked for those particular files.
> I also double check that the issue was not in the [Galleon Plugin|https://github.com/wildfly/galleon-plugins/blob/master/galleon-plu...], as it seems some posix file changes also happens there.
> At last, I've try to modify the numerous 'assembly.xml' living inside the project, but without any success. Does anyone know where and how I should implement those minor changes?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (ELY-1708) java.lang.NoSuchFieldError: state on jdk 1.8.0_191
by Martin Choma (Jira)
[ https://issues.jboss.org/browse/ELY-1708?page=com.atlassian.jira.plugin.s... ]
Martin Choma updated ELY-1708:
------------------------------
Description:
- on oracle/openjdk java version "1.8.0_181" it was ok on oracle/openjdk java version "1.8.0_191" it fails
- I have checked oracle jdk 1.8.0_191 release notes and this seems relevant to this issue https://bugs.java.com/view_bug.do?bug_id=JDK-8074462
- problem posted on openjdk mailing list security-dev http://mail.openjdk.java.net/pipermail/security-dev/2018-November/018667....
- I have seen so far only in FIPS TS (BC and PKCS11)
- I dont see on oracle/openjdk jdk 11
- I have reported to oracle but get no link to issue tracker back. They just told me "We will contact you if needed" :)
- similar problem https://youtrack.jetbrains.com/issue/JT-49978
{noformat}
21:19:11 java.lang.NoSuchFieldError: state
21:19:11 at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:198)
21:19:11 at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
21:19:11 at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
21:19:11 at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
21:19:11 at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
{noformat}
was:
- on oracle/openjdk java version "1.8.0_181" it was ok on oracle/openjdk java version "1.8.0_191" it fails
- I have checked oracle jdk 1.8.0_191 release notes and this seems relevant to this issue https://bugs.java.com/view_bug.do?bug_id=JDK-8074462
- I have seen so far only in FIPS TS (BC and PKCS11)
- I dont see on oracle/openjdk jdk 11
- I have reported to oracle but get no link to issue tracker back. They just told me "We will contact you if needed" :)
- similar problem https://youtrack.jetbrains.com/issue/JT-49978
{noformat}
21:19:11 java.lang.NoSuchFieldError: state
21:19:11 at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:198)
21:19:11 at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
21:19:11 at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
21:19:11 at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
21:19:11 at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
{noformat}
> java.lang.NoSuchFieldError: state on jdk 1.8.0_191
> --------------------------------------------------
>
> Key: ELY-1708
> URL: https://issues.jboss.org/browse/ELY-1708
> Project: WildFly Elytron
> Issue Type: Bug
> Components: SSL
> Affects Versions: 1.7.0.CR3
> Reporter: Martin Choma
> Priority: Blocker
>
> - on oracle/openjdk java version "1.8.0_181" it was ok on oracle/openjdk java version "1.8.0_191" it fails
> - I have checked oracle jdk 1.8.0_191 release notes and this seems relevant to this issue https://bugs.java.com/view_bug.do?bug_id=JDK-8074462
> - problem posted on openjdk mailing list security-dev http://mail.openjdk.java.net/pipermail/security-dev/2018-November/018667....
> - I have seen so far only in FIPS TS (BC and PKCS11)
> - I dont see on oracle/openjdk jdk 11
> - I have reported to oracle but get no link to issue tracker back. They just told me "We will contact you if needed" :)
> - similar problem https://youtrack.jetbrains.com/issue/JT-49978
> {noformat}
> 21:19:11 java.lang.NoSuchFieldError: state
> 21:19:11 at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:198)
> 21:19:11 at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
> 21:19:11 at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
> 21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
> 21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (ELY-1708) java.lang.NoSuchFieldError: state on jdk 1.8.0_191
by Martin Choma (Jira)
[ https://issues.jboss.org/browse/ELY-1708?page=com.atlassian.jira.plugin.s... ]
Martin Choma updated ELY-1708:
------------------------------
Description:
- on oracle/openjdk java version "1.8.0_181" it was ok on oracle/openjdk java version "1.8.0_191" it fails
- I have checked oracle jdk 1.8.0_191 release notes and this seems relevant to this issue https://bugs.java.com/view_bug.do?bug_id=JDK-8074462
- I have seen so far only in FIPS TS (BC and PKCS11)
- I dont see on oracle/openjdk jdk 11
- I have reported to oracle but get no link to issue tracker back. They just told me "We will contact you if needed" :)
- similar problem https://youtrack.jetbrains.com/issue/JT-49978
{noformat}
21:19:11 java.lang.NoSuchFieldError: state
21:19:11 at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:198)
21:19:11 at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
21:19:11 at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
21:19:11 at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
21:19:11 at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
{noformat}
was:
- on oracle java version "1.8.0_181" it was ok on oracle java version "1.8.0_191" it fails
- I have checked oracle jdk 1.8.0_191 release notes and this seems relevant to this issue https://bugs.java.com/view_bug.do?bug_id=JDK-8074462
- I have seen so far only in FIPS TS (BC and PKCS11)
- I dont see on openjdk
- I dont see on oracle jdk 11
- I have reported to oracle but get no link to issue tracker back. They just told me "We will contact you if needed" :)
- similar problem https://youtrack.jetbrains.com/issue/JT-49978
{noformat}
21:19:11 java.lang.NoSuchFieldError: state
21:19:11 at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:198)
21:19:11 at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
21:19:11 at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
21:19:11 at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
21:19:11 at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
{noformat}
> java.lang.NoSuchFieldError: state on jdk 1.8.0_191
> --------------------------------------------------
>
> Key: ELY-1708
> URL: https://issues.jboss.org/browse/ELY-1708
> Project: WildFly Elytron
> Issue Type: Bug
> Components: SSL
> Affects Versions: 1.7.0.CR3
> Reporter: Martin Choma
> Priority: Blocker
>
> - on oracle/openjdk java version "1.8.0_181" it was ok on oracle/openjdk java version "1.8.0_191" it fails
> - I have checked oracle jdk 1.8.0_191 release notes and this seems relevant to this issue https://bugs.java.com/view_bug.do?bug_id=JDK-8074462
> - I have seen so far only in FIPS TS (BC and PKCS11)
> - I dont see on oracle/openjdk jdk 11
> - I have reported to oracle but get no link to issue tracker back. They just told me "We will contact you if needed" :)
> - similar problem https://youtrack.jetbrains.com/issue/JT-49978
> {noformat}
> 21:19:11 java.lang.NoSuchFieldError: state
> 21:19:11 at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:198)
> 21:19:11 at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
> 21:19:11 at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
> 21:19:11 at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
> 21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
> 21:19:11 at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months