School tool initial configuration error

Asked By 0 points N/A Posted on -
qa-featured

I need to use school tool on my ubuntu. during initial configuration the following error is being displayed and i am not understanding why this is happening.

How can i solve this error and why this are being displayed?

error: schooltool configuration error

SHARE
Best Answer by Carl Jack
Answered By 5 points N/A #163087

School tool initial configuration error

qa-featured

Hello,

If you are using multiple schooltool web servers on a single server then usually this configuration error occurs.

You just need to edit configuration files manually as shown below to solve the issue, you can choose whatever text editor you want,

First of all copy the original or standard instance of schooltool  “ $ sudo cp -r /etc/schooltool/standard /etc/schooltool/another “

Now edit the configuration file

“   $ sudo vim /etc/schooltool/another/schooltool.conf

site-definition /etc/schooltool/another/site.zcml

<filestorage>

  path /var/lib/schooltool/another-Data.fs

</filestorage>

error-log-file /var/log/schooltool/another-error.log

web-access-log-file /var/log/schooltool/another-web-access.log   “

Now edit your initial script

“  $ sudo cp /etc/init.d/schooltool /etc/init.d/schooltool-another

$ sudo vim /etc/init.d/schooltool-another

SERVER_DESC="Another SchoolTool"

SERVER=another

INSTANCE=another

LOGFILE=/var/log/schooltool/another-paste.log   “

Now start the new server.

Hope this helps!!

Best Answer
Best Answer
Answered By 10 points N/A #163088

School tool initial configuration error

qa-featured

Hello Seven,

You will need to check several things on your computer that are most likely the causes of the error you are getting right now:

  • Check your system specifications and verify that the school tool you are attempting matches the system specs of the operating system that you are currently using. If it does not then you will need to get a setup that meets your system requirements.
  • Shut down all the programs running on your computer, and then restart the computer. After that try reinstalling the application and see if it will work this time round. It could be a temporary problem that could disappear when you restart the computer.

Hope this helps.

Regards,

Carl

Related Questions