While removing the space error
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'isShowLargeQueueWarning' in class com.atlassian.confluence.spaces.actions.RemoveSpaceEntryAction threw exception com.atlassian.confluence.api.service.exceptions.ServiceException: Failed count entries at /spaces/removespace.vm[line 23, column 54]
at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:223)
caused by: com.atlassian.confluence.api.service.exceptions.ServiceException: Failed count entries
at com.atlassian.confluence.impl.journal.DefaultJournalService.countEntries(DefaultJournalService.java:75)
caused by: org.springframework.dao.DataAccessResourceFailureException: Failed to read id for journal 'main_index': For input string: ""; nested exception is java.lang.NumberFormatException: For input string: ""
at com.atlassian.confluence.impl.journal.FilesystemJournalStateStore.getMostRecentId(FilesystemJournalStateStore.java:47)
caused by: java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
There was also an error during the creation of the same space:
В настоящий момент невозможно создать эту заготовку.
A different object with the same identifier value was already associated with the session : [com.atlassian.confluence.spaces.Space#3145733]; nested exception is org.hibernate.NonUniqueObjectException: A different object with the same identifier value was already associated with the session : [com.atlassian.confluence.spaces.Space#3145733]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.