Menu

#1 Can\'t edit mail destination

open
Dave
None
5
2007-09-17
2007-09-17
mafrawa
No

Get the following exception when attempting to edit mail destination:

exception

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.webflow.engine.NoMatchingTransitionException: No transition found on occurence of event 'updateDestination' in state 'showCurrentSetup' of flow 'notification-setup-flow' -- valid transitional criteria are array<TransitionCriteria>[[eventId = 'editSmtpConfiguration'], [eventId = 'createDestination'], [eventId = 'editDestination'], [eventId = 'deleteDestination']] -- likely programmer error, check the set of TransitionCriteria for this state

org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:472)
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:425)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

org.springframework.webflow.engine.NoMatchingTransitionException: No transition found on occurence of event 'updateDestination' in state 'showCurrentSetup' of flow 'notification-setup-flow' -- valid transitional criteria are array<TransitionCriteria>[[eventId = 'editSmtpConfiguration'], [eventId = 'createDestination'], [eventId = 'editDestination'], [eventId = 'deleteDestination']] -- likely programmer error, check the set of TransitionCriteria for this state
org.springframework.webflow.engine.TransitionableState.getRequiredTransition(TransitionableState.java:82)
org.springframework.webflow.engine.TransitionableState.onEvent(TransitionableState.java:112)
org.springframework.webflow.engine.Flow.onEvent(Flow.java:572)
org.springframework.webflow.engine.impl.RequestControlContextImpl.signalEvent(RequestControlContextImpl.java:207)
org.springframework.webflow.engine.impl.FlowExecutionImpl.signalEvent(FlowExecutionImpl.java:214)
org.springframework.webflow.executor.FlowExecutorImpl.resume(FlowExecutorImpl.java:238)
org.springframework.webflow.executor.support.FlowRequestHandler.handleFlowRequest(FlowRequestHandler.java:115)
org.springframework.webflow.executor.mvc.FlowController.handleRequestInternal(FlowController.java:170)
au.gov.nla.aons.mvc.controller.EventParameterExtractorController.handleRequestInternal(EventParameterExtractorController.java:34)
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:839)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:774)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:460)
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:425)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Discussion

  • mafrawa

    mafrawa - 2007-09-17
    • assigned_to: nobody --> bruciadmin
    • summary: Can't edit mail destination --> Can\'t edit mail destination
     
  • mafrawa

    mafrawa - 2007-09-17

    Logged In: YES
    user_id=1884006
    Originator: YES

    This error produced using the NLA devel server install (AONS 2 Beta
    Release [20070910], built on 2007/09/10 11:47).

     

Log in to post a comment.