even i clicked on the ... button it shows the infinity loading
i have also checked in console.
http://188.166.176.216:8090/rest/create-dialog/1.0/blueprints/web-items?spaceKey=HAUS
it shows this error 500
{"errorCode":500,"errorType":"UNKNOWN","errorMessage":"bundle [com.atlassian.confluence.plugins.confluence-create-content-plugin]"}
what should i do next?
please advise
please advise
Since you are using MySQL I would like to ask you to check whether MySQL server is configured to have NO_AUTO_VALUE_ON_ZERO mode enabled as described in: Create Space Dialog Loads Indefinitely
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes i have set that in
vim /etc/mysql/mysql.conf.d/mysqld.cnf
sql_mode = NO_AUTO_CREATE_USER
i coundnt find it in there so i just add another line to it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can confirm that removing NO_AUTO_VALUE_ON_ZERO from sql_mode fixes the create space dialog for me under MYSQL
I have just set:
sql_mode=''
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:502)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1132)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1539)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1495)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.atlassian.activeobjects.internal.ActiveObjectsInitException: bundle [com.atlassian.mywork.confluence-host-plugin]
at com.atlassian.activeobjects.osgi.TenantAwareActiveObjects$1$1$1.call(TenantAwareActiveObjects.java:95)
at com.atlassian.activeobjects.osgi.TenantAwareActiveObjects$1$1$1.call(TenantAwareActiveObjects.java:86)
at com.atlassian.sal.core.executor.ThreadLocalDelegateCallable.call(ThreadLocalDelegateCallable.java:38)
at com.atlassian.confluence.impl.vcache.VCacheRequestContextManager.doInRequestContextInternal(VCacheRequestContextManager.java:87)
at com.atlassian.confluence.impl.vcache.VCacheRequestContextManager.doInRequestContext(VCacheRequestContextManager.java:71)
at com.atlassian.confluence.vcache.VCacheRequestContextOperations.lambda$withRequestContext$1(VCacheRequestContextOperations.java:59)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Caused by: com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library:
Database:
- name:MySQL
- version:5.7.20-0ubuntu0.16.04.1
- minor version:7
- major version:5
Driver:
- name:MySQL Connector Java
- version:mysql-connector-java-5.1.44 ( Revision: b3cda4f864902ffdde495b9df93937c3e20009be )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One reason for this is that If the base URL and the URL you are using to access Confluence is different you will face this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{"errorCode":500,"errorType":"UNKNOWN","errorMessage":"bundle [com.atlassian.confluence.plugins.confluence-create-content-plugin]"}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it also should be working because im using the same url
please check attached document
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
also if theres problem i would not be able to call this link alreday
http://188.166.176.216:8090/rest/create-dialog/1.0/blueprints/web-items?spaceKey=HAUS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.