Разное - [решено] ошибка springframework
-
scorpion456
Разное - [решено] ошибка springframework
Здравствуйте...
помогите пожалуйста с такой проблемой.. может кто сталкивался...
Работаю на сайте ...... ( ОС WIN XP SP3, IE 8, NET Framework 3.0)
при редактировании контракта вылетает системная ошибка...
???org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [AnnotatedAction@54515451 targetAction = [EvaluateAction@542c542c expression = facade.enterBudgetFundsState(flowRequestContext), resultExposer = [null]], attributes = map[[empty]]] in state 'budgetFunds' of flow 'create-contract-flow' -- action execution attributes were 'map[[empty]]'
org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:60)
org.springframework.webflow.engine.ActionList.execute(ActionList.java:155)
org.springframework.webflow.engine.State.enter(State.java:193)
org.springframework.webflow.engine.Transition.execute(Transition.java:227)
org.springframework.webflow.engine.DecisionState.doEnter(DecisionState.java:51)
org.springframework.webflow.engine.State.enter(State.java:194)
org.springframework.webflow.engine.Transition.execute(Transition.java:227)
org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:391)
org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl. java:214)
org.springframework.webflow.engine.Flow.handleEvent(Flow.java:555)
org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:386)
org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextI mpl.java:210)
org.springframework.webflow.engine.ViewState.handleEvent(ViewState.java:225)
org.springframework.webflow.engine.ViewState.resume(ViewState.java:196)
org.springframework.webflow.engine.Flow.resume(Flow.java:545)
org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:259) и т.д.
что это еще за springfrramework, может это ошибка на сайте или вина с моей стороны?
помогите пожалуйста с такой проблемой.. может кто сталкивался...
Работаю на сайте ...... ( ОС WIN XP SP3, IE 8, NET Framework 3.0)
при редактировании контракта вылетает системная ошибка...
???org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [AnnotatedAction@54515451 targetAction = [EvaluateAction@542c542c expression = facade.enterBudgetFundsState(flowRequestContext), resultExposer = [null]], attributes = map[[empty]]] in state 'budgetFunds' of flow 'create-contract-flow' -- action execution attributes were 'map[[empty]]'
org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:60)
org.springframework.webflow.engine.ActionList.execute(ActionList.java:155)
org.springframework.webflow.engine.State.enter(State.java:193)
org.springframework.webflow.engine.Transition.execute(Transition.java:227)
org.springframework.webflow.engine.DecisionState.doEnter(DecisionState.java:51)
org.springframework.webflow.engine.State.enter(State.java:194)
org.springframework.webflow.engine.Transition.execute(Transition.java:227)
org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:391)
org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl. java:214)
org.springframework.webflow.engine.Flow.handleEvent(Flow.java:555)
org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:386)
org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextI mpl.java:210)
org.springframework.webflow.engine.ViewState.handleEvent(ViewState.java:225)
org.springframework.webflow.engine.ViewState.resume(ViewState.java:196)
org.springframework.webflow.engine.Flow.resume(Flow.java:545)
org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:259) и т.д.
что это еще за springfrramework, может это ошибка на сайте или вина с моей стороны?
-
scorpion456
Re: Разное - [решено] ошибка springframework
Цитата scorpion456:
вина с моей стороны
Цитата scorpion456:
attributes = map[[empty]]] in state 'budgetFunds' of flow 'create-contract-flow' -- action execution attributes were 'map[[empty]]'
Посмотри, какие параметры передаются в map. Судя по ошибке, передается empty(пустой) параметр.
вина с моей стороны
Разное - [решено] ошибка springframework
Цитата scorpion456:
attributes = map[[empty]]] in state 'budgetFunds' of flow 'create-contract-flow' -- action execution attributes were 'map[[empty]]'
Разное - [решено] ошибка springframework
Посмотри, какие параметры передаются в map. Судя по ошибке, передается empty(пустой) параметр.
-
scorpion456
Re: Разное - [решено] ошибка springframework
А чем мы тебе сможем помочь, не видя исходников кода?
Цитата scorpion456:
Exception thrown executing [AnnotatedAction@54515451 targetAction = [EvaluateAction@542c542c expression = facade.enterBudgetFundsState(flowRequestContext)
Надо открывать код и смотреть для начала, почему вылетает исключение при обработке функции facade.enterBudgetFundsState(flowRequestContext)
Цитата scorpion456:
Exception thrown executing [AnnotatedAction@54515451 targetAction = [EvaluateAction@542c542c expression = facade.enterBudgetFundsState(flowRequestContext)
Разное - [решено] ошибка springframework
Надо открывать код и смотреть для начала, почему вылетает исключение при обработке функции facade.enterBudgetFundsState(flowRequestContext)
-
Delirium
Re: Разное - [решено] ошибка springframework
А чем мы тебе сможем помочь, не видя исходников кода?
Цитата scorpion456:
Цитата scorpion456:
-
scorpion456
-
scorpion456
Re: Разное - [решено] ошибка springframework
scorpion456, я еще раз говорю, не видя кода, нельзя скачать точно, что это за ошибка. Если это ошибка в процедуре - то это вина программистов. Если же нет - то возможно виноват framework или еще что. В любом случае, ошибка на сервере, а не на клиенте.
-
Delirium
Re: Разное - [решено] ошибка springframework
Цитата scorpion456:
org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [AnnotatedAction@54515451 targetAction = [EvaluateAction@542c542c expression = facade.enterBudgetFundsState(flowRequestContext), resultExposer = [null]], attributes = map[[empty]]] in state 'budgetFunds' of flow 'create-contract-flow' -- action execution attributes were 'map[[empty]]'
Вот все, что есть полезного для нас в приведенном логе ошибки. Далее идет стандартный текст исключения при ошибке.
org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [AnnotatedAction@54515451 targetAction = [EvaluateAction@542c542c expression = facade.enterBudgetFundsState(flowRequestContext), resultExposer = [null]], attributes = map[[empty]]] in state 'budgetFunds' of flow 'create-contract-flow' -- action execution attributes were 'map[[empty]]'
Разное - [решено] ошибка springframework
Вот все, что есть полезного для нас в приведенном логе ошибки. Далее идет стандартный текст исключения при ошибке.