Hi,
Also, I do not understand, why "ERROR XBM0H: Directory /root/db_books cannot
be created" has path "root" as prefix. There is no single directory named
"root" anywhere.
Since there is no answer yet, let me try a totally hypothetical guess: are you,
by any chance, working as root under Linux/Unix?
In that case, it might be possible that at some point during the development
process, some path relative to your home directory was turned into an absolute
path. That would explain that unexpected /root/db_books path...
/Or/, was your deployment on your provider's space done under the root identity?
It could have lead to set at some point the starting directory for your
application as /root. And if as I imagine (hope?) Tomcat does not have root
privileges, it cannot write to that directory...
As I stated first, all of this is highly speculative!
Sylvain
anarres a écrit :
Hi, I am trying to deploy a little test application on tomcat. It uses GWT
servlet technology and embedded derby as database. On my local system
everything works fine.
But if I deploy the application at my provider's space, tomcats catalina.out
log file says: ------------- java.io.FileNotFoundException: derby.log
(Permission denied) 2009-09-14 16:52:28.065 GMT Thread[TP-Processor3,5,main]
Cleanup action starting ERROR XBM0H: Directory /root/db_books cannot be
created. -------------- The file derby.log has read- and write permissions
and is situated inside tomcat/webapps/testapplication/
Also, I do not understand, why "ERROR XBM0H: Directory /root/db_books cannot
be created" has path "root" as prefix. There is no single directory named
"root" anywhere.
I searched for 2 days for a solution, every hint or tip from you is highly
appreciated.
thanks you.
--
Website: http://www.chicoree.fr