<?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: [resolved] Problem deploying services on Karaf (not start) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308459#M79784</link>
    <description>Hi Sabrina, 
&lt;BR /&gt;Thanks by your reply. 
&lt;BR /&gt;Tesb.log is Ok, only appears one error, but it's the same that we can see in DEVELOPMENT environment, and there services work ok: 
&lt;BR /&gt;You can 
&lt;B&gt;download the complete log&lt;/B&gt; from 
&lt;A href="https://app.box.com/s/b5rp70fba0n9ko2gbbd5" rel="nofollow noopener noreferrer"&gt;https://app.box.com/s/b5rp70fba0n9ko2gbbd5&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;12:40:29,287 | ERROR | rint Extender: 1 | container.BlueprintContainerImpl 364 | 9 - org.apache.aries.blueprint - 0.3.2 | Unable to start blueprint container for bundle org.apache.karaf.shell.ssh&lt;BR /&gt;org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to intialize bean sshServerFactory&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:640)&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:726)&lt;BR /&gt; at org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:219)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:147)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:631)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:337)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:230)&lt;BR /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)&lt;BR /&gt; at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)&lt;BR /&gt; at java.util.concurrent.FutureTask.run(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;BR /&gt; at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Caused by: java.lang.NoSuchMethodError: org.apache.mina.core.service.IoAcceptor.bind(Ljava/net/SocketAddress&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;V&lt;BR /&gt; at org.apache.sshd.SshServer.start(SshServer.java:374)&lt;BR /&gt; at org.apache.karaf.shell.ssh.SshServerFactory.start(SshServerFactory.java:48)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt; at org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:225)&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:838)&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:638)&lt;BR /&gt; ... 15 more&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Cheers.</description>
    <pubDate>Mon, 14 Oct 2013 07:41:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-10-14T07:41:31Z</dc:date>
    <item>
      <title>[resolved] Problem deploying services on Karaf (not start)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308457#M79782</link>
      <description>Hi, 
&lt;BR /&gt;We're working with Talend 5.2.2 developing REST services and deploying them on Apache Karaf. We use JRE 1.6. We've three environments: development (DEV), preproduction (PRE) and production (PRO). In DEV we've do it with success and all work fine. 
&lt;BR /&gt;We work and develop in DEV, then tested and checked services are uploaded to other environments modifying some parameters (SQL conexions and tRESTRequest Endpoint), where only it's installed Runtime ESBSE with Karaf, but not the Studio. 
&lt;BR /&gt;An image to explain it: 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;So, what is our problem? 
&lt;BR /&gt;In DEV we've checked that karaf start correctly our services and other default bundles, however, 
&lt;U&gt;&lt;B&gt;in PRE any bundle is started&lt;/B&gt;&lt;/U&gt;. 
&lt;BR /&gt;Any idea? security restrictions? any port closed or blocked by firewall?? we've checked the ports used by karaf (admin:list) and all are opened by our admin; also we've test some commands as : testb:start-all, osgi:start ID, tesb:start-locator, tesb:start-sam, tesb:start-sts and any bundle start. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Cheers 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBS8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131366iD600C7600D4370B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBS8.png" alt="0683p000009MBS8.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154401iEBDB75EC701ABB96/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBA1.png" alt="0683p000009MBA1.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBSD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128215i80C4D3FDEF19B0A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBSD.png" alt="0683p000009MBSD.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308457#M79782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem deploying services on Karaf (not start)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308458#M79783</link>
      <description>Hi, &lt;BR /&gt;Regardless the state, is the service cannot be used normally in your pre-production? Is there any error log info which is located in &amp;lt;talend runtime installation path&amp;gt;\container\log\tesb.log?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 14 Oct 2013 07:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308458#M79783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-14T07:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem deploying services on Karaf (not start)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308459#M79784</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks by your reply. 
&lt;BR /&gt;Tesb.log is Ok, only appears one error, but it's the same that we can see in DEVELOPMENT environment, and there services work ok: 
&lt;BR /&gt;You can 
&lt;B&gt;download the complete log&lt;/B&gt; from 
&lt;A href="https://app.box.com/s/b5rp70fba0n9ko2gbbd5" rel="nofollow noopener noreferrer"&gt;https://app.box.com/s/b5rp70fba0n9ko2gbbd5&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;12:40:29,287 | ERROR | rint Extender: 1 | container.BlueprintContainerImpl 364 | 9 - org.apache.aries.blueprint - 0.3.2 | Unable to start blueprint container for bundle org.apache.karaf.shell.ssh&lt;BR /&gt;org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to intialize bean sshServerFactory&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:640)&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:726)&lt;BR /&gt; at org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:219)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:147)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:631)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:337)&lt;BR /&gt; at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:230)&lt;BR /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)&lt;BR /&gt; at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)&lt;BR /&gt; at java.util.concurrent.FutureTask.run(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;BR /&gt; at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Caused by: java.lang.NoSuchMethodError: org.apache.mina.core.service.IoAcceptor.bind(Ljava/net/SocketAddress&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;V&lt;BR /&gt; at org.apache.sshd.SshServer.start(SshServer.java:374)&lt;BR /&gt; at org.apache.karaf.shell.ssh.SshServerFactory.start(SshServerFactory.java:48)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt; at org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:225)&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:838)&lt;BR /&gt; at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:638)&lt;BR /&gt; ... 15 more&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Cheers.</description>
      <pubDate>Mon, 14 Oct 2013 07:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308459#M79784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-14T07:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem deploying services on Karaf (not start)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308460#M79785</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;We work and develop in DEV, then tested and checked services are uploaded to other environments modifying some parameters (SQL conexions and tRESTRequest Endpoint), where only it's installed Runtime ESBSE with Karaf, but not the Studio.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Did you use Talend ESB Enterprise Subscription version (Talend 5.2.2)? If so, it suggest you open a ticket on 
&lt;A href="http://support.talend.com/otrs/customer.pl" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Support Portal&lt;/A&gt; so that we can schedule a webex with you(Remote assistance). 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 15 Oct 2013 05:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308460#M79785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-15T05:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem deploying services on Karaf (not start)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308461#M79786</link>
      <description>Hi Sabrina,&lt;BR /&gt;We've Talend Integration Subscription 5.2.1, but we're using Talend ESB 5.2.2 to develop and deploy our WS. We've opened a ticket with our issue, but your suggestion (webex) would be great!! do you know if we can do it with our subscription?&lt;BR /&gt;Thanks&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 15 Oct 2013 07:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308461#M79786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-15T07:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem deploying services on Karaf (not start)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308462#M79787</link>
      <description>Hi,&lt;BR /&gt;We have just resolved it. We have reinstalled whole our software, but the issue persists, so we used &lt;B&gt;&lt;U&gt;testb:start-all &lt;/U&gt;&lt;/B&gt; command on Karaf's console and system bundles have started.&lt;BR /&gt;Thanks for your time Sabrina.&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 16 Oct 2013 14:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308462#M79787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-16T14:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem deploying services on Karaf (not start)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308463#M79788</link>
      <description>Hi, &lt;BR /&gt;Thanks for your feedback. Don't hesitate to post your issue on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 17 Oct 2013 04:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-deploying-services-on-Karaf-not-start/m-p/2308463#M79788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-17T04:31:13Z</dc:date>
    </item>
  </channel>
</rss>

