|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
Confluence reliabilityHi,
<<confluence-error.png>> I'm just wondering if you also have reliability problems with confluence sometimes? Every now and then confluence screen is not complete and the layout is missing (see screenshot). This sometimes happens during editing and suddenly I'm not logged in anymore. Is this a server load problem (or an confluence application problem)? Ulli -- Avaloq - essential for banking. Avaloq Evolution AG Allmendstrasse 140, 8027 Zürich T +41 44 488 6790, F +41 44 488 6868, http://www.avaloq.com Dr. Ullrich Hafner, mailto:ullrich.hafner@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Confluence reliabilityYep, I see this regularly happen to me.
Hafner Ullrich wrote, On 06/28/2008 02:18 PM (EEST): > Hi, > <<confluence-error.png>> > > I'm just wondering if you also have reliability problems with confluence sometimes? Every now and then confluence screen is not complete and the layout is missing (see screenshot). > > This sometimes happens during editing and suddenly I'm not logged in anymore. > Is this a server load problem (or an confluence application problem)? > > Ulli > -- > Avaloq - essential for banking. > > Avaloq Evolution AG > Allmendstrasse 140, 8027 Zürich > T +41 44 488 6790, F +41 44 488 6868, http://www.avaloq.com > Dr. Ullrich Hafner, mailto:ullrich.hafner@... > > > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Confluence reliabilityHi Hafner and Aleksandar, I've seen it only a few times, but not
recently. When I first saw it, my guess is that the CSS style sheet isn't rendering, either because it's not yet downloaded, or my browser is trying to load the page first, and only render via CSS after it finishes download (I'm using Firefox). I haven't seen this issue with other Confluence sites, so I think it's something Hudson wiki specific. -- Lloyd On Sat, Jun 28, 2008 at 5:15 AM, Aleksandar Kostadinov <akostadi@...> wrote: > Yep, I see this regularly happen to me. > > Hafner Ullrich wrote, On 06/28/2008 02:18 PM (EEST): >> Hi, >> <<confluence-error.png>> >> >> I'm just wondering if you also have reliability problems with confluence sometimes? Every now and then confluence screen is not complete and the layout is missing (see screenshot). >> >> This sometimes happens during editing and suddenly I'm not logged in anymore. >> Is this a server load problem (or an confluence application problem)? >> >> Ulli >> -- >> Avaloq - essential for banking. >> >> Avaloq Evolution AG >> Allmendstrasse 140, 8027 Zürich >> T +41 44 488 6790, F +41 44 488 6868, http://www.avaloq.com >> Dr. Ullrich Hafner, mailto:ullrich.hafner@... >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> ------------------------------------------------------------------------ >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Confluence reliabilityI had problems with it frequently, but the problems went away the same
time Kohsuke did something to the server (I think rebooting it...) The last few days im getting this problem all the time, and it is quite frustrating to trying to commit changes to the wiki and being logged in at the same time. cheers //Erik On Sat, Jun 28, 2008 at 11:00 PM, Lloyd Chang <lloydchang@...> wrote: > Hi Hafner and Aleksandar, I've seen it only a few times, but not > recently. When I first saw it, my guess is that the CSS style sheet > isn't rendering, either because it's not yet downloaded, or my browser > is trying to load the page first, and only render via CSS after it > finishes download (I'm using Firefox). I haven't seen this issue with > other Confluence sites, so I think it's something Hudson wiki > specific. -- Lloyd > > On Sat, Jun 28, 2008 at 5:15 AM, Aleksandar Kostadinov > <akostadi@...> wrote: >> Yep, I see this regularly happen to me. >> >> Hafner Ullrich wrote, On 06/28/2008 02:18 PM (EEST): >>> Hi, >>> <<confluence-error.png>> >>> >>> I'm just wondering if you also have reliability problems with confluence sometimes? Every now and then confluence screen is not complete and the layout is missing (see screenshot). >>> >>> This sometimes happens during editing and suddenly I'm not logged in anymore. >>> Is this a server load problem (or an confluence application problem)? >>> >>> Ulli >>> -- >>> Avaloq - essential for banking. >>> >>> Avaloq Evolution AG >>> Allmendstrasse 140, 8027 Zürich >>> T +41 44 488 6790, F +41 44 488 6868, http://www.avaloq.com >>> Dr. Ullrich Hafner, mailto:ullrich.hafner@... >>> >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> ------------------------------------------------------------------------ >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Confluence reliabilityWhen the problem occured, main-action.css and effects.js returned 404s, which was caused by something returning a 'null' as part of the URL's context path.
Confluence issue tracker has a related open issue http://jira.atlassian.com/browse/CONF-7456?focusedCommentId=72128 , but not much clue there. Then I found this on Atlassian knowledge base http://confluence.atlassian.com/display/KB/CSP-8028+-+Confluence+stylesheet+sometimes+fails+to+load , which points out permgen space as a possible cause and solution. Kohsuke, what's the current setting on Hudson wiki, can you perhaps add more memory to it? Like Lloyd, I've never had this problem on other Confluence instances, but they are all using newer version than the one Hudson currently uses (2.4.5). Cheers, Cliff. On Wed, Jul 2, 2008 at 7:31 PM, Erik Ramfelt <eramfelt@...> wrote: I had problems with it frequently, but the problems went away the same |
|
|
Re: Confluence reliabilityEvery time I restart the Confluence JVM it seems to work.
I just restarted Confluence again with additional JVM parameter to increase perm gen space. If that doesn't help, I guess I'll try to upgrade. 2008/7/2 Erik Ramfelt <eramfelt@...>: > I had problems with it frequently, but the problems went away the same > time Kohsuke did something to the server (I think rebooting it...) The > last few days im getting this problem all the time, and it is quite > frustrating to trying to commit changes to the wiki and being logged > in at the same time. > > cheers > //Erik > > On Sat, Jun 28, 2008 at 11:00 PM, Lloyd Chang <lloydchang@...> wrote: >> Hi Hafner and Aleksandar, I've seen it only a few times, but not >> recently. When I first saw it, my guess is that the CSS style sheet >> isn't rendering, either because it's not yet downloaded, or my browser >> is trying to load the page first, and only render via CSS after it >> finishes download (I'm using Firefox). I haven't seen this issue with >> other Confluence sites, so I think it's something Hudson wiki >> specific. -- Lloyd >> >> On Sat, Jun 28, 2008 at 5:15 AM, Aleksandar Kostadinov >> <akostadi@...> wrote: >>> Yep, I see this regularly happen to me. >>> >>> Hafner Ullrich wrote, On 06/28/2008 02:18 PM (EEST): >>>> Hi, >>>> <<confluence-error.png>> >>>> >>>> I'm just wondering if you also have reliability problems with confluence sometimes? Every now and then confluence screen is not complete and the layout is missing (see screenshot). >>>> >>>> This sometimes happens during editing and suddenly I'm not logged in anymore. >>>> Is this a server load problem (or an confluence application problem)? >>>> >>>> Ulli >>>> -- >>>> Avaloq - essential for banking. >>>> >>>> Avaloq Evolution AG >>>> Allmendstrasse 140, 8027 Zürich >>>> T +41 44 488 6790, F +41 44 488 6868, http://www.avaloq.com >>>> Dr. Ullrich Hafner, mailto:ullrich.hafner@... >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@... >>>> For additional commands, e-mail: dev-help@... >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Kohsuke Kawaguchi --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Confluence reliabilityKohsuke Kawaguchi wrote:
> Every time I restart the Confluence JVM it seems to work. > > I just restarted Confluence again with additional JVM parameter to > increase perm gen space. > > If that doesn't help, I guess I'll try to upgrade. Looks like it's still happening. All right, I guess I'll try to upgrade. First order of business, back up... > 2008/7/2 Erik Ramfelt <eramfelt@...>: >> I had problems with it frequently, but the problems went away the same >> time Kohsuke did something to the server (I think rebooting it...) The >> last few days im getting this problem all the time, and it is quite >> frustrating to trying to commit changes to the wiki and being logged >> in at the same time. >> >> cheers >> //Erik >> >> On Sat, Jun 28, 2008 at 11:00 PM, Lloyd Chang <lloydchang@...> wrote: >>> Hi Hafner and Aleksandar, I've seen it only a few times, but not >>> recently. When I first saw it, my guess is that the CSS style sheet >>> isn't rendering, either because it's not yet downloaded, or my browser >>> is trying to load the page first, and only render via CSS after it >>> finishes download (I'm using Firefox). I haven't seen this issue with >>> other Confluence sites, so I think it's something Hudson wiki >>> specific. -- Lloyd >>> >>> On Sat, Jun 28, 2008 at 5:15 AM, Aleksandar Kostadinov >>> <akostadi@...> wrote: >>>> Yep, I see this regularly happen to me. >>>> >>>> Hafner Ullrich wrote, On 06/28/2008 02:18 PM (EEST): >>>>> Hi, >>>>> <<confluence-error.png>> >>>>> >>>>> I'm just wondering if you also have reliability problems with confluence sometimes? Every now and then confluence screen is not complete and the layout is missing (see screenshot). >>>>> >>>>> This sometimes happens during editing and suddenly I'm not logged in anymore. >>>>> Is this a server load problem (or an confluence application problem)? >>>>> >>>>> Ulli >>>>> -- >>>>> Avaloq - essential for banking. >>>>> >>>>> Avaloq Evolution AG >>>>> Allmendstrasse 140, 8027 Z?rich >>>>> T +41 44 488 6790, F +41 44 488 6868, http://www.avaloq.com >>>>> Dr. Ullrich Hafner, mailto:ullrich.hafner@... >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: dev-unsubscribe@... >>>>> For additional commands, e-mail: dev-help@... >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@... >>>> For additional commands, e-mail: dev-help@... >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > > -- Kohsuke Kawaguchi Sun Microsystems kohsuke.kawaguchi@... |
|
|
Re: Confluence reliabilityI'm now running
http://wsinterop.sun.com:58200/test-wiki/display/HUDSON/Meet+Hudson from the data I cloned a few hours ago. Does this look all right? If it is, then I'll switch from the current Confluence to this new one. 2008/7/2 Kohsuke Kawaguchi <Kohsuke.Kawaguchi@...>: > Kohsuke Kawaguchi wrote: >> >> Every time I restart the Confluence JVM it seems to work. >> >> I just restarted Confluence again with additional JVM parameter to >> increase perm gen space. >> >> If that doesn't help, I guess I'll try to upgrade. > > Looks like it's still happening. > > All right, I guess I'll try to upgrade. > > First order of business, back up... -- Kohsuke Kawaguchi --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Confluence reliabilityI did a skim through, I dont see any immediately noticeable problems besides a few urls being outta whack.. thats just because it's at /test-wiki/ instead of /wiki/. Confluence backups i've done in the past have always been super reliable.
-Dave Seymore On Thu, Jul 3, 2008 at 3:03 AM, Kohsuke Kawaguchi <kk@...> wrote: I'm now running -- David Seymore d.seymore@... |
|
|
Re: Confluence reliabilityThanks. The new version of Wiki is live now. David Seymore wrote: > I did a skim through, I dont see any immediately noticeable problems besides > a few urls being outta whack.. thats just because it's at /test-wiki/ > instead of /wiki/. Confluence backups i've done in the past have always been > super reliable. > > -Dave Seymore > > On Thu, Jul 3, 2008 at 3:03 AM, Kohsuke Kawaguchi <kk@...> wrote: > >> I'm now running >> http://wsinterop.sun.com:58200/test-wiki/display/HUDSON/Meet+Hudson >> from the data I cloned a few hours ago. Does this look all right? >> >> If it is, then I'll switch from the current Confluence to this new one. >> >> >> 2008/7/2 Kohsuke Kawaguchi <Kohsuke.Kawaguchi@...>: >> > Kohsuke Kawaguchi wrote: >> >> >> >> Every time I restart the Confluence JVM it seems to work. >> >> >> >> I just restarted Confluence again with additional JVM parameter to >> >> increase perm gen space. >> >> >> >> If that doesn't help, I guess I'll try to upgrade. >> > >> > Looks like it's still happening. >> > >> > All right, I guess I'll try to upgrade. >> > >> > First order of business, back up... >> >> >> -- >> Kohsuke Kawaguchi >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > -- Kohsuke Kawaguchi Sun Microsystems kohsuke.kawaguchi@... |
|
|
RE: Confluence reliabilitySeems to be stable now! Thanks.
BTW: the WYSIWYG editing is missing: I can just edit in plain WIKI format now, is this an admin option that need to be set? Ulli > -----Original Message----- > From: Kohsuke Kawaguchi [mailto:Kohsuke.Kawaguchi@...] > Sent: Freitag, 4. Juli 2008 04:06 > To: dev@... > Subject: Re: Confluence reliability > > > Thanks. The new version of Wiki is live now. > > David Seymore wrote: > > I did a skim through, I dont see any immediately noticeable > problems > > besides a few urls being outta whack.. thats just because it's at > > /test-wiki/ instead of /wiki/. Confluence backups i've done in the > > past have always been super reliable. > > > > -Dave Seymore > > > > On Thu, Jul 3, 2008 at 3:03 AM, Kohsuke Kawaguchi > <kk@...> wrote: > > > >> I'm now running > >> http://wsinterop.sun.com:58200/test-wiki/display/HUDSON/Meet+Hudson > >> from the data I cloned a few hours ago. Does this look all right? > >> > >> If it is, then I'll switch from the current Confluence to > this new one. > >> > >> > >> 2008/7/2 Kohsuke Kawaguchi <Kohsuke.Kawaguchi@...>: > >> > Kohsuke Kawaguchi wrote: > >> >> > >> >> Every time I restart the Confluence JVM it seems to work. > >> >> > >> >> I just restarted Confluence again with additional JVM > parameter to > >> >> increase perm gen space. > >> >> > >> >> If that doesn't help, I guess I'll try to upgrade. > >> > > >> > Looks like it's still happening. > >> > > >> > All right, I guess I'll try to upgrade. > >> > > >> > First order of business, back up... > >> > >> > >> -- > >> Kohsuke Kawaguchi > >> > >> > --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@... > >> For additional commands, e-mail: dev-help@... > >> > >> > > > > > > > -- > Kohsuke Kawaguchi > Sun Microsystems kohsuke.kawaguchi@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Confluence reliabilityhttp://www.bpowerhouse.info/
BPowerHouse is an international premier specialist IT solutions and services company, that combines core technical expertise with a global business perspective. The company's key offerings include product development, migration, porting, re-engineering and e-commerce solutions. Over the past 4 years we have assisted many clients worldwide in solving problems ranging from simple needs to extensive corporate requirements. We have references from USA, UK, Germany, France, Canada, Denmark, Norway and other countries. We give 2 months warranty after completion for bugs fixing.
|
|
|
Re: Confluence reliabilityHafner Ullrich wrote:
> Seems to be stable now! Thanks. > > BTW: the WYSIWYG editing is missing: I can just edit in plain WIKI > format now, is this an admin option that need to be set? It actually seems very unstable after the upgrade :-( It seems it just stops responding after certain time. I just upgraded to JDK6 so that when it happens next time I can get jstack. I'm also not sure why the WYSIWYG feature is gone. Perhaps I'm supposed to have a plugin? I need to do a bit more research. > > Ulli > >> -----Original Message----- >> From: Kohsuke Kawaguchi [mailto:Kohsuke.Kawaguchi@...] >> Sent: Freitag, 4. Juli 2008 04:06 >> To: dev@... >> Subject: Re: Confluence reliability >> >> >> Thanks. The new version of Wiki is live now. >> >> David Seymore wrote: >> > I did a skim through, I dont see any immediately noticeable >> problems >> > besides a few urls being outta whack.. thats just because it's at >> > /test-wiki/ instead of /wiki/. Confluence backups i've done in the >> > past have always been super reliable. >> > >> > -Dave Seymore >> > >> > On Thu, Jul 3, 2008 at 3:03 AM, Kohsuke Kawaguchi >> <kk@...> wrote: >> > >> >> I'm now running >> >> http://wsinterop.sun.com:58200/test-wiki/display/HUDSON/Meet+Hudson >> >> from the data I cloned a few hours ago. Does this look all right? >> >> >> >> If it is, then I'll switch from the current Confluence to >> this new one. >> >> >> >> >> >> 2008/7/2 Kohsuke Kawaguchi <Kohsuke.Kawaguchi@...>: >> >> > Kohsuke Kawaguchi wrote: >> >> >> >> >> >> Every time I restart the Confluence JVM it seems to work. >> >> >> >> >> >> I just restarted Confluence again with additional JVM >> parameter to >> >> >> increase perm gen space. >> >> >> >> >> >> If that doesn't help, I guess I'll try to upgrade. >> >> > >> >> > Looks like it's still happening. >> >> > >> >> > All right, I guess I'll try to upgrade. >> >> > >> >> > First order of business, back up... >> >> >> >> >> >> -- >> >> Kohsuke Kawaguchi >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: dev-unsubscribe@... >> >> For additional commands, e-mail: dev-help@... >> >> >> >> >> > >> > >> >> >> -- >> Kohsuke Kawaguchi >> Sun Microsystems kohsuke.kawaguchi@... >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Kohsuke Kawaguchi Sun Microsystems kohsuke.kawaguchi@... |
|
|
Re: Confluence reliabilityKohsuke Kawaguchi wrote:
> Hafner Ullrich wrote: >> Seems to be stable now! Thanks. >> >> BTW: the WYSIWYG editing is missing: I can just edit in plain WIKI >> format now, is this an admin option that need to be set? > > It actually seems very unstable after the upgrade :-( > > It seems it just stops responding after certain time. I just upgraded to > JDK6 so that when it happens next time I can get jstack. > > I'm also not sure why the WYSIWYG feature is gone. Perhaps I'm supposed > to have a plugin? I need to do a bit more research. because the compatibility matrix says it won't work with Confluence 2.8, but I was at least able to install it. If you see any problems using it, let me know. [1] http://confluence.atlassian.com/display/CONFEXT/TinyMCE+Plugin -- Kohsuke Kawaguchi Sun Microsystems kohsuke.kawaguchi@... |
| Free Forum Powered by Nabble | Forum Help |