<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Enrico,</p>
    <p>then it's a database problem. Check your database setup. This
      causes the trouble.</p>
    <p>Best, Daniel.<br>
    </p>
    <div class="moz-cite-prefix">Am 19.03.19 um 10:30 schrieb Enrico
      Ballarin Dolfin:<br>
    </div>
    <blockquote type="cite"
      cite="mid:00b56bbc-7ed9-80b6-4c28-cafbe392eaaf@sed.ethz.ch">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hi Daniel,</p>
      <p>the problem is that I cannot even start the OpenCms
        installation...</p>
      <p><a class="moz-txt-link-freetext"
          href="http://localhost:8080/opencms/setup"
          moz-do-not-send="true">http://localhost:8080/opencms/setup</a>
        CANNOT be executed giving the first installation dialog, but <a
          class="moz-txt-link-freetext" href="http://localhost:8080/"
          moz-do-not-send="true">http://localhost:8080/</a> tells that
        Tomcat is working.<br>
      </p>
      <p>Changing {WEBAPP-HOME}/WEB-INF/config/opencms.properties and
        setting wizard.enabled to "false" doesn't work, because the
        initialization of the DB for OpenCms was not executed and
        returns the error "Unable to initialize connection pool
        "default" ".</p>
      <p>Thanks,<br>
        Enrico<br>
      </p>
      <div class="moz-cite-prefix">On 19.03.19 09:58, Daniel Seidel
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:3ff3fafd-4137-31fe-03d6-aa5aa081c168@alkacon.com">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        <p>Hi Enrico,</p>
        <p>if the wizard is still enabled, it does not necessarily mean
          that the installation fails. You might have done something
          else during installation and returned back to the setup window
          too late. You can just go to
          {WEBAPP-HOME}/WEB-INF/config/opencms.properties and set
          wizard.enabled to "false". This will probably work - unless
          there's been a real issue.</p>
        <p>Best, Daniel.<br>
        </p>
        <div class="moz-cite-prefix">Am 19.03.19 um 09:43 schrieb Enrico
          Ballarin Dolfin:<br>
        </div>
        <blockquote type="cite"
          cite="mid:2de19b84-bb4d-96cb-cee8-755b3f825f07@sed.ethz.ch">
          <p>Hi,</p>
          <p>I can install successfully OpenCms 9.5.3 on Ubuntu 16.04,
            using tomcat8 and apache2.4, without having the "setup
            wizard enabled" exception.</p>
          <p>Why this?</p>
          <p>Are tomcat8 or OpenCms 9.5.3 using any Ubuntu 16.04
            resource that is different in Ubuntu 18.04?</p>
          <p>Thanks,<br>
            Enrico<br>
          </p>
          <div class="moz-cite-prefix">On 15.03.19 11:55, Enrico
            Ballarin Dolfin wrote:<br>
          </div>
          <blockquote type="cite"
            cite="mid:e249c0e6-ff4f-9e6f-f668-594f0f277694@sed.ethz.ch">
            <p>Hi,</p>
            <p>I'm trying to install OpenCms 9.5.3 on Ubuntu 18.04,
              using tomcat8, apache2.4, java8 and postgresql 10.6.</p>
            <p>After having copied the 9.5.3 opencms.war on the
              /var/lib/tomcat8/webapps directory, restarting tomcat8 the
              opencms directory is getting extracted, but in the
              opencms.log I'm getting an exception telling that the
              setup wizard is still enabled !?</p>
            <p>To setup OpenCms I need to have the setup wizard enabled,
              but tomcat8 start shutting down.</p>
            <p>So, I cannot run the setup URL <a
                class="moz-txt-link-freetext"
                href="http://localhost:8080/opencos/setup"
                moz-do-not-send="true">http://localhost:8080/opencms/setup</a><br>
            </p>
            <p>Any idea what's wrong?</p>
            <p>Many thanks<br>
              Enrico<br>
            </p>
            <pre>15 Mar 2019 11:13:30,933  INFO [  org.opencms.main.OpenCmsCore:2771] . Runlevel change      : Switching from 1 to 2
15 Mar 2019 11:13:30,937 ERROR [  org.opencms.main.OpenCmsCore: 358] Critical error during OpenCms initialization: The O
penCms setup wizard is still enabled.
org.opencms.main.CmsException: Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
        at org.opencms.main.OpenCmsCore.setErrorCondition(OpenCmsCore.java:358)
        at org.opencms.main.CmsInitException.setErrorCondition(CmsInitException.java:113)
        at org.opencms.main.CmsInitException.<init>(CmsInitException.java:70)
        at org.opencms.main.CmsInitException.<init>(CmsInitException.java:56)
        at org.opencms.main.OpenCmsCore.initContext(OpenCmsCore.java:1456)
        at org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:2029)
        at org.opencms.main.OpenCmsListener.contextInitialized(OpenCmsListener.java:85)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4776)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5240)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)
        at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1856)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:844)
15 Mar 2019 11:13:30,938 ERROR [g.opencms.main.OpenCmsListener:  89] Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
org.opencms.main.CmsInitException: Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
        at org.opencms.main.OpenCmsCore.initContext(OpenCmsCore.java:1456)
        at org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:2029)
        at org.opencms.main.OpenCmsListener.contextInitialized(OpenCmsListener.java:85)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4776)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5240)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)
        at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1856)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:844)
15 Mar 2019 11:13:31,069  INFO [.opencms.i18n.CmsLocaleManager: 376] . i18n configuration   : the JVM default locale is "en_US"
15 Mar 2019 11:13:31,070  INFO [  org.opencms.main.OpenCmsCore:1754] .
15 Mar 2019 11:13:31,070  INFO [  org.opencms.main.OpenCmsCore:1755] .
15 Mar 2019 11:13:31,071  INFO [  org.opencms.main.OpenCmsCore:1756] .                      ...............................................................
15 Mar 2019 11:13:31,072  INFO [  org.opencms.main.OpenCmsCore:1757] . Performing shutdown  : 9.5.3 [Release #705 ( - e3
</pre>
            <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
            <br>
            <fieldset class="mimeAttachmentHeader"></fieldset>
            <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
          </blockquote>
          <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
        </blockquote>
        <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com" moz-do-not-send="true">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org" moz-do-not-send="true">http://www.opencms.org</a>     </pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
      </blockquote>
      <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org">http://www.opencms.org</a>     </pre>
  </body>
</html>