Environment
GroupWise 2014 R2
GroupWise 18
Open Enterprise Server 2018 (OES 2018) Linux
Open Enterprise Server 2018 (OES 2018) Linux
Situation
Upgraded OES 2015 SP1 server to OES 2018.
iManager login screen will not load (error: unable to connect).
GroupWise Webaccess will not start.
Checking status of apache2 service shows it as dead.
Resolution
- Upgrade GroupWise 2014 R2 to GroupWise 2018 Service Pack 2. Please refer to the official documentation. GroupWise Webaccess 2014 R2 or earlier is not supported on the OES 2018 platform.
- Unlink the symbolic link for the following files if they exist:
-
unlink /etc/apache2/conf.d/gwmon.conf
-
unlink /etc/opt/novell/httpd/sslconf.d/gw.conf
- unlink /etc/opt/novell/httpd/sslconf.d/gwcal.conf
- ln -s /opt/novell/grpwise-tomcat/apache/gw-2.4.conf /etc/apache2/conf.d/gw.conf
- ln -s /opt/novell/grpwise-tomcat/apache/gwcal-2.4.conf /etc/apache2/conf.d/gwcal.conf
- ln -s /opt/novell/grpwise-tomcat/apache/gwmon-2.4.conf /etc/apache2/conf.d/gwmon.conf
and4. Run the following commands to start apache2, GroupWise Post Office, and restart tomcat:
- ln -s /opt/novell/grpwise-tomcat/apache/gw-2.4.conf /etc/opt/novell/httpd/sslconf.d/gw.conf
- ln -s /opt/novell/grpwise-tomcat/apache/gwcal-2.4.conf /etc/opt/novell/httpd/sslconf.d/gwcal.conf
- systemctl start apache2
- systemctl start grpwise
- systemctl restart novell-tomcat (in 18.2 systemctl restart grpwise-tomcat)
OR
- rcapache2 start
- rcgrpwise start
- rcnovell-tomcat restart (in 18.2 rcgrpwise-tomcat restart)
Cause
When upgrading from OES 2015 SP1 to OES 2018, apache is upgrade from version 2.2 to 2.4. The gw.conf, gwmon.conf and gwcal.conf files for GroupWise 2014 R2 and early versions of GroupWise 18 are only compatible with the older version of apache, 2.2. The presence of these files in the apache conf.d directories prevents apache from starting on OES 2018. Since apache will not start, iManager will not be able to start. GroupWise 18 Webaccess Service Pack 2 adds support for the newer version of Apache included with OES 2018.