<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi Daniel,</p>
<p>could be the tomcat8 version the problem?</p>
<p>On the Ubuntu 16.04 OpenCms installation, <b>tomcat8</b> has the
version <b>8.0.32</b></p>
<p>On the Ubuntu 18.04 OpenCms installation, <b>tomcat8</b> has the
version <b>8.5.30</b></p>
<p>Could be that starting from <b>tomcat 8.5</b> there are changes
that are causing the problem?<br>
</p>
<p>Thanks,<br>
Enrico<br>
</p>
<div class="moz-cite-prefix">On 19.03.19 10:47, Enrico Ballarin
Dolfin wrote:<br>
</div>
<blockquote type="cite"
cite="mid:960554c6-7e55-8074-d2dc-233a1783ba9c@sed.ethz.ch">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p>Hi Daniel,</p>
<p>no, I haven't put OpenCms as ROOT webapp.</p>
<pre>drwxr-x--- 6 tomcat8 tomcat8 4096 Mar 14 16:28 opencms/
-rw-r--r-- 1 root root 140450254 Jan 15 2016 opencms.war
drwxr-xr-x 3 root root 4096 Mar 6 11:06 ROOT/</pre>
<p>Actually, because I'm installing OpenCms on a virtual machine,
I'm using this URL<br>
</p>
<p><a class="moz-txt-link-freetext"
href="http://localhost:8080/opencms/setup"
moz-do-not-send="true">http://<my-virtual-machine>:8080/opencms/setup<br>
</a></p>
<p>and not localhost :-).</p>
<p>Trying this URL<br>
</p>
<p><a class="moz-txt-link-freetext"
href="http://localhost:8080/opencms/setup"
moz-do-not-send="true">http://<my-virtual-machine>:8080/setup</a></p>
<p>doesn't work even.</p>
<p><b>Tomcat</b> version is <b>8.5.30</b></p>
<p>Thanks,<br>
Enrico<br>
</p>
<div class="moz-cite-prefix">On 19.03.19 10:36, Daniel Seidel
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:2fe977c6-1442-1868-b873-7a7c9c4152e3@alkacon.com">
<p>Hi Enrico,</p>
<p>just re-read your first mail: My answers are not fitting to
your problem, sorry. Did you put OpenCms as ROOT webapp? It
looks like the URL <a class="moz-txt-link-freetext"
href="http://localhost:8080/opencms/setup"
moz-do-not-send="true">http://localhost:8080/opencms/setup</a>
points not to the setup, but to the OpenCms servlet ... try
without opencms in the URL.</p>
<p>Best, Daniel<br>
</p>
<div class="moz-cite-prefix">Am 19.03.19 um 10:33 schrieb Daniel
Seidel:<br>
</div>
<blockquote type="cite"
cite="mid:6118a524-66d5-25c7-ec18-d0cf893b3510@alkacon.com">
<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">
<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">
<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" 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">--
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">--
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">enrico@sed.ethz.ch</a></pre>
</body>
</html>