Thanks a lot! Still nothing running on localhost when running mvn antrun:run -P self-host:
C:\summernote\isis-wicket-summernote>mvn antrun:run -P self-host [INFO] Scanning for projects... [INFO] Inspecting build with total of 4 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Isis Addons Summernote Wicket Cpt Component [INFO] Isis Addons Summernote Wicket Cpt [INFO] Isis Addons Summernote Wicket Cpt Fixtures [INFO] Isis Addons Summernote Wicket Cpt Webapp [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Isis Addons Summernote Wicket Cpt Component 1.15.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default-cli) @ isis-wicket-summernote-cpt --- [INFO] No Ant target defined - SKIPPED [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Isis Addons Summernote Wicket Cpt 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default-cli) @ isis-wicket-summernote --- [INFO] No ant target defined - SKIPPED [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Isis Addons Summernote Wicket Cpt Fixtures 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repository-estatio.forge.cloudbees.com/snapshot/org/isisaddons/wicket/summernote/isis-wicket-summernote-cpt/1.13.0-SNAPSHOT/maven-metadata.xml Downloaded: http://repository-estatio.forge.cloudbees.com/snapshot/org/isisaddons/wicket/summernote/isis-wicket-summernote-cpt/1.13.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.5 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default-cli) @ isis-wicket-summernote-fixture --- [INFO] No ant target defined - SKIPPED [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Isis Addons Summernote Wicket Cpt Webapp 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repository-estatio.forge.cloudbees.com/snapshot/org/isisaddons/wicket/summernote/isis-wicket-summernote-fixture/0.0.1-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default-cli) @ isis-wicket-summernote-webapp --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [exec] [Thread-4] INFO org.eclipse.jetty.util.log - Logging initialized @10517ms [exec] [Thread-4] INFO org.simplericity.jettyconsole.DefaultJettyManager - Added web application on path / from war C:\summernote\isis-wicket-summernote\webapp\target\isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar [exec] [Thread-4] INFO org.simplericity.jettyconsole.DefaultJettyManager - Starting web application on port 8084 [exec] [Thread-4] INFO org.eclipse.jetty.server.Server - jetty-9.2.3.v20140905 [exec] [Thread-4] INFO org.eclipse.jetty.webapp.StandardDescriptorProcessor - NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet [exec] SLF4J: Class path contains multiple SLF4J bindings. [exec] SLF4J: Found binding in [jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] [exec] SLF4J: Found binding in [jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/slf4j-log4j12-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] [exec] SLF4J: Found binding in [jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/slf4j-nop-1.5.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] [exec] SLF4J: Found binding in [jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/condi/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] [exec] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. [exec] SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory] [exec] SLF4J: The requested version 1.5.6 by your slf4j binding is not compatible with [1.6, 1.7] [exec] SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details. [exec] [Thread-4] INFO / - Initializing Shiro environment [exec] jun 09, 2017 11:10:50 AM org.apache.shiro.web.env.EnvironmentLoader initEnvironment [exec] INFO: Starting Shiro environment initialization. [exec] jun 09, 2017 11:10:50 AM org.apache.shiro.config.IniSecurityManagerFactory isAutoApplyRealms [exec] INFO: Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. [exec] jun 09, 2017 11:10:50 AM org.apache.shiro.web.env.EnvironmentLoader initEnvironment [exec] SEVERE: Shiro environment initialization failed [exec] java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] at org.slf4j.impl.JDK14LoggerAdapter.info(JDK14LoggerAdapter.java:303) [exec] at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:141) [exec] at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58) [exec] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) [exec] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) [exec] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341) [exec] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334) [exec] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) [exec] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.server.Server.start(Server.java:387) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.Server.doStart(Server.java:354) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.simplericity.jettyconsole.DefaultJettyManager.startServer(DefaultJettyManager.java:114) [exec] at org.simplericity.jettyconsole.JettyConsole$5$1.run(JettyConsole.java:219) [exec] [exec] [Thread-4] WARN org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED o.s.j.JettyConsoleWebappContext@953cba{/,[file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/bootstrap-3.3.6.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/summernote-0.7.0.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/animate.css-3.2.5.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/modernizr-2.8.3.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/font-awesome-4.4.0.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/momentjs-2.10.3.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/Eonasdan-bootstrap-datetimepicker-4.15.35.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/jquery-1.11.1.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/jquery-ui-1.11.4.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/select2-3.5.2.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/swagger-ui-2.1.3.jar!/META-INF/resources],STARTING}{C:\summernote\isis-wicket-summernote\webapp\target\isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar}: java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] at org.slf4j.impl.JDK14LoggerAdapter.info(JDK14LoggerAdapter.java:303) [exec] at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:141) [exec] at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58) [exec] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) [exec] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) [exec] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341) [exec] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334) [exec] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) [exec] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.server.Server.start(Server.java:387) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.Server.doStart(Server.java:354) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.simplericity.jettyconsole.DefaultJettyManager.startServer(DefaultJettyManager.java:114) [exec] at org.simplericity.jettyconsole.JettyConsole$5$1.run(JettyConsole.java:219) [exec] [Thread-4] WARN org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.handler.ContextHandlerCollection@997cff[o.s.j.JettyConsoleWebappContext@953cba{/,[file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/bootstrap-3.3.6.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/summernote-0.7.0.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/animate.css-3.2.5.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/modernizr-2.8.3.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/font-awesome-4.4.0.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/momentjs-2.10.3.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/Eonasdan-bootstrap-datetimepicker-4.15.35.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/jquery-1.11.1.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/jquery-ui-1.11.4.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/select2-3.5.2.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/swagger-ui-2.1.3.jar!/META-INF/resources],STARTING}{C:\summernote\isis-wicket-summernote\webapp\target\isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar}]: java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] at org.slf4j.impl.JDK14LoggerAdapter.info(JDK14LoggerAdapter.java:303) [exec] at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:141) [exec] at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58) [exec] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) [exec] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) [exec] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341) [exec] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334) [exec] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) [exec] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.server.Server.start(Server.java:387) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.Server.doStart(Server.java:354) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.simplericity.jettyconsole.DefaultJettyManager.startServer(DefaultJettyManager.java:114) [exec] at org.simplericity.jettyconsole.JettyConsole$5$1.run(JettyConsole.java:219) [exec] [Thread-4] WARN org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.handler.HandlerCollection@157a7bd[org.eclipse.jetty.server.handler.ContextHandlerCollection@997cff[o.s.j.JettyConsoleWebappContext@953cba{/,[file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/bootstrap-3.3.6.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/summernote-0.7.0.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/animate.css-3.2.5.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/modernizr-2.8.3.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/font-awesome-4.4.0.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/momentjs-2.10.3.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/Eonasdan-bootstrap-datetimepicker-4.15.35.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/jquery-1.11.1.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/jquery-ui-1.11.4.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/select2-3.5.2.jar!/META-INF/resources, jar:file:/C:/Users/mhaga/AppData/Local/Temp/isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar_8080/webapp/WEB-INF/lib/swagger-ui-2.1.3.jar!/META-INF/resources],STARTING}{C:\summernote\isis-wicket-summernote\webapp\target\isis-wicket-summernote-webapp-0.0.1-SNAPSHOT-jetty-console.jar}]]: java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] at org.slf4j.impl.JDK14LoggerAdapter.info(JDK14LoggerAdapter.java:303) [exec] at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:141) [exec] at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58) [exec] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) [exec] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) [exec] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341) [exec] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334) [exec] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) [exec] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.server.Server.start(Server.java:387) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.Server.doStart(Server.java:354) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.simplericity.jettyconsole.DefaultJettyManager.startServer(DefaultJettyManager.java:114) [exec] at org.simplericity.jettyconsole.JettyConsole$5$1.run(JettyConsole.java:219) [exec] [Thread-4] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@45d55b{HTTP/1.1}{0.0.0.0:8084} [exec] [Thread-4] WARN org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@8f6be6: java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] at org.slf4j.impl.JDK14LoggerAdapter.info(JDK14LoggerAdapter.java:303) [exec] at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:141) [exec] at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58) [exec] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) [exec] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) [exec] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341) [exec] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334) [exec] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) [exec] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.server.Server.start(Server.java:387) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.Server.doStart(Server.java:354) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.simplericity.jettyconsole.DefaultJettyManager.startServer(DefaultJettyManager.java:114) [exec] at org.simplericity.jettyconsole.JettyConsole$5$1.run(JettyConsole.java:219) [exec] Exception in thread "Thread-4" java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; [exec] at org.slf4j.impl.JDK14LoggerAdapter.info(JDK14LoggerAdapter.java:303) [exec] at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:141) [exec] at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58) [exec] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) [exec] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789) [exec] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) [exec] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341) [exec] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334) [exec] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) [exec] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [exec] at org.eclipse.jetty.server.Server.start(Server.java:387) [exec] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [exec] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [exec] at org.eclipse.jetty.server.Server.doStart(Server.java:354) [exec] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [exec] at org.simplericity.jettyconsole.DefaultJettyManager.startServer(DefaultJettyManager.java:114) [exec] at org.simplericity.jettyconsole.JettyConsole$5$1.run(JettyConsole.java:219) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Marianne Hagaseth Senior Research Scientist Maritime Transport Systems, SINTEF OCEAN Mobile: +47 90 95 64 69 Skype: [email protected] www.sintef.no . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -----Original Message----- From: Martin Grigorov [mailto:[email protected]] Sent: torsdag 8. juni 2017 16.48 To: users <[email protected]> Subject: Re: maven-enforcer-plugin ? Until someone adds some tests for this module it will produce this warning. Again harmless! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jun 8, 2017 at 4:42 PM, Marianne Hagaseth < [email protected]> wrote: > Thanks! > I also get a warning for empty jar for test, is that OK as well? > > [INFO] --- maven-jar-plugin:2.4:test-jar (package-test-jar) @ > isis-wicket-summernote-cpt --- [WARNING] JAR will be empty - no > content was marked for inclusion! > [INFO] Building jar: > C:\summernote\isis-wicket-summernote\cpt\target\isis- > wicket-summernote-cpt-1.15.0-SNAPSHOT-tests.jar > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > Marianne Hagaseth > Senior Research Scientist > Maritime Transport Systems, SINTEF OCEAN > Mobile: +47 90 95 64 69 > Skype: [email protected] > www.sintef.no > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > -----Original Message----- > From: Martin Grigorov [mailto:[email protected]] > Sent: torsdag 8. juni 2017 16.11 > To: users <[email protected]> > Subject: Re: maven-enforcer-plugin ? > > Hi, > > This is harmless! You can ignore it! > > But in case you want to help fixing it here is what kind of change > should be done: > https://github.com/apache/wicket/commit/ed590f24c7a3901c5c60de9109b11c > 25446edd6a > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Jun 8, 2017 at 3:38 PM, Marianne Hagaseth < > [email protected]> wrote: > > > Hi again, > > Trying the summernote again, doing the following: > > > > git clone https://github.com/isisaddons/isis-wicket-summernote.git > > mvn clean install > > > > Get this warning: > > [WARNING] The project > > org.isisaddons.wicket.summernote:isis-wicket-summernote:pom:0.0.1-SN > > AP SHOT uses prerequisites which is only intended for maven-plugin > > projects but not for non maven-plugin projects. For such purposes > > you should use the maven-enforcer-plugin. See > > https://maven.apache.org/ > > enforcer/enforcer-rules/requireMavenVersion.html > > > > Ow do I fix this? > > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > Marianne Hagaseth > > Senior Research Scientist > > Maritime Transport Systems, SINTEF OCEAN > > Mobile: +47 90 95 64 69 > > > > Skype: > > [email protected]<mailto:[email protected]> > > www.sintef.no<http://www.sintef.no/> > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > > > >
