java.util.zip.ZipException: invalid entry size
Posted: Sat Sep 15, 2012 4:15 am
Hi,
While import was successful with maven library built & configured, I get this warning.
"Reference pomDeps not found"
When I tried to build the module, following was recieved at console:
[hibernatetool] create table SEQUENCE_GENERATOR ( ID_NAME varchar(255) not null , ID_VAL bigint, primary key ( ID_NAME ) ) ;
[hibernatetool] Executing Hibernate Tool with a JPA Configuration
[hibernatetool] 2. task: hbm2ddl (Generates database schema)
[hibernatetool] [ERROR] १४:०८:२६ Ejb3Configuration - Container is providing a null PersistenceUnitRootUrl: discovery impossible
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
[hibernatetool] [ WARN] १४:०८:२६ Ejb3Configuration - hibernate.connection.autocommit = false break the EJB3 specification
[hibernatetool] create table BLC_BANK_ACCOUNT_PAYMENT (PAYMENT_ID bigint not null, ACCOUNT_NUMBER varchar(255) not null, REFERENCE_NUMBER varchar(255) not null, ROUTING_NUMBER varchar(255) not null, primary key (PAYMENT_ID));
[hibernatetool] create table BLC_CREDIT_CARD_PAYMENT (PAYMENT_ID bigint not null, EXPIRATION_MONTH integer not null, EXPIRATION_YEAR integer not null, NAME_ON_CARD varchar(255) not null, PAN varchar(255) not null, REFERENCE_NUMBER varchar(255) not null, primary key (PAYMENT_ID));
[hibernatetool] create table BLC_GIFT_CARD_PAYMENT (PAYMENT_ID bigint not null, PAN varchar(255) not null, PIN varchar(255), REFERENCE_NUMBER varchar(255) not null, primary key (PAYMENT_ID));
[hibernatetool] create index BANKACCOUNT_INDEX on BLC_BANK_ACCOUNT_PAYMENT (REFERENCE_NUMBER);
[hibernatetool] create index CREDITCARD_INDEX on BLC_CREDIT_CARD_PAYMENT (REFERENCE_NUMBER);
[hibernatetool] create index GIFTCARD_INDEX on BLC_GIFT_CARD_PAYMENT (REFERENCE_NUMBER);
[hibernatetool] create table SEQUENCE_GENERATOR ( ID_NAME varchar(255) not null , ID_VAL bigint, primary key ( ID_NAME ) ) ;
[hibernatetool] Executing Hibernate Tool with a JPA Configuration
[hibernatetool] 3. task: hbm2ddl (Generates database schema)
[hibernatetool] [ERROR] १४:०८:२६ Ejb3Configuration - Container is providing a null PersistenceUnitRootUrl: discovery impossible
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
[hibernatetool] [ WARN] १४:०८:२७ Ejb3Configuration - hibernate.connection.autocommit = false break the EJB3 specification
[hibernatetool] create table BLC_STATIC_ASSET_STRG (STATIC_ASSET_STRG_ID bigint not null, FILE_DATA blob, STATIC_ASSET_ID bigint not null, primary key (STATIC_ASSET_STRG_ID));
[hibernatetool] create index STATIC_ASSET_ID_INDEX on BLC_STATIC_ASSET_STRG (STATIC_ASSET_ID);
[hibernatetool] create table SEQUENCE_GENERATOR ( ID_NAME varchar(255) not null , ID_VAL bigint, primary key ( ID_NAME ) ) ;
BUILD SUCCESSFUL
Total time: 46 seconds
But when I try to run jetty-demo using ant, I get following error:
artifact:mvn] [INFO] --- jetty-maven-plugin:8.1.5.v20120716:run (default-cli) @ admin ---
[artifact:mvn] [INFO] Configuring Jetty for project: admin
[artifact:mvn] [INFO] Webapp source directory = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\admin
[artifact:mvn] [INFO] Reload Mechanic: automatic
[artifact:mvn] [INFO] Classes = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\admin\WEB-INF\classes
[artifact:mvn] [INFO] Context path = /
[artifact:mvn] [INFO] Tmp directory = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\tmp
[artifact:mvn] [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[artifact:mvn] [INFO] Web overrides = none
[artifact:mvn] [INFO] web.xml file = file:/D:/DemoSite-2.0.0/eclipse-workspace/DemoSite/admin/target/admin/WEB-INF/web.xml
[artifact:mvn] [INFO] Webapp directory = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\admin
[artifact:mvn] ????-??-?? ??:??:47.413:INFO:oejs.Server:jetty-8.1.5.v20120716
[artifact:mvn] ????-??-?? ??:??:50.788:WARN:oejw.WebAppContext:Failed startup of context o.m.j.p.JettyWebAppContext{/,file:/D:/DemoSite-2.0.0/eclipse-workspace/DemoSite/admin/target/admin/},file:/D:/DemoSite-2.0.0/eclipse-workspace/DemoSite/admin/target/admin/
[artifact:mvn] java.util.zip.ZipException: invalid entry size (expected 5765 but got 655608 bytes)
[artifact:mvn] at java.util.zip.ZipInputStream.readEnd(Unknown Source)
[artifact:mvn] at java.util.zip.ZipInputStream.read(Unknown Source)
[artifact:mvn] at java.util.jar.JarInputStream.read(Unknown Source)
[artifact:mvn] at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
[artifact:mvn] at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
[artifact:mvn] at java.util.jar.JarInputStream.getNextEntry(Unknown Source)
[artifact:mvn] at java.util.jar.JarInputStream.getNextJarEntry(Unknown Source)
[artifact:mvn] at org.eclipse.jetty.webapp.JarScanner.matched(JarScanner.java:156)
[artifact:mvn] at org.eclipse.jetty.util.PatternMatcher.matchPatterns(PatternMatcher.java:94)
[artifact:mvn] at org.eclipse.jetty.util.PatternMatcher.match(PatternMatcher.java:76)
[artifact:mvn] at org.eclipse.jetty.webapp.JarScanner.scan(JarScanner.java:78)
[artifact:mvn] at org.eclipse.jetty.webapp.MetaInfConfiguration.preConfigure(MetaInfConfiguration.java:78)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:438)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:474)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:256)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
[artifact:mvn] at org.eclipse.jetty.server.Server.doStart(Server.java:272)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
[artifact:mvn] at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
[artifact:mvn] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
[artifact:mvn] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
[artifact:mvn] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
[artifact:mvn] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
[artifact:mvn] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
[artifact:mvn] at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[artifact:mvn] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[artifact:mvn] at java.lang.reflect.Method.invoke(Unknown Source)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[artifact:mvn] at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
[artifact:mvn] ????-??-?? ??:??:51.053:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:????
[artifact:mvn] ????-??-?? ??:??:52.507:INFO:oejus.SslContextFactory:Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[artifact:mvn] [INFO] Started Jetty Server
[artifact:mvn] ????-??-?? ??:??:52.521:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:????
Pls help.
While import was successful with maven library built & configured, I get this warning.
"Reference pomDeps not found"
When I tried to build the module, following was recieved at console:
[hibernatetool] create table SEQUENCE_GENERATOR ( ID_NAME varchar(255) not null , ID_VAL bigint, primary key ( ID_NAME ) ) ;
[hibernatetool] Executing Hibernate Tool with a JPA Configuration
[hibernatetool] 2. task: hbm2ddl (Generates database schema)
[hibernatetool] [ERROR] १४:०८:२६ Ejb3Configuration - Container is providing a null PersistenceUnitRootUrl: discovery impossible
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
[hibernatetool] [ WARN] १४:०८:२६ Ejb3Configuration - hibernate.connection.autocommit = false break the EJB3 specification
[hibernatetool] create table BLC_BANK_ACCOUNT_PAYMENT (PAYMENT_ID bigint not null, ACCOUNT_NUMBER varchar(255) not null, REFERENCE_NUMBER varchar(255) not null, ROUTING_NUMBER varchar(255) not null, primary key (PAYMENT_ID));
[hibernatetool] create table BLC_CREDIT_CARD_PAYMENT (PAYMENT_ID bigint not null, EXPIRATION_MONTH integer not null, EXPIRATION_YEAR integer not null, NAME_ON_CARD varchar(255) not null, PAN varchar(255) not null, REFERENCE_NUMBER varchar(255) not null, primary key (PAYMENT_ID));
[hibernatetool] create table BLC_GIFT_CARD_PAYMENT (PAYMENT_ID bigint not null, PAN varchar(255) not null, PIN varchar(255), REFERENCE_NUMBER varchar(255) not null, primary key (PAYMENT_ID));
[hibernatetool] create index BANKACCOUNT_INDEX on BLC_BANK_ACCOUNT_PAYMENT (REFERENCE_NUMBER);
[hibernatetool] create index CREDITCARD_INDEX on BLC_CREDIT_CARD_PAYMENT (REFERENCE_NUMBER);
[hibernatetool] create index GIFTCARD_INDEX on BLC_GIFT_CARD_PAYMENT (REFERENCE_NUMBER);
[hibernatetool] create table SEQUENCE_GENERATOR ( ID_NAME varchar(255) not null , ID_VAL bigint, primary key ( ID_NAME ) ) ;
[hibernatetool] Executing Hibernate Tool with a JPA Configuration
[hibernatetool] 3. task: hbm2ddl (Generates database schema)
[hibernatetool] [ERROR] १४:०८:२६ Ejb3Configuration - Container is providing a null PersistenceUnitRootUrl: discovery impossible
Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom: java.util.zip.ZipException: error in opening zip file
[hibernatetool] Unable to obtain resource from C:\Users\gyanu\.m2\repository\net\sf\ehcache\ehcache\2.4.2\ehcache-2.4.2.pom:
[hibernatetool] java.util.zip.ZipException: error in opening zip file
[hibernatetool] at java.util.zip.ZipFile.open(Native Method)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.zip.ZipFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at java.util.jar.JarFile.<init>(Unknown Source)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResourceURL(AntClassLoader.java:1002)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:883)
[hibernatetool] at org.apache.tools.ant.AntClassLoader.getResource(AntClassLoader.java:873)
[hibernatetool] at java.lang.ClassLoader.getResource(Unknown Source)
[hibernatetool] at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:727)
[hibernatetool] at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:601)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.broadleafcommerce.common.util.sql.JPAConfigurationTask.createConfiguration(JPAConfigurationTask.java:74)
[hibernatetool] at org.broadleafcommerce.common.util.sql.HibernateToolTask.execute(HibernateToolTask.java:161)
[hibernatetool] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[hibernatetool] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[hibernatetool] at java.lang.reflect.Method.invoke(Unknown Source)
[hibernatetool] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[hibernatetool] at org.apache.tools.ant.Task.perform(Task.java:348)
[hibernatetool] at org.apache.tools.ant.Target.execute(Target.java:390)
[hibernatetool] at org.apache.tools.ant.Target.performTasks(Target.java:411)
[hibernatetool] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[hibernatetool] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[hibernatetool] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
[hibernatetool] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:424)
[hibernatetool] at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:138)
[hibernatetool] [ WARN] १४:०८:२७ Ejb3Configuration - hibernate.connection.autocommit = false break the EJB3 specification
[hibernatetool] create table BLC_STATIC_ASSET_STRG (STATIC_ASSET_STRG_ID bigint not null, FILE_DATA blob, STATIC_ASSET_ID bigint not null, primary key (STATIC_ASSET_STRG_ID));
[hibernatetool] create index STATIC_ASSET_ID_INDEX on BLC_STATIC_ASSET_STRG (STATIC_ASSET_ID);
[hibernatetool] create table SEQUENCE_GENERATOR ( ID_NAME varchar(255) not null , ID_VAL bigint, primary key ( ID_NAME ) ) ;
BUILD SUCCESSFUL
Total time: 46 seconds
But when I try to run jetty-demo using ant, I get following error:
artifact:mvn] [INFO] --- jetty-maven-plugin:8.1.5.v20120716:run (default-cli) @ admin ---
[artifact:mvn] [INFO] Configuring Jetty for project: admin
[artifact:mvn] [INFO] Webapp source directory = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\admin
[artifact:mvn] [INFO] Reload Mechanic: automatic
[artifact:mvn] [INFO] Classes = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\admin\WEB-INF\classes
[artifact:mvn] [INFO] Context path = /
[artifact:mvn] [INFO] Tmp directory = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\tmp
[artifact:mvn] [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[artifact:mvn] [INFO] Web overrides = none
[artifact:mvn] [INFO] web.xml file = file:/D:/DemoSite-2.0.0/eclipse-workspace/DemoSite/admin/target/admin/WEB-INF/web.xml
[artifact:mvn] [INFO] Webapp directory = D:\DemoSite-2.0.0\eclipse-workspace\DemoSite\admin\target\admin
[artifact:mvn] ????-??-?? ??:??:47.413:INFO:oejs.Server:jetty-8.1.5.v20120716
[artifact:mvn] ????-??-?? ??:??:50.788:WARN:oejw.WebAppContext:Failed startup of context o.m.j.p.JettyWebAppContext{/,file:/D:/DemoSite-2.0.0/eclipse-workspace/DemoSite/admin/target/admin/},file:/D:/DemoSite-2.0.0/eclipse-workspace/DemoSite/admin/target/admin/
[artifact:mvn] java.util.zip.ZipException: invalid entry size (expected 5765 but got 655608 bytes)
[artifact:mvn] at java.util.zip.ZipInputStream.readEnd(Unknown Source)
[artifact:mvn] at java.util.zip.ZipInputStream.read(Unknown Source)
[artifact:mvn] at java.util.jar.JarInputStream.read(Unknown Source)
[artifact:mvn] at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
[artifact:mvn] at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
[artifact:mvn] at java.util.jar.JarInputStream.getNextEntry(Unknown Source)
[artifact:mvn] at java.util.jar.JarInputStream.getNextJarEntry(Unknown Source)
[artifact:mvn] at org.eclipse.jetty.webapp.JarScanner.matched(JarScanner.java:156)
[artifact:mvn] at org.eclipse.jetty.util.PatternMatcher.matchPatterns(PatternMatcher.java:94)
[artifact:mvn] at org.eclipse.jetty.util.PatternMatcher.match(PatternMatcher.java:76)
[artifact:mvn] at org.eclipse.jetty.webapp.JarScanner.scan(JarScanner.java:78)
[artifact:mvn] at org.eclipse.jetty.webapp.MetaInfConfiguration.preConfigure(MetaInfConfiguration.java:78)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:438)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:474)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:256)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
[artifact:mvn] at org.eclipse.jetty.server.Server.doStart(Server.java:272)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
[artifact:mvn] at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
[artifact:mvn] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
[artifact:mvn] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
[artifact:mvn] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
[artifact:mvn] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
[artifact:mvn] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
[artifact:mvn] at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[artifact:mvn] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[artifact:mvn] at java.lang.reflect.Method.invoke(Unknown Source)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[artifact:mvn] at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
[artifact:mvn] ????-??-?? ??:??:51.053:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:????
[artifact:mvn] ????-??-?? ??:??:52.507:INFO:oejus.SslContextFactory:Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[artifact:mvn] [INFO] Started Jetty Server
[artifact:mvn] ????-??-?? ??:??:52.521:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:????
Pls help.