<?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>Bundle STARTED/STOPPED until server crash</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=119758926" />
  <subtitle>Bundle STARTED/STOPPED until server crash</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=119758926</id>
  <updated>2026-04-05T02:58:38Z</updated>
  <dc:date>2026-04-05T02:58:38Z</dc:date>
  <entry>
    <title>Bundle STARTED/STOPPED until server crash</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119758925" />
    <author>
      <name>Václav Suchánek</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119758925</id>
    <updated>2020-08-14T07:44:22Z</updated>
    <published>2020-08-14T07:44:22Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hello,&lt;br&gt;&lt;br&gt;I hit an issue with module redeployment.&lt;br&gt;&lt;br&gt;I followed up this tutorial:&amp;nbsp;&lt;a href="https://help.liferay.com/hc/en-us/articles/360017881152-JSP-Overrides-Using-OSGi-Fragments"&gt;https://help.liferay.com/hc/en-us/articles/360017881152-JSP-Overrides-Using-OSGi-Fragments&lt;/a&gt;&lt;br&gt;-&amp;gt; How to create JSP override module.&lt;br&gt;And as an inspiration was this example:&amp;nbsp;&lt;a href="https://github.com/liferay/liferay-blade-samples/tree/7.3/maven/overrides/module-jsp-override"&gt;https://github.com/liferay/liferay-blade-samples/tree/7.3/maven/overrides/module-jsp-override&lt;/a&gt;&lt;br&gt;&lt;a href="https://github.com/liferay/liferay-blade-samples/tree/7.3/maven/overrides/module-jsp-override"&gt;&lt;/a&gt;&lt;br&gt;I have created this kind of module, build it and deploy it. After deploying I'm expecting a module will starts: "STARTED com.liferay.asset.tags.selector.web_3.0.9 [15061]". But a lot of modules (depending on overridden module) just throw&amp;nbsp;STARTED/STOPPED over and over again to the eternity. The only chance how to fix it/workaround it is to restart web server. But it is a little bit unacceptable in the production environment.&lt;br&gt;&lt;br&gt;Repeating STARTED/STOPPED of bundles in console looks like this:&lt;br&gt;&lt;img src="/documents/portlet_file_entry/14/image--tempRandomSuffix--2ID8ninY.png/a702a2cd-d152-2bb9-ded4-74c71f2bd182"&gt;&lt;br&gt;&lt;br&gt;An interesting thing is that only 3 modules will run into this problem.&lt;br&gt;1) comment-taglib&amp;nbsp;&lt;a href="https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/comment/comment-taglib"&gt;https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/comment/comment-taglib&lt;/a&gt;&lt;br&gt;&lt;a href="https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/comment/comment-taglib"&gt;&lt;/a&gt;I'm using this in bnd.bnd:&lt;br&gt;&lt;pre&gt;&lt;code&gt;Bundle-Name: com.domain.comment.taglib.jsp.override
Bundle-SymbolicName: com.domain.comment.taglib.jsp.override
Bundle-Version: 1.0.0
Fragment-Host: com.liferay.comment.taglib;bundle-version="3.0.9"
-jsp: *.jsp,*.jspf
-plugin.bundle: com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin
-plugin.jsp: com.liferay.ant.bnd.jsp.JspAnalyzerPlugin
-plugin.sass: com.liferay.ant.bnd.sass.SassAnalyzerPlugin
-sass: *
-sources: true&lt;/code&gt;&lt;/pre&gt;2) frontend-taglib&amp;nbsp;&lt;a href="https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/frontend-taglib/frontend-taglib"&gt;https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/frontend-taglib/frontend-taglib&lt;/a&gt;&lt;br&gt;&lt;a href="https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/frontend-taglib/frontend-taglib"&gt;&lt;/a&gt;I'm&amp;nbsp;using this in bnd.bnd:&lt;br&gt;&lt;pre&gt;&lt;code&gt;Bundle-Name: com.domain.frontend.taglib.vertical.card.jsp.override
Bundle-SymbolicName: com.domain.frontend.taglib.vertical.card.jsp.override
Bundle-Version: 1.0.0
Fragment-Host: com.liferay.frontend.taglib;bundle-version="4.0.15"
-jsp: *.jsp,*.jspf
-plugin.bundle: com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin
-plugin.jsp: com.liferay.ant.bnd.jsp.JspAnalyzerPlugin
-plugin.sass: com.liferay.ant.bnd.sass.SassAnalyzerPlugin
-sass: *
-sources: true&lt;/code&gt;&lt;/pre&gt;3) frontend-editor&amp;nbsp;&lt;a href="https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/frontend-editor/frontend-editor-ckeditor-web"&gt;https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/frontend-editor/frontend-editor-ckeditor-web&lt;/a&gt;&lt;br&gt;&lt;a href="https://github.com/liferay/liferay-portal/tree/7.3.3-ga4/modules/apps/frontend-editor/frontend-editor-ckeditor-web"&gt;&lt;/a&gt;I'm using this in bnd.bnd:&lt;br&gt;&lt;pre&gt;&lt;code&gt;Bundle-Name: com.domain.alloyeditor.plugin.suptroubleshoot
Bundle-SymbolicName: com.domain.alloyeditor.plugin.suptroubleshoot
Bundle-Version: 1.0.0
Fragment-Host: com.liferay.frontend.editor.ckeditor.web;bundle-version="4.0.11"&lt;/code&gt;&lt;/pre&gt;An the other JSP overrides working fine (like login-jsp-override).&lt;br&gt;&lt;br&gt;&lt;strong&gt;&lt;strong&gt;Tested on:&lt;/strong&gt;&lt;/strong&gt;&lt;br&gt;Liferay 7.3.3 GA4 (&lt;a href="https://releases-cdn.liferay.com/portal/7.3.3-ga4/liferay-ce-portal-tomcat-7.3.3-ga4-20200701015330959.tar.gz"&gt;https://releases-cdn.liferay.com/portal/7.3.3-ga4/liferay-ce-portal-tomcat-7.3.3-ga4-20200701015330959.tar.gz&lt;/a&gt;)&lt;br&gt;Server version: Apache Tomcat/9.0.33&lt;br&gt;OS Name: &amp;nbsp;Windows 10&lt;br&gt;JVM Version: &amp;nbsp; &amp;nbsp;1.8.0_144-b01&lt;br&gt;PostgreSQL&amp;nbsp;&lt;br&gt;Maven workspace&lt;br&gt;IDE:&amp;nbsp;IntelliJ IDEA 2020.1.3 (Ultimate Edition)&amp;nbsp;Build #IU-201.8538.31, built on July 7, 2020&lt;br&gt;&lt;br&gt;Has anyone encountered this problem please?&lt;br&gt;&lt;br&gt;Thanks in advance.&lt;br&gt;&lt;br&gt;Vaclav&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Václav Suchánek</dc:creator>
    <dc:date>2020-08-14T07:44:22Z</dc:date>
  </entry>
</feed>
