<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Deployment startup up error liferay 7.4.3.26 GA27 Wildfly 23</title>
  <link rel="self" href="https://liferay.dev/es/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121441806" />
  <subtitle>Deployment startup up error liferay 7.4.3.26 GA27 Wildfly 23</subtitle>
  <id>https://liferay.dev/es/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121441806</id>
  <updated>2026-04-26T07:29:46Z</updated>
  <dc:date>2026-04-26T07:29:46Z</dc:date>
  <entry>
    <title>RE: RE: Deployment startup up error liferay 7.4.3.26 GA27 Wildfly 23</title>
    <link rel="alternate" href="https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121443223" />
    <author>
      <name>Kevin Matthews</name>
    </author>
    <id>https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121443223</id>
    <updated>2022-06-15T18:20:23Z</updated>
    <published>2022-06-15T18:09:43Z</published>
    <summary type="html">&lt;p&gt;Thanks Olaf, our use case is that we have monthly/on demand scans
  from Sonatype, Webinspect and Fortify. Whenever there is a critical
  vulnerabilty we need to remediate in 30 days. Some of the liferay GA
  releases addresses these issues. So we looking ways how to
  install/upgrade theses GA releases easliy. I am big believer in stick
  with the current releases for sometime and then upgrade. However, due
  this policy from security team to update these libraries its become
  top priority.&lt;/p&gt;
&lt;p&gt;However, just to summarize what you said so I understand see below&lt;/p&gt;
&lt;p&gt;1. &lt;strong&gt;Liferay Workspace provides a couple of targets for
    different environments to build for&lt;/strong&gt; -&lt;em&gt; Do I update these
    target workspaces in the gradle.properties with the new GA
    releaese?  How would this address extracting the WAR, OSGI files?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;2. &lt;strong&gt;You could build docker images and always point them to the
    same database/filestore/search server.&lt;/strong&gt;
  &lt;em&gt;I am currently looking at this approach as it may fit my use case.
    After reading the instructions ont he docker upgrade it seems just
    and update to GA image relase and thats is wala :). Is there a
    detail documentation on how to use the docker image in liferay? Will
    this be a better approach for my Use case as describe above?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;3. &lt;strong&gt;Best to completely replace (make sure not just to
    overwrite, as it might leave old code around wreaking havoc).&lt;/strong&gt;
  &lt;em&gt;I have been maually removing the contents from the ROOT.war
    leaving it empty and replacing it with the new GA war file in that
    ROOT.war folder. Are you saying for option 1 or option2 to
    completely remove the contents of ROOT.war before pulling an image
    or installing the WAR file manually?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Hope my questions make sense and I am following you correctly :)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;</summary>
    <dc:creator>Kevin Matthews</dc:creator>
    <dc:date>2022-06-15T18:09:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Deployment startup up error liferay 7.4.3.26 GA27 Wildfly 23</title>
    <link rel="alternate" href="https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121442824" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121442824</id>
    <updated>2022-06-15T15:03:01Z</updated>
    <published>2022-06-15T15:03:00Z</published>
    <summary type="html">&lt;p&gt;Just the WAR replacement won't do it. The WAR contents go together
  with the OSGi libraries.&lt;/p&gt;
&lt;p&gt;Liferay Workspace provides a couple of targets for different
  environments to build for, you could build docker images and always
  point them to the same database/filestore/search server. Either way:
  Best to completely replace (make sure not just to overwrite, as it
  might leave old code around wreaking havoc)&lt;br /&gt;
  &lt;br /&gt; There's no need to do this every week (for every release), but
  I'd recommend to stay in shape and with a current version. If you're
  used to upgrades, they'll be quick, small and easy.&lt;br /&gt; ​​​​&lt;/p&gt;
&lt;p&gt;Was it Martin Fowler, or somebody else, who said: &amp;quot;If it hurts,
  you'll need to do it more often&amp;quot;. This is the current principle.
  Not too much is different from week to week.&lt;/p&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2022-06-15T15:03:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Deployment startup up error liferay 7.4.3.26 GA27 Wildfly 23</title>
    <link rel="alternate" href="https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121442505" />
    <author>
      <name>Kevin Matthews</name>
    </author>
    <id>https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121442505</id>
    <updated>2022-06-14T19:52:16Z</updated>
    <published>2022-06-14T19:52:16Z</published>
    <summary type="html">&lt;p&gt;Hi Jorge, Thanks :).  I have it running now with G28 release . But I
  noitce that I cant replace G28 war file with G27 osgi and toolls
  folders as I will get errors as shown in my last comment. I have a
  question, with these vulnerabilites we have to constantly upgrade to
  the next GA release. Whats the best practice to do the upgrade ? Can
  we take the latest GA war file and just replace it in the ROOT.war
  folder? Or Do we have to do a fresh install with the osgi an tools folder?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;</summary>
    <dc:creator>Kevin Matthews</dc:creator>
    <dc:date>2022-06-14T19:52:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Deployment startup up error liferay 7.4.3.26 GA27 Wildfly 23</title>
    <link rel="alternate" href="https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121441975" />
    <author>
      <name>Jorge Diaz</name>
    </author>
    <id>https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121441975</id>
    <updated>2022-06-13T16:40:56Z</updated>
    <published>2022-06-13T16:40:55Z</published>
    <summary type="html">&lt;p&gt;This is the same than &lt;a href="https://issues.liferay.com/browse/LPS-155053"&gt;LPS-155053&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It is solved in 7.4 update 28&lt;/p&gt;
&lt;p&gt;As a workaround you can configure
  &lt;em&gt;upgrade.database.auto.run=false&lt;/em&gt; and manually upgrade using
  the upgrade tool.&lt;/p&gt;</summary>
    <dc:creator>Jorge Diaz</dc:creator>
    <dc:date>2022-06-13T16:40:55Z</dc:date>
  </entry>
  <entry>
    <title>Deployment startup up error liferay 7.4.3.26 GA27 Wildfly 23</title>
    <link rel="alternate" href="https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121441805" />
    <author>
      <name>Kevin Matthews</name>
    </author>
    <id>https://liferay.dev/es/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121441805</id>
    <updated>2022-06-13T15:42:35Z</updated>
    <published>2022-06-13T15:42:34Z</published>
    <summary type="html">&lt;p&gt;Hello, when i install liferay 7.4.3.26 WAR to ROOT.war folder and
  start the the server I get a deoployment failure message as hown below
  in my ROOT.war.failed file. Does anyone know what could be causing
  this error? I am running on Wildfly 23.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&amp;quot;{\&amp;quot;WFLYCTL0080: Failed services\&amp;quot; =&amp;gt;
  {\&amp;quot;jboss.deployment.unit.\\\&amp;quot;ROOT.war\\\&amp;quot;.undertow-deployment\&amp;quot;
  =&amp;gt; \&amp;quot;java.lang.RuntimeException:
  java.lang.reflect.UndeclaredThrowableException&lt;br /&gt;     Caused by:
  java.lang.RuntimeException:
  java.lang.reflect.UndeclaredThrowableException&lt;br /&gt;     Caused by:
  java.lang.reflect.UndeclaredThrowableException&lt;br /&gt;     Caused by:
  java.lang.reflect.InvocationTargetException&lt;br /&gt;     Caused by:
  java.lang.RuntimeException:
  com.liferay.portal.kernel.upgrade.UpgradeException: Store
  \\\&amp;quot;com.liferay.portal.store.db.DBStore\\\&amp;quot; is not
  available&lt;br /&gt;     Caused by:
  com.liferay.portal.kernel.upgrade.UpgradeException: Store
  \\\&amp;quot;com.liferay.portal.store.db.DBStore\\\&amp;quot; is not available\&amp;quot;}}&amp;quot;&lt;/p&gt;</summary>
    <dc:creator>Kevin Matthews</dc:creator>
    <dc:date>2022-06-13T15:42:34Z</dc:date>
  </entry>
</feed>
