<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">hello Dancers, <div><br></div><div>I’m trying to use Dancer::Plugin::Database. The database is a sqlite-file that only serves as datafile so I’m not writing to the database in my app. If I run my app on the server with the command ‘perl bin/app.pl’ everything works just fine. All data is shown on the pages as expected. </div><div><br></div><div>If, however I startup the app while making use of Starman (I took guidance of the article on the <a href="http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean">perlmaven</a> site) I get the message that the app is unable to open the database. Up until now I worked around the problem to store all my data in json-files and create multiple ‘selection/sorts’ by using hashes and arrays but that is becoming a bit difficult to maintain. <div><br></div><div>The error log gives two lines</div><div><br></div><div>DBI connect('dbname=all.sqlite','',...) failed: unable to open database file at /home/gertmt/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Dancer/Plugin/Database/Core.pm line 259.</div><div><br></div><div>Database connection failed - unable to open database file in /home/gertmt/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/Dancer/Plugin/Database.pm l. 28</div><div><br></div><div><br></div><div>these might explain the problem however I have no idea where to start. Is there someone who had to deal with this issue?</div><div><br></div><div>Thanks,</div><div>Gert</div><div><br></div><div><br></div></div></body></html>