Hi
I have a developer account p1922868700trial.
Creation of a repository for Document Services failed with RepositoryQuotaExceededException. I have only very few bytes on my existing repositories.
I could not find any documentation that talks about any limitation of the no. of repositories. After a lot of testing, found that after 3 repositories I cannot create more and I get a RepositoryQuotaExceededException.
Caused by: com.sap.ecm.api.RepositoryQuotaExceededException: Repository quota exceeded.
at com.sap.ecm.api.EcmFactory.createRepositoryInternal(EcmFactory.java:448)
at com.sap.ecm.api.EcmFactory.createRepository(EcmFactory.java:384)
at com.sap.ecm.impl.EcmServiceImpl.createRepository(EcmServiceImpl.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.gemini.naming.ReflectionUtils.invokeMethodOnObject(ReflectionUtils.java:77)
at org.eclipse.gemini.naming.ServiceInvocationHandler.invokeMethodOnService(ServiceInvocationHandler.java:84)
at org.eclipse.gemini.naming.ServiceInvocationHandler.handleMethodInvocation(ServiceInvocationHandler.java:69)
at org.eclipse.gemini.naming.ServiceInvocationHandler.access$0(ServiceInvocationHandler.java:67)
at org.eclipse.gemini.naming.ServiceInvocationHandler$ServiceInvokeAction.invokeMethod(ServiceInvocationHandler.java:172)
at org.eclipse.gemini.naming.ReflectiveInvokeAction.run(ReflectiveInvokeAction.java:42)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.gemini.naming.SecurityUtils.invokePrivilegedAction(SecurityUtils.java:45)
at org.eclipse.gemini.naming.ServiceInvocationHandler.invoke(ServiceInvocationHandler.java:63)
at com.sun.proxy.$Proxy65.createRepository(Unknown Source)
Is this valid?