[JBoss JIRA] (DROOLS-3702) [Stunner] Arrows are incorrectly positioned when save-open diagram
by Daniel José dos Santos (Jira)
[ https://issues.jboss.org/browse/DROOLS-3702?page=com.atlassian.jira.plugi... ]
Daniel José dos Santos updated DROOLS-3702:
-------------------------------------------
Issue Type: Bug (was: Enhancement)
> [Stunner] Arrows are incorrectly positioned when save-open diagram
> ------------------------------------------------------------------
>
> Key: DROOLS-3702
> URL: https://issues.jboss.org/browse/DROOLS-3702
> Project: Drools
> Issue Type: Bug
> Reporter: Daniel José dos Santos
> Assignee: Roger Martínez
> Priority: Major
> Attachments: weird_arrow.gif
>
>
> 1. Add a `Decision Node`
> 2. Add a `Input Data Node` bellow `Decision Node`
> 3. Connect `Input Data Node` to `Decision Node`
> 4. Save
> 5. Close
> 6. Open againThe arrow from `Input Data Node` to `Decision Node` will be at right of the `Decision Node` and if you move the `Input Data Node`, the arrow is not repositioned.
> I noticed this in DMN Showcase and in drools-wb.
> And if you add a new `Decision Node` and a new `Input Data Node`, without save and close, it behaves as expected.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3702) [Stunner] Arrows are incorrectly positioned when save-open diagram
by Daniel José dos Santos (Jira)
Daniel José dos Santos created DROOLS-3702:
----------------------------------------------
Summary: [Stunner] Arrows are incorrectly positioned when save-open diagram
Key: DROOLS-3702
URL: https://issues.jboss.org/browse/DROOLS-3702
Project: Drools
Issue Type: Enhancement
Reporter: Daniel José dos Santos
Assignee: Roger Martínez
Attachments: weird_arrow.gif
1. Add a `Decision Node`
2. Add a `Input Data Node` bellow `Decision Node`
3. Connect `Input Data Node` to `Decision Node`
4. Save
5. Close
6. Open againThe arrow from `Input Data Node` to `Decision Node` will be at right of the `Decision Node` and if you move the `Input Data Node`, the arrow is not repositioned.
I noticed this in DMN Showcase and in drools-wb.
And if you add a new `Decision Node` and a new `Input Data Node`, without save and close, it behaves as expected.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-11776) NPE in Infinispan EvictionManagerImpl when statistics are enabled on a simple cache
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-11776:
-----------------------------------
Summary: NPE in Infinispan EvictionManagerImpl when statistics are enabled on a simple cache
Key: WFLY-11776
URL: https://issues.jboss.org/browse/WFLY-11776
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 16.0.0.Beta1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
I enabled statistics through attribute "statistics-enabled" within the infinispan subsystem on all cache-containner's and all local-cache's using standalone-full.xml as the base.
After some time I see NullPointerExceptions with this stacktrace:
{noformat}
22.02. 10:46:31,422 WARNING [com.github.benmanes.caffeine.cache.BoundedLocalCache#lambda$notifyRemoval$1] Exception thrown by removal listener: java.lang.NullPointerException
at org.infinispan.eviction.impl.EvictionManagerImpl.updateEvictionStatistics(EvictionManagerImpl.java:45)
at org.infinispan.eviction.impl.EvictionManagerImpl.onEntryEviction(EvictionManagerImpl.java:39)
at org.infinispan.container.impl.AbstractInternalDataContainer$DefaultEvictionListener.onEntryEviction(AbstractInternalDataContainer.java:516)
at org.infinispan.container.impl.AbstractInternalDataContainer.lambda$applyListener$5(AbstractInternalDataContainer.java:479)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$notifyRemoval$1(BoundedLocalCache.java:286)
at org.infinispan.util.concurrent.WithinThreadExecutor.execute(WithinThreadExecutor.java:20)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.notifyRemoval(BoundedLocalCache.java:292)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.evictEntry(BoundedLocalCache.java:821)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.evictFromMain(BoundedLocalCache.java:638)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.evictEntries(BoundedLocalCache.java:504)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.maintenance(BoundedLocalCache.java:1137)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.performCleanUp(BoundedLocalCache.java:1108)
at com.github.benmanes.caffeine.cache.BoundedLocalCache$PerformCleanupTask.run(BoundedLocalCache.java:2979)
at org.infinispan.util.concurrent.WithinThreadExecutor.execute(WithinThreadExecutor.java:20)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.scheduleDrainBuffers(BoundedLocalCache.java:1080)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.scheduleAfterWrite(BoundedLocalCache.java:1047)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.afterWrite(BoundedLocalCache.java:1017)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.remap(BoundedLocalCache.java:2272)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.compute(BoundedLocalCache.java:2146)
at com.github.benmanes.caffeine.cache.LocalCache.compute(LocalCache.java:100)
at org.infinispan.container.impl.AbstractInternalDataContainer.compute(AbstractInternalDataContainer.java:229)
at org.infinispan.container.impl.AbstractInternalDataContainer.compute(AbstractInternalDataContainer.java:248)
at org.infinispan.cache.impl.SimpleCacheImpl.putForExternalReadInternal(SimpleCacheImpl.java:207)
at org.infinispan.cache.impl.StatsCollectingCache.putForExternalReadInternal(StatsCollectingCache.java:200)
at org.infinispan.cache.impl.SimpleCacheImpl.putForExternalRead(SimpleCacheImpl.java:180)
at org.infinispan.cache.impl.AbstractDelegatingCache.putForExternalRead(AbstractDelegatingCache.java:49)
at org.infinispan.cache.impl.EncoderCache.putForExternalRead(EncoderCache.java:175)
at org.infinispan.cache.impl.AbstractDelegatingCache.putForExternalRead(AbstractDelegatingCache.java:49)
at org.infinispan.hibernate.cache.commons.access.InvalidationCacheAccessDelegate.putFromLoad(InvalidationCacheAccessDelegate.java:114)
at org.infinispan.hibernate.cache.v53.impl.ReadOnlyEntityDataAccess.putFromLoad(ReadOnlyEntityDataAccess.java:30)
at org.hibernate.engine.internal.TwoPhaseLoad.doInitializeEntity(TwoPhaseLoad.java:226)
at org.hibernate.engine.internal.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:129)
at org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.performTwoPhaseLoad(AbstractRowReader.java:238)
at org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.finishUp(AbstractRowReader.java:209)
at org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl.extractResults(ResultSetProcessorImpl.java:133)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:122)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:86)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:188)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4271)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:511)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:481)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:222)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:281)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:124)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:92)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1257)
at org.hibernate.internal.SessionImpl.access$1900(SessionImpl.java:207)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2874)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2848)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3483)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3447)
at org.jboss.as.jpa.container.AbstractEntityManager.find(AbstractEntityManager.java:213)
at biz.mbisoftware.fn.ejb.session.core.MbiFeatureFacade.getVariaData(MbiFeatureFacade.java:282)
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (SWSQE-619) PR Job kiali-core-pr-e2e-test Error
by Matt Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-619?page=com.atlassian.jira.plugin.... ]
Matt Mahoney commented on SWSQE-619:
------------------------------------
[~hhovsepy] or [~fbrychta] Requestion review of PR: https://github.com/Kiali-QE/publish-jenkins-console/pull/3
> PR Job kiali-core-pr-e2e-test Error
> -----------------------------------
>
> Key: SWSQE-619
> URL: https://issues.jboss.org/browse/SWSQE-619
> Project: Kiali QE
> Issue Type: Bug
> Reporter: Matt Mahoney
> Assignee: Matt Mahoney
> Priority: Major
>
> Error in publish.sh
> + git clone https://github.com/Kiali-QE/publish-jenkins-console publish_logs
> Cloning into 'publish_logs'...
> + chmod +x publish_logs/publish.sh
> + ./publish_logs/publish.sh
> Collecting jenkinsapi==0.3.6 (from -r requirements.txt (line 1))
> Downloading https://files.pythonhosted.org/packages/89/6a/b1f6a9fe4ba331b68013db1ec0a... (123kB)
> Requirement already satisfied: requests>=2.3.0 in /usr/lib/python3.6/site-packages (from jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2.21.0)
> Requirement already satisfied: six>=1.10.0 in /usr/lib/python3.6/site-packages (from jenkinsapi==0.3.6->-r requirements.txt (line 1)) (1.12.0)
> Collecting pytz>=2014.4 (from jenkinsapi==0.3.6->-r requirements.txt (line 1))
> Downloading https://files.pythonhosted.org/packages/61/28/1d3920e4d1d50b19bc5d24398a7... (510kB)
> Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2018.11.29)
> Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2.8)
> Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (1.24.1)
> Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (3.0.4)
> Installing collected packages: pytz, jenkinsapi
> Successfully installed jenkinsapi-0.3.6 pytz-2018.9
> You are using pip version 19.0.1, however version 19.0.3 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> Traceback (most recent call last):
> File "publish_jenkins_console.py", line 8, in <module>
> import requests
> ImportError: No module named requests
> cat: /home/jenkins/workspace/kiali-core-pr-e2e-test/build_comment_log.md: No such file or directory
> *** End of publish logs ***
> ++ cat env.properties
> ++ grep REMOVE_KIALI
> ++ cut -d = -f 2
> + '[' false == false ']'
> + echo -e '\n\n'
> POST BUILD TASK : SUCCESS
> END OF POST BUILD TASK : 0
> Setting status of 62d2e83f9a48e3736202fba231c1cf0d7ea70a1e to SUCCESS with url https://jenkins2.bc.jonqe.lab.eng.bos.redhat.com:8443/job/kiali-core-pr-e... and message: 'Test PASSed.
> '
> Using context: Jenkins-CI
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (SWSQE-619) PR Job kiali-core-pr-e2e-test Error
by Matt Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-619?page=com.atlassian.jira.plugin.... ]
Matt Mahoney reassigned SWSQE-619:
----------------------------------
Assignee: Matt Mahoney
> PR Job kiali-core-pr-e2e-test Error
> -----------------------------------
>
> Key: SWSQE-619
> URL: https://issues.jboss.org/browse/SWSQE-619
> Project: Kiali QE
> Issue Type: Bug
> Reporter: Matt Mahoney
> Assignee: Matt Mahoney
> Priority: Major
>
> Error in publish.sh
> + git clone https://github.com/Kiali-QE/publish-jenkins-console publish_logs
> Cloning into 'publish_logs'...
> + chmod +x publish_logs/publish.sh
> + ./publish_logs/publish.sh
> Collecting jenkinsapi==0.3.6 (from -r requirements.txt (line 1))
> Downloading https://files.pythonhosted.org/packages/89/6a/b1f6a9fe4ba331b68013db1ec0a... (123kB)
> Requirement already satisfied: requests>=2.3.0 in /usr/lib/python3.6/site-packages (from jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2.21.0)
> Requirement already satisfied: six>=1.10.0 in /usr/lib/python3.6/site-packages (from jenkinsapi==0.3.6->-r requirements.txt (line 1)) (1.12.0)
> Collecting pytz>=2014.4 (from jenkinsapi==0.3.6->-r requirements.txt (line 1))
> Downloading https://files.pythonhosted.org/packages/61/28/1d3920e4d1d50b19bc5d24398a7... (510kB)
> Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2018.11.29)
> Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2.8)
> Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (1.24.1)
> Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (3.0.4)
> Installing collected packages: pytz, jenkinsapi
> Successfully installed jenkinsapi-0.3.6 pytz-2018.9
> You are using pip version 19.0.1, however version 19.0.3 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> Traceback (most recent call last):
> File "publish_jenkins_console.py", line 8, in <module>
> import requests
> ImportError: No module named requests
> cat: /home/jenkins/workspace/kiali-core-pr-e2e-test/build_comment_log.md: No such file or directory
> *** End of publish logs ***
> ++ cat env.properties
> ++ grep REMOVE_KIALI
> ++ cut -d = -f 2
> + '[' false == false ']'
> + echo -e '\n\n'
> POST BUILD TASK : SUCCESS
> END OF POST BUILD TASK : 0
> Setting status of 62d2e83f9a48e3736202fba231c1cf0d7ea70a1e to SUCCESS with url https://jenkins2.bc.jonqe.lab.eng.bos.redhat.com:8443/job/kiali-core-pr-e... and message: 'Test PASSed.
> '
> Using context: Jenkins-CI
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months