Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 3854 invoked from network); 3 Apr 2008 20:58:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 20:58:16 -0000 Received: (qmail 96314 invoked by uid 500); 3 Apr 2008 20:58:15 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 96299 invoked by uid 500); 3 Apr 2008 20:58:15 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 96290 invoked by uid 99); 3 Apr 2008 20:58:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 13:58:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.156.193.165] (HELO scalixmail.pitchpointsolutions.com) (69.156.193.165) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 20:57:32 +0000 Received: from scalixmail.pitchpointsolutions.com (localhost.localdomain [127.0.0.1]) by scalixmail.pitchpointsolutions.com (8.13.1/8.13.1) with ESMTP id m33KvfEd030901 for ; Thu, 3 Apr 2008 16:57:41 -0400 Date: Thu, 3 Apr 2008 16:57:41 -0400 From: "dainius rygelis" To: users Message-ID: In-Reply-To: Subject: RE: Changing a Node after creating a version x-scalix-Hops: 1 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-MailWasher-Server-Scanned: Checked by MailWasher server v2.2.3 (www.Firetrust.com) X-MailWasher-Server-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hi, We're attempting to use the BundleFsPersistenceManager but are receiving t= he following exception on repository startup. We're using jackrabbit core 1.4.2 and jackrabbit jcr common 1.4.2. Is the= re anything wrong with our repository.xml (bottom of this message)? Thanks, Dainius 2008-04-03 16:48:51,ERROR,org.apache.jackrabbit.core.RepositoryImpl,Threa= d-237 failed to start Repository: Cannot instantiate persistence manager o= rg.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager: T= he bean of type: org.apache.jackrabbit.core.persistence.bundle.BundleFsPe= rsistenceManager has no property called: minBlobSize javax.jcr.RepositoryException: Cannot instantiate persistence manager org= =2Eapache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager: T= he bean of type: org.apache.jackrabbit.core.persistence.bundle.BundleFsPe= rsistenceManager has no property called: minBlobSize: The bean of type: o= rg.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager h= as no property called: minBlobSize at org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(Re= positoryImpl.java:1176) at org.apache.jackrabbit.core.RepositoryImpl.createVersionManager(Reposi= toryImpl.java:390) at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java:= 294) at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:= 557) at pps.jcr.util.RepositoryManager.createRepository(RepositoryManager.jav= a:117) at pps.jcr.util.RepositoryManager.startRepository(RepositoryManager.java= :43) at pps.jcr.ejb.session.JcrUtilFacade.startRepository(JcrUtilFacade.java:= 62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.enterprise.security.application.EJBSecurityManager.runMethod(= EJBSecurityManager.java:1067) at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:176= ) at com.sun.ejb.containers.BaseContainer.invokeTargetBeanMethod(BaseConta= iner.java:2895) at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:398= 6) at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLoca= lObjectInvocationHandler.java:197) at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke= (EJBLocalObjectInvocationHandlerDelegate.java:127) at $Proxy181.startRepository(Unknown Source) at pps.jcr.web.JcrLifecycleListener.contextInitialized(JcrLifecycleListe= ner.java:55) at org.apache.catalina.core.StandardContext.listenerStart(StandardContex= t.java:4523) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5= 184) at com.sun.enterprise.web.WebModule.start(WebModule.java:326) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase= =2Ejava:973) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:95= 7) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:688)= at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1= 584) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1= 222) at com.sun.enterprise.web.WebContainer.loadJ2EEApplicationWebModules(Web= Container.java:1147) at com.sun.enterprise.server.TomcatApplicationLoader.doLoad(TomcatApplic= ationLoader.java:141) at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:244= ) at com.sun.enterprise.server.ApplicationManager.applicationDeployed(Appl= icationManager.java:336) at com.sun.enterprise.server.ApplicationManager.applicationDeployed(Appl= icationManager.java:210) at com.sun.enterprise.server.ApplicationManager.applicationDeployed(Appl= icationManager.java:645) at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicatio= nDeployEventListener(AdminEventMulticaster.java:928) at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicatio= nDeployEvent(AdminEventMulticaster.java:912) at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(Adm= inEventMulticaster.java:461) at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(A= dminEventMulticaster.java:176) at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.mul= ticastEvent(DeploymentNotificationHelper.java:308) at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicas= tEvent(DeploymentServiceUtils.java:226) at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStar= tEvent(ServerDeploymentTarget.java:298) at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(= ApplicationStartPhase.java:132) at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(De= ploymentPhase.java:108) at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhas= es(PEDeploymentService.java:919) at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDep= loymentService.java:591) at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDep= loymentService.java:635) at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(Applica= tionsConfigMBean.java:744) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelpe= r.java:375) at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelpe= r.java:358) at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBea= n.java:464) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM= BeanServerInterceptor.java:836) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761= ) at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java= :90) at $Proxy1.invoke(Unknown Source) at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(Sun= oneInterceptor.java:304) at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInter= ceptor.java:174) at com.sun.enterprise.deployment.client.DeploymentClientUtils.startAppli= cation(DeploymentClientUtils.java:145) at com.sun.enterprise.deployment.client.DeployAction.run(DeployAction.ja= va:537) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalArgumentException: The bean of type: org.apac= he.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager has no p= roperty called: minBlobSize at org.apache.commons.collections.BeanMap.put(BeanMap.java:367) at org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.j= ava:109) at org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(Re= positoryImpl.java:1171) =2E.. 64 more =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20