<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Have you verified that you can access the database using the 'psql'
    program on the command line, using the same credentials as you are
    asking the Ur/Web app to use?  Usually that approach will fail, too,
    if the app is having problems, and then you can try a debug cycle
    that doesn't include Ur/Web.<br>
    <br>
    Your database creation procedure is different from the one
    recommended in the Ur/Web manual; perhaps the procedure there would
    work.<br>
    <br>
    On 05/16/2015 01:17 AM, Stefan Scott Alexander wrote:<br>
    <blockquote
cite="mid:CAFwK6as-Qe4Wm=gtRmkRqG5HgEde3EwgSidzQF2_t+kgVRLzmA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><span style="font-family:monospace,monospace">Recently I
            installed the latest version of Ur/Web (20150412 release) on
            a new machine (using Postgres 9.4.1 on Debian 8 Jessie
            running on Amazon AWS EC2), and I am trying to run the Crud1
            demo here:<br>
            <br>
            <a moz-do-not-send="true"
              href="http://www.impredicative.com/ur/demo/crud1.html">http://www.impredicative.com/ur/demo/crud1.html</a><br>
            <br>
            When I do:<br>
            <br>
            ./crud1.exe<br>
            <br>
            I am getting the error:<br>
            <br>
            Fatal initialization error: Table 'uw_crud1_t1' does not
            exist.<br>
            <br>
            This seems strange, because I had previously been able to
            run this example using the earlier version of Ur/Web on
            another Debian machine using Postgres a few months ago.</span><br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>