You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/09/27 07:17:00 UTC

[jira] [Resolved] (CAMEL-11830) [example] sql - no application log on karaf

     [ https://issues.apache.org/jira/browse/CAMEL-11830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-11830.
---------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

Its the camel-example-sql-blueprint that works in Karaf. The camel-example-sql has been delated as it was not working correctly.

> [example] sql - no application log on karaf
> -------------------------------------------
>
>                 Key: CAMEL-11830
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11830
>             Project: Camel
>          Issue Type: Sub-task
>          Components: examples
>            Reporter: Tomohisa Igarashi
>            Assignee: Claus Ibsen
>             Fix For: 2.20.0
>
>
> On karaf, 4.1.1 bundle successfully starts but no application log
> {code}
> 2017-09-24 21:32:19,327 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 | Starting bundles:
> 2017-09-24 21:32:19,333 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.aopalliance/1.0.0.6
> 2017-09-24 21:32:19,334 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-core/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,335 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-beans/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,336 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-aop/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,338 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-expression/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,339 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-context/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,340 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-tx/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,341 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-jdbc/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,341 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.servicemix.bundles.spring-context-support/4.3.5.RELEASE_1
> 2017-09-24 21:32:19,342 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.camel.camel-core/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,344 | INFO  | pool-3-thread-1  | Activator                        | 54 - org.apache.camel.camel-core - 2.20.0.SNAPSHOT | Camel activator starting
> 2017-09-24 21:32:19,350 | INFO  | pool-3-thread-1  | Activator                        | 54 - org.apache.camel.camel-core - 2.20.0.SNAPSHOT | Camel activator started
> 2017-09-24 21:32:19,364 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.camel.camel-spring/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,368 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.camel.camel-sql/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,370 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.geronimo.specs.geronimo-jta_1.1_spec/1.1.1
> 2017-09-24 21:32:19,371 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.camel.camel-blueprint/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,380 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.camel.camel-commands-core/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,381 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.commons.pool2/2.4.2
> 2017-09-24 21:32:19,382 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.camel.karaf.camel-karaf-commands/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,398 | INFO  | pool-3-thread-1  | CommandExtension                 | 42 - org.apache.karaf.shell.core - 4.1.1 | Registering commands for bundle org.apache.camel.karaf.camel-karaf-commands/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,399 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   derby/10.11.1000001.1616546
> 2017-09-24 21:32:19,506 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   org.apache.commons.dbcp2/2.1.1
> 2017-09-24 21:32:19,507 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 |   camel-example-sql/2.20.0.SNAPSHOT
> 2017-09-24 21:32:19,509 | INFO  | pool-3-thread-1  | FeaturesServiceImpl              | 9 - org.apache.karaf.features.core - 4.1.1 | Done.
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)