You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Garthfield Carter <to...@webconexion.net> on 2006/07/21 02:16:33 UTC

Tomcat admin application "HTTP Status 500" problem

Hello,

I have an issue with the Tomcat "admin" application. I get "HTTP Status 
500" errors whenever I click on any of the "User Definition" menu items 
such as Users, Groups or Roles. The exact error I get reported on screen 
in the HTTP Status 500 section is:
*
type* Status report*
message* _Error retrieving attribute users_*
description* _The server encountered an internal error (Error retrieving 
attribute users) that prevented it from fulfilling this request.

_I'm using the following software version:

Tomcat 5.0.28
Sun JDK 1.5.0_06

My server.xml looks like this:

<?xml version='1.0' encoding='utf-8'?>
<Server port="8121">

<GlobalNamingResources>
        <Resource auth="Container" name="UserDatabase" 
type="org.apache.catalina.UserDatabase"/>
        <ResourceParams name="UserDatabase">
        <parameter>
                <name>factory</name>
                
<value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
        </parameter>
        <parameter>
                <name>pathname</name>
                <value>conf/tomcat-users.xml</value>
        </parameter>
        </ResourceParams>
</GlobalNamingResources>

<Service name="Tomcat-Apache">
<Connector maxProcessors="75" port="8221" protocol="AJP/1.3" 
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
<Engine defaultHost="localhost" name="alberta">
<Host appBase="/home/tomcat/tomcat/webapps" deployOnStartup="false" 
name="localhost">
        <Logger className="org.apache.catalina.logger.FileLogger" 
directory="/home/tomcat/logs" prefix="tomcat." suffix=".txt" 
timestamp="true"/>
        <Context path="/" docBase="../../public_html" debug="0" 
reloadable="true"/>
        <Context path="/admin" debug="0" privileged="true" docBase="admin"/>
</Host>
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"/>
</Engine>
</Service>
</Server>

I've searched Google and found one other person with this problem but no 
answers at all.

Any ideas would be greatly appreciated.

Regards,
Garthfield Carter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat Connectors versioning

Posted by Garthfield Carter <to...@webconexion.net>.
That makes sense now. Thankyou.

Garthfield

Rick G wrote:

>Doing a directory list, puts them in alphabetical order, which isn't the
>real order, just look at the dates..  Think of .5-.9 as .05 - .09. jk-1.2.15
>is the latest.
>
>Jk-1.2.05 
>Jk-1.2.06
>Jk-1.2.07
>Jk-1.2.08
>Jk-1.2.09
>Jk-1.2.10 
>Jk-1.2.11
>etc
>
>-----Original Message-----
>From: Garthfield Carter [mailto:tomcat@webconexion.net] 
>Posted At: Tuesday, July 25, 2006 9:51 AM
>Posted To: Tomcat Dev
>Conversation: Tomcat Connectors versioning
>Subject: Tomcat Connectors versioning
>
>
>Hello,
>
>Can someone explain the versioning system please. Here's the directory
>lisitng from
>http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/source/. The
>latest stable build is jk-1.2.15 but what are the jk-1.2.5 -> jk-1.2.9
>aren't these a greater build number than jk-1.2.15 or am I understanding the
>versioning incorrectly?
>
>Garthfield
>
>[DIR] jk-1.2.10/                                        30-Mar-2005 
>07:38    -  
>[DIR] jk-1.2.11/                                        28-Apr-2005 
>19:21    -  
>[DIR] jk-1.2.12/                                        07-May-2005 
>12:14    -  
>[DIR] jk-1.2.13/                                        16-May-2005 
>08:07    -  
>[DIR] jk-1.2.14/                                        11-Jul-2005 
>17:17    -  
>[DIR] jk-1.2.15/                                        23-Sep-2005 
>13:33    -  
>[DIR] jk-1.2.5/                                         26-Jul-2004 
>11:41    -  
>[DIR] jk-1.2.6/                                         30-Nov-2004 
>14:47    -  
>[DIR] jk-1.2.8/                                         13-Apr-2005 
>14:03    -  
>[DIR] jk-1.2.9/                                         29-Mar-2005 
>07:40    -  
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
>e-mail: users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: users-help@tomcat.apache.org
>
>  
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Tomcat Connectors versioning

Posted by Rick G <to...@vidyah.com>.
Doing a directory list, puts them in alphabetical order, which isn't the
real order, just look at the dates..  Think of .5-.9 as .05 - .09. jk-1.2.15
is the latest.

Jk-1.2.05 
Jk-1.2.06
Jk-1.2.07
Jk-1.2.08
Jk-1.2.09
Jk-1.2.10 
Jk-1.2.11
etc

-----Original Message-----
From: Garthfield Carter [mailto:tomcat@webconexion.net] 
Posted At: Tuesday, July 25, 2006 9:51 AM
Posted To: Tomcat Dev
Conversation: Tomcat Connectors versioning
Subject: Tomcat Connectors versioning


Hello,

Can someone explain the versioning system please. Here's the directory
lisitng from
http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/source/. The
latest stable build is jk-1.2.15 but what are the jk-1.2.5 -> jk-1.2.9
aren't these a greater build number than jk-1.2.15 or am I understanding the
versioning incorrectly?

Garthfield

[DIR] jk-1.2.10/                                        30-Mar-2005 
07:38    -  
[DIR] jk-1.2.11/                                        28-Apr-2005 
19:21    -  
[DIR] jk-1.2.12/                                        07-May-2005 
12:14    -  
[DIR] jk-1.2.13/                                        16-May-2005 
08:07    -  
[DIR] jk-1.2.14/                                        11-Jul-2005 
17:17    -  
[DIR] jk-1.2.15/                                        23-Sep-2005 
13:33    -  
[DIR] jk-1.2.5/                                         26-Jul-2004 
11:41    -  
[DIR] jk-1.2.6/                                         30-Nov-2004 
14:47    -  
[DIR] jk-1.2.8/                                         13-Apr-2005 
14:03    -  
[DIR] jk-1.2.9/                                         29-Mar-2005 
07:40    -  

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Tomcat Connectors versioning

Posted by Garthfield Carter <to...@webconexion.net>.
Hello,

Can someone explain the versioning system please. Here's the directory 
lisitng from 
http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/source/. The 
latest stable build is jk-1.2.15 but what are the jk-1.2.5 -> jk-1.2.9 
aren't these a greater build number than jk-1.2.15 or am I understanding 
the versioning incorrectly?

Garthfield

[DIR] jk-1.2.10/                                        30-Mar-2005 
07:38    -  
[DIR] jk-1.2.11/                                        28-Apr-2005 
19:21    -  
[DIR] jk-1.2.12/                                        07-May-2005 
12:14    -  
[DIR] jk-1.2.13/                                        16-May-2005 
08:07    -  
[DIR] jk-1.2.14/                                        11-Jul-2005 
17:17    -  
[DIR] jk-1.2.15/                                        23-Sep-2005 
13:33    -  
[DIR] jk-1.2.5/                                         26-Jul-2004 
11:41    -  
[DIR] jk-1.2.6/                                         30-Nov-2004 
14:47    -  
[DIR] jk-1.2.8/                                         13-Apr-2005 
14:03    -  
[DIR] jk-1.2.9/                                         29-Mar-2005 
07:40    -  

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org