Netware Webserver - Apache2 doesn't work on install

This is Interesting: Free IT Magazines  
Home > Archive > Netware Webserver > August 2006 > Apache2 doesn't work on install





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 Apache2 doesn't work on install
Nuri Inuki

2006-08-28, 1:11 am

I have two servers that are doing this. They're brand new servers that I
just installed NW6.5.4 (overlay CD). Right after the install is
completed, I try to go to their webpage and both servers load up a page
where on the left hand side, it says "Service unavailable!" twice, and
on the bottom, an "Error 503." I tried searching through the
knowledgebase but error 503 keeps turning up GroupWise related TID's.

Anybody might have any idea on what's going on? Why am i getting these
errors right after a new install?

Thanx in advance.
Howard
Anders Gustafsson

2006-08-28, 7:12 am

Nuri Inuki,
> Anybody might have any idea on what's going on? Why am i getting these
> errors right after a new install?
>

503 is pointng at tomcat. Is tomcat running? Type Java -show on the
console to find out. Should be two instances.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Nuri Inuki

2006-08-29, 1:12 am

Anders Gustafsson wrote:

> 503 is pointng at tomcat. Is tomcat running? Type Java -show on the
> console to find out. Should be two instances.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>


Yes, sir. Two instances running.

org.apache.catalina.startup.Bootstrap......572
org.apache.catalina.startup.Bootstrap......665

Corrupted install?
Anders Gustafsson

2006-08-29, 7:11 am

Nuri Inuki,
> Yes, sir. Two instances running.
>
> org.apache.catalina.startup.Bootstrap......572
> org.apache.catalina.startup.Bootstrap......665
>
> Corrupted install?
>

OK. Looks fine. Now on port 80 there is nothing, right? Does the normal
apache instance start up sauing it is listening on 80? Ie:

Apache/2.0.54 (NETWARE) mod_jk/1.2.6a PHP/5.0.3
Listening on port(s): 443 443 631 80 80 80
Loaded dynamic module util_ldap.c
Loaded dynamic module mod_auth_ldap.c
Loaded dynamic module mod_jk.c

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Nuri Inuki

2006-08-30, 1:11 am

Anders Gustafsson wrote:

> OK. Looks fine. Now on port 80 there is nothing, right? Does the normal
> apache instance start up sauing it is listening on 80? Ie:
>
> Apache/2.0.54 (NETWARE) mod_jk/1.2.6a PHP/5.0.3
> Listening on port(s): 443 443 631 80 80 80
> Loaded dynamic module util_ldap.c
> Loaded dynamic module mod_auth_ldap.c
> Loaded dynamic module mod_jk.c
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>


Apache2 is listening on 443, 631, and 80. When I try to hit the site, I
see three messages (assuming it's opening up two frames or something?)
on the left side. Top message reads:

Service unavailable!

Middle message:

Service unavailable! Error 503

Here's the weird thing. At first, I had two servers doing this, however,
on one server, I just recently threw in the CD and found that iFolder
and a bunch of stuff was not installed (including iManager), so I went
through and installed all of those and restarted the server. It's
working fine now. My other server that's having this problem, when I do
"java -show" nothing is listed. So...maybe it's like your previous
message, tomcat is having problems. I'm going to check what applications
it has installed, maybe iManager didn't get installed or something again.

Sorry for the run around.

Howard
Nuri Inuki

2006-08-30, 1:11 am

Okay, I checked the server. iManager is loaded, however, when I do a
java -show, it only shows:

org.apache.catalina.startup.Bootstrap....1471

Only one instances. How do I get it to load the second one?

Howard
Anders Gustafsson

2006-08-30, 7:12 am

Nuri Inuki,
> Only one instances. How do I get it to load the second one?
>

They are started by:
tcadmup.ncf
and
sys:/tomcat/4/bin/tomcat4.ncf
respectively. Try:

java -show
java -knnn, where nnn is the process number gotten from show, ie java
-k1471
tcadmup, then wait and make sure it loads
then tomcat4 and make sure it loads. Note which one fails to load.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Nuri Inuki

2006-08-30, 7:12 am

Anders Gustafsson wrote:
> They are started by:
> tcadmup.ncf
> and
> sys:/tomcat/4/bin/tomcat4.ncf
> respectively. Try:
>
> Java -show
> Java -knnn, where nnn is the process number gotten from show, ie java
> -k1471
> tcadmup, then wait and make sure it loads
> then tomcat4 and make sure it loads. Note which one fails to load.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)


hey Anders,

Very interesting results. First off, I tried the -k option but java
always returned back with "unknown option." But being that I knew which
one it listed, I did a tc4stop to kill it. Then I did the tcadmup,
waited for it to load, then tomcat4, and once everything was done
loading, I could hit the website correctly.

I then checked the autoexec.ncf and it's listed in there...very strange.
What do you think might be causing it not to load?

Thanx for helping me out.

Howard
Anders Gustafsson

2006-08-30, 7:12 am

Nuri Inuki,
> Very interesting results. First off, I tried the -k option but java
> always returned back with "unknown option." But being that I knew which
> one it listed, I did a tc4stop to kill it. Then I did the tcadmup,
> waited for it to load, then tomcat4, and once everything was done
> loading, I could hit the website correctly.


You need to type -Kxxxx without any space in between

> I then checked the autoexec.ncf and it's listed in there...very strange.
> What do you think might be causing it not to load?


No idea really. Watch it when you bounce it next time

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Nuri Inuki

2006-08-31, 1:12 am

Anders Gustafsson wrote:
> Nuri Inuki,
>
> You need to type -Kxxxx without any space in between
>
>
> No idea really. Watch it when you bounce it next time
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>

Yes sir! Thank you.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com