<div dir="ltr"><div><div>Hi Ziv, <br><br></div>Yes I managed to figure that out soon after i posted.<br><br></div>I actually started off by dopping the db and recreated it. But ended up running<br><br><div class="" style="font-size:16.6043px;font-family:monospace"><span class="">psql</span> -f portfolipro.sql portfolipro<br><br></div><div class="" style="font-size:16.6043px;font-family:monospace">and that's where I saw some output on the console:<br><br>CREATE TABLE<br>CREATE SEQUENCE<br><br></div><div class="" style="font-size:16.6043px;font-family:monospace">Actually i wasn't able to drop the db on my first try. It seemed that there were a couple of instances of my application still running. I needed to find and kill them first before i could drop it.<br><br></div><div class="" style="font-size:16.6043px;font-family:monospace">I must not be closing my application properly, since on other occassions when I would recompile and run again, it won't start on port 8080, and i need to specify another port, like 8081.<br><br></div><div class="" style="font-size:16.6043px;font-family:monospace">yc<br></div><br></div>