google-code-export / iring-tools

Automatically exported from code.google.com/p/iring-tools
0 stars 0 forks source link

Provide Better Error Message When AdapterService Error Occurs #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The error has occurred numberous times (most recently after installing 
v1.2.1 beta).  To reproduce the error message, introduce a problem when 
calling the AdapterService and perform the following.

1. Enter the adress http://localhost/AdapterService/Service.svc
2. The error message states "Server Error in '/AdapterService' Application

While it is clear an error occurred, it not clear what happened or what 
the user or support person should do (e.g., should they try again, reset 
the server, reinstall software, check the database, etc.)

The error message should:

1.  Be more appealing (the current message looks like a server crash)
2.  Provide a message that non-technical user can process
3.  Provide a message that support personal can use to isolate where the 
problem occurred.

The error occurred in versions 1.2.0 and 1.2.1, beta.

Please provide any additional information below.

Original issue reported on code.google.com by lee.tech1@gmail.com on 15 Apr 2010 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by lee.tech1@gmail.com on 15 Apr 2010 at 2:33

GoogleCodeExporter commented 9 years ago
This particular error is a complilation error, and comes from IIS.  There is no 
opportunity for us to handle it.  None of our code is being run at this point.  
These 
types of errors are caused by missing or extra code files in the App_Code 
folder.  In 
this case, it is an extra file caused by a mistake when I created the package.  
Sometimes, these errors can be caused by a bug in code generation, which is why 
we plan 
on minimizing our use of code generation in the AdapterService.

Original comment by rdecarlo73 on 15 Apr 2010 at 2:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by rdecarlo73 on 12 May 2010 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by rdecarlo73 on 12 May 2010 at 6:22

GoogleCodeExporter commented 9 years ago

Original comment by rdecarlo73 on 16 Jun 2010 at 1:11