Advertisement
Guest User

Ryan

a guest
Jan 28th, 2009
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 KB | None | 0 0
  1. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:955) - DispatcherServlet with name 'dispatcher' determining Last-Modified value for [/dbdocs/incident.vxml]
  2. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:970) - Last-Modified value for [/dbdocs/incident.vxml] is: -1
  3. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:781) - DispatcherServlet with name 'dispatcher' processing request for [/dbdocs/incident.vxml]
  4. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowExecutorImpl.java:135) - Launching new execution of flow 'incident' with input map['incidentUID' -> 'C10D9D24-F61C-BB69-B10C-5516AAAD3987']
  5. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowDefinitionRegistryImpl.java:59) - Getting FlowDefinition with id 'incident'
  6. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowExecutionImplFactory.java:78) - Creating new execution of 'incident'
  7. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowExecutionImpl.java:213) - Starting in org.springframework.webflow.mvc.servlet.MvcExternalContext@4bfd6ce with input map['incidentUID' -> 'C10D9D24-F61C-BB69-B10C-5516AAAD3987']
  8. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultMapper.java:61) - Beginning mapping between source [org.springframework.webflow.core.collection.LocalAttributeMap] and target [org.springframework.webflow.engine.impl.RequestControlContextImpl]
  9. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultMappingContext.java:147) - Adding mapping result [Success@3bc82e67 code = 'success', error = false, originalValue = 'C10D9D24-F61C-BB69-B10C-5516AAAD3987', mappedValue = 'C10D9D24-F61C-BB69-B10C-5516AAAD3987']
  10. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultMapper.java:72) - Completing mapping between source [org.springframework.webflow.core.collection.LocalAttributeMap] and target [org.springframework.webflow.engine.impl.RequestControlContextImpl]; total mappings = 1; total errors = 0
  11. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ActionExecutor.java:49) - Executing [EvaluateAction@5bd3862e expression = incidentService.findByIncidentUID(incidentUID), resultExposer = [ActionResultExposer@1c0e651b result = flowScope.incident, resultType = Incident]]
  12. 2009-01-28 11:49:33 DEBUG [http-8080-2] (AnnotatedAction.java:142) - Putting action execution attributes map[[empty]]
  13. 2009-01-28 11:49:33 DEBUG [http-8080-2] (AnnotatedAction.java:149) - Clearing action execution attributes map[[empty]]
  14. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ActionExecutor.java:53) - Finished executing [EvaluateAction@5bd3862e expression = incidentService.findByIncidentUID(incidentUID), resultExposer = [ActionResultExposer@1c0e651b result = flowScope.incident, resultType = Incident]]; result = success
  15. 2009-01-28 11:49:33 DEBUG [http-8080-2] (State.java:189) - Entering state 'incidentOutbound' of flow 'incident'
  16. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:78) - Putting conversation attribute 'name' with value incident
  17. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:78) - Putting conversation attribute 'caption' with value null
  18. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:78) - Putting conversation attribute 'description' with value null
  19. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowExecutionImpl.java:402) - Assigned key e2s1
  20. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultFlowExecutionRepository.java:110) - Putting flow execution '[FlowExecutionImpl@4224875c flow = 'incident', flowSessions = list[[FlowSessionImpl@6c32caf0 flow = 'incident', state = 'incidentOutbound', scope = map['viewScope' -> map[[empty]], 'incident' -> com.digitalbridge.notificationSystem.domain.Incident@77d4dcdc, 'incidentUID' -> 'C10D9D24-F61C-BB69-B10C-5516AAAD3987']]]]' into repository
  21. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:78) - Putting conversation attribute 'flowExecutionSnapshotGroup' with value org.springframework.webflow.execution.repository.impl.SimpleFlowExecutionSnapshotGroup@10a6dc0c
  22. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultFlowExecutionRepository.java:117) - Adding new snapshot to group with id 1
  23. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:78) - Putting conversation attribute 'scope' with value map['flashScope' -> map['messagesMemento' -> map[[null] -> list[[empty]]]]]
  24. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowHandlerAdapter.java:325) - Sending flow execution redirect to '/dbdocs/incident.vxml?execution=e2s1'
  25. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:909) - Null ModelAndView returned to DispatcherServlet with name 'dispatcher': assuming HandlerAdapter completed request handling
  26. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FrameworkServlet.java:591) - Successfully completed request
  27. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:955) - DispatcherServlet with name 'dispatcher' determining Last-Modified value for [/dbdocs/incident.vxml]
  28. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:970) - Last-Modified value for [/dbdocs/incident.vxml] is: -1
  29. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:781) - DispatcherServlet with name 'dispatcher' processing request for [/dbdocs/incident.vxml]
  30. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowExecutorImpl.java:155) - Resuming flow execution with key 'e2s1
  31. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:67) - Locking conversation 2
  32. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultFlowExecutionRepository.java:95) - Getting flow execution with key 'e2s1'
  33. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowDefinitionRegistryImpl.java:59) - Getting FlowDefinition with id 'incident'
  34. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FlowExecutionImpl.java:253) - Resuming in org.springframework.webflow.mvc.servlet.MvcExternalContext@13336ebe
  35. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ViewState.java:238) - Rendering + [ServletMvcView@2fdcdd8a view = org.springframework.web.servlet.view.JstlView: name 'incidentOutbound'; URL [/WEB-INF/views/ivr/incidentOutbound.jsp]]
  36. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ViewState.java:239) - Flash scope = map[[empty]]
  37. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ViewState.java:240) - Messages = [DefaultMessageContext@4d54a792 sourceMessages = map[[null] -> list[[empty]]]]
  38. 2009-01-28 11:49:33 DEBUG [http-8080-2] (AbstractMvcView.java:163) - Rendering MVC [org.springframework.web.servlet.view.JstlView: name 'incidentOutbound'; URL [/WEB-INF/views/ivr/incidentOutbound.jsp]] with model map [{flowRequestContext=[RequestControlContextImpl@70c589e7 externalContext = org.springframework.webflow.mvc.servlet.MvcExternalContext@13336ebe, currentEvent = [null], requestScope = map[[empty]], attributes = map[[empty]], messageContext = [DefaultMessageContext@4d54a792 sourceMessages = map[[null] -> list[[empty]]]], flowExecution = [FlowExecutionImpl@4224875c flow = 'incident', flowSessions = list[[FlowSessionImpl@6c32caf0 flow = 'incident', state = 'incidentOutbound', scope = map['viewScope' -> map[[empty]], 'incident' -> com.digitalbridge.notificationSystem.domain.Incident@77d4dcdc, 'incidentUID' -> 'C10D9D24-F61C-BB69-B10C-5516AAAD3987']]]]], flashScope=map[[empty]], currentUser=null, flowExecutionKey=e2s1, flowExecutionUrl=/dbdocs/incident.vxml?execution=e2s1, incidentUID=C10D9D24-F61C-BB69-B10C-5516AAAD3987, incident=com.digitalbridge.notificationSystem.domain.Incident@77d4dcdc, viewScope=map[[empty]]}]
  39. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:955) - DispatcherServlet with name 'dispatcher' determining Last-Modified value for [/dbdocs/WEB-INF/views/ivr/incidentOutbound.jsp]
  40. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:962) - No handler found in getLastModified
  41. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:781) - DispatcherServlet with name 'dispatcher' processing request for [/dbdocs/WEB-INF/views/ivr/incidentOutbound.jsp]
  42. 2009-01-28 11:49:33 WARN [http-8080-2] (DispatcherServlet.java:1077) - No mapping found for HTTP request with URI [/dbdocs/WEB-INF/views/ivr/incidentOutbound.jsp] in DispatcherServlet with name 'dispatcher'
  43. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FrameworkServlet.java:591) - Successfully completed request
  44. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultFlowExecutionRepository.java:110) - Putting flow execution '[FlowExecutionImpl@4224875c flow = 'incident', flowSessions = list[[FlowSessionImpl@6c32caf0 flow = 'incident', state = 'incidentOutbound', scope = map['viewScope' -> map[[empty]], 'incident' -> com.digitalbridge.notificationSystem.domain.Incident@77d4dcdc, 'incidentUID' -> 'C10D9D24-F61C-BB69-B10C-5516AAAD3987']]]]' into repository
  45. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DefaultFlowExecutionRepository.java:117) - Adding new snapshot to group with id 1
  46. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:78) - Putting conversation attribute 'scope' with value map['flashScope' -> map['messagesMemento' -> map[[empty]]]]
  47. 2009-01-28 11:49:33 DEBUG [http-8080-2] (ContainedConversation.java:99) - Unlocking conversation 2
  48. 2009-01-28 11:49:33 DEBUG [http-8080-2] (DispatcherServlet.java:909) - Null ModelAndView returned to DispatcherServlet with name 'dispatcher': assuming HandlerAdapter completed request handling
  49. 2009-01-28 11:49:33 DEBUG [http-8080-2] (FrameworkServlet.java:591) - Successfully completed request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement