Quantcast
Channel: Adobe Community : All Content - Content Repository (CRX)
Viewing all 61 articles
Browse latest View live

How does the content repository differ from the ECM plugin capability

$
0
0

How does the content repository differ from the ECM plugin capability suh as Documentum. What are the different use cases. Which is the best to use for managing document uploads by user for association with user's personal products/services ?


re ADEPT /CRX database connector

$
0
0

Hi,

 

I am trying to put together a proof of concept using JCR and so far from the CMS systems I have tried CRX is my favourite.

Apparently a connector exists to allow the CMS to provide a JCR interface onto a legacy database? - This would be perfect for

our proposed implementationdoes anyone know where this exists and if it is now available for download?

 

thanks

 

 

Martin

Displaying images from child pages

$
0
0

Hello,

 

How can I display images from children pages?  Each child page has an image path of a, "/content/training/reporters/childpagename/jcr:content/left/bio/image /" along with the property name fileReference and value /content/dam/news/bios/john.jpg. Below is an iterator example displaying hyperlinks from those child pages. I'm trying to display images on the line called <img src="display fileReference value here" />. Any ideas?

 

## Iterator example ##

if (parentPage != null) {

             Iterator<Page> children = parentPage.listChildren(new PageFilter(request));

          %><ul><%

             while (children.hasNext()) { %>

                 <li>

                  <img src="sling code to display fileReference value here?" />

                    <ahref="<%=child.getPath() %>.html">

                    <%= StringEscapeUtils.escapeXml(child.getTitle())%></a>

                </li>

       <% }

          %></ul><%

          }

  %>

Spring with ADEP

$
0
0

hi there.

 

I saw that there is a set of spring osgi bundles in ADEP - are there any examples on how to use spring within ADEP? Would be great to see an application running with spring in the ADEP platform to see how this has to be configured.

 

Thanks

 

Ruben

Directory size limit in CRX over SMB/CIFS

$
0
0

Hi!

 

I'm in process of studying CRX capabilities how it can be use in real projects and SMB/CIFS seem very reasonable and usefull. I have years of experience with Document services that are now deprecated in ADEP 10.

What I did was to copy 1000 files into folder on CRX over SMB/CIFS interface. First of all I was interested in speed, secondly in indexing capabilities. Speed was not overwhelming. Indexing worked well.

 

What I realized was that directory containing >130 files was unaccessible and couldn't be listed using SMB/CIFS. Web interface - CRXDE and WebDAV was ok. In stdout.log I got exception:

 

07.01.2012 19:20:14 *ERROR* SmbSocketHandler: Unable to send back header and data. (SmbSocketHandler.java, line 221)

java.net.SocketException: Connection reset

    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)

    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)

    at java.io.BufferedOutputStream.write(BufferedOutputStream.java:105)

    at com.day.smb.server.SmbSocketHandler.sendHeaderAndData(SmbSocketHandle r.java:285)

    at com.day.smb.server.SmbSocketHandler.handle(SmbSocketHandler.java:218)

    at com.day.smb.server.SmbServer$2.run(SmbServer.java:175)

    at java.lang.Thread.run(Thread.java:662)

07.01.2012 19:20:14 *ERROR* SmbSocketHandler: I/O error while reading header. (SmbSocketHandler.java, line 181)

java.net.SocketException: Connection reset

    at java.net.SocketInputStream.read(SocketInputStream.java:168)

    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)

    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)

    at com.day.smb.Util.readInt(Util.java:137)

    at com.day.smb.server.SmbSocketHandler.handle(SmbSocketHandler.java:170)

    at com.day.smb.server.SmbServer$2.run(SmbServer.java:175)

    at java.lang.Thread.run(Thread.java:662)

 

 

I'd like to ask first of all whether CRX is good to use for data store instead of Document services. If it is good idea to store 2.000.000 PDF and XML files in it.

The issue I encountered is a bug of CRX or it is configurable limit? Is SMB/CIFS connector intended for production use or just for admin helper tasks?

 

Thank for answer,

--- Jaroslav

CRX 2.2 unresolved osgi dependencies - Service Unavailable

$
0
0
  1. I downloaded CRX 2.2.
  2. I double clicked the jar (and i also ran java -jar crx in the shell)
  3. crx-quickstart/ gets created
  4. After a few minutes: Server not ready, browser not launched

 

The system logged into server.log that various bundle constraints could not be resolved.

 

server.log

31.12.2012 09:50:53 *MARK * server: Server start

31.12.2012 09:50:53 *MARK * servletengine: Servlet engine start

31.12.2012 09:50:53 *MARK * servletengine: Servlet container start

31.12.2012 09:50:53 *WARN * servletengine: Unable to determine FQDN of 127.0.0.1.

31.12.2012 09:50:53 *MARK * webapp-Content Repository Extreme: Start web application

31.12.2012 09:50:53 *WARN * servletengine: No master browsers registered in subnet.

31.12.2012 09:50:53 *MARK * webapp-Content Repository Extreme: Start servlet 'Logging'

31.12.2012 09:50:53 *MARK * webapp-Content Repository Extreme: Start servlet 'Repository'

31.12.2012 09:51:07 *MARK * webapp-Content Repository Extreme: Start servlet 'JCRExplorer'

31.12.2012 09:51:07 *MARK * webapp-Content Repository Extreme: Start servlet 'Webdav'

31.12.2012 09:51:07 *MARK * webapp-Content Repository Extreme: Start servlet 'JCRWebdavServer'

31.12.2012 09:51:07 *MARK * webapp-Content Repository Extreme: Start servlet 'CqResource'

31.12.2012 09:51:07 *MARK * webapp-Content Repository Extreme: Start servlet 'PackageShare'

31.12.2012 09:51:07 *MARK * webapp-Content Repository Extreme: Start servlet 'PackageManager'

31.12.2012 09:51:07 *MARK * webapp-CRX Launchpad Webapp: Start web application

31.12.2012 09:51:07 *MARK * webapp-CRX Launchpad Webapp: Start Filter 'CRXLaunchpadLicenseFilter'

31.12.2012 09:51:07 *MARK * webapp-CRX Launchpad Webapp: Start servlet 'sling'

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error parsing system bundle export statement: org.osgi.framework; version=1.5, org.osgi.framework.hooks.service; version=1.0, org.osgi.framework.launch; version=1.0, org.osgi.service.packageadmin; version=1.2, org.osgi.service.startlevel; version=1.1, org.osgi.service.url; version=1.0, org.osgi.util.tracker;version="1.4", org.apache.sling.launchpad.api;version=1.0.0,  ,javax.servlet;javax.servlet.http;javax.servlet.resources; version=2.4 (java.lang.IllegalArgumentException: No paths specified in header: )

java.lang.IllegalArgumentException: No paths specified in header:

          at org.apache.felix.framework.util.manifestparser.ManifestParser.parseSt andardHeaderClause(ManifestParser.java:1432)

          at org.apache.felix.framework.util.manifestparser.ManifestParser.parseSt andardHeader(ManifestParser.java:1400)

          at org.apache.felix.framework.util.manifestparser.ManifestParser.<init>( ManifestParser.java:162)

          at org.apache.felix.framework.ExtensionManager.<init>(ExtensionManager.j ava:193)

          at org.apache.felix.framework.Felix.<init>(Felix.java:374)

          at org.apache.sling.launchpad.base.impl.SlingFelix.<init>(SlingFelix.jav a:39)

          at org.apache.sling.launchpad.base.impl.Sling.<init>(Sling.java:235)

          at org.apache.sling.launchpad.base.webapp.SlingBridge.<init>(SlingBridge .java:41)

          at org.apache.sling.launchpad.base.webapp.SlingServletDelegate.init(Slin gServletDelegate.java:203)

          at javax.servlet.GenericServlet.init(GenericServlet.java:211)

          at org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServle t.java:358)

          at org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServle t.java:300)

          at org.apache.sling.launchpad.webapp.SlingServlet.init(SlingServlet.java :111)

          at javax.servlet.GenericServlet.init(GenericServlet.java:211)

          at com.day.j2ee.servletengine.ServletRuntimeEnvironment.doStart(ServletR untimeEnvironment.java:113)

          at com.day.j2ee.servletengine.ServletRuntimeEnvironment.start(ServletRun timeEnvironment.java:93)

          at com.day.j2ee.servletengine.WebApplication.loadStartupServlets(WebAppl ication.java:702)

          at com.day.j2ee.servletengine.WebApplication.start(WebApplication.java:6 31)

          at com.day.j2ee.servletengine.ServletContainer.start(ServletContainer.ja va:318)

          at com.day.j2ee.servletengine.ServletEngine.start(ServletEngine.java:285 )

          at com.day.j2ee.server.Server.start(Server.java:227)

          at com.day.j2ee.server.Server.main(Server.java:607)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)

          at java.lang.reflect.Method.invoke(Method.java:601)

          at com.day.launcher.Bootstrap.run(Bootstrap.java:118)

          at com.day.crx.quickstart.Quickstart.run(Quickstart.java:680)

          at com.day.crx.quickstart.Main.<init>(Main.java:675)

          at com.day.crx.quickstart.Main.main(Main.java:730)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.http.bridge-2.2.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.http.bridge [1]: Unable to resolve 1.0: missing requirement [1.0] package; (package=javax.servlet))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.http.bridge [1]: Unable to resolve 1.0: missing requirement [1.0] package; (package=javax.servlet)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.webconsole.plugins.event-1.0.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole.plugins.event [2]: Unable to resolve 2.0: missing requirement [2.0] package; (package=javax.servlet))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole.plugins.event [2]: Unable to resolve 2.0: missing requirement [2.0] package; (package=javax.servlet)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.commons.log-2.1.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.commons.log [3]: Unable to resolve 3.0: missing requirement [3.0] package; (&(package=org.osgi.framework)(version>=1.3.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.commons.log [3]: Unable to resolve 3.0: missing requirement [3.0] package; (&(package=org.osgi.framework)(version>=1.3.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.installer.core-3.1.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.installer.core [4]: Unable to resolve 4.0: missing requirement [4.0] package; (&(package=org.osgi.framework)(version>=1.4.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.installer.core [4]: Unable to resolve 4.0: missing requirement [4.0] package; (&(package=org.osgi.framework)(version>=1.4.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.http.bridge-2.2.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.http.bridge [1]: Unable to resolve 1.0: missing requirement [1.0] package; (package=javax.servlet))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.http.bridge [1]: Unable to resolve 1.0: missing requirement [1.0] package; (package=javax.servlet)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.webconsole.plugins.event-1.0.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole.plugins.event [2]: Unable to resolve 2.0: missing requirement [2.0] package; (package=javax.servlet))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole.plugins.event [2]: Unable to resolve 2.0: missing requirement [2.0] package; (package=javax.servlet)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.commons.log-2.1.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.commons.log [3]: Unable to resolve 3.0: missing requirement [3.0] package; (&(package=org.osgi.framework)(version>=1.3.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.commons.log [3]: Unable to resolve 3.0: missing requirement [3.0] package; (&(package=org.osgi.framework)(version>=1.3.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.installer.core-3.1.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.installer.core [4]: Unable to resolve 4.0: missing requirement [4.0] package; (&(package=org.osgi.framework)(version>=1.4.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.installer.core [4]: Unable to resolve 4.0: missing requirement [4.0] package; (&(package=org.osgi.framework)(version>=1.4.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.bundlerepository-1.6.4.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.bundlerepository [21]: Unable to resolve 21.0: missing requirement [21.0] package; (&(package=org.osgi.framework)(version>=1.3.0)(!(version>=2.0.0))))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.bundlerepository [21]: Unable to resolve 21.0: missing requirement [21.0] package; (&(package=org.osgi.framework)(version>=1.3.0)(!(version>=2.0.0)))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.webconsole-3.1.8.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole [22]: Unable to resolve 22.0: missing requirement [22.0] package; (&(package=javax.servlet)(version>=2.4.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole [22]: Unable to resolve 22.0: missing requirement [22.0] package; (&(package=javax.servlet)(version>=2.4.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.webconsole.plugins.memoryusage-1.0.2.ja r (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole.plugins.memoryusage [23]: Unable to resolve 23.0: missing requirement [23.0] package; (package=javax.management))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.webconsole.plugins.memoryusage [23]: Unable to resolve 23.0: missing requirement [23.0] package; (package=javax.management)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.extensions.threaddump-0.2.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.extensions.threaddump [24]: Unable to resolve 24.0: missing requirement [24.0] package; (&(package=org.osgi.framework)(version>=1.3.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.extensions.threaddump [24]: Unable to resolve 24.0: missing requirement [24.0] package; (&(package=org.osgi.framework)(version>=1.3.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *MARK * webapp-Admin application: Start web application

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.extensions.webconsolesecurityprovider-1 .0.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.extensions.webconsolesecurityprovider [25]: Unable to resolve 25.0: missing requirement [25.0] package; (&(package=org.apache.felix.webconsole)(version>=3.1.0)) [caused by: Unable to resolve 22.0: missing requirement [22.0] package; (&(package=javax.servlet)(version>=2.4.0))])

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.extensions.webconsolesecurityprovider [25]: Unable to resolve 25.0: missing requirement [25.0] package; (&(package=org.apache.felix.webconsole)(version>=3.1.0)) [caused by: Unable to resolve 22.0: missing requirement [22.0] package; (&(package=javax.servlet)(version>=2.4.0))]

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.settings-1.0.3-R1067955.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.settings [26]: Unable to resolve 26.0: missing requirement [26.0] package; (&(package=org.osgi.framework)(version>=1.3.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.settings [26]: Unable to resolve 26.0: missing requirement [26.0] package; (&(package=org.osgi.framework)(version>=1.3.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.configadmin-1.2.8.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.configadmin [5]: Unable to resolve 5.0: missing requirement [5.0] package; (&(package=org.osgi.framework)(version>=1.3.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.configadmin [5]: Unable to resolve 5.0: missing requirement [5.0] package; (&(package=org.osgi.framework)(version>=1.3.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.eventadmin-1.2.6.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.eventadmin [6]: Unable to resolve 6.0: missing requirement [6.0] package; (&(package=org.osgi.framework)(version>=1.3.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.eventadmin [6]: Unable to resolve 6.0: missing requirement [6.0] package; (&(package=org.osgi.framework)(version>=1.3.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.metatype-1.0.4.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.metatype [7]: Unable to resolve 7.0: missing requirement [7.0] package; (&(package=org.osgi.framework)(version>=1.3.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.metatype [7]: Unable to resolve 7.0: missing requirement [7.0] package; (&(package=org.osgi.framework)(version>=1.3.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.prefs-1.0.4.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.prefs [8]: Unable to resolve 8.0: missing requirement [8.0] package; (package=org.osgi.framework))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.prefs [8]: Unable to resolve 8.0: missing requirement [8.0] package; (package=org.osgi.framework)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.felix.scr-1.6.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.scr [9]: Unable to resolve 9.0: missing requirement [9.0] package; (&(package=org.osgi.framework)(version>=1.4.0)(!(version>=2.0.0))))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.scr [9]: Unable to resolve 9.0: missing requirement [9.0] package; (&(package=org.osgi.framework)(version>=1.4.0)(!(version>=2.0.0)))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:com.day.crx.sling.base-2.2.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.crx.sling.com.day.crx.sling.base [11]: Unable to resolve 11.0: missing requirement [11.0] package; (package=javax.naming))

org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.crx.sling.com.day.crx.sling.base [11]: Unable to resolve 11.0: missing requirement [11.0] package; (package=javax.naming)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:com.day.crx.sling.client-2.2.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.crx.sling.com.day.crx.sling.client [12]: Unable to resolve 12.0: missing requirement [12.0] package; (&(package=com.day.crx.sling.base)(version>=2.2.0)) [caused by: Unable to resolve 11.0: missing requirement [11.0] package; (package=javax.naming)])

org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.crx.sling.com.day.crx.sling.client [12]: Unable to resolve 12.0: missing requirement [12.0] package; (&(package=com.day.crx.sling.base)(version>=2.2.0)) [caused by: Unable to resolve 11.0: missing requirement [11.0] package; (package=javax.naming)]

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:jackrabbit-jcr-commons-2.2.4.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.jackrabbit-jcr-commons [16]: Unable to resolve 16.0: missing requirement [16.0] package; (package=javax.imageio.spi))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.jackrabbit-jcr-commons [16]: Unable to resolve 16.0: missing requirement [16.0] package; (package=javax.imageio.spi)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:jackrabbit-jcr-rmi-2.0.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.jackrabbit-jcr-rmi [17]: Unable to resolve 17.0: missing requirement [17.0] package; (package=javax.naming))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.jackrabbit-jcr-rmi [17]: Unable to resolve 17.0: missing requirement [17.0] package; (package=javax.naming)

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.installer.provider.jcr-3.0.4.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.installer.provider.jcr [18]: Unable to resolve 18.0: missing requirement [18.0] package; (&(package=org.apache.sling.installer.api)(version>=3.0.0)) [caused by: Unable to resolve 4.0: missing requirement [4.0] package; (&(package=org.osgi.framework)(version>=1.4.0))])

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.installer.provider.jcr [18]: Unable to resolve 18.0: missing requirement [18.0] package; (&(package=org.apache.sling.installer.api)(version>=3.0.0)) [caused by: Unable to resolve 4.0: missing requirement [4.0] package; (&(package=org.osgi.framework)(version>=1.4.0))]

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:org.apache.sling.runmode-2.0.3-tlp-R818849.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.runmode [20]: Unable to resolve 20.0: missing requirement [20.0] package; (&(package=org.osgi.framework)(version>=1.4.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.runmode [20]: Unable to resolve 20.0: missing requirement [20.0] package; (&(package=org.osgi.framework)(version>=1.4.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1719)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1148)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264 )

          at java.lang.Thread.run(Thread.java:722)

31.12.2012 09:51:08 *MARK * servletengine: http listener on address 0.0.0.0, port 8080 started

31.12.2012 09:51:08 *MARK * server: Server ready

31.12.2012 09:51:09 *MARK * webapp-Content Repository Extreme: Start servlet 'JSPServlet'

 

stderr.log

Loading instance properties:/quickstart/quickstart-crx.properties

Running on a console, won't fork the JVM (use -fork to force forking)

Using 64bit VM settings

The JVM reports a heap size of 1292 MB, meets our expectation of 384 MB +/- 20

**** WARNING: insufficent PermGen memory ***************************************

The JVM MBean:PS Perm Gen reports 82 MB but we recommend at least 128 MB +/- 20

Use your JVM's PermGen size option (like -XX:MaxPermSize=128M) to set that size.

The -fork option (-h explains it) provides appropriate defaults.

********************************************************************** **********

Setting system properties from filename 'file:/Users/florian/opt/crx/crx-2.2.0.20110302-developer.jar'

System property 'sling.jcrinstall.folder.name.regexp' set to '.*/(install|config)(.author)?$' from filename crx-2.2.0.20110302-developer.jar

System property 'sling.run.modes' set to 'author' from filename crx-2.2.0.20110302-developer.jar

System property 'server.ready.url.1' set to '300/60/2 http://localhost:$PORT$/.query.json?statement=/*&queryType=xpath .*(jcr:primaryType|CRX_LICENSING_PAGE).*' from filename crx-2.2.0.20110302-developer.jar

System property 'server.ready.url.2' set to '150/30/2 http://localhost:$PORT$/ .*(QUICKSTART_HOMEPAGE|CRX_LICENSING_PAGE).*' from filename crx-2.2.0.20110302-developer.jar

Verbose option not active, closing stdin and redirecting stdout and stderr

Redirecting stdout to /Users/florian/opt/crx/crx-quickstart/logs/stdout.log

Redirecting stderr to /Users/florian/opt/crx/crx-quickstart/logs/stderr.log

Quickstart startup at Mon Dec 31 09:50:48 CET 2012

crx.quickstart.build.number=20110218

DiskSpaceUtil.getMaxOpenFiles() reports a maximum of 10240 open files, meets our requirement (8192)

PortSelector: Selecting server port from supplied list: 7402,8080,8081,8082,8083,8084,8085,8888,9362,random

PortSelector: Trying port 7402

PortSelector: java.net.BindException: Address already in use

PortSelector: Trying port 8080

PortSelector: Successfully bound to port 8080, will use it

PortSelector: Selected port 8080

etc/server.xml does not exist, CQSE password not saved

quickstart.properties not found, not an update

PreserveExistingFiles: no files to restore from pre-upgrade backup

System property crx.quickstart.info.jar.name set to file:/Users/florian/opt/crx/crx-2.2.0.20110302-developer.jar

System property crx.quickstart.info.work.dir set to /Users/florian/opt/crx/crx-quickstart

System property crx.quickstart.info.server.dir set to /Users/florian/opt/crx/crx-quickstart/server

System property crx.quickstart.info.server.port set to 8080

Extracting CQSE distribution...

Ignored as we're providing a Quickstart-specific variant: /Users/florian/opt/crx/crx-quickstart/server/server.bat

Ignored as we're providing a Quickstart-specific variant: /Users/florian/opt/crx/crx-quickstart/server/serverctl

Ignored as we're providing a Quickstart-specific variant: /Users/florian/opt/crx/crx-quickstart/server/start

Ignored as we're providing a Quickstart-specific variant: /Users/florian/opt/crx/crx-quickstart/server/stop

Saving build number in quickstart.properties

Setting up CQSE webapps and files...

17 files extracted from jar file

Extracting static files to workdir...

470 files extracted from jar file

Making scripts executable...

Running chmod +x /Users/florian/opt/crx/crx-quickstart/server/serverctl

Running chmod +x /Users/florian/opt/crx/crx-quickstart/server/start

Running chmod +x /Users/florian/opt/crx/crx-quickstart/server/stop

Running chmod +x /Users/florian/opt/crx/crx-quickstart/server/console.sh

Processing updates...

Updates source: /Users/florian/opt/crx/crx-quickstart/repository/patches/new

RunJarOnce INFO: RunJarOnce created, srcFolder=/Users/florian/opt/crx/crx-quickstart/repository/patches/ne w, doneFolder=/Users/florian/opt/crx/crx-quickstart/updates/history

No update jars executed

Done processing 0 updates

sling.repository.url not set, empty in instance properties

Starting CQSE on port 8080, interface=null...

Work dir: /Users/florian/opt/crx/crx-quickstart

CQSE arguments: [-p, 8080]

System property server.ready.url.1 defines WaitUrlParams, url=http://localhost:8080/.query.json?statement=/*&queryType=xpath, regexp=.*(jcr:primaryType|CRX_LICENSING_PAGE).*, times=300/60/2

System property server.ready.url.2 defines WaitUrlParams, url=http://localhost:8080/, regexp=.*(QUICKSTART_HOMEPAGE|CRX_LICENSING_PAGE).*, times=150/30/2

Waiting for http://localhost:8080/crx (0/300) ...

Waiting for server installation...

Retrying http://localhost:8080/crx (ConnectException) (0/300)...

Retrying http://localhost:8080/crx (ConnectException) (1/300)...

Retrying http://localhost:8080/crx (ConnectException) (2/300)...

log4j:WARN No appenders could be found for logger (com.day.commons.httpclient.impl.ProxySelector).

log4j:WARN Please initialize the log4j system properly.

Retrying http://localhost:8080/crx (ConnectException) (3/300)...

# the other failed tries

Retrying http://localhost:8080/crx (ConnectException) (18/300)...

Waiting for http://localhost:8080/.query.json?statement=/*&queryType=xpath (0/300) ...

Waiting for server installation...

Retrying http://localhost:8080/.query.json?statement=/*&queryType=xpath (503)...

# the other failed tries

Retrying http://localhost:8080/.query.json?statement=/*&queryType=xpath (503)...

http://localhost:8080/.query.json?statement=/*&queryType=xpath timed out after 300 seconds

Did not get expected content at server URL, server might still be starting up

Please try http://localhost:8080/.query.json?statement=/*&queryType=xpath again later

(323 seconds since startup)

Server not ready, browser not launched

 

stdout.log

Quickstart startup at Mon Dec 31 09:50:48 CET 2012

31.12.2012 09:50:53 *INFO * root: Logging initialized. (LoggingServlet.java, line 88)

31.12.2012 09:50:53 *INFO * CRXRepositoryStartupServlet: CRXRepositoryStartupServlet initializing... (CRXDiagnostic.java, line 233)

31.12.2012 09:50:53 *INFO * RepositoryStartupServlet: RepositoryStartupServlet initializing... (RepositoryStartupServlet.java, line 239)

31.12.2012 09:50:53 *INFO * AbstractConfig: Configuration of BootstrapConfig (AbstractConfig.java, line 101)

31.12.2012 09:50:53 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 102)

31.12.2012 09:50:53 *INFO * AbstractConfig:   valid: true (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   rmiConfig: org.apache.jackrabbit.j2ee.RMIConfig@3ccc420f (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   repositoryConfig: crx-quickstart/repository/repository.xml (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   class: class org.apache.jackrabbit.j2ee.BootstrapConfig (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   repositoryHome: crx-quickstart/repository (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   repositoryName: crx (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   jndiConfig: org.apache.jackrabbit.j2ee.JNDIConfig@2d7e51a9 (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 108)

31.12.2012 09:50:53 *INFO * AbstractConfig: Configuration of JNDIConfig (AbstractConfig.java, line 101)

31.12.2012 09:50:53 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 102)

31.12.2012 09:50:53 *INFO * AbstractConfig:   valid: true (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   jndiName: crx (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   jndiEnabled: true (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   class: class org.apache.jackrabbit.j2ee.JNDIConfig (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig:   jndiEnv: {java.naming.provider.url=http://jcr.day.com, java.naming.factory.initial=com.day.util.jndi.provider.MemoryInitialC ontextFactory} (AbstractConfig.java, line 106)

31.12.2012 09:50:53 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 108)

31.12.2012 09:50:53 *INFO * CRXRepositoryStartupServlet: about to create CRXRepository... (CRXDiagnostic.java, line 233)

31.12.2012 09:50:53 *INFO * RepositoryImpl: Starting repository... (RepositoryImpl.java, line 279)

31.12.2012 09:50:53 *INFO * LocalFileSystem: LocalFileSystem initialized at path /Users/florian/opt/crx/crx-quickstart/repository/repository (LocalFileSystem.java, line 164)

31.12.2012 09:50:54 *INFO * NodeTypeRegistry: no custom node type definitions found (NodeTypeRegistry.java, line 856)

31.12.2012 09:50:54 *INFO * ClusterController: Generated new cluster id: 38ff651a-0081-45c4-b87e-8eb05d676792 (ClusterController.java, line 306)

31.12.2012 09:50:54 *INFO * ClusterController: Node 4f8df482-4299-4b80-a872-3b6a9dbbaeab started the master listener, on address: localhost/127.0.0.1:8089 force: false (ClusterController.java, line 804)

31.12.2012 09:50:54 *INFO * ClusterController: Node 4f8df482-4299-4b80-a872-3b6a9dbbaeab started as: master (ClusterController.java, line 815)

31.12.2012 09:50:54 *INFO * LocalFileSystem: LocalFileSystem initialized at path /Users/florian/opt/crx/crx-quickstart/repository/version (LocalFileSystem.java, line 164)

31.12.2012 09:50:54 *INFO * ClusterTarSet: activate /Users/florian/opt/crx/crx-quickstart/repository version (ClusterTarSet.java, line 1510)

31.12.2012 09:50:54 *INFO * ClusterTarSet: activate /Users/florian/opt/crx/crx-quickstart/repository tarJournal (ClusterTarSet.java, line 1510)

31.12.2012 09:50:54 *INFO * RepositoryImpl: initializing workspace 'crx.default'... (RepositoryImpl.java, line 1997)

31.12.2012 09:50:54 *INFO * LocalFileSystem: LocalFileSystem initialized at path /Users/florian/opt/crx/crx-quickstart/repository/workspaces/crx.defau lt (LocalFileSystem.java, line 164)

31.12.2012 09:50:54 *INFO * ClusterTarSet: activate /Users/florian/opt/crx/crx-quickstart/repository crx.default (ClusterTarSet.java, line 1510)

31.12.2012 09:50:54 *INFO * ClusterNode: not started: namespace operation ignored. (ClusterNode.java, line 380)

31.12.2012 09:50:54 *INFO * ClusterNode: not started: namespace operation ignored. (ClusterNode.java, line 380)

31.12.2012 09:50:54 *INFO * ClusterNode: not started: namespace operation ignored. (ClusterNode.java, line 380)

31.12.2012 09:50:55 *INFO * MultiIndex: indexing... /jcr:system/jcr:nodeTypes/nt:address/jcr:propertyDefinition[3] (100) (MultiIndex.java, line 1204)

31.12.2012 09:50:56 *INFO * MultiIndex: indexing... /jcr:system/jcr:nodeTypes/crx:XmlElement/jcr:childNodeDefinition (200) (MultiIndex.java, line 1204)

31.12.2012 09:50:56 *INFO * SearchIndex: Index initialized: /Users/florian/opt/crx/crx-quickstart/repository/repository/index Version: 3 (SearchIndex.java, line 552)

31.12.2012 09:50:56 *INFO * CRXSpellChecker: Spell checker index refreshed in: 0 s. (CRXSpellChecker.java, line 382)

31.12.2012 09:50:56 *INFO * SearchIndex: Index initialized: /Users/florian/opt/crx/crx-quickstart/repository/workspaces/crx.defau lt/index Version: 3 (SearchIndex.java, line 552)

31.12.2012 09:50:56 *INFO * RepositoryImpl: workspace 'crx.default' initialized (RepositoryImpl.java, line 2001)

31.12.2012 09:50:56 *INFO * RepositoryImpl: SecurityManager = class com.day.crx.core.CRXSecurityManager (RepositoryImpl.java, line 469)

31.12.2012 09:50:56 *INFO * DefaultSecurityManager: init: use Repository Login-Configuration for com.day.crx (DefaultSecurityManager.java, line 171)

31.12.2012 09:50:56 *INFO * CRXSpellChecker: Spell checker index refreshed in: 0 s. (CRXSpellChecker.java, line 382)

31.12.2012 09:50:56 *INFO * UserManagerImpl: Admin user does not exist. (UserManagerImpl.java, line 411)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update create ignored. (ClusterNode.java, line 537)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update prepare ignored. (ClusterNode.java, line 557)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update commit ignored. (ClusterNode.java, line 596)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update create ignored. (ClusterNode.java, line 537)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update prepare ignored. (ClusterNode.java, line 557)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update commit ignored. (ClusterNode.java, line 596)

31.12.2012 09:50:57 *INFO * UserManagerImpl: ... created admin user with id 'admin' and default pw. (UserManagerImpl.java, line 899)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update create ignored. (ClusterNode.java, line 537)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update prepare ignored. (ClusterNode.java, line 557)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update commit ignored. (ClusterNode.java, line 596)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update create ignored. (ClusterNode.java, line 537)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update prepare ignored. (ClusterNode.java, line 557)

31.12.2012 09:50:57 *INFO * ClusterNode: not started: update commit ignored. (ClusterNode.java, line 596)

31.12.2012 09:50:57 *INFO * DefaultSecurityManager: ... created anonymous user with id 'anonymous' ... (DefaultSecurityManager.java, line 625)

31.12.2012 09:50:57 *INFO * RepositoryImpl: Repository started (3688ms) (RepositoryImpl.java, line 381)

31.12.2012 09:50:57 *INFO * LicenseModule: CRX 2.2.0.20110218 licensed by omega-psi@gmx.de (LicenseModule.java, line 198)

31.12.2012 09:50:57 *INFO * LicenseModule: DownloadID:20403a70-56e3-3446-a792-6d4f4b82d4bd (LicenseModule.java, line 201)

31.12.2012 09:50:57 *INFO * CRXRepositoryImpl: Module com.day.crx.core.util.LicenseModule installed (CRXRepositoryImpl.java, line 553)

31.12.2012 09:50:57 *INFO * ACLProvider: Administrators principal group is missing -> omitting initialization of default permissions. (ACLProvider.java, line 311)

31.12.2012 09:50:57 *INFO * CRXRepositoryImpl: Module com.day.crx.replication.ReplicationManager installed (CRXRepositoryImpl.java, line 553)

31.12.2012 09:50:57 *INFO * VirtualRepositoryModule: Registering Virtual Repository: virtual-crx (VirtualRepositoryModule.java, line 251)

31.12.2012 09:50:57 *INFO * CRXRepositoryImpl: Module com.day.crx.mount.virtual.VirtualRepositoryModule installed (CRXRepositoryImpl.java, line 553)

31.12.2012 09:50:57 *INFO * AutoInstaller: CRX AutoInstall Module started. (AutoInstaller.java, line 55)

31.12.2012 09:50:57 *INFO * Installer: Scanning files in /Users/florian/opt/crx/crx-quickstart/repository/install (Installer.java, line 70)

31.12.2012 09:50:57 *INFO * Installer: found crx-initial-content-2.2.0-ga.zip (Installer.java, line 75)

31.12.2012 09:50:57 *INFO * Installer: Starting installation of packages into workspace crx.default (Installer.java, line 86)

31.12.2012 09:50:57 *INFO * ServiceProviderFactory: javax.jcr.nodetype.NodeTypeDefinition detected. Assuming JCR 2.0 (ServiceProviderFactory.java, line 46)

31.12.2012 09:50:57 *INFO * JcrNodeTypeInstaller: - jcr -> http://www.jcp.org/jcr/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:50:57 *INFO * JcrNodeTypeInstaller: - nt -> http://www.jcp.org/jcr/nt/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:50:57 *INFO * AbstractJournal: Record with revision '0' created by this journal, skipped. (AbstractJournal.java, line 227)

31.12.2012 09:50:57 *INFO * JcrNodeTypeInstaller: A vlt -> http://www.day.com/jcr/vault/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:50:57 *INFO * JcrNodeTypeInstaller: - mix -> http://www.jcp.org/jcr/mix/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:50:58 *INFO * JcrNodeTypeInstaller: A vlt:Package (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:50:58 *INFO * JcrNodeTypeInstaller: A vlt:PackageDefinition (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:50:58 *INFO * DefaultMetaInf: Loaded properties from /Users/florian/opt/crx/crx-quickstart/repository/install/crx-initial- content-2.2.0-ga.zip:META-INF/vault/properties.xml. (DefaultMetaInf.java, line 106)

31.12.2012 09:50:59 *INFO * DefaultMetaInf: Loaded config from /Users/florian/opt/crx/crx-quickstart/repository/install/crx-initial- content-2.2.0-ga.zip:META-INF/vault/config.xml. (DefaultMetaInf.java, line 90)

31.12.2012 09:50:59 *INFO * ZipArchive: Contains package definition /Users/florian/opt/crx/crx-quickstart/repository/install/crx-initial- content-2.2.0-ga.zip:META-INF/vault/definition/.content.xml. (ZipArchive.java, line 102)

31.12.2012 09:50:59 *INFO * DefaultMetaInf: Loaded settings from /Users/florian/opt/crx/crx-quickstart/repository/install/crx-initial- content-2.2.0-ga.zip:META-INF/vault/settings.xml. (DefaultMetaInf.java, line 98)

31.12.2012 09:50:59 *INFO * ZipArchive: Loaded nodetypes from /Users/florian/opt/crx/crx-quickstart/repository/install/crx-initial- content-2.2.0-ga.zip:META-INF/vault/sling.cnd. (ZipArchive.java, line 109)

31.12.2012 09:50:59 *INFO * DefaultMetaInf: Loaded filter from /Users/florian/opt/crx/crx-quickstart/repository/install/crx-initial- content-2.2.0-ga.zip:META-INF/vault/filter.xml. (DefaultMetaInf.java, line 83)

31.12.2012 09:51:00 *INFO * AggregateImpl: Create Root Aggregate /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip/jcr:co ntent/vlt:definition (AggregateImpl.java, line 113)

31.12.2012 09:51:00 *INFO * JcrNodeTypeInstaller: - nt -> http://www.jcp.org/jcr/nt/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:00 *INFO * JcrNodeTypeInstaller: - vlt -> http://www.day.com/jcr/vault/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:00 *INFO * JcrNodeTypeInstaller: A vlt:FullCoverage (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:00 *INFO * JcrNodeTypeInstaller: A vlt:HierarchyNode (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:00 *INFO * AggregateImpl: Collect + Preparing /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip/jcr:co ntent/vlt:definition (AggregateImpl.java, line 607)

31.12.2012 09:51:00 *INFO * AggregateImpl: Collect + Preparing /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip/jcr:co ntent/vlt:definition in 3ms (AggregateImpl.java, line 611)

31.12.2012 09:51:00 *INFO * Importer: Collecting import information...  (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: Access control handling set to IGNORE (Importer.java, line 338)

31.12.2012 09:51:00 *INFO * Importer: Installing node types...  (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: No node types provided. (Importer.java, line 400)

31.12.2012 09:51:00 *INFO * Importer: Committing transaction...autosave=2147483647 (Importer.java, line 345)

31.12.2012 09:51:00 *INFO * Importer: Importing content...  (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: U /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip/jcr:co ntent/vlt:definition (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: A /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip/jcr:co ntent/vlt:definition/thumbnail.png (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: A /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip/jcr:co ntent/vlt:definition/thumbnail.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: A /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip/jcr:co ntent/vlt:definition/thumbnail.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * AutoSave: Save disabled. (AutoSave.java, line 97)

31.12.2012 09:51:00 *INFO * Importer: Package imported.  (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * JcrPackageDefinitionImpl: unwrapped package in 468ms (JcrPackageDefinitionImpl.java, line 223)

31.12.2012 09:51:00 *INFO * NodeIndexer: Index document node 437ebe93-2eb8-4266-b1da-79f71eb14d99 mimeType:application/zip size:16 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:00 *INFO * NodeIndexer: Index document node 437ebe93-2eb8-4266-b1da-79f71eb14d99 mimeType:application/zip size:16 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:00 *INFO * Installer: Package installed in repository at /etc/packages/day/crx220/product/crx-initial-content-2.2.0.zip (Installer.java, line 127)

31.12.2012 09:51:00 *INFO * InstallHookProcessor: Archive /Users/florian/opt/crx/crx-quickstart/repository/install/crx-initial- content-2.2.0-ga.zip does not have a hooks directory. (InstallHookProcessor.java, line 62)

31.12.2012 09:51:00 *INFO * AggregateImpl: Create Root Aggregate / (AggregateImpl.java, line 113)

31.12.2012 09:51:00 *INFO * AggregateImpl: Collect + Preparing  (AggregateImpl.java, line 607)

31.12.2012 09:51:00 *INFO * AggregateImpl: Create Aggregate /rep:policy (AggregateImpl.java, line 129)

31.12.2012 09:51:00 *INFO * AggregateImpl: Create Aggregate /etc (AggregateImpl.java, line 129)

31.12.2012 09:51:00 *INFO * AggregateImpl: Collecting /etc (AggregateImpl.java, line 634)

31.12.2012 09:51:00 *INFO * AggregateImpl: Create Aggregate /etc/packages (AggregateImpl.java, line 129)

31.12.2012 09:51:00 *INFO * AggregateImpl: Collecting  /etc in 18ms (AggregateImpl.java, line 638)

31.12.2012 09:51:00 *INFO * AggregateImpl: Collect + Preparing  in 24ms (AggregateImpl.java, line 611)

31.12.2012 09:51:00 *INFO * Importer: Collecting import information...  (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: Access control handling set to OVERWRITE (Importer.java, line 338)

31.12.2012 09:51:00 *INFO * Importer: Installing node types...  (Importer.java, line 280)

31.12.2012 09:51:00 *INFO * Importer: Installing node types... (Importer.java, line 389)

31.12.2012 09:51:00 *INFO * JcrNodeTypeInstaller: A sling -> http://sling.apache.org/jcr/sling/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:Folder (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:HierarchyNode (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:OrderedFolder (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:OsgiConfig (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:Redirect (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:Resource (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:ResourceSuperType (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * JcrNodeTypeInstaller: A sling:VanityPath (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:01 *INFO * Importer: Committing transaction...autosave=1024 (Importer.java, line 345)

31.12.2012 09:51:01 *INFO * Importer: Importing content...  (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: U / (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: D /rep:policy (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /var (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /etc/virtual-repositories (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /etc/virtual-repositories/virtual-crx (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /etc/packages/day/crx220/product/crxde-support.zip (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /etc/packages/day/crx220/product/crxde-support.zip/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/jcr:da ta (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/0_hello.html (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/1_write.html (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/2_read.html (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/3_addnew.html (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/4_list.html (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/delete.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/edit.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/firststeps.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/list.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/style.css (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/0_hello.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/0_hello.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/1_write.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/1_write.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/2_read.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/2_read.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/3_addnew.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/3_addnew.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/4_list.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/4_list.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/delete.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/delete.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/edit.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/edit.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/firststeps.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/firststeps.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/list.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/list.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/style.css/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/firststeps/style.css/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/style.css/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/style.css/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/4_list.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/4_list.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/edit.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/edit.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/0_hello.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/0_hello.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/delete.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/delete.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/firststeps.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/firststeps.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/2_read.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/2_read.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/1_write.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/1_write.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/list.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/list.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/firststeps/3_addnew.html/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/firststeps/3_addnew.html/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: P /apps/crx (Importer.java, line 689)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/webloader (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/webloader/POST.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/webloader/html.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/webloader/POST.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/crx/webloader/POST.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/webloader/html.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/crx/webloader/html.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/crx/webloader/html.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/webloader/html.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/crx/webloader/POST.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/webloader/POST.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/search (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/search/html.jsp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/search/html.jsp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/crx/search/html.jsp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/crx/search/html.jsp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/search/html.jsp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/docs (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/docs/html.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/docs/html.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/crx/docs/html.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/crx/docs/html.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/docs/html.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/livenews (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/livenews/html.esp (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/livenews/html.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: ! /apps/crx/livenews/html.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: - /apps/crx/livenews/html.esp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/livenews/html.esp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: P /apps/crx/homepage (Importer.java, line 689)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/featurebox_bground.png (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/featurebox_bground.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/featurebox_bground.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/develop.png (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/develop.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/develop.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/backup.png (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/backup.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/backup.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/featurebox_top.png (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/featurebox_top.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:01 *INFO * Importer: A /apps/crx/homepage/featurebox_top.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/crx.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/crx.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/crx.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/groups.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/groups.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/groups.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_icon.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_icon.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_icon.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/adobe_tag.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/adobe_tag.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/adobe_tag.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/globe.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/globe.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/globe.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_6.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_6.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_6.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_4.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_4.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_4.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/waves.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/waves.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/waves.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_glow.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_glow.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_glow.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/nodetypes.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/nodetypes.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/nodetypes.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-cover.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-cover.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-cover.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-switch.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-switch.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-switch.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_left.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_left.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_left.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/featurebox_bottom.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/featurebox_bottom.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/featurebox_bottom.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_middle.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_middle.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_middle.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-jobs.jpg (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-jobs.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-jobs.jpg/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/lines_faded.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/lines_faded.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/lines_faded.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-opensource.jpg (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-opensource.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-opensource.jpg/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/users.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/users.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/users.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_5.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_5.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_5.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_3.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_3.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_3.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage.js (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage.js/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage.js/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_2.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_2.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_2.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_right.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_right.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/search_right.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/jquery.js (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/jquery.js/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/jquery.js/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_1.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_1.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/box_1.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/bground.gif (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/bground.gif/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/bground.gif/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-webcast.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-webcast.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-webcast.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/share.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/share.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/share.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/tools_bground.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/tools_bground.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/tools_bground.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage_ie6.css (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage_ie6.css/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage_ie6.css/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-jcr2.jpg (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-jcr2.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-jcr2.jpg/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/links_bground.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/links_bground.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/links_bground.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage.css (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage.css/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/homepage.css/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-switch.gif (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-switch.gif/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/banner-switch.gif/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/html.jsp (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/html.jsp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/html.jsp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/package.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/package.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/package.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/cluster.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/cluster.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/cluster.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/0.gif (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/0.gif/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/homepage/0.gif/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/bar.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/bar.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/bar.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx.css (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx.css/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx.css/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx-head.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx-head.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx-head.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/develop.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/develop.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/develop.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/manage.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/manage.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/manage.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx-head-small.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx-head-small.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/crx-head-small.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/input_bg.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/input_bg.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/input_bg.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/searchbutton.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/searchbutton.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/searchbutton.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/use.png (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/use.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /apps/crx/use.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.json-2.0.6.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.json-2.0.6.jar/jcr:conte nt (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.json-2.0.6.jar/jcr:conte nt/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.api-2.1.2.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.api-2.1.2.jar/jcr:cont ent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.api-2.1.2.jar/jcr:cont ent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.mime-2.1.4.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.mime-2.1.4.jar/jcr:conte nt (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.mime-2.1.4.jar/jcr:conte nt/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.osgi-2.0.6.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.osgi-2.0.6.jar/jcr:conte nt (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.osgi-2.0.6.jar/jcr:conte nt/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.samples.webloader.service-2.0.2- incubator.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.samples.webloader.service-2.0.2- incubator.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.samples.webloader.service-2.0.2- incubator.jar/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jsp-2.0.14.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jsp-2.0.14.jar/jcr:con tent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jsp-2.0.14.jar/jcr:con tent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.auth.core-1.0.6.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.auth.core-1.0.6.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.auth.core-1.0.6.jar/jcr:content/ jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.classloader-3.1.4.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.classloader-3.1.4.jar/jcr:co ntent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.classloader-3.1.4.jar/jcr:co ntent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.core-2.0.16.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.core-2.0.16.jar/jcr:co ntent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.core-2.0.16.jar/jcr:co ntent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.contentloader-2.1.2.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.contentloader-2.1.2.jar/jcr: content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.contentloader-2.1.2.jar/jcr: content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.webdav-2.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.webdav-2.1.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.webdav-2.1.0.jar/jcr:content /jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.resource-2.0.9-R1067909.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.resource-2.0.9-R1067909.jar/ jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.resource-2.0.9-R1067909.jar/ jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jst-2.0.4.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jst-2.0.4.jar/jcr:cont ent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jst-2.0.4.jar/jcr:cont ent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.engine-2.2.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.engine-2.2.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.engine-2.2.0.jar/jcr:content/jcr :data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.classloader-1.2.2.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.classloader-1.2.2.jar/jc r:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.classloader-1.2.2.jar/jc r:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.resolver-2.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.resolver-2.1.0.jar/jcr: content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.resolver-2.1.0.jar/jcr: content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.bundleresource.impl-2.0.6.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.bundleresource.impl-2.0.6.jar/jc r:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.bundleresource.impl-2.0.6.jar/jc r:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.api-2.2.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.api-2.2.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.api-2.2.0.jar/jcr:content/jcr:da ta (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.javascript-2.0.10.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.javascript-2.0.10.jar/ jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.javascript-2.0.10.jar/ jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.threads-3.0.2.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.threads-3.0.2.jar/jcr:co ntent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.threads-3.0.2.jar/jcr:co ntent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.post-2.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.post-2.1.0.jar/jcr:cont ent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.post-2.1.0.jar/jcr:cont ent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.adapter-2.0.8.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.adapter-2.0.8.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.adapter-2.0.8.jar/jcr:content/jc r:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.i18n-2.0.4.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.i18n-2.0.4.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.i18n-2.0.4.jar/jcr:content/jcr:d ata (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.java-2.0.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.java-2.0.0.jar/jcr:con tent (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.java-2.0.0.jar/jcr:con tent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jsp.taglib-2.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jsp.taglib-2.1.0.jar/j cr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.scripting.jsp.taglib-2.1.0.jar/j cr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.get-2.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.get-2.1.0.jar/jcr:conte nt (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.servlets.get-2.1.0.jar/jcr:conte nt/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.samples.path-based.rtp-2.0.5-R93 4422.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.samples.path-based.rtp-2.0.5-R93 4422.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/install/org.apache.sling.samples.path-based.rtp-2.0.5-R93 4422.jar/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/config (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/config/org.apache.sling.commons.log.LogManager (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/sling/config/org.apache.sling.engine.impl.log.RequestLogger (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: P /libs/cq (Importer.java, line 689)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: P /libs/cq/commons (Importer.java, line 689)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: P /libs/cq/commons/install (Importer.java, line 689)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/day-commons-text-1.1.6.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/day-commons-text-1.1.6.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/day-commons-text-1.1.6.jar/jcr:content/jcr:d ata (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/commons-fileupload-1.2.1.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/commons-fileupload-1.2.1.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/commons-fileupload-1.2.1.jar/jcr:content/jcr :data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/day-commons-jstl-1.1.4.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/day-commons-jstl-1.1.4.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/day-commons-jstl-1.1.4.jar/jcr:content/jcr:d ata (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/tika-core-0.6.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/tika-core-0.6.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/tika-core-0.6.jar/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/crx-auth-token-2.2.0.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/crx-auth-token-2.2.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/crx-auth-token-2.2.0.jar/jcr:content/jcr:dat a (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/com.day.jcr.vault-2.3.6.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/com.day.jcr.vault-2.3.6.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/commons/install/com.day.jcr.vault-2.3.6.jar/jcr:content/jcr: data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: P /libs/cq/compat (Importer.java, line 689)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/compat (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: P /libs/cq/compat/install (Importer.java, line 689)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/compat/install (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/compat/install/cq-compat-commons-auth-0.1.2.jar (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/compat/install/cq-compat-commons-auth-0.1.2.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /libs/cq/compat/install/cq-compat-commons-auth-0.1.2.jar/jcr:content/ jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: P /content/crx/docs (Importer.java, line 689)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/features (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/livenews (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/resources (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/search (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/webloader (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/backup (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/cluster (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/develop (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/groups (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/nodetypes (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/package (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/share (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/apps/users (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:links (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: P /content/crx/docs/webdav (Importer.java, line 689)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:links/crxproduct (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:links/crxsearch (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:links/exampleapp (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:links/firststeps (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:links/home (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/jcr:links/populate (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/features/cmis (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/features/config (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/features/crxde (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/features/explorer (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/features/manage (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/resources/dev (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/resources/docs (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/resources/more (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/resources/spec (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/webloader/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: S /content/crx/docs (Importer.java, line 618)

31.12.2012 09:51:02 *INFO * Importer: S /content/crx/docs/webdav (Importer.java, line 618)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/connecttoserver.jpg (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/networkplaces.jpg (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/webdavwizard.jpg (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/connecttoserver.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: ! /content/crx/docs/webdav/files/connecttoserver.jpg/jcr:content/jcr:da ta (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/networkplaces.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: ! /content/crx/docs/webdav/files/networkplaces.jpg/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/webdavwizard.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: ! /content/crx/docs/webdav/files/webdavwizard.jpg/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: - /content/crx/docs/webdav/files/networkplaces.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/networkplaces.jpg/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: - /content/crx/docs/webdav/files/webdavwizard.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/webdavwizard.jpg/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: - /content/crx/docs/webdav/files/connecttoserver.jpg/jcr:content (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * Importer: A /content/crx/docs/webdav/files/connecttoserver.jpg/jcr:content/jcr:da ta (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * DocViewSAXImporter: Sysview transformation complete. (DocViewSAXImporter.java, line 996)

31.12.2012 09:51:02 *INFO * Importer: A //rep:policy (Importer.java, line 280)

31.12.2012 09:51:02 *INFO * AutoSave: Threshold of saving reached. 1024 approx 397 transient changes. 0 unresolved (AutoSave.java, line 101)

31.12.2012 09:51:03 *INFO * NodeIndexer: Index document node b1f68972-eeeb-4d3e-bdbc-2245de2cd50b mimeType:application/java-archive size:2 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:03 *INFO * NodeIndexer: Index document node 055c0fec-abca-4662-a5bb-4605ca9de83f mimeType:application/java-archive size:1 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:04 *INFO * NodeIndexer: Index document node b1f68972-eeeb-4d3e-bdbc-2245de2cd50b mimeType:application/java-archive size:2 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:04 *INFO * NodeIndexer: Index document node d6e0d891-30d8-4f30-b2af-40ebbe352f41 mimeType:application/zip size:6 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:04 *INFO * NodeIndexer: Index document node 153ff43c-a57f-483a-b97e-e283ca820c3f mimeType:application/java-archive size:1 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:05 *INFO * NodeIndexer: Index document node 055c0fec-abca-4662-a5bb-4605ca9de83f mimeType:application/java-archive size:1 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:05 *INFO * NodeIndexer: Index document node 153ff43c-a57f-483a-b97e-e283ca820c3f mimeType:application/java-archive size:1 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:05 *INFO * NodeIndexer: Index document node d6e0d891-30d8-4f30-b2af-40ebbe352f41 mimeType:application/zip size:6 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:06 *INFO * JCRConfiguration: Reading configuration for /etc/virtual-repositories/virtual-crx (JCRConfiguration.java, line 182)

31.12.2012 09:51:06 *INFO * VirtualRepositoryModule: Registering Virtual Repository: virtual-crx (VirtualRepositoryModule.java, line 251)

31.12.2012 09:51:06 *INFO * Importer: Package imported.  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * DefaultMetaInf: Loaded properties from /var/folders/l1/03nfcr0n05qc8rs_7_r9hd380000gp/T/vaultpack40118007163 82103158.zip:META-INF/vault/properties.xml. (DefaultMetaInf.java, line 106)

31.12.2012 09:51:06 *INFO * DefaultMetaInf: Loaded config from /var/folders/l1/03nfcr0n05qc8rs_7_r9hd380000gp/T/vaultpack40118007163 82103158.zip:META-INF/vault/config.xml. (DefaultMetaInf.java, line 90)

31.12.2012 09:51:06 *INFO * ZipArchive: Contains package definition /var/folders/l1/03nfcr0n05qc8rs_7_r9hd380000gp/T/vaultpack40118007163 82103158.zip:META-INF/vault/definition/.content.xml. (ZipArchive.java, line 102)

31.12.2012 09:51:06 *INFO * DefaultMetaInf: Loaded settings from /var/folders/l1/03nfcr0n05qc8rs_7_r9hd380000gp/T/vaultpack40118007163 82103158.zip:META-INF/vault/settings.xml. (DefaultMetaInf.java, line 98)

31.12.2012 09:51:06 *INFO * DefaultMetaInf: Loaded filter from /var/folders/l1/03nfcr0n05qc8rs_7_r9hd380000gp/T/vaultpack40118007163 82103158.zip:META-INF/vault/filter.xml. (DefaultMetaInf.java, line 83)

31.12.2012 09:51:06 *INFO * ZipArchive: Zip /var/folders/l1/03nfcr0n05qc8rs_7_r9hd380000gp/T/vaultpack40118007163 82103158.zip does not contain nodetypes. (ZipArchive.java, line 134)

31.12.2012 09:51:06 *INFO * AggregateImpl: Create Root Aggregate /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/vlt:de finition (AggregateImpl.java, line 113)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collect + Preparing /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/vlt:de finition (AggregateImpl.java, line 607)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collect + Preparing /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/vlt:de finition in 1ms (AggregateImpl.java, line 611)

31.12.2012 09:51:06 *INFO * Importer: Collecting import information...  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: Access control handling set to IGNORE (Importer.java, line 338)

31.12.2012 09:51:06 *INFO * Importer: Installing node types...  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: No node types provided. (Importer.java, line 400)

31.12.2012 09:51:06 *INFO * Importer: Committing transaction...autosave=2147483647 (Importer.java, line 345)

31.12.2012 09:51:06 *INFO * Importer: Importing content...  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: - /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/vlt:de finition (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/vlt:de finition/thumbnail.png (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/vlt:de finition/thumbnail.png/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/packages/day/crx220/product/crxde-support.zip/jcr:content/vlt:de finition/thumbnail.png/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * AutoSave: Save disabled. (AutoSave.java, line 97)

31.12.2012 09:51:06 *INFO * Importer: Package imported.  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * JcrPackageDefinitionImpl: unwrapped package in 223ms (JcrPackageDefinitionImpl.java, line 223)

31.12.2012 09:51:06 *INFO * NodeIndexer: Index document node d6e0d891-30d8-4f30-b2af-40ebbe352f41 mimeType:application/zip size:6 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:06 *INFO * NodeIndexer: Index document node d6e0d891-30d8-4f30-b2af-40ebbe352f41 mimeType:application/zip size:6 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:06 *INFO * JcrPackageImpl: Starting extraction of subpackage /etc/packages/day/crx220/product/crxde-support.zip (JcrPackageImpl.java, line 385)

31.12.2012 09:51:06 *INFO * InstallHookProcessor: Archive /var/folders/l1/03nfcr0n05qc8rs_7_r9hd380000gp/T/vaultpack40118007163 82103158.zip does not have a hooks directory. (InstallHookProcessor.java, line 62)

31.12.2012 09:51:06 *INFO * AggregateImpl: Create Root Aggregate / (AggregateImpl.java, line 113)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collect + Preparing  (AggregateImpl.java, line 607)

31.12.2012 09:51:06 *INFO * AggregateImpl: Create Aggregate /etc (AggregateImpl.java, line 129)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collecting /etc (AggregateImpl.java, line 634)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collecting  /etc in 0ms (AggregateImpl.java, line 638)

31.12.2012 09:51:06 *INFO * AggregateImpl: Create Aggregate /libs (AggregateImpl.java, line 129)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collecting /libs (AggregateImpl.java, line 634)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collecting  /libs in 1ms (AggregateImpl.java, line 638)

31.12.2012 09:51:06 *INFO * AggregateImpl: Collect + Preparing  in 4ms (AggregateImpl.java, line 611)

31.12.2012 09:51:06 *INFO * Importer: Collecting import information...  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: Loaded nodetypes from /libs/crxde/nodetypes/crxde.cnd. (Importer.java, line 545)

31.12.2012 09:51:06 *INFO * Importer: Access control handling set to OVERWRITE (Importer.java, line 338)

31.12.2012 09:51:06 *INFO * Importer: Installing node types...  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: Installing node types... (Importer.java, line 389)

31.12.2012 09:51:06 *INFO * JcrNodeTypeInstaller: A crxde -> http://www.day.com/jcr/crxde/1.0 (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:06 *INFO * JcrNodeTypeInstaller: A crxde:profile (JcrNodeTypeInstaller.java, line 125)

31.12.2012 09:51:06 *INFO * Importer: Committing transaction...autosave=1024 (Importer.java, line 345)

31.12.2012 09:51:06 *INFO * Importer: Importing content...  (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: P /libs/crxde (Importer.java, line 689)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: P /libs/crxde/install (Importer.java, line 689)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/crx-scm-integration-2.2.0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/crx-scm-integration-2.2.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/crx-scm-integration-2.2.0.jar/jcr:content/jcr:dat a (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/crxde-support-2.2.0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/crxde-support-2.2.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/crxde-support-2.2.0.jar/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/com.day.commons.osgi.wrapper.svnkit-1.3.0.5847-00 02.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/com.day.commons.osgi.wrapper.svnkit-1.3.0.5847-00 02.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/install/com.day.commons.osgi.wrapper.svnkit-1.3.0.5847-00 02.jar/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: P /libs/crxde/resources (Importer.java, line 689)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/resources (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/resources/welcome (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/resources/welcome/welcome.jsp (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/resources/welcome/welcome.jsp/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/resources/welcome/welcome.jsp/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: P /libs/crxde/nodetypes (Importer.java, line 689)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/nodetypes (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/nodetypes/crxde.cnd (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/nodetypes/crxde.cnd/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/nodetypes/crxde.cnd/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: P /libs/crxde/profiles (Importer.java, line 689)

31.12.2012 09:51:06 *INFO * Importer: A /libs/crxde/profiles (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.compiler-2.0.2.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.compiler-2.0.2.jar/jcr:conte nt (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/sling/install/org.apache.sling.jcr.compiler-2.0.2.jar/jcr:conte nt/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.compiler-2.0.2.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.compiler-2.0.2.jar/jcr:c ontent (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /libs/sling/install/org.apache.sling.commons.compiler-2.0.2.jar/jcr:c ontent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: P /etc/crxde/profiles (Importer.java, line 689)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: P /etc/crxde/profiles/default/libs (Importer.java, line 689)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.felix.scr.annotations-1.2 .0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.felix.scr.annotations-1.2 .0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.felix.scr.annotations-1.2 .0.jar/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.osgi.core-4.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.osgi.core-4.1.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.osgi.core-4.1.0.jar/jcr:content/ jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.api-2.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.api-2.1.0.jar/jcr:c ontent (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.api-2.1.0.jar/jcr:c ontent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/slf4j-api-1.5.8.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/slf4j-api-1.5.8.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/slf4j-api-1.5.8.jar/jcr:content/jcr: data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/jackrabbit-api-2.2.4.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/jackrabbit-api-2.2.4.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/jackrabbit-api-2.2.4.jar/jcr:content /jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.jcr.api-2.0.4.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.jcr.api-2.0.4.jar/j cr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.jcr.api-2.0.4.jar/j cr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/servlet-api-2.4.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/servlet-api-2.4.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/servlet-api-2.4.jar/jcr:content/jcr: data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.osgi.compendium-4.1.0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.osgi.compendium-4.1.0.jar/jcr:co ntent (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.osgi.compendium-4.1.0.jar/jcr:co ntent/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.settings-1.0.0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.settings-1.0.0.jar/ jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/org.apache.sling.settings-1.0.0.jar/ jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/jcr-2.0.jar (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/jcr-2.0.jar/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/libs/jcr-2.0.jar/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/project.xml.xslt (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/project.xml.xslt/jcr:content (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/project.xml.xslt/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/classpath.xml.xslt (Importer.java, line 280)

31.12.2012 09:51:06 *INFO * Importer: A /etc/crxde/profiles/default/classpath.xml.xslt/jcr:content (Importer.java, line 280)

31.12.2012 09:51:07 *INFO * Importer: A /etc/crxde/profiles/default/classpath.xml.xslt/jcr:content/jcr:data (Importer.java, line 280)

31.12.2012 09:51:07 *INFO * AutoSave: Threshold of saving reached. 1024 approx 67 transient changes. 0 unresolved (AutoSave.java, line 101)

31.12.2012 09:51:07 *INFO * NodeIndexer: Index document node 0d35a1db-0163-4138-8523-71c185c0bc78 mimeType:application/java-archive size:3 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:07 *INFO * NodeIndexer: Index document node 0d35a1db-0163-4138-8523-71c185c0bc78 mimeType:application/java-archive size:3 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:07 *INFO * NodeIndexer: Index document node 2ff6b5d5-2b7e-4862-9d1a-77626bc38a7f mimeType:application/java-archive size:1 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:07 *INFO * NodeIndexer: Index document node 2ff6b5d5-2b7e-4862-9d1a-77626bc38a7f mimeType:application/java-archive size:1 MB (NodeIndexer.java, line 340)

31.12.2012 09:51:07 *INFO * Importer: Package imported.  (Importer.java, line 280)

31.12.2012 09:51:07 *INFO * Installer: Installation of packages complete. (Installer.java, line 95)

31.12.2012 09:51:07 *INFO * CRXRepositoryImpl: Module com.day.crx.vlt.AutoInstaller installed (CRXRepositoryImpl.java, line 553)

31.12.2012 09:51:07 *INFO * CRXRepositoryStartupServlet: CRXRepository successfully created (13621ms) (CRXDiagnostic.java, line 233)

31.12.2012 09:51:07 *INFO * RepositoryStartupServlet: Repository bound to JNDI with name: crx (RepositoryStartupServlet.java, line 458)

31.12.2012 09:51:07 *INFO * RepositoryStartupServlet: RepositoryStartupServlet initialized. (RepositoryStartupServlet.java, line 246)

31.12.2012 09:51:07 *INFO * RepositoryAccessServlet: RepositoryAccessServlet initialized. (RepositoryAccessServlet.java, line 98)

31.12.2012 09:51:07 *INFO * JCRExplorerServlet: JCRExplorerServlet initializing. Version 71143 (JCRExplorerServlet.java, line 226)

31.12.2012 09:51:07 *INFO * JCRExplorerServlet:   explorer-home = /Users/florian/opt/crx/crx-quickstart/repository (JCRExplorerServlet.java, line 247)

31.12.2012 09:51:07 *INFO * JCRExplorerServlet:   temp-directory = /Users/florian/opt/crx/crx-quickstart/repository/tmp (JCRExplorerServlet.java, line 274)

31.12.2012 09:51:07 *INFO * JCRExplorerServlet:   docroot = /docroot (JCRExplorerServlet.java, line 279)

31.12.2012 09:51:07 *INFO * CRXSessionCache: CRX Session timeout set to 3600 seconds. (CRXSessionCache.java, line 75)

31.12.2012 09:51:07 *INFO * AbstractConfig: Configuration of BootstrapConfig (AbstractConfig.java, line 101)

31.12.2012 09:51:07 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 102)

31.12.2012 09:51:07 *INFO * AbstractConfig:   valid: true (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   rmiConfig: org.apache.jackrabbit.j2ee.RMIConfig@3a210faa (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   repositoryConfig: null (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   class: class org.apache.jackrabbit.j2ee.BootstrapConfig (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   repositoryHome: null (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   repositoryName: virtual-crx (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   jndiConfig: org.apache.jackrabbit.j2ee.JNDIConfig@13e15925 (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 108)

31.12.2012 09:51:07 *INFO * AbstractConfig: Configuration of JNDIConfig (AbstractConfig.java, line 101)

31.12.2012 09:51:07 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 102)

31.12.2012 09:51:07 *INFO * AbstractConfig:   valid: true (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   jndiName: virtual-crx (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   jndiEnabled: true (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   class: class org.apache.jackrabbit.j2ee.JNDIConfig (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig:   jndiEnv: {java.naming.provider.url=http://jcr.day.com, java.naming.factory.initial=com.day.util.jndi.provider.MemoryInitialC ontextFactory} (AbstractConfig.java, line 106)

31.12.2012 09:51:07 *INFO * AbstractConfig: ---------------------------------------------- (AbstractConfig.java, line 108)

31.12.2012 09:51:07 *INFO * JCRExplorerServlet: Acquired repository via JNDI. (JCRExplorerServlet.java, line 997)

31.12.2012 09:51:07 *INFO * LoginServlet: activate: Supporting tokens bound to Repository (Cluster) 38ff651a-0081-45c4-b87e-8eb05d676792 (LoginServlet.java, line 121)

31.12.2012 09:51:07 *INFO * SimpleWebdavServlet: resource-path-prefix = '/repository' (SimpleWebdavServlet.java, line 163)

31.12.2012 09:51:07 *INFO * SimpleWebdavServlet: WWW-Authenticate header = 'Basic realm="CRX Webdav Server"' (SimpleWebdavServlet.java, line 169)

31.12.2012 09:51:07 *INFO * SimpleWebdavServlet: resource-path-prefix = '/cqresource' (SimpleWebdavServlet.java, line 163)

31.12.2012 09:51:07 *INFO * SimpleWebdavServlet: WWW-Authenticate header = 'Basic realm="Jackrabbit Webdav Server"' (SimpleWebdavServlet.java, line 169)

31.12.2012 09:51:07 *INFO * CRXHttpServlet: PackageShareServlet initialized. (CRXHttpServlet.java, line 52)

31.12.2012 09:51:07 *INFO * CRXHttpServlet: PackageManagerServlet initialized. (CRXHttpServlet.java, line 52)

31.12.2012 09:51:10 *INFO * login: User 'anonymous' logged in. ws=crx.default, sid=0-5b7b1cc8-99af-4159-bf71-a8d9c05cdeb4 (CRXSessionCache.java, line 165)

31.12.2012 09:51:16 *INFO * TarUtils: File system status: created 200 files in 14 ms (14285 ops/sec) (TarUtils.java, line 741)

31.12.2012 09:51:16 *INFO * TarUtils: File system status calculated in 23 ms (TarUtils.java, line 754)

 

So, i guess the errors cause by the osgi bundles are the cause. What to do to get rid of them?

CRX LICENSE FREE(french)

$
0
0

Hello, sorry for my bad english, cause i'm french...

 

Thx to read my issue !

 

I want to dev JCR with Sharepoint, so i wanted to use CRX with FREE LICENSE DEVELOPER (never saw the license NO FREE?) :

 

when i was created my account with my mail etc.. the next page said " LOOK YOUR MAIL WITH THE LICENSE KEY" ........

 

i never saw this mail! i never saw the license key, not in my email. not in my spam mail. i tried with 4 account mail ! i never saw this license.. i'm writed mail to information@day.com (that he said after created account) but never anwser....

 

Thx to resolve my problem with me ! thank you for your help.

Downloading developer version.

$
0
0

Hi All,

 

Can soem one please help me in downloading the CRX develoepr version.

 

I am reallly frustated by trying the given link.


Can I upload mmore pictures?

Can I Save these images?

$
0
0

WARaaa-aa-a.jpgDream   The Madness of Arti-ee.jpgaa-a.jpgc-s-s-s-x.jpgA_aa-a.jpgc-a.jpgaaa-a.jpgg-s.jpgh-eeee.jpgb-mm.jpgd-rxxxxxxxxxxx.jpgh-e.jpgThe Madness of Art                                                       Vigelfffff-a.jpgNomadsA_aa-abb.jpgOracleaaa-aa-aaaaaaaa.jpg

Abstract 107a-a-a-a-a.jpgddaaaa.jpgDreamBbbb_baaa.jpg               Fight the Poweree-ee.jpgee-jj.jpgb-d-d.jpg3_diee.jpgA_A_A.jpgA_aa.jpgA-dd.jpgb-nn.jpgb-ll.jpggoing_bbbbb.jpggp-aaaaaaaaaa.jpgx-x-x-x-b.jpgd-cc.jpgba-a.jpgb-aa.jpgA_1a.jpgAA.jpgb-b-b-c.jpgb-b-b-d.jpgA-A-A-A-AA.jpgA.jpgdddabbaxxi.jpgdddabbaxxii.jpgreading-in-the-dark.jpgh-aaaaa.jpgh-bb.jpgh-cccc.jpgzzz-qqw.jpgc-sssss.jpgee-ii.jpgAlchemyB_a.jpg

 

The Gatheringb-e.jpgFor HaitiA_rrrrr.jpg

How do I put titles under my uploaded images?

$
0
0

How do I put titles under my uploaded images?

CQ 5.4 integration with LDAP issue

$
0
0

Hi Everyone,

 

I am trying to integrate cq 5.4 with openLDAP. I am not able to store the users in LDAP.

 

Could you please tell me if i am doing anything wrong here?

 

This is my ldap_login.conf file

 

com.day.crx {

   com.day.crx.core.CRXLoginModule sufficient;

   com.day.crx.security.ldap.LDAPLoginModule required

              principal_provider.class="com.day.crx.security.ldap.principals.LDAPPr incipalProvider"

              host="localhost"

              port="389"

              secure="false"

              authDn="CN=Manager,dc=my-domain,dc=com"

              authPw="12345"

              userRoot="ou=users,o=example"

              groupRoot="ou=groups,o=example"

              groupMembershipAttribute="uniquemember"

              autocreate="create"

              autocreate.user.membership="contributor"

              autocreate.user.mail="rep:e-mail"

              autocreate.user.cn="rep:fullname"

              autocreate.group.description="description"

              autocreate.group.mail="rep:e-mail"

              autocreate.group.cn="rep:fullname"

              autocreate.path="direct"

              cache.expiration="600"

              cache.maxsize="100";

};

And also i am able to see my ldap_login.conf file loading in the 'ps' command output

 

-Djava.security.auth.login.config=/opt/author/crx-quickstart/server/et c/ldap_login.conf

 

 

 

Please help.

 

Thanks,

Ahmed

CQ5 Activating a new page

$
0
0

Hi,

 

I hope this is the correct Location for CQ5 question, since I only have a read access to CQ5 Location.

 

I just created a new page in a CQ5 Author instance.

When I activated/published the page - I can see the following:

  1. In Author node - the page shows as "Published".
  2. In Publish node -- using Crxde Light:
  3. The page is replicated to the Publish node with jcr:content :
    • isActivated = false
    • isDeactivated = false
    • isDelivered = false
    • isPending = false
    • lastPublished                 ----   empty
    • lastPublishedBy             ----   empty
    • lastReplicationAction    ----   empty

 

Questions:

  1. Is the page's jcr:content in Publish node correct?  It doesn't have any information about replication, like no properties: cq:lastReplicated, cq:lastReplicationAction, ...etc.
  2. Shouldn't the page in Publish has isActivated=true, lastPublished=date of the page published, and lastReplicationAction=ACTIVATE?

 

Thanks

Pantung

ERROR com.day.crx.core.util.console.AbstractConsole using CRX console tool

$
0
0

Hello Experts,

 

I am having issue while running CRX console tool (console.sh with CRX 2.2). I was trying to execute "check" command using this tool to perform repository check but unfortunately its throwing following exception while running.

 

268154 [main] ERROR com.day.crx.core.util.console.AbstractConsole  - Unable to perform command check: java.lang.ArrayIndexOutOfBoundsException: 10

 

 

Any help would be appriciated.

 

Thanks,

Ifteqar

Where to post CQ5 related question?

$
0
0

Hi All,

 

I just found DIgital Marketing Suite and CQ5 has become read-only. So where to post CQ5 related questions.

 

Thanks,

Sai


scripting evaluation exceptions..

$
0
0

Hi,

 

can i get help on the below one...it is bit of priority one...

 

 

 

18.11.2013 06:14:31.791 *ERROR* [27.251.211.42 [1384773271760] GET / HTTP/1.1] org.apache.sling.scripting.jsp.jasper.compiler.Compiler Compilation error java.io.FileNotFoundException: Unable to find \org/apache/jsp/apps/sling/servlet/errorhandler\_404_jsp.java

          at org.apache.sling.jcr.classloader.internal.DynamicClassLoaderProviderI mpl.getInputStream(DynamicClassLoaderProviderImpl.java:398)

          at org.apache.sling.scripting.jsp.SlingIOProvider.getInputStream(SlingIO Provider.java:73)

          at org.apache.sling.scripting.jsp.jasper.JspCompilationContext.getInputS tream(JspCompilationContext.java:201)

          at org.apache.sling.scripting.jsp.jasper.compiler.JDTCompiler$1Compilati onUnit.getContents(JDTCompiler.java:102)

          at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:904 7)

          at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:901 9)

          at org.eclipse.jdt.internal.compiler.parser.Parser.dietParse(Parser.java :7707)

          at org.eclipse.jdt.internal.compiler.Compiler.beginToCompile(Compiler.ja va:371)

          at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:397)

          at org.apache.sling.scripting.jsp.jasper.compiler.JDTCompiler.generateCl ass(JDTCompiler.java:410)

          at org.apache.sling.scripting.jsp.jasper.compiler.Compiler.compile(Compi ler.java:313)

          at org.apache.sling.scripting.jsp.jasper.compiler.Compiler.compile(Compi ler.java:291)

          at org.apache.sling.scripting.jsp.jasper.compiler.Compiler.compile(Compi ler.java:278)

          at org.apache.sling.scripting.jsp.jasper.JspCompilationContext.compile(J spCompilationContext.java:599)

          at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.servi ce(JspServletWrapper.java:354)

          at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspSe rvletWrapperAdapter.java:59)

          at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScri ptEngineFactory.java:173)

          at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspS criptEngineFactory.java:84)

          at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine .eval(JspScriptEngineFactory.java:388)

          at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultS lingScript.java:358)

          at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultS lingScript.java:170)

          at org.apache.sling.scripti

 

 

I am getting this error in my logs..

 

And every time im getting thr service not available in my console...when i click localhost:4502..

But excepept welcome screen and system/console remaining crx,crxde,packagemanager all opening..can i get help on this..

 

 

Thanks,

Sony C

Troubles using webdav with cq5.4..

$
0
0

Hi,

 

 

I just trying to use webdav in one of my cq5.4 instance..

Here what iam finding is when i upload an image from cq5.4 digital assets itz showing up correct in my webdav folder with generating the rendations for that particular image...

 

 

And when use webdav folder to upload image it is showing u[p in the cq dam but rendetions are not getting created..

 

 

Is there any solution for this..And images names which are showing with some 1.0 , 1.2 like names in webdav folder...

Can i get help on this...

 

 

 

 

Thanks,

Sony C

Hiding "Form Template"

$
0
0

Hi,
How do you hide the "Form Template" from create new page view? The template is in

 

/libs/collab/commons/templates/form with allowedPaths : /content(/.*)? . Is there a way to override this without touching the ootb node directly?

 

Thanks in advance.

Replication agent configuration with CRX clustering

$
0
0

Hi Experts,

 

Currently i have 1 author instance & 3 publisher instances. The publisher instances are clustered as "Shared nothing cluster".

 

So now i need to configure replication agents on Author. Should i configure replication agents for all the four publishers or just for 1 publisher is enough?

 

Thanks in Advance...

 

Regards,

Error in bundle while importing in cq5

$
0
0

Hi,

 

Here i am facing a problem with the bundles installation in cq5 system/console.

 

I want to use com.sun.pdfview in my cq5 when importing the jar im getting the errorcom.sun.pdfview -- Cannot be resolved..

 

I tried all the ways to resolve it.

 

Is there any way we can use this jar in cq5 console directly.

 

package.png

Thanks,

Sony C

Viewing all 61 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>