[JBoss JIRA] (ELY-1490) Java 9: Test fails on Oracle 9.0.4 and later due to SHA-1 usage
by David Lloyd (JIRA)
[ https://issues.jboss.org/browse/ELY-1490?page=com.atlassian.jira.plugin.s... ]
David Lloyd resolved ELY-1490.
------------------------------
Resolution: Done
> Java 9: Test fails on Oracle 9.0.4 and later due to SHA-1 usage
> ---------------------------------------------------------------
>
> Key: ELY-1490
> URL: https://issues.jboss.org/browse/ELY-1490
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Testsuite
> Reporter: David Lloyd
> Assignee: David Lloyd
> Labels: Java9
> Fix For: 1.2.0.Beta12
>
>
> The error is:
> {noformat}
> [ERROR] Tests run: 30, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.197 s <<< FAILURE! - in org.wildfly.security.asn1.DEREncoderTest
> [ERROR] testEncodeDSAKey(org.wildfly.security.asn1.DEREncoderTest) Time elapsed: 0.053 s <<< ERROR!
> java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
> at java.base/java.security.Signature$Delegate.init(Signature.java:1178)
> at java.base/java.security.Signature$Delegate.chooseProvider(Signature.java:1138)
> at java.base/java.security.Signature$Delegate.engineInitSign(Signature.java:1202)
> at java.base/java.security.Signature.initSign(Signature.java:545)
> at org.wildfly.security.asn1.DEREncoderTest.testEncodeDSAKey(DEREncoderTest.java:426)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-3513:
-------------------------------------
Component/s: Domain Management
(was: Server)
> StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Dmitrii Tikhomirov
>
> In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> {noformat}
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3516) Provide certificate authority integration
by Darran Lofthouse (JIRA)
Darran Lofthouse created WFCORE-3516:
----------------------------------------
Summary: Provide certificate authority integration
Key: WFCORE-3516
URL: https://issues.jboss.org/browse/WFCORE-3516
Project: WildFly Core
Issue Type: Feature Request
Components: Security
Affects Versions: 4.0.0.Alpha2
Reporter: Darran Lofthouse
Assignee: Farah Juma
Let's Encrypt provide API to fully automate (gain/renew) certificate retrieval using ACME protocol. Integrate this capability into wildfly.
This can simplify administrator work. No need to perform certification renewal routine tasks.
This is follow up on WFCORE-3305 and piece of bigger task "Simplify SSL configuration in wildfly". That said it is just "User experience" issue. Administrator still can work with Let's Encrypt by third party client and just reference wildfly to this certificate.
[1] Latest draft: https://tools.ietf.org/html/draft-ietf-acme-acme-09
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9272) CDI events not clustered
by kobogian hitis (JIRA)
[ https://issues.jboss.org/browse/WFLY-9272?page=com.atlassian.jira.plugin.... ]
kobogian hitis commented on WFLY-9272:
--------------------------------------
Can Wildfly team please confirm that CDI events are not by default replicated, on full-ha profile,
because I cannot find any documentation stating the one or another.
In my case I really want them not to be clustered in full-ha.
> CDI events not clustered
> ------------------------
>
> Key: WFLY-9272
> URL: https://issues.jboss.org/browse/WFLY-9272
> Project: WildFly
> Issue Type: Feature Request
> Components: CDI / Weld, Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Giovanni Lovato
>
> When an EAR is deployed on a server group in full-ha profile, CDI events ({{javax.enterprise.event.Event}}) fired from a node are notified only to observer threads in the same node.
> This limits the use of CDI events in distributed application, when events fired by users balanced on one node are missed by users balanced on other nodes.
> In Payara this is already possibile for {{Serializable}} paylaods using annotations (see https://payara.gitbooks.io/payara-server/content/documentation/extended-d...).
> It would be really useful to have this in WildFly too.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3513) StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
by Dmitrii Tikhomirov (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3513?page=com.atlassian.jira.plugi... ]
Dmitrii Tikhomirov reassigned WFCORE-3513:
------------------------------------------
Assignee: Dmitrii Tikhomirov (was: Yeray Borges)
> StringIndexOutOfBoundsException if config file with wrong name is present in 'standalone_xml_history/snapshot' folder
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3513
> URL: https://issues.jboss.org/browse/WFCORE-3513
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.8.Final
> Environment: The issue is reproduce able in 'wildfly-11.0.0.Final'
> Reporter: Jörg Bäsner
> Assignee: Dmitrii Tikhomirov
>
> In case a file not named as *yyyyMMdd-HHmmssSSSname.xml* is present in the _snapshot_ folder, the server start abort with a StringIndexOutOfBoundsException.
> {noformat}
> wildfly-11.0.0.Final $ ./bin/standalone.sh --admin-only -c standalone.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/jbaesner/wildfly-nightly/wildfly-11.0.0.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 12:21:09,710 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
> java.lang.StringIndexOutOfBoundsException: String index out of range: -4
> at java.lang.String.substring(String.java:1931)
> at org.jboss.as.controller.persistence.ConfigurationFile.findMainFileFromSnapshotPrefix(ConfigurationFile.java:403)
> at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
> at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:176)
> at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:454)
> at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
> at org.jboss.as.server.Main.main(Main.java:95)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> 12:21:10,047 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months