Activity stream does not load

Blommetje January 31, 2012

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? ()

4 answers

1 accepted

1 vote
Answer accepted
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 12, 2012

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

Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 12, 2012

btw, Opera is not supported by Jira. So it's not a real bug...

0 votes
Blommetje February 12, 2012

Activity stream turned out to work fine, just not in Opera....

0 votes
Blommetje February 12, 2012

Activity stream turned out to work fine, just not in Opera....

0 votes
Michael S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 31, 2012

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?

Blommetje January 31, 2012

Yes, search works. I also see the 'Assigned to me-issues'. But the Projects, Issues in Progress and Road Map are just empty.

Michael S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 31, 2012

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.

Blommetje January 31, 2012

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.

Michael S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 1, 2012

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.

Blommetje February 1, 2012

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>

Suggest an answer

Log in or Sign up to answer