plainblack.com
Username Password
search
Bookmark and Share

    

New WRE-060 Install

User jiggie
Date 6/22/2006 12:58 pm
Views 2097
Rating 31    Rate [
|
]
Previous · Next
User Message
jiggie

[warn] NameVirtualHost *:81 has no VirtualHosts
httpd (no pid file) not running
 NOw i just reformated this box with rh4 ES. downloaded wre-0.6.0-rhel4-i386.tar.gz wrebuild-0.6.0-prereqs.tar.gz and webgui-6.2.11-gamma.tar.gz.

followed instructions on  https://www.plainblack.com/wre/installing.. it fails after the ./rc.webgui start and i get the above error.

 [root@intranet2 sbin]# ./rc.webgui start
MySQL Started
mod_perl failed to start!
mod_proxy Started
[root@intranet2 sbin]# more /data/wre/prereqs/apache/logs/modproxy.error.log
[Thu Jun 22 13:19:07 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Jun 22 13:19:07 2006] [notice] Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i configured -- resuming normal oper
ations
[Thu Jun 22 13:19:59 2006] [notice] caught SIGTERM, shutting down
[Thu Jun 22 13:57:51 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Jun 22 13:57:51 2006] [notice] Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i configured -- resuming normal oper
ations

--- (Edited on 6/22/2006 12:58 pm [GMT-0500] by jiggie) ---

 

___Update___ 

Now i did 

[root@intranet2 sbin]# perl testEnvironment.pl

Operating System ......................... Linuxish
WebGUI Root .............................. ..
Perl Interpreter ......................... OK
LWP module ............................... OK
HTTP::Request module ..................... OK
HTTP::Headers module ..................... OK
Digest::MD5 module ....................... OK
DBI module ............................... Attempting to install...

/usr/lib/perl5/5.8.5/CPAN/Config.pm initialized.

 

now is going to get some packages, can i stop this or let it finish. i still get 

[root@intranet2 sbin]# ./rc.webgui start
MySQL Started
mod_perl failed to start!
mod_proxy Started
[root@intranet2 sbin]# more /data/wre/prereqs/apache/logs/modproxy.error.log
[Thu Jun 22 13:19:07 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Jun 22 13:19:07 2006] [notice] Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i configured -- resuming normal oper
ations
[Thu Jun 22 13:19:59 2006] [notice] caught SIGTERM, shutting down
[Thu Jun 22 13:57:51 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Jun 22 13:57:51 2006] [notice] Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i configured -- resuming normal oper
ations
 

--- (Edited on 6/22/2006 1:24 pm [GMT-0500] by jiggie) ---



Back to Top
Rate [
|
]
 
 
jiggie

root@intranet2 sbin]# perl testEnvironment.pl

WebGUI is checking your system environment:

Operating System ......................... Linuxish
WebGUI Root .............................. ..
Perl Interpreter ......................... OK
LWP module ............................... OK
HTTP::Request module ..................... OK
HTTP::Headers module ..................... OK
Digest::MD5 module ....................... OK
DBI module ............................... OK
Avalable database drivers ................ DBM, ExampleP, File, Proxy, Sponge
HTML::Parser module ...................... OK
Archive::Tar module ...................... OK
IO::Zlib module .......................... OK
Compress::Zlib module .................... OK
Net::SMTP module ......................... OK
Cache::Cache module ...................... OK
SOAP::Lite module ........................ OK
Time::HiRes module ....................... OK
Image::Magick module (optional) .......... Not installed. Thumbnailing will be disabled.
Authen::Smb module (optional) ............ Not installed. You cannot use SMB authentication.
WebGUI modules ........................... OK

Found config file ........................ intranet2.invisioninc.com.conf
Verifying file ........................... OK
Uploads folder ........................... OK
Database driver .......................... Not installed!
Database connection ...................... Can't connect with info provided!

Found config file ........................ log.conf
Verifying file ........................... DSN is improperly formatted. Skipping this configuration.

Latest version ........................... You are using 6.2.11-gamma and 6.99.4-beta is available.

 

[oracle@intranet2 sbin]$ perl preload.perl

Starting WebGUI 6.2.11
GATEWAY_INTERFACE not Perl! at preload.perl line 14.
 

--- (Edited on 6/22/2006 3:49 pm [GMT-0500] by jiggie) ---

--- (Edited on 6/22/2006 3:55 pm [GMT-0500] by jiggie) ---

 

Here is the preload.perl conf file

!/usr/bin/perl
use strict;

my $webguiRoot;

BEGIN {
        $webguiRoot = "/data/WebGUI"; # Edit to match your WebGUI installation directory.
        unshift (@INC, $webguiRoot."/lib");
}

$|=1;

print "\nStarting WebGUI ".$WebGUI::VERSION."\n";
$ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!";


#----------------------------------------
# Enable the mod_perl environment.
#----------------------------------------
#use Apache::Registry (); # Uncomment this for use with mod_perl 1.0
use ModPerl::Registry (); # Uncomment this for use with mod_perl 2.0

--- (Edited on 6/22/2006 3:56 pm [GMT-0500] by jiggie) ---



Back to Top
Rate [
|
]
 
 
© 2010 Plain Black Corporation | All Rights Reserved