Hi, I don't know if it's Spring dm Server problem or not, but I never experienced this problem using plain Tomcat.
I'm developing a Service-shared WAR with Flex in the front-end using BlazeDS. Sometimes, when I hit server from Flex (using RemoteObject), I got this exception:
The problem appears intermittently, but usually in successive invocation after a long pause (e.g. I'm clicking "Save" button, successfully processed, take a nap, click the button again, exception thrown).Code:[2009-02-01 12:48:20.983] server-tomcat-thread-46 System.out I [BlazeDS]FlexSession created with id '1E39E7DF22326887732332C01C2E3982.jvm1' for an Http-based client connection. [2009-02-01 12:48:20.984] server-tomcat-thread-46 System.out I [BlazeDS]Serializing AMF/HTTP response [2009-02-01 12:48:20.984] server-tomcat-thread-46 System.out I Version: 3 [2009-02-01 12:48:20.984] server-tomcat-thread-46 System.out I (Header #0 name=AppendToGatewayUrl, mustUnderstand=true) [2009-02-01 12:48:20.984] server-tomcat-thread-46 System.out I ";jsessionid=1E39E7DF22326887732332C01C2E3982.jvm1" [2009-02-01 12:48:20.985] server-tomcat-thread-46 System.out I (Message #0 targetURI=/14/onStatus, responseURI=) [2009-02-01 12:48:20.985] server-tomcat-thread-46 System.out I (Typed Object #0 'flex.messaging.messages.ErrorMessage') [2009-02-01 12:48:20.985] server-tomcat-thread-46 System.out I rootCause = null [2009-02-01 12:48:20.985] server-tomcat-thread-46 System.out I destination = "carrierService" [2009-02-01 12:48:20.985] server-tomcat-thread-46 System.out I headers = (Object #1) [2009-02-01 12:48:20.985] server-tomcat-thread-46 System.out I correlationId = "9F686922-182F-80BE-7EB8-30615C369056" [2009-02-01 12:48:20.985] server-tomcat-thread-46 System.out I faultString = "Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly." [2009-02-01 12:48:20.986] server-tomcat-thread-46 System.out I messageId = "251DB2C0-F80C-2E59-EE84-57EF88CDD8F4" [2009-02-01 12:48:20.986] server-tomcat-thread-46 System.out I faultCode = "Server.Processing.DuplicateSessionDetected" [2009-02-01 12:48:20.986] server-tomcat-thread-46 System.out I timeToLive = 0.0 [2009-02-01 12:48:20.986] server-tomcat-thread-46 System.out I extendedData = null [2009-02-01 12:48:20.986] server-tomcat-thread-46 System.out I faultDetail = null [2009-02-01 12:48:20.986] server-tomcat-thread-46 System.out I clientId = "25132B8E-440F-9526-C683-18AE88355C08" [2009-02-01 12:48:20.986] server-tomcat-thread-46 System.out I timestamp = 1.233467300984E12 [2009-02-01 12:48:20.987] server-tomcat-thread-46 System.out I body = null [2009-02-01 12:48:20.987] server-tomcat-thread-46 System.out I



