[JBoss JIRA] (DROOLS-2217) [DMN Editor] Context Entry Definition is not saved
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2217?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2217:
--------------------------------
Steps to Reproduce:
# Create new DMN diagram
# Add Decision node
# Open Decision node properties
# Configure this Decision node as Context Entry
# Save DMN diagram
# Check server log, there will be: [^error.log]
# Reopen the DMN Diagram
# Check the Decision node properties
# The Decision node won't be configured as a Context Entry more
was:
# Create new DMN diagram
# Add Decision node
# Open Decision node properties
# Configure this Decision node as Context Entry
# Save DMN diagram
# Reopen the DMN Diagram
# Check the Decision node properties
# The Decision node won't be configured as a Context Entry more
# Check server log, there will be: [^error.log]
> [DMN Editor] Context Entry Definition is not saved
> --------------------------------------------------
>
> Key: DROOLS-2217
> URL: https://issues.jboss.org/browse/DROOLS-2217
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.6.0.Final
> Reporter: Jozef Marko
> Assignee: Matteo Mortari
> Attachments: error.log
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ELY-1494) SecurityException: JCE cannot authenticate the provider WildFlyElytron
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/ELY-1494?page=com.atlassian.jira.plugin.s... ]
Jan Kalina commented on ELY-1494:
---------------------------------
Less hacky way would to be ensure generating JAR, its signing and running JUnit tests against it - but I has not find way to do it by reasonable way yet...
(currently no signing, surefire runs tests against directory of classes, not against generated jar - jar is generated after tests run)
> SecurityException: JCE cannot authenticate the provider WildFlyElytron
> ----------------------------------------------------------------------
>
> Key: ELY-1494
> URL: https://issues.jboss.org/browse/ELY-1494
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Testsuite
> Affects Versions: 1.2.0.Beta11
> Reporter: Martin Choma
>
> This happens on HP-UX in KeyStoreCredentialStoreTest. It probably related to ELY-1295 fix. Fix have to take HP-UX JDK in account as well.
>
> Btw. Isn't there more elegant way how to enable tests for PKCS12. Necessary hack seems to be problematic.
> {noformat}
> java.lang.SecurityException: JCE cannot authenticate the provider WildFlyElytron
> at javax.crypto.JceSecurity.getInstance(JceSecurity.java:118)
> at javax.crypto.SecretKeyFactory.getInstance(SecretKeyFactory.java:244)
> at org.wildfly.security.credential.store.impl.KeyStoreCredentialStoreTest.installWildFlyElytronProvider(KeyStoreCredentialStoreTest.java:117)
> Caused by: java.lang.SecurityException: Cannot verify jar:file:/hudson_workspace/workspace/wildfly-elytron-unit-tests/8cc93d85/wildfly-elytron/target/classes/!/
> at javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:448)
> at javax.crypto.JarVerifier.verifyJars(JarVerifier.java:363)
> at javax.crypto.JarVerifier.verify(JarVerifier.java:289)
> at javax.crypto.JceSecurity.verifyProviderJar(JceSecurity.java:164)
> at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:190)
> at javax.crypto.JceSecurity.getInstance(JceSecurity.java:114)
> ... 2 more
> Caused by: java.security.PrivilegedActionException: java.io.FileNotFoundException: /hudson_workspace/workspace/wildfly-elytron-unit-tests/8cc93d85/wildfly-elytron/target/classes (Is a directory)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:426)
> ... 7 more
> Caused by: java.io.FileNotFoundException: /hudson_workspace/workspace/wildfly-elytron-unit-tests/8cc93d85/wildfly-elytron/target/classes (Is a directory)
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(ZipFile.java:225)
> at java.util.zip.ZipFile.<init>(ZipFile.java:155)
> at java.util.jar.JarFile.<init>(JarFile.java:166)
> at java.util.jar.JarFile.<init>(JarFile.java:103)
> at javax.crypto.JarVerifier$2.run(JarVerifier.java:440)
> at javax.crypto.JarVerifier$2.run(JarVerifier.java:427)
> ... 9 more
> {noformat}
> [1] https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/EAP7/view/EAP7-...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ELY-1493) java.util.concurrent.TimeoutException on slow machines
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/ELY-1493?page=com.atlassian.jira.plugin.s... ]
Jan Kalina reassigned ELY-1493:
-------------------------------
Assignee: Jan Kalina
> java.util.concurrent.TimeoutException on slow machines
> ------------------------------------------------------
>
> Key: ELY-1493
> URL: https://issues.jboss.org/browse/ELY-1493
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Testsuite
> Affects Versions: 1.2.0.Beta11
> Reporter: Martin Choma
> Assignee: Jan Kalina
>
> On solaris 10 (slow machine) there occured timeout for task task2Future.get(1, TimeUnit.SECONDS) on line 492.
> Prolong timeout will probably reduce occurences.
> {noformat}
> java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException
> at org.wildfly.security.credential.store.KeystorePasswordStoreTest.testAccessFromMultipleCredentialStores(KeystorePasswordStoreTest.java:459)
> at org.wildfly.security.credential.store.KeystorePasswordStoreTest.testParallelAccessToCS(KeystorePasswordStoreTest.java:439)
> Caused by: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException
> at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
> at org.wildfly.security.credential.store.KeystorePasswordStoreTest.testAccessFromMultipleCredentialStores(KeystorePasswordStoreTest.java:457)
> ... 1 more
> Caused by: java.util.concurrent.TimeoutException
> at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
> at org.wildfly.security.credential.store.KeystorePasswordStoreTest$1.call(KeystorePasswordStoreTest.java:492)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
> at java.base/java.lang.Thread.run(Thread.java:844)
> {noformat}
> [1] https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/EAP7/view/EAP7-...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months