BusinessObjects Board

INFOVIEW- The page cannot be found

Hi,

I have installed the webi2.7 on Unix AIX 5x server.

I can download the Infoview page successfully but when I click on login tab it dose’t show me the login box it shows The page cannot be found

I have check the process running under webi installation directory I am getting the message. sed /[aA]ssertion failed/D

I have also checked the web server error log, which shows file does not exist.
tail -f error_log
[Thu Nov 10 13:50:19 2005] [error] [client IP] File does not exist: /bo/webi27/Server/WebIntelligence2.5/http-server/bin/apachewi/WIGenerator/wigenerator/generator/ExecuteWIS

It is urgent Can any one help me.

Thanks in Advance


jitu (BOB member since 2005-04-23)

It sounds like your system is not properly defined - did you configure the cluster in the correct order - ORB then virtual the directories?


MikeD :south_africa: (BOB member since 2002-06-18)

I am sorry I have tested all the solutions suggested in the BOB site but no success. Please suggest me

I can download the Infoview page successfully but when I click on login tab it dose’t show me the login box it shows The page cannot be found HTTP 404 page not found

I can successfully login into the webi admin tool.

I have check the all the process are running under webi installation user.

It is urgent Can any one help me. :reallymad: and :confused:


jitu (BOB member since 2005-04-23)

Can you provide more details about your application or webserver…

a) Are those services running?
b) What about WMAIN.key, Is it in the correct directory ?


BO_Chief :us: (BOB member since 2004-06-06)

I’m assuming that by ‘admin tool’, that you are referring to the executable and not the web app?
If you’re on Unix, you’re probably using Apache/Tomcat?
Are you sure that you’re using the correct url via Apache and it’s port number, and not the Tomcat port?
Are you sure that Apache / Tomcat are configured correctly - what happens if you use the Test Configuration tool?
Can you use the Tomcat manager tool to see if the applications are running?


MikeD :south_africa: (BOB member since 2002-06-18)

Hi,

Thanks for looking at the issue Configuration is
Webserver Apache-1.3.19 IHS compiled for AIX server
Webintelligence 2.7
Unix AIX5.1 blade server

As an normal webserver configuration i am using webi27.conf file and i have included this into the httpd.conf file.

I can successfully start the web server but I need to know how to check the “correct url via Apache” I think i am using the right path.

When I look into Apache server error_log file it gives me the below mention error
File does not exist: /bo/webi27/Server/WebIntelligence2.5/http-server/bin/apachewi/WIGenerator/wigenerator/generator/ExecuteWIS

I am copying the text of configuration file webi27.conf

This file must be included in Apache configuration file (DSO mode)

LoadModule hsal_module /bo/webi27/Server/WebIntelligence2.5/http-server/bin/aphwi.so

Alias /wi/wiadmin /bo/webi27/Server/WebIntelligence2.5/http-server/classes/bo/wi/adm
Alias /wi /bo/webi27/Server/WebIntelligence2.5/http-server

ScriptAlias /wi/bin/ “/bo/webi27/Server/WebIntelligence2.5/http-server/bin/”

<Directory /bo/webi27/Server/WebIntelligence2.5/http-server>
DirectoryIndex apache.html
Options -Indexes
Options FollowSymLinks

<Directory /bo/webi27/Server/WebIntelligence2.5/http-server/classes/bo/wi/adm>
DirectoryIndex Administrator.htm

<Location /wi/bin/apachewi>
SetHandler hsal_handler

<Directory /bo/webi27/Server/WebIntelligence2.5/http-server/OnlineGuides>
Options +Indexes

KeepAlive Off

Please suggest.

Thanks in advance


jitu (BOB member since 2005-04-23)

Did you start explicitly the Apache server…

a) To start the server:
Logon as root, and run:

/usr/local/apache/bin/httpd

that should start your server, or follow the appropriate commands of your unix flavor including the Apache path…

b) the default URL would be like:

http://localhost:8080 

for a web server, check it through a browser.

let us know…


BO_Chief :us: (BOB member since 2004-06-06)

Hi,

I have tested explicitly httpd and it is running I can download the basic web server page

http://Servername:80

Thanks for your suggestion


jitu (BOB member since 2005-04-23)

This issue is becoming interesting now i am getting mad about it I will not leave unless and until we (BOB Group) will resolve it.

Test case is something like …

a) When I include webi27.conf file in the last line of the httpd.conf file I can not start web server successfully. Every second it adds error in apache error_log file

signal Illegal instruction (4)
signal Illegal instruction (4)
signal Illegal instruction (4)

b) when i include webi27.conf file just after the LoadModule lines in the httpd.conf file I can start the webserver successfully and can access all the basic webserver pages. But when i click on login tab of infoview page i get an error HTTP 404 page not found.

And the error from apache error_log is
[error] Cannot remove module wmodmain.cpp: not found in module list

Now it seems to be very Interesting :blue: and every moment i am getting mad
:reallymad:


jitu (BOB member since 2005-04-23)