cancel
Showing results for 
Search instead for 
Did you mean: 

Error 404 Missing Page - Infoview

Former Member
0 Kudos

I have Installed BOE 3.1 SP3 on 5 servers and clustered the servers. Oracle 10g DB and Tomcat installed which comes along with BOE 3.1 SP3.

After installation the First Server Infoview is not showing its contents properly in Infoview and when I click preferences I got an Error as 404 Missing Page. I dont have problem with Second Server it works fine.

I have searched couple of posts found that war files or some other files might be corrupt but could not find what specific files to be redeployed. I have check the deployment guide but not sure which particular file needs to be deployed and what should be the steps to take to redeploy to over come this issue and that should not effect other servers in the cluster.

please provide suitable solution.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi I have solved this problem .first check u have tomcat server install on ur system .. if yes then u have to deploy all the war files ... using directory

for deploy all

first go to the C:/programfiles/businessobjects/deployment

and then check config.tomcat55

and

as_instance=localhost

as_dir=C:\Program Files\Apache Software Foundation\Tomcat 5.5.

and then go to run and type cmd

and then change the directory to deployment

like C:/programfiles/businessobjects/deployment

and the use command wdeploy tomcat55 deployall

for deploy only infoview servers

wdeploy tomcat55 -DAPP=InfoViewApp undeploy

wdeploy tomcat55 -DAPP=InfoViewApp deploy

and

wdeploy tomcat55 -DAPP=InfoViewAppActions undeploy

wdeploy tomcat55 -DAPP=InfoViewAppActions deploy

and you can find warfiles at programfiles\businessobjects\businessobjects enterprise 12.0\warfiles

Edited by: Rajender Behal on Jan 25, 2011 10:12 AM

Former Member
0 Kudos

Re-deploy InfoViewApp and InfoViewAppActions war files.

-Gokul.

gowdatimma_ramu
Contributor
0 Kudos

Hi,

Use Wdeploy to avoid any other issues with manual deployment.

for Wdeploy you will find the ream me file in th install directory.

Regars,

Ramu.

Former Member
0 Kudos

Thank You for Response, I can see a "wdeploy" batch file under Tools Folder what is the command I need to specify at command promt to run the batch file for installing InfoviewApp and InfoviewAppActions war Files. where does war Files are located in install package I could not find it. Let me know does this batch file only deply war files the web-inf directory of InfoviewApp and infoviewAppActions.

Thanks

gowdatimma_ramu
Contributor
0 Kudos

Hi,

please reffer to the readme file under deployment folder it provides the link to documents which details the command to be used.

Regards,

Ramu.

Former Member
0 Kudos

Hi, Rahul.

Have you solved this issue yet?

If not, I would recommend running wdeploy as stated.

Run wdeploy from the deployment folder in your Business Objects installation folder.

I would also undeploy before running deploy.

So in your case the syntax would be:

wdeploy tomcat55 -DAPP=InfoViewApp undeploy
wdeploy tomcat55 -DAPP=InfoViewApp deploy

and

wdeploy tomcat55 -DAPP=InfoViewAppActions undeploy
wdeploy tomcat55 -DAPP=InfoViewAppActions deploy

Hopefully this works for you

Edited by: Jan Terje Hansen on Sep 29, 2010 11:12 AM