no longer execute at once all the test cases

Markus Nagel, modified 11 Years ago.

no longer execute at once all the test cases

Youngling Posts: 5 Join Date: 6/26/12 Recent Posts
Hi
I can no longer execute at once all the test cases. There are test cases with two steps. When selecting the Execute buttons nothing happens. I found the following entry in the log. Is this an approach to problem solving?

2012-06-29 13:49:14: WARN, com.icesoft.faces.webapp.http.core.DisposeViews, http-18080-3 Request belonging to a different session. Most probably servlet filters mangled the request.
2012-06-29 13:50:12: WARN, org.jboss.seam.security.permission.PersistentPermissionResolver, main no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
2012-06-29 13:51:57: WARN, com.icesoft.faces.webapp.http.core.DisposeViews, http-18080-4 Request belonging to a different session. Most probably servlet filters mangled the request.
2012-06-29 13:53:00: ERROR, net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy, http-18080-4 Cache de.verit.klaros.core.persistent.PersistentObject Key de.verit.klaros.core.persistent.PersistentObject#6416901b-54d1-42fc-b68e-23aa63db3d4d Lockable : net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy$Item@1cd0d58
A soft-locked cache entry was removed already. Out of balance lock/unlock sequences ?
2012-06-29 13:55:16: ERROR, net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy, http-18080-7 Cache de.verit.klaros.core.persistent.PersistentObject Key de.verit.klaros.core.persistent.PersistentObject#52a64a21-4489-4fd6-b7e7-d58bea14693c Lockable : net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy$Item@1742389
A soft-locked cache entry was removed already. Out of balance lock/unlock sequences ?
2012-06-29 14:55:21: ERROR, net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy, http-18080-5 Cache de.verit.klaros.core.persistent.PersistentObject Key de.verit.klaros.core.persistent.PersistentObject#528439e8-e1ac-4966-92f8-9fc674a87aba Lockable : net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy$Item@1a9790c
A soft-locked cache entry was removed already. Out of balance lock/unlock sequences ?
2012-06-29 14:56:33: WARN, com.icesoft.faces.webapp.http.core.DisposeViews, http-18080-7 Request belonging to a different session. Most probably servlet filters mangled the request.
2012-06-29 15:04:13: ERROR, net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy, http-18080-7 Cache de.verit.klaros.core.persistent.PersistentObject Key de.verit.klaros.core.persistent.PersistentObject#c684657b-82ff-4ce2-89e9-400e51248cf5 Lockable : net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy$Item@18fabb5
A soft-locked cache entry was removed already. Out of balance lock/unlock sequences ?


Best regards
Markus Nagel
thumbnail
Torsten Stolpmann, modified 11 Years ago.

RE: no longer execute at once all the test cases

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
The messages shown are harmless.

Some browsers tend to disable the popup browser window on first start which is used for executing test cases.

Can you please check if this is the case?

Hope this helps,

Torsten
Markus Nagel, modified 11 Years ago.

RE: no longer execute at once all the test cases

Youngling Posts: 5 Join Date: 6/26/12 Recent Posts
Hi Thorsten
The problem is solved. The solution was much easier. I had many windows open. Besides these, there was still an open Run window. So I could not execute further tests.
Tanks and best regards, Markus