Troubleshooting

From cosign wiki

(Difference between revisions)
Jump to: navigation, search
m (cleanup wiki-spam)
(IISCosign filter)
Line 11: Line 11:
Errors will be placed in the Event Viewer under the Application Log and be labeled "Cosign".
Errors will be placed in the Event Viewer under the Application Log and be labeled "Cosign".
-
Things that could possibly appear in the Application Log:
+
=== Possible Event Viewer Application Log Messages ===
-
<blockquote>Could not load the cosign config file c:\path\to\cosign.dll.config</blockquote>
+
* Could not load the cosign config file c:\path\to\cosign.dll.config
The name of the config file is probably misspelled.  Either change the file name or change the value in the Registry for HKEY_LOCAL_MACHINE\SOFTWARE\University of Michigan\ITCS\Cosign\ConfigFile.
The name of the config file is probably misspelled.  Either change the file name or change the value in the Registry for HKEY_LOCAL_MACHINE\SOFTWARE\University of Michigan\ITCS\Cosign\ConfigFile.
-
<blockquote>Connection pool is busy.  Perhaps the current size is too low?  This value can be changed in the cosign.dll.config file.</blockquote>
+
*Connection pool is busy.  Perhaps the current size is too low?  This value can be changed in the cosign.dll.config file.
 +
 
Congratulations!  You have a very popular web service!  In order to improve throughput of web pages, the size of the connection pool should be increased.
Congratulations!  You have a very popular web service!  In order to improve throughput of web pages, the size of the connection pool should be increased.
-
<blockquote>IISCosign does not have permission to access something.  Please see the readme.txt file for information about setting file permissions for IISCosign.  Here is what caused the error: [some error code]</blockquote>
+
* SideBySide
 +
 
 +
<pre>
 +
Event Type: Error
 +
Event Source:    SideBySide
 +
Event Category:  None
 +
Event ID:  59
 +
Date:      7/21/2008
 +
Time:      4:54:17 PM
 +
User:      N/A
 +
Computer:  SERVER_NAME
 +
Description:
 +
 
 +
Generate Activation Context failed for C:\path\to\cosign.dll.
 +
Reference error message: The referenced assembly is not
 +
installed on your system.
 +
</pre>
 +
 
 +
There are several versions of the Visual C++ run-time DLLs.  To make sure the version needed by IISCosign installed, run the [http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en Visual C++ 2005 SP1 Redistributable Package]
 +
 
 +
 
 +
* IISCosign does not have permission to access something.  Please see the readme.txt file for information about setting file permissions for IISCosign.  Here is what caused the error: [some error code]
[[IISCosign setting permissions|Permissions]] for accessing various parts of the file system are not set.
[[IISCosign setting permissions|Permissions]] for accessing various parts of the file system are not set.

Revision as of 11:39, 21 July 2008

Contents

General

Apache filter

IISCosign filter

If the IISCosign filter encounters an error, it will attempt to disable the web server. It does this by processing all requests with the response "The server is currently disabled."

Errors will be placed in the Event Viewer under the Application Log and be labeled "Cosign".

Possible Event Viewer Application Log Messages

  • Could not load the cosign config file c:\path\to\cosign.dll.config

The name of the config file is probably misspelled. Either change the file name or change the value in the Registry for HKEY_LOCAL_MACHINE\SOFTWARE\University of Michigan\ITCS\Cosign\ConfigFile.


  • Connection pool is busy. Perhaps the current size is too low? This value can be changed in the cosign.dll.config file.

Congratulations! You have a very popular web service! In order to improve throughput of web pages, the size of the connection pool should be increased.


  • SideBySide
Event Type: Error
Event Source:     SideBySide
Event Category:   None
Event ID:   59
Date:       7/21/2008
Time:       4:54:17 PM
User:       N/A
Computer:   SERVER_NAME
Description:

Generate Activation Context failed for C:\path\to\cosign.dll.
Reference error message: The referenced assembly is not
installed on your system.

There are several versions of the Visual C++ run-time DLLs. To make sure the version needed by IISCosign installed, run the Visual C++ 2005 SP1 Redistributable Package


  • IISCosign does not have permission to access something. Please see the readme.txt file for information about setting file permissions for IISCosign. Here is what caused the error: [some error code]

Permissions for accessing various parts of the file system are not set.

JavaCosign filter

Weblogin server

Personal tools