|
Home > Archive > WebSphere HTTP Server > March 2004 > V5R1 Apache Admin 500 error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
V5R1 Apache Admin 500 error
|
|
| R Stearns 2004-02-18, 4:33 am |
| V5R1 SF99270 level 7
Do I need to load the groups independently from SF99270 since this box does
not run WAS?
Like Steve McKay's previous post:
The admin instance starts, the admin console comes up but with a 500 error
at the manage servers screen. I can actually work around and configure a
HTTP server etc. but can't see anything on the manage servers screen.
The 500 error indicates - java.lang.NoClassDefFoundError:
com/ibm/as400/httpsvr/express/formConfigWas
However on a working V5R1 I can't find this class anywhere on the system.
| |
| Goran Saric 2004-02-25, 3:33 pm |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
I had the same problem and here is what I did (after 2 days lost):<br>
<ul>
<li>ADDLNK OBJ('/QIBM/ProdData/HTTPA/admin/pgm/AdminExp.jar')
NEWLNK('/QIBM/UserData/HTTPA/admin/webapps/httpadmin/web-inf/lib/AdminExp.jar')</li>
<li>CHGOWN
OBJ('/QIBM/USerData/HTTPA/admin/webapps/HTTPAdmin/WEB-INF/lib/AdminExp.jar')
NEWOWN(QTMHHTTP) SYMLNK(*YES)</li>
<li>Restart the HTTP server.<br>
</li>
</ul>
R Stearns wrote:<br>
<blockquote type="cite" cite="midc105ld$75d6$1@news.boulder.ibm.com">
<pre wrap="">V5R1 SF99270 level 7
Do I need to load the groups independently from SF99270 since this box does
not run WAS?
Like Steve McKay's previous post:
The admin instance starts, the admin console comes up but with a 500 error
at the manage servers screen. I can actually work around and configure a
HTTP server etc. but can't see anything on the manage servers screen.
The 500 error indicates - java.lang.NoClassDefFoundError:
com/ibm/as400/httpsvr/express/formConfigWas
However on a working V5R1 I can't find this class anywhere on the system.
</pre>
</blockquote>
</body>
</html>
| |
| R Stearns 2004-03-02, 6:33 pm |
| Excellent information - worked perfectly where did you find this ?
Many thanks for passing the information along.
Royce.
"Goran Saric" <GSaric@iss-edm.com> wrote in message
news:c1iu1h$lus$1@news.boulder.ibm.com...
> I had the same problem and here is what I did (after 2 days lost):
>
> a.. ADDLNK OBJ('/QIBM/ProdData/HTTPA/admin/pgm/AdminExp.jar')
NEWLNK('/QIBM/UserData/HTTPA/admin/webapps/httpadmin/web-inf/lib/AdminExp.ja
r')
> b.. CHGOWN
OBJ('/QIBM/USerData/HTTPA/admin/webapps/HTTPAdmin/WEB-INF/lib/AdminExp.jar')
NEWOWN(QTMHHTTP) SYMLNK(*YES)
> c.. Restart the HTTP server.
>
> R Stearns wrote:
>
> V5R1 SF99270 level 7
>
> Do I need to load the groups independently from SF99270 since this box
does
> not run WAS?
>
> Like Steve McKay's previous post:
>
> The admin instance starts, the admin console comes up but with a 500 error
> at the manage servers screen. I can actually work around and configure a
> HTTP server etc. but can't see anything on the manage servers screen.
>
> The 500 error indicates - java.lang.NoClassDefFoundError:
> com/ibm/as400/httpsvr/express/formConfigWas
>
> However on a working V5R1 I can't find this class anywhere on the system.
>
>
>
>
>
| |
| Goran Saric 2004-03-10, 12:33 pm |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
I'm glad it worked for you. I found <a
href="http://www-1.ibm.com/support/docview.wss? uid=nas11844b1c3eb91bbf886256c5b0071fbba
">this</a>
web site where different admin problems are discussed. There wasn't
anything that directly talked about my problem, but there was something
similar related to a different jar file. When I checked the folder
where the jar file resides and compared it with the jar files residing
in the linking folder, I realized that one link was missing. I opened
the jar file and to my surprise found the missing class in it! I know
it sounds simple, but it took me two days to figure it out... :-(<br>
<br>
R Stearns wrote:<br>
<blockquote type="cite" cite="midc232mc$4pt8$1@news.boulder.ibm.com">
<pre wrap="">Excellent information - worked perfectly where did you find this ?
Many thanks for passing the information along.
Royce.
"Goran Saric" <a class="moz-txt-link-rfc2396E" href="mailto:GSaric@iss-edm.com"><GSaric@iss-edm.com></a> wrote in message
<a class="moz-txt-link-freetext" href="news:c1iu1h$lus$1@news.boulder.ibm.com">news:c1iu1h$lus$1@news.boulder.ibm.com</a>...
</pre>
<blockquote type="cite">
<pre wrap="">I had the same problem and here is what I did (after 2 days lost):
a.. ADDLNK OBJ('/QIBM/ProdData/HTTPA/admin/pgm/AdminExp.jar')
</pre>
</blockquote>
<pre wrap=""><!---->NEWLNK('/QIBM/UserData/HTTPA/admin/webapps/httpadmin/web-inf/lib/AdminExp.ja
r')
</pre>
<blockquote type="cite">
<pre wrap=""> b.. CHGOWN
</pre>
</blockquote>
<pre wrap=""><!---->OBJ('/QIBM/USerData/HTTPA/admin/webapps/HTTPAdmin/WEB-INF/lib/AdminExp.jar')
NEWOWN(QTMHHTTP) SYMLNK(*YES)
</pre>
<blockquote type="cite">
<pre wrap=""> c.. Restart the HTTP server.
R Stearns wrote:
V5R1 SF99270 level 7
Do I need to load the groups independently from SF99270 since this box
</pre>
</blockquote>
<pre wrap=""><!---->does
</pre>
<blockquote type="cite">
<pre wrap="">not run WAS?
Like Steve McKay's previous post:
The admin instance starts, the admin console comes up but with a 500 error
at the manage servers screen. I can actually work around and configure a
HTTP server etc. but can't see anything on the manage servers screen.
The 500 error indicates - java.lang.NoClassDefFoundError:
com/ibm/as400/httpsvr/express/formConfigWas
However on a working V5R1 I can't find this class anywhere on the system.
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Goran Saric
Technical Project Lead - IKON Image Systems Solutions
IKON The Way Business Gets Communicated
10 King Street East, Suite 900
Toronto, Ontario M5C 1C3
Phone: (416) 363-8945 Ext. 224
Fax: (416) 363-2195
Email: <a class="moz-txt-link-abbreviated" href="mailto:GSaric@iss-edm.com">GSaric@iss-edm.com</a>
Website: <a class="moz-txt-link-freetext" href="http://www.ikon-iss.com/">http://www.ikon-iss.com/</a></pre>
</body>
</html>
|
|
|
|
|