lemonldap-ng/build/lemonldap-ng/doc/6-Errors.html
Clément Oudot 34ea9bacd1 Doc: add DBI
2010-03-22 14:41:35 +00:00

232 lines
8.2 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
<title>Lemonldap::NG documentation: 6-Errors.html</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<style type="text/css">
/*<![CDATA[*/
body{
background: #ddd;
font-family: sans-serif;
font-size: 11pt;
padding: 0 50px;
}
div.main-content{
padding: 10px;
background: #fff;
border: 2px #ccc solid;
}
a{
text-decoration: none;
}
p.footer{
text-align: center;
margin: 5px 0 0 0;
}
.heading-1{
text-align: center;
color: orange;
font-variant: small-caps;
font-size: 20pt;
}
.heading-1-1{
color: orange;
font-size: 14pt;
border-bottom: 2px #ccc solid;
}
pre{
background: #eee;
border: 2px #ccc solid;
padding: 5px;
border-left: 10px #ccc solid;
}
ul.star li{
list-style-type: square;
}
/*]]>*/
</style>
</head>
<body>
<div class="main-content">
<h2 class="heading-1"><span id="HErroranddebugmessages">Error and debug
messages</span></h2>
<p class="paragraph"></p>
<ul>
<li><a href="#H22IncorrectXML22">"Incorrect XML"</a></li>
<li><a href=
"#H22Byteorderisnotcompatible22ou22Magicnumbercheckingonstorablestringfailed22">
"Byte order is not compatible" ou "Magic number checking on storable
string failed"</a></li>
<li><a href=
"#H22Configurationisinoldformat2Cyou27vetomigrate2122">"Configuration is
in old format, you've to migrate !"</a></li>
<li><a href="#H22My3A3APackage3Agetconfiguration122">"My::Package: get
configuration 1"</a></li>
<li><a href="#H22My3A3APackage3Astoreconfiguration122">"My::Package:
store configuration 1"</a></li>
<li><a href="#H22My3A3APackage3ANocookiefound22">"My::Package: No cookie
found"</a></li>
<li><a href=
"#H22Redirect26lt3Bxxxx26gt3Btoportal28urlwas2F2922">"Redirect
&lt;x.x.x.x&gt; to portal (url was /)"</a></li>
<li><a href="#H22FoundaCDAidRedirecting22">"Found a CDA id.
Redirecting"</a></li>
<li><a href="#H22Usersomeonewasauthorizatedtoaccessto2F22">"User someone
was authorizated to access to /"</a></li>
<li><a href="#H22My3A3APackage3Aremovingcookie22">"My::Package: removing
cookie"</a></li>
<li><a href=
"#H22ErrorwhilereadingconfigurationwithglobalStorageOptionskey3A22">"Error
while reading configuration with globalStorageOptions key:"</a></li>
<li><a href=
"#H22UserrejectedbecauseVirtualHosttestexamplecomhasnoconfiguration22">"User
rejected because VirtualHost test.example.com has no
configuration"</a></li>
<li><a href=
"#H22Thecookiexxxxisn27tyetavailable3AObjectdoesnotexistinthedatastoreat2Fusr2Fshare2Fperl52FApache2FSession2FStore2FFilepmline905Cn22">
"The cookie xxxx isn't yet available: Object does not exist in the data
store at /usr/share/perl5/Apache/Session/Store/File.pm line
90.n"</a></li>
<li><a href=
"#H22Thecookiexxxxisn27tyetavailable3A7E7E26lt3BApache3A3ASessionerrormessage26gt3B7E7E">
"The cookie xxxx isn't yet available: <i class=
"italic">&lt;Apache::Session error message&gt;</i></a></li>
</ul>
<h3 class="heading-1-1"><span id="H22IncorrectXML22">"Incorrect
XML"</span></h3>
<p class="paragraph"></p>This messages appears when the manager cannot
load configuration. The real error can be found in Apache logs.
<h3 class="heading-1-1"><span id=
"H22Byteorderisnotcompatible22ou22Magicnumbercheckingonstorablestringfailed22">
"Byte order is not compatible" ou "Magic number checking on storable
string failed"</span></h3>
<p class="paragraph"></p>This error message apprears when stored
configuration is corrupted or on versions earlier than 0.8.2.3 when you're
using Lemonldap::NG with different server types (32 and 64 bits for
example). In this case, you've to upgrade your Lemonldap::NG to at least
0.8.2.3.
<h3 class="heading-1-1"><span id=
"H22Configurationisinoldformat2Cyou27vetomigrate2122">"Configuration is in
old format, you've to migrate !"</span></h3>
<p class="paragraph"></p>This warning message means that you are using a
configuration generated by an earlier version than 0.8.2.3 with a more
up-to-date Lemonldap::NG component. You just have to re-save configuration
with a recent manager to avoid this warning.
<h3 class="heading-1-1"><span id=
"H22My3A3APackage3Agetconfiguration122">"My::Package: get configuration
1"</span></h3>
<p class="paragraph"></p>Information message: an Apache child process load
configuration.
<h3 class="heading-1-1"><span id=
"H22My3A3APackage3Astoreconfiguration122">"My::Package: store
configuration 1"</span></h3>
<p class="paragraph"></p>Information message: an Apache child process
stores the last configuration in the local cache. It will be read by other
Apache childs before 10 minutes.
<h3 class="heading-1-1"><span id=
"H22My3A3APackage3ANocookiefound22">"My::Package: No cookie
found"</span></h3>
<p class="paragraph"></p>Information message: one non-authenticated user
tries to connect to the protected application.
<h3 class="heading-1-1"><span id=
"H22Redirect26lt3Bxxxx26gt3Btoportal28urlwas2F2922">"Redirect
&lt;x.x.x.x&gt; to portal (url was /)"</span></h3>
<p class="paragraph"></p>Debug message: the client x.x.x.x is redirected
to the authentication portal.
<h3 class="heading-1-1"><span id="H22FoundaCDAidRedirecting22">"Found a
CDA id. Redirecting"</span></h3>
<p class="paragraph"></p>Debug message: the client has been authenticated
in another domain (CDA mechanism). The handler generates the cookie in the
new domain.
<h3 class="heading-1-1"><span id=
"H22Usersomeonewasauthorizatedtoaccessto2F22">"User someone was
authorizated to access to /"</span></h3>
<p class="paragraph"></p>Debug message: the user "someone" has been
authorizated to access to this URL.
<h3 class="heading-1-1"><span id=
"H22My3A3APackage3Aremovingcookie22">"My::Package: removing
cookie"</span></h3>
<p class="paragraph"></p>Debug message: after grant, the handler removes
hides the cookie. Protected application needs only headers.
<h3 class="heading-1-1"><span id=
"H22ErrorwhilereadingconfigurationwithglobalStorageOptionskey3A22">"Error
while reading configuration with globalStorageOptions key:"</span></h3>
<p class="paragraph"></p>Configuration is corrupted. See the following
error.
<h3 class="heading-1-1"><span id=
"H22UserrejectedbecauseVirtualHosttestexamplecomhasnoconfiguration22">"User
rejected because VirtualHost test.example.com has no
configuration"</span></h3>
<p class="paragraph"></p>When a virtual host is protected but not
configured, Lemonldap::NG block it. Update your configuration to add this
new virtual host, save and apply it.
<h3 class="heading-1-1"><span id=
"H22Thecookiexxxxisn27tyetavailable3AObjectdoesnotexistinthedatastoreat2Fusr2Fshare2Fperl52FApache2FSession2FStore2FFilepmline9026231103B22">
"The cookie xxxx isn't yet available: Object does not exist in the data
store at /usr/share/perl5/Apache/Session/Store/File.pm line
90.n"</span></h3>
<p class="paragraph"></p>This message appears when a user use an old
cookie that has been deleted from session database. He has to
re-authenticated itself.
<h3 class="heading-1-1"><span id=
"H22Thecookiexxxxisn27tyetavailable3A7E7E26lt3BApache3A3ASessionerrormessage26gt3B7E7E">
"The cookie xxxx isn't yet available: <i class=
"italic">&lt;Apache::Session error message&gt;</i></span></h3>
<p class="paragraph"></p>This message appears when an handler can not
access to session database. The real error is reported.
</div>
<p class="footer"><a href="index.html">Index</a></p>
</body>
</html>