tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

EASi e-keskkonda sisselogimine ebaõnnestub #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login eas.ee e-keskkond
2.
3.

What is the expected output? What do you see instead?
expected output is login. 
instead is:
Server Error in '/' Application.
The workflow item ('EmailRecipients: <null>') data cannot be null.
Description: An unhandled exception occurred during the execution of the 
current web request. Please review the stack trace for more information about 
the error and where it originated in the code.

Exception Details: System.ApplicationException: The workflow item 
('EmailRecipients: <null>') data cannot be null.

Source Error:

An unhandled exception was generated during the execution of the current web 
request. Information regarding the origin and location of the exception can be 
identified using the exception stack trace below.

Stack Trace:

[ApplicationException: The workflow item ('EmailRecipients: <null>') data 
cannot be null. ]
   EAS.ITK.Workflow.WorkflowItemInputOutputBase.Save(ITKDataContext context, Guid workflowItemID, WorkflowItemData data) in c:\Deploy\CCNet\EAS_2010-10-12_WorkingDir\Workflow\WorkflowItemInputOutputBase.cs:114
   EAS.ITK.Workflow.WorkflowItemInputOutputBase.Save(ITKDataContext context, Guid workflowItemID) in c:\Deploy\CCNet\EAS_2010-10-12_WorkingDir\Workflow\WorkflowItemInputOutputBase.cs:86
   EAS.ITK.Workflow.WorkflowItem.Save(ITKDataContext context) in c:\Deploy\CCNet\EAS_2010-10-12_WorkingDir\Workflow\WorkflowItem.cs:265
   EAS.ITK.Workflow.Workflow.Save(ITKDataContext context) in c:\Deploy\CCNet\EAS_2010-10-12_WorkingDir\Workflow\Workflow.cs:340
   EAS.ITK.Workflow.Workflow.Save() in c:\Deploy\CCNet\EAS_2010-10-12_WorkingDir\Workflow\Workflow.cs:314
   EAS.ITK.BusinessServices.WorkflowFactory.CreateReportITKErrorWorkflow(String recipients, String subject, String body) in c:\Deploy\CCNet\EAS_2010-10-12_WorkingDir\BusinessServices\WorkflowFactory.cs:794
   EAS.ITK.BusinessServices.ManagementService.ReportITKError(String recipients, String subject, String body) in c:\Deploy\CCNet\EAS_2010-10-12_WorkingDir\BusinessServices\ManagementService.cs:30
   IDLogin._Default.ReportError(String error) +639
   IDLogin._Default.Page_Load(Object sender, EventArgs e) +3105
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET 
Version:2.0.50727.4927 

What version of the product are you using? On what operating system?
Firefox 3.6.12 @ windows xp

Please provide any additional information below.

Original issue reported on code.google.com by bruno.s...@gmail.com on 4 Nov 2010 at 6:55

GoogleCodeExporter commented 9 years ago
Seems like a server side error to me.
I could authenticate just fine with Firefox 3.6.12 @ Fedora 13
Please re-test and let us know.

Original comment by ant...@gmail.com on 4 Nov 2010 at 10:54