Focal Point
client install

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2461080092

July 01, 2008, 02:14 PM
przytula
client install
we are installing a test setup of webfocus 750 client on z/linux
executing the install script returns an error

Extracting installation files...
Installing client files...
Editing scripts...
Copying files...
Extracting MRE files...
Extracting ReportCaster files...
Extracting RCaster76 files...
sed: can't read /agc_app/ibi/clnt76/webapps/WEB-INF/classes/log4j.xml: No such file or directory
Edit of log4j.xml extracted from war file failed
sed: can't read /agc_app/ibi/clnt76/webapps/WEB-INF/web.xml: No such file or directory
Edit of web.xml extracted from war file failed
sed: can't read /agc_app/ibi/clnt76/webapps/WEB-INF/classes/log4j.xml: No such file or directory
Edit of log4j.xml extracted from war file failed
sed: can't read /agc_app/ibi/clnt76/webapps/WEB-INF/web.xml: No such file or directory
Edit of web.xml extracted from war file failed
rm: cannot remove `WEB-INF': No such file or directory
The baseapp directory is present.
Creating webfocus76.war file...
chmod: cannot access `../webfocus76.war': No such file or directory
Creating rcaster76.war file...
chmod: cannot access `../rcaster76.war': No such file or directory

WebFOCUS Installation completed.

if we check in the install directory the files are located an other directory
the name keeps webfocus76 rcaster76 as additional folder in between the path

./clnt76/webapps/webfocus76/WEB-INF/classes/log4j.xml
./clnt76/webapps/rcaster76/WEB-INF/classes/log4j.xml
because of that the war files are not created and can not be deployed
Can any script be modified to arrange this problem and how can the war files be rebuild
Thanks for all help/info
Best Regards, Guy Przytula


Thanks for all update/help
Best Regards, Guy Przytula

====================
Wf server/rcaster 765 on Linux390 - Wf studio on Windows XP
July 01, 2008, 03:07 PM
Sayed
Are you sure it's WF 750 Client and not 765? Did you try installing 765 client? Or 76x Client?

Thanks,
Sayed


WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
July 02, 2008, 01:51 AM
przytula
Thanks for the update, yes the version is 765 for the client.
Best Regards, Guy Przytula


Thanks for all update/help
Best Regards, Guy Przytula

====================
Wf server/rcaster 765 on Linux390 - Wf studio on Windows XP
July 02, 2008, 02:23 AM
przytula
I have checked the install script and could see
webXMLFl=${appsserver_root}/webapps/WEB-INF/web.xml
and this should be ............... with rcaster or webfocus for log4j and web.xml
webXMLFl=${appsserver_root}/webapps/webfocus${Rel_Pref}/WEB-INF/classes/web.xml
best regards, guy przytula


Thanks for all update/help
Best Regards, Guy Przytula

====================
Wf server/rcaster 765 on Linux390 - Wf studio on Windows XP
July 02, 2008, 02:32 AM
przytula
small addition : for web.xml the real location would be
./webapps/webfocus76/WEB-INF/web.xml
./webapps/rcaster76/WEB-INF/web.xml
and log4j.xml
./webapps/webfocus76/WEB-INF/classes/log4j.xml
./webapps/rcaster76/WEB-INF/classes/log4j.xml
could someone confirm that these files should be used, so we can adapt the install script
best regards, guy przytula


Thanks for all update/help
Best Regards, Guy Przytula

====================
Wf server/rcaster 765 on Linux390 - Wf studio on Windows XP
July 02, 2008, 04:57 AM
przytula
I changed the install script to be able to execute the requested sed command
these statements did not return any error anymore
the next problem is that jar command is used to create the war file
jar is only part of jdk and not of jre which we have
I installed jdk and modified also the path
jar can be found, but the install script still returns errors for jar
[wwwrun@srv04 webfocus76]$ jar cvf ../webfocus76.war *
JVM not found: libjvm.so - libjvm.so
[wwwrun@srv04 webfocus76]$ cd /agc_app/java
[wwwrun@srv04 ibm-java2-s390x-50]$ find . -name libjvm.so
./jre/bin/j9vm/libjvm.so
./jre/bin/classic/libjvm.so
any idea on this
Thanks for all update
Best Regards, guy przytula


Thanks for all update/help
Best Regards, Guy Przytula

====================
Wf server/rcaster 765 on Linux390 - Wf studio on Windows XP