You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Victor Souza <vs...@gmail.com> on 2005/01/25 14:14:45 UTC

Testing 1.4 version

Hi,

I'm with some problems using the Axis 1.4 version. Can anyone help me?

I'm using Apache 2.0.52, Xerces 2.6.0, both compiled (I don't like
binaries). I have successful compiled and installed Axis 1.4, but when
I try to run Apache something weird happens.

I'm trying to access http://localhost/axis as suggested in the doc,
but the browser gets no answer. Trying to figure out what is
happening, I realized that Apache is creating (and killing) lots of
processes to handle this request. The processes gets the 'defunct'
status and no answer is returned to the browser.

Any clues?

Tks,

Victor Souza

Re: Testing 1.4 version

Posted by Victor Souza <vs...@gmail.com>.
Hi,

I have tryed with Xerces 2.2.0 and the problem persists. I will try to
describe a little more my problem, maybe someone can give a sugestion.

I'm working on Linux (kernel 2.4.26), Apache 2.0.52 and Xerces (I have
tryed 2.2.0 and 2.6.0).

Well, when I start the Apache (using apachectl) WITHOUT the loadModule
'everything' runs ok. I get the daemons running as shown:

root     14359  0.0  0.7  4584 1880 ?        Ss   09:52   0:00
/usr/local/apache2/bin/httpd -k start
nobody   14360  0.0  0.7  4640 2000 ?        S    09:52   0:00
/usr/local/apache2/bin/httpd -k start
nobody   14361  0.0  0.7  4640 2000 ?        S    09:52   0:00
/usr/local/apache2/bin/httpd -k start
nobody   14362  0.0  0.8  4708 2160 ?        S    09:52   0:00
/usr/local/apache2/bin/httpd -k start
nobody   14363  0.0  0.7  4640 2000 ?        S    09:52   0:00
/usr/local/apache2/bin/httpd -k start
nobody   14364  0.0  0.8  4676 2092 ?        S    09:52   0:00
/usr/local/apache2/bin/httpd -k start
nobody   14548  0.0  0.7  4648 2020 ?        S    09:53   0:00
/usr/local/apache2/bin/httpd -k start

But when I add the loadModule on httpd.conf the daemon doesn't start.
Or it starts and then dyes.

root     16469  0.4  0.9  5836 2464 ?        Ss   10:07   0:00
/usr/local/apache2/bin/httpd -k start
nobody   16478  0.0  0.0     0    0 ?        Z    10:07   0:00 [httpd] <defunct>
nobody   16479  1.0  0.0     0    0 ?        Z    10:07   0:00 [httpd] <defunct>
nobody   16480  0.0  0.0     0    0 ?        Z    10:07   0:00 [httpd] <defunct>
nobody   16481  0.0  0.0     0    0 ?        Z    10:07   0:00 [httpd] <defunct>

After some process are created and get the zombie status, all of them
disapear and it starts creating the processes (daemons) again.

The error_log shows something like this:

[Mon Jan 31 09:25:06 2005] [notice] Apache/2.0.52 (Unix) configured --
resuming normal operations
[Mon Jan 31 09:25:06 2005] [info] Server built: Jan 26 2005 11:31:11
[Mon Jan 31 09:25:06 2005] [debug] prefork.c(955): AcceptMutex:
sysvsem (default: sysvsem)
[Mon Jan 31 09:25:07 2005] [notice] child pid 4871 exit signal Abort (6)
[Mon Jan 31 09:25:07 2005] [notice] child pid 4870 exit signal Abort (6)
[Mon Jan 31 09:25:07 2005] [notice] child pid 4869 exit signal Abort (6)
[Mon Jan 31 09:25:07 2005] [notice] child pid 4868 exit signal Abort (6)
[Mon Jan 31 09:25:11 2005] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children,
there are 4 idle, and 4 total children

I have tryed the binary Axis (with Xerces 2.2.0) too. Same problem.

The unique 'error' I get while installing is a Axis warning, when
building the configure script (using autogen.sh). The warning is this:

run aclocal.
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of
XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of
XIPH_PATH_VORBIS
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of
AC_PILOT_LINK_HOOK
/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG

And lots of warnings like this. I don't really know what it means, but
I have searched the web and this doesn't seem to be a problem...

ANY ideas/sugestions would be apreciated.

Thanks,

Victor Souza.


On 27 Jan 2005 12:55:38 +0600, Roshan Weerasuriya <ro...@opensource.lk> wrote:
> hi Victor,
> 
> Ok, then you try to follow the same process which you tried with xerces
> ver 2.2.0 and see whether you get any problems first. In this case you
> shouldn't get any problems, because it is already tested and done. But
> by any chance if you get any problem with xerces 2.2.0 then we can think
> that it is some mistake that you are doing (may be missing some small
> thing), and then we can rectify it first if any. Then with that
> knowledge you will be easilty able to test with xerces 2.6.0 and come in
> to a quick conculsion.
> 
> Also on what platform do you work?
> 
> Roshan
> 
> On Thu, 2005-01-27 at 02:11, Victor Souza wrote:
> > Hi Roshan,
> >
> > Thank you for your attention.
> >
> > I realized that Apache is not going up, I mean, it doesn't start when
> > I add the "addModule" on httpd.conf. I looked at Apache's log and I
> > see "child pid XXXX exit signal Abort (6)". No reason for that.
> >
> > I have followed the instructions very closely and I have no idea of
> > what is happening.
> >
> > I'm going to try Xerces 2.2.0 instead of 2.6.0. I think i will get my
> > problem solved.
> >
> > Thanks again,
> >
> > Victor Souza.
> >
> >
> > On 26 Jan 2005 08:55:47 +0600, Roshan Weerasuriya <ro...@opensource.lk> wrote:
> > > hi Victor,
> > >
> > > >I don't like binaries
> > > Why? :) Hi I am Just kidding...
> > >
> > > Can you let us know whether you get any error messages when you try to
> > > start apache, or any important clue etc, so that with those messages we
> > > might be able to help you.
> > >
> > > Roshan
> > >
> > > On Tue, 2005-01-25 at 19:14, Victor Souza wrote:
> > > > Hi,
> > > >
> > > > I'm with some problems using the Axis 1.4 version. Can anyone help me?
> > > >
> > > > I'm using Apache 2.0.52, Xerces 2.6.0, both compiled (I don't like
> > > > binaries). I have successful compiled and installed Axis 1.4, but when
> > > > I try to run Apache something weird happens.
> > > >
> > > > I'm trying to access http://localhost/axis as suggested in the doc,
> > > > but the browser gets no answer. Trying to figure out what is
> > > > happening, I realized that Apache is creating (and killing) lots of
> > > > processes to handle this request. The processes gets the 'defunct'
> > > > status and no answer is returned to the browser.
> > > >
> > > > Any clues?
> > > >
> > > > Tks,
> > > >
> > > > Victor Souza
> > > >
> > >
> > >
> >
> 
>

Re: Testing 1.4 version

Posted by Roshan Weerasuriya <ro...@opensource.lk>.
hi Victor,

Ok, then you try to follow the same process which you tried with xerces
ver 2.2.0 and see whether you get any problems first. In this case you
shouldn't get any problems, because it is already tested and done. But
by any chance if you get any problem with xerces 2.2.0 then we can think
that it is some mistake that you are doing (may be missing some small
thing), and then we can rectify it first if any. Then with that
knowledge you will be easilty able to test with xerces 2.6.0 and come in
to a quick conculsion.

Also on what platform do you work?

Roshan


On Thu, 2005-01-27 at 02:11, Victor Souza wrote:
> Hi Roshan,
> 
> Thank you for your attention. 
> 
> I realized that Apache is not going up, I mean, it doesn't start when
> I add the "addModule" on httpd.conf. I looked at Apache's log and I
> see "child pid XXXX exit signal Abort (6)". No reason for that.
> 
> I have followed the instructions very closely and I have no idea of
> what is happening.
> 
> I'm going to try Xerces 2.2.0 instead of 2.6.0. I think i will get my
> problem solved.
> 
> Thanks again,
> 
> Victor Souza.
> 
> 
> On 26 Jan 2005 08:55:47 +0600, Roshan Weerasuriya <ro...@opensource.lk> wrote:
> > hi Victor,
> > 
> > >I don't like binaries
> > Why? :) Hi I am Just kidding...
> > 
> > Can you let us know whether you get any error messages when you try to
> > start apache, or any important clue etc, so that with those messages we
> > might be able to help you.
> > 
> > Roshan
> > 
> > On Tue, 2005-01-25 at 19:14, Victor Souza wrote:
> > > Hi,
> > >
> > > I'm with some problems using the Axis 1.4 version. Can anyone help me?
> > >
> > > I'm using Apache 2.0.52, Xerces 2.6.0, both compiled (I don't like
> > > binaries). I have successful compiled and installed Axis 1.4, but when
> > > I try to run Apache something weird happens.
> > >
> > > I'm trying to access http://localhost/axis as suggested in the doc,
> > > but the browser gets no answer. Trying to figure out what is
> > > happening, I realized that Apache is creating (and killing) lots of
> > > processes to handle this request. The processes gets the 'defunct'
> > > status and no answer is returned to the browser.
> > >
> > > Any clues?
> > >
> > > Tks,
> > >
> > > Victor Souza
> > >
> > 
> >
>