<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Deploy .war - Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364691#M128404</link>
    <description>&lt;P&gt;war file&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 11:38:51 GMT</pubDate>
    <dc:creator>lojdr</dc:creator>
    <dc:date>2018-02-20T11:38:51Z</dc:date>
    <item>
      <title>Deploy .war - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364688#M128401</link>
      <description>&lt;P&gt;I have a current Runtime container running my RESTful services created using Talend OpenStudio (tRestRequest)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to utilize the same container and deploy some&amp;nbsp;a .war file. This is the sample HelloWorld app I am referring to:&amp;nbsp;&lt;A href="https://github.com/efsavage/hello-world-war" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/efsavage/hello-world-war&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I am uploading the HelloWorld.war (&lt;A href="https://github.com/efsavage/hello-world-war/blob/master/dist/hello-world.war" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/efsavage/hello-world-war/blob/master/dist/hello-world.war&lt;/A&gt;) into the Karaf console (8040 port), it errors out.&lt;/P&gt; 
&lt;PRE&gt;HTTP ERROR 500
Problem accessing /system/console/bundles. Reason:

    Server Error
Caused by:
java.io.IOException: Bundle-SymbolicName header missing, cannot install bundle
	at org.apache.felix.webconsole.internal.core.BundlesServlet.installBundle(BundlesServlet.java:1642)
	at org.apache.felix.webconsole.internal.core.BundlesServlet.installBundles(BundlesServlet.java:1587)
	at org.apache.felix.webconsole.internal.core.BundlesServlet.doPost(BundlesServlet.java:336)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:567)
	at org.apache.felix.webconsole.internal.servlet.KarafOsgiManager.doService(KarafOsgiManager.java:78)
	at org.apache.felix.webconsole.internal.servlet.KarafOsgiManager$1.run(KarafOsgiManager.java:58)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.karaf.util.jaas.JaasHelper.doAs(JaasHelper.java:113)
	at org.apache.felix.webconsole.internal.servlet.KarafOsgiManager.service(KarafOsgiManager.java:56)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:287)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:748)
Powered by Jetty://&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What am I doing wrong here?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364688#M128401</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy .war - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364689#M128402</link>
      <description>Hello, 
&lt;BR /&gt; 
&lt;BR /&gt;Do you have Bundle-SymbolicName in your pom.xml? It is mandatory field. 
&lt;BR /&gt;What I see on GitHub, there is no parameter like this. See example here: 
&lt;BR /&gt; 
&lt;A href="https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.2.0/doc/maven-bundle-plugin-bnd.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.2.0/doc/maven-bundle-plugin-bnd.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Lojdr</description>
      <pubDate>Fri, 16 Feb 2018 18:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364689#M128402</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-16T18:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy .war - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364690#M128403</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LMf9AAG"&gt;@lojdr&lt;/A&gt;: pom.xml of the war file? or Talend container?</description>
      <pubDate>Fri, 16 Feb 2018 21:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364690#M128403</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-02-16T21:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy .war - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364691#M128404</link>
      <description>&lt;P&gt;war file&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 11:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-war-Error/m-p/2364691#M128404</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-02-20T11:38:51Z</dc:date>
    </item>
  </channel>
</rss>

