could we possibly get an admin to sticky a post with all the bugs/fixes/KB articles/etc? note: all of the below are on a Windows / Oracle environment.
TeamSite main server
1) "Typical (recommended)" installation type was greyed out/not available when running the installer. Was told by support this is expected and to use CUSTOM
2) there were constant null pointer errors accessing branches/folders/etc in CCPRO.
Installed mandatory patch WCM-23141. They were continuing to get null pointer errors after as well, so installed WCM-22944 as well to resolve.
Note: we had to re-run patch WCM-23141 after WCM-22944 as it undid the previous fix.
3) Reporting service was not staying up.
Had to open the spring framework URLs in our firewall (WCM-24695)
http://www.springframework.org/*
http://www.w3.org/*
4) hibernate validating all Oracle sequences causing errors/failures in commonservice.log
[default task-5] ERROR org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl () - Could not fetch the SequenceInformation from the database
java.sql.SQLException: Numeric Overflow
the query that OpenText's hibernate is running is “select * from all_sequences” – so whatever sequences that the user has access to will be returned. It is doing a “getLong” on the min_value for all visible sequences. The suggestion is to restrict access to only the sequences owned by the db user.
5) wcm-service.war failed to deploy.
Resolved with KB11935187
6) UI menu item seems to be cut off (WCM-24999).
Provided workaround.
7) Perl Inline database calls (using DBI) throwing errors/failing in version 16.6
The 16.6 version removes perl modules needed for templates to connect to an Oracle DB. After some back and forth OT provided a copy of the ODBC Perl module and associated modules that were already compiled. The alternative was to download and compile it separately on the server (we couldn't get this to work at all despite much effort) NOTE: this isn't in any of the new 16.6 documentation.
Search aka Content Indexer
note: installed on separate server
1) TeamSite - How to install Solr and Zookeeper as Windows services. (pre-req) NOTE: this isn't in any of the new 16.6 documentation.
https://knowledge.opentext.com/knowledge/cs.dll/kcs/kbarticle/view/KB10027579
2) cssdk.cfg was not set up for separate search server. un-commented section and added search server name. left port as default. NOTE: this isn't in any of the new 16.6 documentation.
search.server.host: **********************
search.server.port: 6715
search.server.maxConnectionLimit: 10
3) SOLR cloud connector configuration in the admin GUI - must save/be successful. NOTE: this isn't in any of the new 16.6 documentation but is part of the Linux install KB? https://knowledge.opentext.com/knowledge/cs.dll/kcs/kbarticle/view/KB11103766
Configure the Connector
- Login to TeamSite in your browser
- Go to AdminConsole > Connectors
- Select “SolrCloud” on the left hand navigation
- Click on the “Edit” button to edit the configuration
- Enter Localhost:2181 in the zookeeper URL, and click validate
- Enter the desired shards and replicas or keep the defaults based on your business requirements
- You should receive a message saying that your configuration is complete. Click “Close”.
3) cleared and recreated TeamSite collection and index via
https://knowledge.opentext.com/knowledge/cs.dll/kcs/kbarticle/view/KB11841768
4) BUG Turned off debugging under ContentCenter Loggers (AdminUI>Logs) for Search (specifically for AbstractSearchCommand) which causes blank screen result issues and NPE in Content Center log. Bug ID is WCM-25621.