Root can not commit files
From PTAGISWiki
I tried a simple query in the PTAGIS query builder and it failed. I noticed the following snippet from the schedule.log:
[INFO] Dec 6, 2005 1:57:57 PM: command : "/usr/local/cvs/cvs -d :local:/global/ds1/pitweb/ptagis-1.0/cvsArchive update -A p-1022004341130874353357.dat" return 0, successful [ERROR] Dec 6, 2005 1:57:57 PM: command : "/usr/local/cvs/cvs -d :local:/global/ds1/pitweb/ptagis-1.0/cvsArchive commit -f -m "--inetsoft--" p-1022004341130874353357.dat" is not successful at: /global/ds1/pitweb/ptagis-1.0/cvswd [WARNING] Dec 6, 2005 1:57:57 PM: cvs [commit aborted]: 'root' is not allowed to commit files [WARNING] Dec 6, 2005 1:57:57 PM: the command "/usr/local/cvs/cvs -d :local:/global/ds1/pitweb/ptagis-1.0/cvsArchive commit -f -m "--inetsoft--" p-1022004341130874353357.dat" is aborted
User root is not allowed to commit files, so the cvs transaction fails to insert the file into the repository, and subsequent attempts to access the file fail.
Solution: restart weblogic admin server
When the weblogic admin server is started by the init.d scripts after a reboot, these errors will follow. The server needs to be started by hand with the incantation:
nohup ./startWeblogic.sh &
from the proper bash environment.
