Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-4545

[WebConsole Archetype] Unable to run with "mvn jetty:run"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.9.0
    • 2.8.3, 2.9.0
    • tooling
    • Patch Available
    • Novice
    • Regression

    Description

      If you install the camel-archetype-webconsole from the trunk (2.9-SNAPSHOT actually), and create a new project with it ("mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-webconsole -DarchetypeVersion=2.9-SNAPSHOT"), you can't run "mvn jetty:run".
      There are conflicts with slf4j-api binding as you can see in the following logs

       
      ...
      [main] ContextLoader ERROR Context initialization failed
      java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple;
              at org.slf4j.impl.Log4jLoggerAdapter.info(Log4jLoggerAdapter.java:323)[slf4j-log4j12-1.6.1.jar:1.6.1]
      ...
      

      Running "mvn dependencies:tree" show that two versions of slf4j are loaded.

      You can find with this issue a patch that exclude slf4j for activemq-camel, which solve the problem.

      But you then ran in the following problem

      ... 
      java.net.URISyntaxException: Illegal character in opaque part at index 22: jar:file:/mypath/.m2/repository/org/apache/camel/camel-web/2.9-SNAPSHOT/camel-web-2.9-SNAPSHOT.war!/WEB-INF/classes/
      ...
      

      Which can be solved by updating jetty-version to a more recent one (7.5.3.v20111011) in the parent pom ( issue CAMEL-4544 with patch)

      Attachments

        1. webconsole-archetype-issue.patch
          0.8 kB
          Cédric Exbrayat

        Issue Links

          Activity

            People

              njiang Willem Jiang
              cexbrayat Cédric Exbrayat
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: