Hey,
Anybody realize that the "More Actions" menu in Internet Explorer only is showed clicking 2 times and to close this is necessay to click again in it?
Att,
Filipe Fumaux
Sorry, but I don't understand what is this Stats Service.
Is it the Lo4J???
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: quinta-feira, 1 de junho de 2006 09:27
To: xwiki-dev(a)objectweb.org
Subject: Re: [xwiki-dev] Deleting old object
Yes.. turning off the stats works.
Otherwise you'll have to wait until the next release. This issue is
fixed in this release.
Much better email Filipe ! It shares info because we learn about what
you do with XWiki !
…
[View More]Ludovic
Mark H. James a écrit :
> Do you need to have the stats service running? if not, I think turning
> that off will get rid of the error.
>
> On May 31, 2006, at 5:17 PM, Filipe wrote:
>
>> G'Day mates,
>> This time I will try to be more complete.
>> So, I'm getting a error and decide to investigate.
>> I'm using the least Xwiki version, 0.9.840, and this version is
>> working fine with 3 user.Leaving another obstacles that I'm getting,
>> every thing is running OK. This 3 users are admin users. Until this
>> point, xWiki is working OK. But I'm tried to use another user,
>> different of admin user.
>> My problem starts here. When I navegate with this common user, in
>> every page, show the same error. The error:
>>
>> com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while
>> deleting object XWiki.Mega
>> Wrapped Exception: possible nonthreadsafe access to session
>> at
>> com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernateStore.java:986)
>>
>> at
>> com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServiceImpl.java:209)
>>
>> at
>> com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:51)
>> at
>> com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:93)
>>
>> at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
>> at
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
>>
>> at
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
>>
>>
>> I tried to close some classes in Log4J, but I'm don't confortable
>> with this masked errors.
>> When I put the source in Eclipse to debug, I found where this error
>> is "Blowing up". In
>> com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify( )say it be
>> necessary to delete the oldObject because the ID info have changed.
>> Why do I need to delete this old object? This is occurring only in
>> simple users. In admin mode this error don't happens.
>> I'm looking for this error in xWiki mail list and Ludovic said that
>> is a know problem and already fixed, but this answer was in december
>> 2005 and the 0.9.840's version was build in september 2005. Are there
>> anything that I can do to solve this problem in short-term? I'm
>> thinking in remove the throw Exception. This short solution will be
>> have big impact in xWiki?
>>
>> Cheers,
>>
>> Filipe Fumaux
>>
>>
>>
>> --
>> You receive this message as a subscriber of the
>> xwiki-dev(a)objectweb.org mailing list.
>> To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org
>> For general help: mailto:sympa@objectweb.org?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-dev(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
[View Less]
Roger,
I don't know if I am right, but if you turn on the multi-language ON will solve you problem.
But if you want to change a skin you need to change this in the space or in Wiki preferences --> Presentation. Indicate there what skin file do you want to use.
I hope this is useful.
-----Original Message-----
From: Roger Rukundo Nzabandora [mailto:rnrukundo@syscorp.co.ug]
Sent: quinta-feira, 1 de junho de 2006 06:14
To: xwiki-dev(a)objectweb.org; xwiki-users(a)objectweb.org
Subject: […
[View More]xwiki-dev]
Can anyone please send me instructions of how to create a skin in ENGLISH?
[View Less]
G'Day mates,
This time I will try to be more complete.
So, I'm getting a error and decide to investigate.
I'm using the least Xwiki version, 0.9.840, and this version is working fine with 3 user.Leaving another obstacles that I'm getting, every thing is running OK. This 3 users are admin users. Until this point, xWiki is working OK. But I'm tried to use another user, different of admin user.
My problem starts here. When I navegate with this common user, in every page, show the same error. The …
[View More]error:
com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while deleting object XWiki.Mega
Wrapped Exception: possible nonthreadsafe access to session
at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernateStore.java:986)
at com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServiceImpl.java:209)
at com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:51)
at com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
I tried to close some classes in Log4J, but I'm don't confortable with this masked errors.
When I put the source in Eclipse to debug, I found where this error is "Blowing up". In com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify( )say it be necessary to delete the oldObject because the ID info have changed.
Why do I need to delete this old object? This is occurring only in simple users. In admin mode this error don't happens.
I'm looking for this error in xWiki mail list and Ludovic said that is a know problem and already fixed, but this answer was in december 2005 and the 0.9.840's version was build in september 2005. Are there anything that I can do to solve this problem in short-term? I'm thinking in remove the throw Exception. This short solution will be have big impact in xWiki?
Cheers,
Filipe Fumaux
[View Less]
Thanks. MySql has the Describe table function. Out of curiousity, Is there any shell that can show the binary (mediumblob) type?
-----Original Message-----
From: jeremi joslin [mailto:jeremi23@gmail.com]
Sent: Thursday, June 01, 2006 10:27 AM
To: xwiki-dev(a)objectweb.org
Subject: Re: [xwiki-dev] xwikiattachment_content table errors
On 6/1/06, Roger Rukundo Nzabandora <rnrukundo(a)syscorp.co.ug> wrote:
>
>
>
>
> Hi all, thanks for the constant updates and info.
>
>
…
[View More]>
> I'm trying to view the xwikiattachment_content table rows and columns in the
> windows command line but I don't get any meaningful results. The MySql
> command is select * from xwikiattachment_content. I get a series of several
> dotted lines followed by endless characters and the computer starts beeping
> endlessly until I have to close the command line interface. I'm doing a
> project on xwiki and I need to document the contents of each table. What can
> I do?
Hi,
It's normal, because the content of this table is binary, so your
shell have some problems to show the binary. Instead of listing the
content of the database, you can use a function like "describe
table"(i don't know if it exist en mysql, but you should have
something like this) for watching the schema of the table.
Can you share your work with the community after?
Jérémi
[View Less]
Hi all, thanks for the constant updates and info.
I'm trying to view the xwikiattachment_content table rows and columns in
the windows command line but I don't get any meaningful results. The
MySql command is select * from xwikiattachment_content. I get a series
of several dotted lines followed by endless characters and the computer
starts beeping endlessly until I have to close the command line
interface. I'm doing a project on xwiki and I need to document the
contents of each table. What can I do?