[JBoss JIRA] (WFLY-9446) mvn idea:idea in parent pom giving error
by sujay hegde (JIRA)
sujay hegde created WFLY-9446:
---------------------------------
Summary: mvn idea:idea in parent pom giving error
Key: WFLY-9446
URL: https://issues.jboss.org/browse/WFLY-9446
Project: WildFly
Issue Type: Feature Request
Reporter: sujay hegde
Assignee: Jason Greene
[INFO] WildFly Test Suite: Integration - Smoke ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:48 min
[INFO] Finished at: 2017-10-16T18:37:36+05:30
[INFO] Final Memory: 148M/388M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-idea-plugin:2.2.1: idea (default-cli) on project wildfly-clustering: Execution default-cli of goal org.apache.maven.plugins:maven-idea-plugin:2.2.1:idea failed.: NullPointerExcept ion -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutio nException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :wildfly-clustering
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (WFLY-9445) Distributed shared web sessions can expire prematurely
by Paul Ferraro (JIRA)
Paul Ferraro created WFLY-9445:
----------------------------------
Summary: Distributed shared web sessions can expire prematurely
Key: WFLY-9445
URL: https://issues.jboss.org/browse/WFLY-9445
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final, 11.0.0.CR1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Critical
When an EAR is configured to share web sessions across WARs, each WAR deployment will use the same distributed session manager factory instance. However, each deployment will use a separate session manager instance (created from the shared factory). Since session expiration and passivation is managed per session manager, it is possible that a session is scheduled to expire on one manager, regardless of whether it is subsequently referenced by another manager, and can thus expire prematurely.
To fix this, each session manager instance must also share session expiration/eviction schedulers, where each manager registers deployment specific listeners on SessionManager.start() and unregisters on stop().
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months