Click here to register.
      
Sprechen Sie WebGUI? Parlez vous WebGUI? Se habla WebGUI? Spreekt u WebGUI?

Do you speak WebGUI? Please help us translate WebGUI into your language.



     Discuss > Install/Upgrade Help Goto page «Previous Page   1 2    Next Page»

Can't locate object method "server"

User morry
Date 5/26/2008 9:11 am
Views 2177
Rating 0    Rate [
|
]
Previous · Next
User Message
morry

Hello All Cry

i Make install From Source To WebGUI 7.4.37  and all steps were done & clearly

BUT

When I run "perl preload.perl"

I get the following error :

[/home/WebGUI/sbin]# perl preload.perl

Starting WebGUI 7.4.37
Can't locate object method "server" via package "Apache2::ServerUtil" at preload.perl line 80.

=====================================

My Server Details :

REDHAT Enterprise 5.1 i686 on standard

WHM 11.15.0 cPanel 11.18.6-S24739

Apache/2.2.8 (Unix) WebGUI/7.4.37 mod_ssl/2.2.8 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.5 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 Server at egyme.com Port 80=================================[/home/WebGUI/sbin]# perl testEnvironment.plWebGUI is checking your system environment:Operating System:                                 Linuxish
WebGUI Root:                                      ..
Perl Interpreter:                                 OK
Checking for module LWP:                          OK
Checking for module HTTP::Request:                OK
Checking for module HTTP::Headers:                OK
Checking for module Test::More:                   OK
Checking for module Test::MockObject:             OK
Checking for module Test::Deep:                   OK
Checking for module Pod::Coverage:                OK
Checking for module Text::Balanced:               OK
Checking for module Digest::MD5:                  OK
Checking for module DBI:                          OK
Checking for module DBD::mysql:                   OK
Checking for module HTML::Parser:                 OK
Checking for module Archive::Tar:                 OK
Checking for module Archive::Zip:                 OK
Checking for module IO::Zlib:                     OK
Checking for module Compress::Zlib:               OK
Checking for module Net::SMTP:                    OK
Checking for module MIME::Tools:                  OK
Checking for module Net::POP3:                    OK
Checking for module Tie::IxHash:                  OK
Checking for module Tie::CPHash:                  OK
Checking for module XML::Simple:                  OK
Checking for module SOAP::Lite:                   OK
Checking for module DateTime:                     OK
Checking for module Time::HiRes:                  OK
Checking for module DateTime::Format::Strptime:   OK
Checking for module DateTime::Format::Mail:       OK
Checking for module Image::Magick:                Outdated - Current: 5.51 / Required: 6.0, but it's optional anyway
Checking for module Graphics::Magick:             Not Installed, but it's optional anyway
Checking for module Log::Log4perl:                OK
Checking for module Net::LDAP:                    OK
Checking for module HTML::Highlight:              OK
Checking for module HTML::TagFilter:              OK
Checking for module HTML::Template:               OK
Checking for module HTML::Template::Expr:         OK
Checking for module XML::RSSLite:                 OK
Checking for module JSON:                         OK
Checking for module Config::JSON:                 OK
Checking for module Text::CSV_XS:                 OK
Checking for module Net::Subnets:                 OK
Checking for module Finance::Quote:               OK
Checking for module POE:                          OK
Checking for module POE::Component::IKC::Server:  OK
Checking for module POE::Component::Client::HTTP: OK
Checking for module Data::Structure::Util:        OK
Checking for module Apache2::Request:             OK
Checking for module URI::Escape:                  OK
Checking for module POSIX:                        OK
Checking for module List::Util:                   OK
Checking for module Color::Calc:                  OK
Checking for module Text::Aspell:                 Not Installed, but it's optional anyway
Checking for module Locale::US:                   OK
Checking for module Weather::Com::Finder:         OK
Checking for module Class::InsideOut:             OK
Checking for module HTML::TagCloud:               OK
WebGUI modules:                                   OK
Getting current WebGUI version:                   OK
Your version:                                     You are using 7.4.37-stable and 7.4.38-stable is available.
Locating WebGUI configs:                          OKChecking config file:                             -WebGUI7.conf
Verifying uploads folder:                         OK
Verifying DSN:                                    OK
Verifying database connection:                    OKChecking config file:                             web7.egyme.com.conf
Verifying uploads folder:                         OK
Verifying DSN:                                    OK
Verifying database connection:                    OKTesting complete!
the problem is site is not running Note : that i'm running multiple Sites on WebGUI 5.8.8 on my server Any Body Can Help Me ????PleeeeeeeeeeeaseCry

--- (Edited on 5/26/2008 9:11 am [GMT-0500] by morry) ---



Back to Top
Rate [
|
]
 
 
morry

 

SealedUP SealedUPSealed

29 View and no body know any thing about this error

Please i need any idea ???

--- (Edited on 5/28/2008 4:03 am [GMT-0500] by morry) ---



Back to Top
Rate [
|
]
 
 
colink

I think people were waiting to see how long it would take you to realize that the Apache module requires perl to be run in the context of mod_perl to work correctly.

In other words, you can run perl preload.perl and expect it to work.

--- (Edited on 5/28/2008 11:48 am [GMT-0500] by colink) ---



Back to Top
Rate [
|
]
 
 
morry

thank you colink for your response ..

i understand apache that only can run preload.perl .

but my problem now when i open my www.web7.domain.com i recive "500 internal server error" and i cant find the reason for this error ????

My Virtual Host

<VirtualHost 192.168.1.130:80>
    ServerName web7.mydomain.com
    ServerAlias www.web7.mydomain.com
    DocumentRoot /home/mydomain/public_html/7/WebGUI/www
    ServerAdmin webmaster@web7.mydomain.com
        SetHandler perl-script
        PerlInitHandler WebGUI
        PerlSetVar WebguiConfig web7.mydomain.com.conf
        Alias /extras /home/mydomain/public_html/7/WebGUI/www/extras
    ## User egyme # Needed for Cpanel::ApacheConf
    <IfModule mod_suphp.c>
        suPHP_UserGroup user user
    </IfModule>
    <IfModule !mod_disable_suexec.c>
        SuexecUserGroup user user
    </IfModule>
    CustomLog /usr/local/apache/domlogs/web7.mydomain.com-bytes_log "%{%s}t %I .\n%{%s}t %O ."
    CustomLog /usr/local/apache/domlogs/web7.mydomain.com combined
    ScriptAlias /cgi-bin/ /home/mydomain/public_html/7/WebGUI/cgi-bin/
</VirtualHost>

 

--- (Edited on 6/11/2008 4:07 am [GMT-0500] by morry) ---

--- (Edited on 6/11/2008 4:53 am [GMT-0500] by morry) ---

--- (Edited on 6/11/2008 4:55 am [GMT-0500] by morry) ---



Back to Top
Rate [
|
]
 
 
colink

but my problem now when i open my www.web7.domain.com i recive "500 internal server error" and i cant find the reason for this error ????

In your apache error log (usually in /var/log/httpd/error.log), is there any more information?

--- (Edited on 6/11/2008 11:43 am [GMT-0500] by colink) ---



Back to Top
Rate [
|
]
 
 
morry

In my apache error log

[Thu Jun 12 11:41:46 2008] [notice] child pid 31785 exit signal Segmentation fault (11)
[Thu Jun 12 11:41:52 2008] [notice] child pid 31943 exit signal Segmentation fault (11)
[Thu Jun 12 11:44:14 2008] [notice] SIGHUP received.  Attempting to restart
[Thu Jun 12 11:44:17 2008] [notice] Apache/2.2.8 (Unix) WebGUI/7.4.37 mod_ssl/2.2.8 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.5 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
[Thu Jun 12 11:44:26 2008] [notice] child pid 18860 exit signal Segmentation fault (11)
[Thu Jun 12 11:44:29 2008] [notice] child pid 18861 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:34 2008] [notice] child pid 18859 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:36 2008] [notice] child pid 18914 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:38 2008] [notice] child pid 18862 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:45 2008] [notice] child pid 18863 exit signal Segmentation fault (11)

--- (Edited on 6/12/2008 7:17 am [GMT-0500] by morry) ---



Back to Top
Rate [
|
]
 
 
morry

i have to thank colink for activity to solve my problems With installing webgui

But now you asked me about information from my apache log

and i posted it in my last replay and i wait your replay

[Thu Jun 12 11:44:26 2008] [notice] child pid 18860 exit signal Segmentation fault (11)
[Thu Jun 12 11:44:29 2008] [notice] child pid 18861 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:34 2008] [notice] child pid 18859 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:36 2008] [notice] child pid 18914 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:38 2008] [notice] child pid 18862 exit signal Segmentation fault (11)
[Thu Jun 12 11:46:45 2008] [notice] child pid 18863 exit signal Segmentation fault (11)

did you have any info about this error ?? 
or how can to be sure from Webgui installing completely ??

--- (Edited on 6/15/2008 3:09 am [GMT-0500] by morry) ---



Back to Top
Rate [
|
]
 
 
colink

It almost looks like your environment is wrong.  In addition to the server logs, which just say that Apache is segfaulting on startup, I need to know the following:

  1. Which operating system your're using.
  2. What kind of hardware 32/64 bit.
  3. Are you using the WRE?  If so, did you compile it yourself or use a packge?

After you answer those, there will be a second round of questions.

--- (Edited on 6/15/2008 5:05 pm [GMT-0500] by colink) ---



Back to Top
Rate [
|
]
 
 
morry

It almost looks like your environment is wrong.  In addition to the server logs, which just say that Apache is segfaulting on startup, I need to know the following:

  1. Which operating system your're using.
  2. What kind of hardware 32/64 bit.
  3. Are you using the WRE?  If so, did you compile it yourself or use a packge?

After you answer those, there will be a second round of questions.

thnx for your interest and i waiting your another question Smile

1- REDHAT Enterprise 5.1 i686 on standard - WHM X v3.1.0

2- my hardware 64 bit

3- no i trying to installing from source

--- (Edited on 6/16/2008 6:01 am [GMT-0500] by morry) ---



Back to Top
Rate [
|
]
 
 
colink

thnx for your interest and i waiting your another question Smile

As root, go into /data/WebGUI/sbin and run

perl testEnvironment.pl

It will check your system for required perl modules, it will see if it can talk to mysql and run other checks as well.

--- (Edited on 6/16/2008 10:58 am [GMT-0500] by colink) ---



Back to Top
Rate [
|
]
 
 
     Discuss > Install/Upgrade Help Goto page «Previous Page   1 2    Next Page»



Recent Discussions Color Key

Design:

Development:

Et Cetera:

Install/Upgrade:  

Smoketest:

Template Group:


Re: Shortcut of a thread by knowmad - Thu @ 07:33am

Re: Synopsis search results by knowmad - Thu @ 07:21am

Re: Templates workspace site by rogier - Thu @ 04:24am

Re: Templates workspace site by rogier - Thu @ 02:59am

Re: Shortcut of a thread by perlDreamer - Wed @ 11:46pm

Re: Ubuntu Load on Startup by SteveD - Wed @ 04:37pm

Shortcut of a thread by arjan - Wed @ 04:11pm

Re: preventing email spam mailto by lrobinson - Wed @ 03:51pm

preventing email spam mailto by sandraqu - Wed @ 03:39pm

Re: Data Form and Form Controls by martink - Tue @ 11:05am

Re: Synopsis search results by marieken - Tue @ 06:10am

Re: Übersetzungen vor dem nächsten Treffen by koen - Tue @ 04:24am

Re: Übersetzungen vor dem nächsten Treffen - Translations to be done before the next meeting will take place. by bernd - Tue @ 01:15am