-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: None
Symptoms
Pressing the "Create" button from any space or page within the Wiki launches the Create dialog with a spinning 'loading' icon in the middle with no content and the following errors is showing in the logs:
2013-07-08 15:57:17.607290500 2013-07-08 15:57:17,599 ERROR [TP-Processor2] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service
2013-07-08 15:57:17.607293500 -- url: /wiki/rest/create-dialog/1.0/blueprints/web-items | userName: sysadmin
2013-07-08 15:57:17.607295500 com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library:
2013-07-08 15:57:17.607306500 Database:
2013-07-08 15:57:17.607306500 - name:PostgreSQL
2013-07-08 15:57:17.607307500 - version:8.4.8
2013-07-08 15:57:17.607307500 - minor version:4
2013-07-08 15:57:17.607308500 - major version:8
2013-07-08 15:57:17.607308500 Driver:
2013-07-08 15:57:17.607308500 - name:PostgreSQL Native Driver
2013-07-08 15:57:17.607309500 - version:PostgreSQL 8.4 JDBC4 (build 702)
2013-07-08 15:57:17.607311500
2013-07-08 15:57:17.607312500 org.postgresql.util.PSQLException: ERROR: syntax error at end of input
2013-07-08 15:57:17.607313500 Position: 52
2013-07-08 15:57:17.607313500 at com.atlassian.activeobjects.internal.EntityManagedActiveObjects.find(EntityManagedActiveObjects.java:166)
2013-07-08 15:57:17.607314500 at com.atlassian.activeobjects.osgi.DelegatingActiveObjects.find(DelegatingActiveObjects.java:88)
2013-07-08 15:57:17.607316500 at sun.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)
2013-07-08 15:57:17.607320500 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-07-08 15:57:17.607321500 at java.lang.reflect.Method.invoke(Method.java:597)
Cause
It caused by the Blueprints plugins being disabled
Workaround
Contact Atlassian Engineers to enable the plugin again.