I got my dashboard, but the activity stream just showing the loading bar.
I cannot modify anything in the admin settings.
Any ideas where to look for the solution? ()
Hi Maarten,
look here: https://jira.atlassian.com/browse/JRA-21901
or better here: https://jira.atlassian.com/browse/JRA-26008
it's a known bug
Best regards
Thomas
btw, Opera is not supported by Jira. So it's not a real bug...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you able to use other gadgets on your dashboard? If not, I'd check your Base URL.
It could also be an issue with your index, are you able to search for issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check your Base URL and make sure that it matches the URL you're using to access Confluence. It sounds like your gadgets aren't working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, that is the issue. Well, i hadn't installed Confluence at all. Just bought it and installed it, but setup failed.
Now when i browse to the base url I'm directly send to http://localhost:8090/bootstrap/selectsetupstep.action with a system error.
Further from home I am.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without seeing your logging info, it could be that you have multiple installations. Do a search for 'confluence.cfg.xml' - if you find two then that's a good indicator.
If it's an evaluation you can start again by stopping Confluence and removing the home directory. When you start it back up again it'll be treated as a new install.
If you're still getting the error attach the stacktrace here. We may need to investigate a bit closer through http://support.atlassian.com.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There was only one .cfg.xml file , so i assume only one install.
It is an evaluation copy, so i can stop it. But with stopping do you mean killing the service, of de-install the software?
i don't know what a stacktrace is..
Below the log from the confluence.cfg.xml (partial due to message length)
<property name="confluence.webapp.context.path"></property>
<property name="hibernate.c3p0.acquire_increment">1</property>
<property name="hibernate.c3p0.idle_test_period">100</property>
<property name="hibernate.c3p0.max_size">30</property>
<property name="hibernate.c3p0.max_statements">0</property>
<property name="hibernate.c3p0.min_size">0</property>
<property name="hibernate.c3p0.timeout">30</property>
<property name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>
<property name="hibernate.connection.isolation">2</property>
<property name="hibernate.connection.password"></property>
<property name="hibernate.connection.url">jdbc:hsqldb:C:\Atlassian\ConfluenceData/database/confluencedb;hsqldb.tx=MVCC</property>
<property name="hibernate.connection.username">sa</property>
<property name="hibernate.dialect">com.atlassian.hibernate.dialect.HSQL2Dialect</property>
<property name="hibernate.setup">true</property>
<property name="lucene.index.dir">${confluenceHome}\index</property>
<property name="webwork.multipart.saveDir">${confluenceHome}\temp</property>
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.