I am trying to move database from HSQLDB to MySQL in version 3.0. I followed the instruction given in the following link
http://docs.broadleafcommerce.org/core/current/tutorials/getting-started-tutorials/switch-to-mysql-tutorial
My Site is working Fine as expected,But getting error while trying to access admin page
HTTP ERROR: 503
Problem accessing /admin. Reason:
Service Unavailable
Powered by Jetty://
Below is console output while running admin
Code: Select all
Buildfile: /home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/build.xml
jetty-demo-jrebel:
[artifact:mvn] 2013-08-05 18:43:25 JRebel:
[artifact:mvn] 2013-08-05 18:43:25 JRebel: A newer version '5.3.1' is available for download
[artifact:mvn] 2013-08-05 18:43:25 JRebel: from http://zeroturnaround.com/software/jrebel/download/
[artifact:mvn] 2013-08-05 18:43:25 JRebel:
[artifact:mvn] Listening for transport dt_socket at address: 8001
[artifact:mvn] 2013-08-05 18:43:25 JRebel: Contacting myJRebel server ..
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building admin 1.0
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: #############################################################
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: JRebel 5.3.0 (201305281348)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: (c) Copyright ZeroTurnaround OU, Estonia, Tartu.
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: Over the last 3 days JRebel prevented
[artifact:mvn] 2013-08-05 18:43:28 JRebel: at least 60 redeploys/restarts saving you about 2.4 hours.
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: This product is licensed to Boss DK
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: License acquired through myJRebel server.
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: You are subscribed for the plan "JRebel Social Plan",
[artifact:mvn] 2013-08-05 18:43:28 JRebel: subscription is for lifetime.
[artifact:mvn] 2013-08-05 18:43:28 JRebel: next license check with the server is required by 2013-08-06.
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: The following plugins are disabled at the moment:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * ADF Core plugin (set -Drebel.adf_core_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * ADF Faces plugin (set -Drebel.adf_faces_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Camel plugin (set -Drebel.camel_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Click plugin (set -Drebel.click_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Eclipse Plugin (set -Drebel.eclipse_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * JRuby Plugin (set -Drebel.jruby_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Jersey plugin (set -Drebel.jersey_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Log4j2 plugin (set -Drebel.log4j2_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Mustache Plugin (set -Drebel.mustache_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * RESTlet plugin (set -Drebel.restlet_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Seam-Wicket plugin (set -Drebel.seam_wicket_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Spring Data Plugin (set -Drebel.spring_data_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Thymeleaf Plugin (set -Drebel.thymeleaf_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * VRaptor plugin (set -Drebel.vraptor_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * Vaadin CDI utils plugin (set -Drebel.vaadin_cdiutils_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel: * WebObjects plugin (set -Drebel.webobjects_plugin=true to enable)
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] 2013-08-05 18:43:28 JRebel: #############################################################
[artifact:mvn] 2013-08-05 18:43:28 JRebel:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ admin ---
[artifact:mvn] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[artifact:mvn] [INFO] Setting property 'clientBuildDate' to '2013-08-05 13:13:30'.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- keytool-maven-plugin:1.2:clean (clean) @ admin ---
[artifact:mvn] [INFO] Keystore file '/home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin/WEB-INF/blc-example.keystore' deleted successfully.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ admin ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ admin ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 10 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- jrebel-maven-plugin:1.1.3:generate (generate-rebel-xml) @ admin ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ admin ---
[artifact:mvn] [INFO] Nothing to compile - all classes are up to date
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.1.1:exploded (default-cli) @ admin ---
[artifact:mvn] [INFO] Exploding webapp
[artifact:mvn] [INFO] Assembling webapp [admin] in [/home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Copying webapp resources [/home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/src/main/webapp]
[artifact:mvn] [INFO] Webapp assembled in [6768 msecs]
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] >>> jetty-maven-plugin:8.1.5.v20120716:run (default-cli) @ admin >>>
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ admin ---
[artifact:mvn] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[artifact:mvn] [INFO] Setting property 'clientBuildDate' to '2013-08-05 13:13:41'.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- keytool-maven-plugin:1.2:clean (clean) @ admin ---
[artifact:mvn] [INFO] Keystore file '/home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin/WEB-INF/blc-example.keystore' deleted successfully.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ admin ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ admin ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 10 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- jrebel-maven-plugin:1.1.3:generate (generate-rebel-xml) @ admin ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ admin ---
[artifact:mvn] [INFO] Nothing to compile - all classes are up to date
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ admin ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] skip non existing resourceDirectory /home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/src/test/resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ admin ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] <<< jetty-maven-plugin:8.1.5.v20120716:run (default-cli) @ admin <<<
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- jetty-maven-plugin:8.1.5.v20120716:run (default-cli) @ admin ---
[artifact:mvn] 2013-08-05 18:43:43.390:INFO:oejs.Server:jetty-8.1.5.v20120716
[artifact:mvn] [INFO] Configuring Jetty for project: admin
[artifact:mvn] [INFO] Webapp source directory = /home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin
[artifact:mvn] [INFO] Reload Mechanic: automatic
[artifact:mvn] [INFO] Classes = /home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin/WEB-INF/classes
[artifact:mvn] [INFO] Context path = /
[artifact:mvn] [INFO] Tmp directory = /home/graymatter/Alok/eclipse-workspace3/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:/home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin/WEB-INF/web.xml
[artifact:mvn] [INFO] Webapp directory = /home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin
[artifact:mvn] 2013-08-05 18:43:43.495:WARN:oejw.WebAppContext:Failed startup of context o.m.j.p.JettyWebAppContext{/,file:/home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin/},file:/home/graymatter/Alok/eclipse-workspace3/DemoSite/admin/target/admin/
[artifact:mvn] java.util.zip.ZipException: invalid entry size (expected 7421 but got 8735 bytes)
[artifact:mvn] at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:403)
[artifact:mvn] at java.util.zip.ZipInputStream.read(ZipInputStream.java:195)
[artifact:mvn] at java.util.jar.JarInputStream.read(JarInputStream.java:207)
[artifact:mvn] at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:139)
[artifact:mvn] at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:117)
[artifact:mvn] at java.util.jar.JarInputStream.getNextEntry(JarInputStream.java:142)
[artifact:mvn] at java.util.jar.JarInputStream.getNextJarEntry(JarInputStream.java:179)
[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:106)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[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:318)
[artifact:mvn] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
[artifact:mvn] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
[artifact:mvn] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
[artifact:mvn] at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[artifact:mvn] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[artifact:mvn] at java.lang.reflect.Method.invoke(Method.java:606)
[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:414)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
[artifact:mvn] at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
[artifact:mvn] 2013-08-05 18:43:43.526:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8081
[artifact:mvn] 2013-08-05 18:43:43.565:INFO:oejus.SslContextFactory:Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[artifact:mvn] 2013-08-05 18:43:43.569:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:8444
[artifact:mvn] [INFO] Started Jetty Server
Thanks