Re: [base] Problem upgading from

2009-07-27 Thread Nicklas Nordborg
The error happens because the database hasn't been updated to utf-8 before installing the new BASE version. The safest thing is to revert to a backup and restart from there. If you don't have that possibility you may try the manual "workaround" that is described here: http://base.thep.lu.se/tick

[base] BASE Installation

2009-07-27 Thread Wagied Davids
Hi, I am new to BASE, and trying to install the software. I have already performed the database server set-up, works! Encountered a problem with viewing the welcome page on http://localhost:8080/base2 S Web server: Apache Tomcat/6.0.20 jdk: 1.6.0_14-b08 OS: openSuse MySQL: 5.0.67 SUSE MySQL

Re: [base] BASE Installation

2009-07-27 Thread Nicklas Nordborg
You need to set the CATALINA_OPTS environment variable and disable the STRICT_QUOTE_ESCAPING options. For more information see the installation documentation: http://base.thep.lu.se/chrome/site/latest/html/admindoc/installation_upgrade/installation_upgrade.installation.html /Nicklas Wagied Davi

Re: [base] BASE Installation

2009-07-27 Thread Wagied Davids
Hi Niklas, 1. Included the 1-line at the beginning to the catalina.sh script in bin/ directory of my tomcat installation: CATALINA_OPTS="-Xmx500m -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false" 2. re-started the server 3. everything ok. --