Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
client install
 Login/Join
 
Member
posted
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
 
Posts: 16 | Registered: July 01, 2008Report This Post
Guru
posted Hide Post
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
 
Posts: 285 | Location: Texas | Registered: June 27, 2006Report This Post
Member
posted Hide Post
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
 
Posts: 16 | Registered: July 01, 2008Report This Post
Member
posted Hide Post
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
 
Posts: 16 | Registered: July 01, 2008Report This Post
Member
posted Hide Post
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
 
Posts: 16 | Registered: July 01, 2008Report This Post
Member
posted Hide Post
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
 
Posts: 16 | Registered: July 01, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders