Add the following lines to the VirtualHost directive: RewriteEngine on # Redirect any traffic to https RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1 [L,R]
Monthly Archives: April 2008
OCS Content Services – ORA-12705: invalid or unknown NLS parameter value specified
Unable to access Oracle Collaboration Suite Content Services due to a ORA-12705: invalid or unknown NLS parameter value specified Problem When going to http://servername:port/content/app you get a http 503 error. The log file <mid-tier>/j2ee/OC4J_Content/application-deployments/content/OC4J_Content_default_island_1 has the following error message: java.sql.SQLException: ORA-12705: invalid or unknown NLS parameter value specified Solution Change the IFS.SERVICE.JDBC.DriveType to thin for […]