From: Dannes W. <di...@ex...> - 2012-11-29 17:20:18
|
I saw a expathrepo update coming in today from Florent, maybe this gives a regression? -- Dannes Wessels On 29 nov. 2012, at 18:02, Joe Wicentowski <jo...@gm...> wrote: > Hi all, > > I just updated to trunk and noticed that the only app that will > autodeploy is shared-resources. eXide, dashboard, etc. fail to > autodeploy; they are not installed in the db at all. I noticed that > there are console entries for each of the apps that do not > autodeploy[1]. One other odd thing about the console entries is that > the date format of the org.expath.pkg.repo.util.Logger entries differs > from that of the other console entries; see first and last log entries > below. I'm also including the corresponding exist.log entries showing > the nature of the error.[2] > > Joe > > > [1] console showing apps that fail > > 9 Nov 2012 11:55:20,035 [main] INFO (JettyStart.java [run]:144) - > [log4j.configuration : > file:/Users/joe/workspace/exist-trunk/log4j.xml] > Nov 29, 2012 11:55:20 AM org.expath.pkg.repo.util.Logger info > INFO: Create a new repository with storage: File system storage in > /Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo > Nov 29, 2012 11:55:20 AM org.expath.pkg.repo.util.Logger info > INFO: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1/xsltforms' > Loading mime table from file /Users/joe/workspace/exist-trunk/mime-types.xml > Nov 29, 2012 11:55:22 AM org.expath.pkg.repo.util.Logger info > INFO: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/demo-0.2.1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/demo-0.2.1/demo' > Nov 29, 2012 11:55:22 AM org.expath.pkg.repo.util.Logger info > INFO: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1__1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1__1/xsltforms' > Nov 29, 2012 11:55:22 AM org.expath.pkg.repo.util.Logger info > INFO: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/fundocs-0.2/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/fundocs-0.2/fundocs' > Nov 29, 2012 11:55:22 AM org.expath.pkg.repo.util.Logger info > INFO: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/doc-0.2.3/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/doc-0.2.3/doc' > Nov 29, 2012 11:55:22 AM org.expath.pkg.repo.util.Logger info > INFO: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/dashboard-0.2.4/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/dashboard-0.2.4/dashboard' > Nov 29, 2012 11:55:22 AM org.expath.pkg.repo.util.Logger info > INFO: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/eXide-1.0.6/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/eXide-1.0.6/eXide' > 29 Nov 2012 11:55:22,683 [main] INFO (JettyStart.java > [lifeCycleStarting]:404) - Jetty server starting... > > > [2] corresponding exist.log entries > > 2012-11-29 11:55:20,817 [main] INFO (AutoDeploymentTrigger.java > [execute]:54) - Scanning autodeploy directory. Found 8 app packages. > 2012-11-29 11:55:20,902 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/xsltforms-0.1.xar > 2012-11-29 11:55:20,928 [main] WARN (AutoDeploymentTrigger.java > [execute]:82) - Exception during deployment of app xsltforms-0.1.xar: > None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1/xsltforms' > org.expath.pkg.repo.PackageException: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1/xsltforms' > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.getContenDir(FileSystemStorage.java:148) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.setPkgDir(FileSystemStorage.java:130) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.access$300(FileSystemStorage.java:105) > at org.expath.pkg.repo.FileSystemStorage.install(FileSystemStorage.java:421) > at org.expath.pkg.repo.Repository.doInstall(Repository.java:237) > at org.expath.pkg.repo.Repository.installPackage(Repository.java:188) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:182) > at org.exist.repo.AutoDeploymentTrigger.execute(AutoDeploymentTrigger.java:80) > at org.exist.storage.BrokerPool.callStartupTriggers(BrokerPool.java:1064) > at org.exist.storage.BrokerPool.initialize(BrokerPool.java:987) > at org.exist.storage.BrokerPool.<init>(BrokerPool.java:720) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:244) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:220) > at org.exist.jetty.JettyStart.run(JettyStart.java:163) > at org.exist.jetty.JettyStart.main(JettyStart.java:71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.exist.start.Main.invokeMain(Main.java:127) > at org.exist.start.Main.run(Main.java:449) > at org.exist.start.Main.main(Main.java:51) > 2012-11-29 11:55:20,943 [main] INFO (Deployment.java > [installAndDeploy]:162) - Package http://exist-db.org/apps/demo > depends on http://exist-db.org/apps/shared > 2012-11-29 11:55:20,944 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/shared-resources-0.2.2.xar > 2012-11-29 11:55:21,036 [main] INFO (Deployment.java > [installAndDeploy]:188) - Deploying package > http://exist-db.org/apps/shared > 2012-11-29 11:55:22,308 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/demo-0.2.1.xar > 2012-11-29 11:55:22,335 [main] WARN (AutoDeploymentTrigger.java > [execute]:82) - Exception during deployment of app demo-0.2.1.xar: > None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/demo-0.2.1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/demo-0.2.1/demo' > org.expath.pkg.repo.PackageException: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/demo-0.2.1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/demo-0.2.1/demo' > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.getContenDir(FileSystemStorage.java:148) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.setPkgDir(FileSystemStorage.java:130) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.access$300(FileSystemStorage.java:105) > at org.expath.pkg.repo.FileSystemStorage.install(FileSystemStorage.java:421) > at org.expath.pkg.repo.Repository.doInstall(Repository.java:237) > at org.expath.pkg.repo.Repository.installPackage(Repository.java:188) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:182) > at org.exist.repo.AutoDeploymentTrigger.execute(AutoDeploymentTrigger.java:80) > at org.exist.storage.BrokerPool.callStartupTriggers(BrokerPool.java:1064) > at org.exist.storage.BrokerPool.initialize(BrokerPool.java:987) > at org.exist.storage.BrokerPool.<init>(BrokerPool.java:720) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:244) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:220) > at org.exist.jetty.JettyStart.run(JettyStart.java:163) > at org.exist.jetty.JettyStart.main(JettyStart.java:71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.exist.start.Main.invokeMain(Main.java:127) > at org.exist.start.Main.run(Main.java:449) > at org.exist.start.Main.main(Main.java:51) > 2012-11-29 11:55:22,336 [main] INFO (Deployment.java > [installAndDeploy]:151) - Application package > http://exist-db.org/apps/shared already installed. Skipping. > 2012-11-29 11:55:22,339 [main] INFO (Deployment.java > [installAndDeploy]:162) - Package > http://exist-db.org/apps/XSLTForms-Demo depends on > http://exist-db.org/apps/xsltforms > 2012-11-29 11:55:22,340 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/xsltforms-0.1.xar > 2012-11-29 11:55:22,354 [main] WARN (AutoDeploymentTrigger.java > [execute]:82) - Exception during deployment of app > xsltforms-demo-0.1.xar: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1__1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1__1/xsltforms' > org.expath.pkg.repo.PackageException: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1__1/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/xsltforms-0.1__1/xsltforms' > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.getContenDir(FileSystemStorage.java:148) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.setPkgDir(FileSystemStorage.java:130) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.access$300(FileSystemStorage.java:105) > at org.expath.pkg.repo.FileSystemStorage.install(FileSystemStorage.java:421) > at org.expath.pkg.repo.Repository.doInstall(Repository.java:237) > at org.expath.pkg.repo.Repository.installPackage(Repository.java:188) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:182) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:168) > at org.exist.repo.AutoDeploymentTrigger.execute(AutoDeploymentTrigger.java:80) > at org.exist.storage.BrokerPool.callStartupTriggers(BrokerPool.java:1064) > at org.exist.storage.BrokerPool.initialize(BrokerPool.java:987) > at org.exist.storage.BrokerPool.<init>(BrokerPool.java:720) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:244) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:220) > at org.exist.jetty.JettyStart.run(JettyStart.java:163) > at org.exist.jetty.JettyStart.main(JettyStart.java:71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.exist.start.Main.invokeMain(Main.java:127) > at org.exist.start.Main.run(Main.java:449) > at org.exist.start.Main.main(Main.java:51) > 2012-11-29 11:55:22,355 [main] INFO (Deployment.java > [installAndDeploy]:162) - Package http://exist-db.org/apps/fundocs > depends on http://exist-db.org/apps/shared > 2012-11-29 11:55:22,355 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/fundocs-0.2.xar > 2012-11-29 11:55:22,366 [main] WARN (AutoDeploymentTrigger.java > [execute]:82) - Exception during deployment of app fundocs-0.2.xar: > None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/fundocs-0.2/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/fundocs-0.2/fundocs' > org.expath.pkg.repo.PackageException: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/fundocs-0.2/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/fundocs-0.2/fundocs' > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.getContenDir(FileSystemStorage.java:148) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.setPkgDir(FileSystemStorage.java:130) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.access$300(FileSystemStorage.java:105) > at org.expath.pkg.repo.FileSystemStorage.install(FileSystemStorage.java:421) > at org.expath.pkg.repo.Repository.doInstall(Repository.java:237) > at org.expath.pkg.repo.Repository.installPackage(Repository.java:188) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:182) > at org.exist.repo.AutoDeploymentTrigger.execute(AutoDeploymentTrigger.java:80) > at org.exist.storage.BrokerPool.callStartupTriggers(BrokerPool.java:1064) > at org.exist.storage.BrokerPool.initialize(BrokerPool.java:987) > at org.exist.storage.BrokerPool.<init>(BrokerPool.java:720) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:244) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:220) > at org.exist.jetty.JettyStart.run(JettyStart.java:163) > at org.exist.jetty.JettyStart.main(JettyStart.java:71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.exist.start.Main.invokeMain(Main.java:127) > at org.exist.start.Main.run(Main.java:449) > at org.exist.start.Main.main(Main.java:51) > 2012-11-29 11:55:22,385 [main] INFO (Deployment.java > [installAndDeploy]:162) - Package http://exist-db.org/apps/doc depends > on http://exist-db.org/apps/shared > 2012-11-29 11:55:22,386 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/doc-0.2.3.xar > 2012-11-29 11:55:22,483 [main] WARN (AutoDeploymentTrigger.java > [execute]:82) - Exception during deployment of app doc-0.2.3.xar: None > of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/doc-0.2.3/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/doc-0.2.3/doc' > org.expath.pkg.repo.PackageException: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/doc-0.2.3/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/doc-0.2.3/doc' > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.getContenDir(FileSystemStorage.java:148) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.setPkgDir(FileSystemStorage.java:130) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.access$300(FileSystemStorage.java:105) > at org.expath.pkg.repo.FileSystemStorage.install(FileSystemStorage.java:421) > at org.expath.pkg.repo.Repository.doInstall(Repository.java:237) > at org.expath.pkg.repo.Repository.installPackage(Repository.java:188) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:182) > at org.exist.repo.AutoDeploymentTrigger.execute(AutoDeploymentTrigger.java:80) > at org.exist.storage.BrokerPool.callStartupTriggers(BrokerPool.java:1064) > at org.exist.storage.BrokerPool.initialize(BrokerPool.java:987) > at org.exist.storage.BrokerPool.<init>(BrokerPool.java:720) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:244) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:220) > at org.exist.jetty.JettyStart.run(JettyStart.java:163) > at org.exist.jetty.JettyStart.main(JettyStart.java:71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.exist.start.Main.invokeMain(Main.java:127) > at org.exist.start.Main.run(Main.java:449) > at org.exist.start.Main.main(Main.java:51) > 2012-11-29 11:55:22,485 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/dashboard-0.2.4.xar > 2012-11-29 11:55:22,528 [main] WARN (AutoDeploymentTrigger.java > [execute]:82) - Exception during deployment of app > dashboard-0.2.4.xar: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/dashboard-0.2.4/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/dashboard-0.2.4/dashboard' > org.expath.pkg.repo.PackageException: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/dashboard-0.2.4/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/dashboard-0.2.4/dashboard' > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.getContenDir(FileSystemStorage.java:148) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.setPkgDir(FileSystemStorage.java:130) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.access$300(FileSystemStorage.java:105) > at org.expath.pkg.repo.FileSystemStorage.install(FileSystemStorage.java:421) > at org.expath.pkg.repo.Repository.doInstall(Repository.java:237) > at org.expath.pkg.repo.Repository.installPackage(Repository.java:188) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:182) > at org.exist.repo.AutoDeploymentTrigger.execute(AutoDeploymentTrigger.java:80) > at org.exist.storage.BrokerPool.callStartupTriggers(BrokerPool.java:1064) > at org.exist.storage.BrokerPool.initialize(BrokerPool.java:987) > at org.exist.storage.BrokerPool.<init>(BrokerPool.java:720) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:244) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:220) > at org.exist.jetty.JettyStart.run(JettyStart.java:163) > at org.exist.jetty.JettyStart.main(JettyStart.java:71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.exist.start.Main.invokeMain(Main.java:127) > at org.exist.start.Main.run(Main.java:449) > at org.exist.start.Main.main(Main.java:51) > 2012-11-29 11:55:22,530 [main] INFO (Deployment.java > [installAndDeploy]:162) - Package http://exist-db.org/apps/eXide > depends on http://exist-db.org/apps/shared > 2012-11-29 11:55:22,530 [main] INFO (Deployment.java > [installAndDeploy]:180) - Installing package > /Users/joe/workspace/exist-trunk/autodeploy/eXide-1.0.6.xar > 2012-11-29 11:55:22,565 [main] WARN (AutoDeploymentTrigger.java > [execute]:82) - Exception during deployment of app eXide-1.0.6.xar: > None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/eXide-1.0.6/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/eXide-1.0.6/eXide' > org.expath.pkg.repo.PackageException: None of content dirs exist: > '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/eXide-1.0.6/content' > and '/Users/joe/workspace/exist-trunk/webapp/WEB-INF/expathrepo/eXide-1.0.6/eXide' > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.getContenDir(FileSystemStorage.java:148) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.setPkgDir(FileSystemStorage.java:130) > at org.expath.pkg.repo.FileSystemStorage$FileSystemResolver.access$300(FileSystemStorage.java:105) > at org.expath.pkg.repo.FileSystemStorage.install(FileSystemStorage.java:421) > at org.expath.pkg.repo.Repository.doInstall(Repository.java:237) > at org.expath.pkg.repo.Repository.installPackage(Repository.java:188) > at org.exist.repo.Deployment.installAndDeploy(Deployment.java:182) > at org.exist.repo.AutoDeploymentTrigger.execute(AutoDeploymentTrigger.java:80) > at org.exist.storage.BrokerPool.callStartupTriggers(BrokerPool.java:1064) > at org.exist.storage.BrokerPool.initialize(BrokerPool.java:987) > at org.exist.storage.BrokerPool.<init>(BrokerPool.java:720) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:244) > at org.exist.storage.BrokerPool.configure(BrokerPool.java:220) > at org.exist.jetty.JettyStart.run(JettyStart.java:163) > at org.exist.jetty.JettyStart.main(JettyStart.java:71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.exist.start.Main.invokeMain(Main.java:127) > at org.exist.start.Main.run(Main.java:449) > at org.exist.start.Main.main(Main.java:51) > 2012-11-29 11:55:22,683 [main] INFO (JettyStart.java > [lifeCycleStarting]:404) - Jetty server starting... > 2012-11-29 11:55:23,733 [main] INFO (AbstractExistHttpServlet.java > [getOrCreateBrokerPool]:95) - Database already started. Skipping > configuration ... > 2012-11-29 11:55:23,733 [main] INFO (AbstractExistHttpServlet.java > [doGeneralExistServletConfig]:186) - Using default user guest for all > unauthorized requests. > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > VERIFY Test and improve your parallel project with help from experts > and peers. http://goparallel.sourceforge.net > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |