my logs from the mail plugin are at the bottom of this mail....Notice the
"skipping subscription of user dhiller since not our scheduler name:
[daily]". What does this mean? I notice my properties file has often,
hourly, daily, and weekly. All are commented out except for often which is
set to every 1 minute for now as I test this out. I do a google and find
the following code snippet....Why is only daily firing and not often. I am
very confused here. thanks for any help....dean
+ Collection userDocs = xwiki
+ .getStore ()
+ .searchDocuments (
+ ", BaseObject as obj where
obj.name=CONCAT(XWD_WEB,'.',XWD_NAME) and obj.className='XWiki.XWikiUsers'",
+ context);
+ for (Iterator iter = userDocs.iterator (); iter.hasNext ();)
+ {
+ // XWikiDocument doc = xwiki.getDocument ((String)
iter.next
(),
+ // context);
+ XWikiDocument doc = (XWikiDocument) iter.next ();
+ if (doc != null)
+ {
+ BaseObject obj = doc.getObject
(EmailNotificationPlugin.SUBSCRIPTION_CLASS);
+
+ if (obj != null)
+ {
+ String schedulerName = obj
+ .getStringValue
(EmailNotificationPlugin.FIELD_SCHEDULER_NAME);
+ if (name.equals (schedulerName))
+ {
+ retval.add (obj);
+ if (LOG.isDebugEnabled ())
+ LOG.debug ("adding subscription of user " +
doc.getName ());
+ } else
+ {
+ if (LOG.isDebugEnabled ())
+ LOG.debug ("skipping subscription of user "
+ doc.getName ()
+ + " since not our scheduler name: "
+ schedulerName);
+ }
+ }
+ }
+ }
18:05:00,011 INFO scheduler1_Worker-2 email notification sender: often
NotificationSender:run:220 - email notification sender thread up and
running.
18:05:00,011 DEBUG scheduler1_Worker-2 email notification sender: often
NotificationSender:run:230 - have 1 modifications...
18:05:00,012 DEBUG scheduler1_Worker-2 email notification sender: often
NotificationSender:checkForTooNewModifications:263 -
lastChangeDateForNotification: Tue Jan 03 18:04:50 MST 2006
18:05:00,034 DEBUG scheduler1_Worker-2 email notification sender: often
NotificationSender:getAllSubscriptions:477 - skipping subscription of user
dhiller since not our scheduler name: [daily]
18:05:00,034 DEBUG scheduler1_Worker-2 email notification sender: often
NotificationSender:run:242 - 0 subscriptions for wiki xwiki
18:05:20,320 WARN Finalizer JDBCContext:finalize:333 -
afterTransactionCompletion() was never called
18:06:00,012 INFO scheduler1_Worker-1 email notification sender: often
NotificationSender:run:220 - email notification sender thread up and
running.
18:06:00,013 DEBUG scheduler1_Worker-1 email notification sender: often
NotificationSender:run:223 - nothing to do, exiting
I just edited a page with 2 users and last user won and was not notified
that he was blowing away changes the other user just made. Is there a way
to turn on locking in xwiki? I don't see this on the features list of xwiki
but most wiki's have a feature to prevent a user from blowing away someone
else's cahnges without knowing about it.
procedure to reproduce:
1. login with user1 and click edit the home page
2. login with user2 and click edit the home page
3. have user1 make changes and save the page
4. have user2 make changes and save the page
user1's changes are blown away and no one new about it.
thanks,
dean
bizarre, I just got this error, but did not get it a second ago. Did I
screw up another part of my install? thanks for any ideas here.
"This object is currently locked by: Dean Hiller.
Click here to force editing"
dean
-----Original Message-----
From: Hiller, Dean
Sent: Tuesday, January 03, 2006 5:33 PM
To: 'xwiki-users(a)objectweb.org'
Subject: no locking in xwiki?
I just edited a page with 2 users and last user won and was not notified
that he was blowing away changes the other user just made. Is there a way
to turn on locking in xwiki? I don't see this on the features list of xwiki
but most wiki's have a feature to prevent a user from blowing away someone
else's cahnges without knowing about it.
procedure to reproduce:
1. login with user1 and click edit the home page
2. login with user2 and click edit the home page
3. have user1 make changes and save the page
4. have user2 make changes and save the page
user1's changes are blown away and no one new about it.
thanks,
dean
yeah, I know how that is. We do alot of open source stuff ourselves too
here. unfortunately it is hard to contribute to every project we use :),
though if we run into major bugs we have to have fixed we will submit them
back. thanks for all of your help. It is much appreciated.
thanks,
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 5:31 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] ah, very stupid mistake caused all these
problems
We have a few bugs and features to work on to be able to release it. We
have a developer on it.
If there are any Javascript exeperienced developer wishing to help that
would be great. We need especially to work on the table syntax
compatibility.
Ludovic
Hiller, Dean a écrit :
> I was using an old version of the sample database from some
> documentation that I think was stale. I did not see the sample
> database download at the bottom of the downloads page last time. I
> have only encountered one weird problem so far after reinstalling but
> overall, it is much smoother running now. When will the release with
> the next WYSWIG be ready? My users really want to use that as they
> don't know wiki language and find it difficult. If they use the
> current WYSWIG, what problems will I have on upgrade?
> thanks and sorry for the spam!!!!!,
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Tuesday, January 03, 2006 2:02 PM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] please!!! how do I debug this(where do I
> start in the code)?
>
> So, I got XWiki Access Rights, and go to my XWiki.XWikiAllGroup
> which should contain all registered users from what I understand,
> and I do see XWiki.dhiller is on the list of that group.
>
> So, I see this
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment
> Users: <none>
> Allow/Deny: Allow
>
> This used to work great, but then something happened and
> XWiki.dhiller can no longer edit any page. I change the above
> stuff so Users: field contains XWiki.dhiller and he can then edit
> any document he wants again. This makes no sense, he was already
> part of that group, but I had to specifically allow him to edit
> pages. All my users are locked out of the wiki now from editing
> and I can't figure out why. Where do I start to debug this issue?
>
> thanks,
> dean
>
> -----Original Message-----
> From: Ludovic Dubost [mailto:ludovic@xwiki.com]
> Sent: Tuesday, January 03, 2006 4:12 AM
> To: xwiki-users(a)objectweb.org
> Subject: Re: [xwiki-users] access rights...I getting them wrong
>
>
>
> Hi Dean,
>
> You should edit the document rights for document
> XWiki.RegisterNewUser
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: view
> Users: XWiki.XWikiGuest
> Allow/Deny: Allow
>
> This will allow users to view the register page..
> You might want to redirect to the register page for unregistered
> users
> or modify the login.vm template to put a link to the registration
> page
>
> Ludovic
>
> Hiller, Dean a écrit :
> >
> > I tried adding these rights to whole wiki
> >
> > Groups: XWiki.XWikiAllGroup
> > Access Levels: edit, comment, view
> > Users: <blank>
> > Allow/Deny: Allow
> >
> > and this shuts down the ability to register. What am I doing
> wrong?
> > I want people to be able to register and to be immediately able to
> > start editing.
> >
> > thanks,
> > dean
> >
> >
>
------------------------------------------------------------------------
>
> >
> >
> > --
> > You receive this message as a subscriber of the
> xwiki-users(a)objectweb.org mailing list.
> > To unsubscribe: mailto:xwiki-users-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
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
I was using an old version of the sample database from some documentation
that I think was stale. I did not see the sample database download at the
bottom of the downloads page last time. I have only encountered one weird
problem so far after reinstalling but overall, it is much smoother running
now. When will the release with the next WYSWIG be ready? My users really
want to use that as they don't know wiki language and find it difficult. If
they use the current WYSWIG, what problems will I have on upgrade?
thanks and sorry for the spam!!!!!,
dean
-----Original Message-----
From: Hiller, Dean [mailto:DHiller@carrieraccess.com]
Sent: Tuesday, January 03, 2006 2:02 PM
To: 'xwiki-users(a)objectweb.org'
Subject: [xwiki-users] please!!! how do I debug this(where do I start in the
code)?
So, I got XWiki Access Rights, and go to my XWiki.XWikiAllGroup which should
contain all registered users from what I understand, and I do see
XWiki.dhiller is on the list of that group.
So, I see this
Groups: XWiki.XWikiAllGroup
Access Levels: edit, comment
Users: <none>
Allow/Deny: Allow
This used to work great, but then something happened and XWiki.dhiller can
no longer edit any page. I change the above stuff so Users: field contains
XWiki.dhiller and he can then edit any document he wants again. This makes
no sense, he was already part of that group, but I had to specifically allow
him to edit pages. All my users are locked out of the wiki now from editing
and I can't figure out why. Where do I start to debug this issue?
thanks,
dean
-----Original Message-----
From: Ludovic Dubost [ mailto:ludovic@xwiki.com <mailto:ludovic@xwiki.com> ]
Sent: Tuesday, January 03, 2006 4:12 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] access rights...I getting them wrong
Hi Dean,
You should edit the document rights for document XWiki.RegisterNewUser
Groups: XWiki.XWikiAllGroup
Access Levels: view
Users: XWiki.XWikiGuest
Allow/Deny: Allow
This will allow users to view the register page..
You might want to redirect to the register page for unregistered users
or modify the login.vm template to put a link to the registration page
Ludovic
Hiller, Dean a écrit :
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing wrong?
> I want people to be able to register and to be immediately able to
> start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
<mailto:xwiki-users-unsubscribe@objectweb.org>
> For general help: mailto:sympa@objectweb.org?subject=help
<mailto:sympa@objectweb.org?subject=help>
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
<http://www.objectweb.org/wws>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/ <http://www.xpertnet.fr/>
Blog: http://www.ludovic.org/blog/ <http://www.ludovic.org/blog/>
XWiki: http://www.xwiki.com <http://www.xwiki.com>
Skype: ldubost AIM: nvludo Yahoo: ludovic
Greetings.
I have been using TWiki for about a year and wanted to move over to
XWiki. By profession I have been supporting Apache, IBM IHS, IBM
WebSphere & WebSphere Portal and a few other middleware technologies
for several years now.
At home I'm setting up an instnace of Geronimo and want to run XWiki
under that ( within it's Tomcat container ). I'm new to both Geronimo
and XWiki as specific technologies, as mentioned above I'm not new to
the general technologies of either. I was wondering if anyone on this
list is already running XWiki under Geronimo and may be able to help
if I start hitting any issues I can't work thru?
advTHANKSance!
-Lawrence
So, I got XWiki Access Rights, and go to my XWiki.XWikiAllGroup which should
contain all registered users from what I understand, and I do see
XWiki.dhiller is on the list of that group.
So, I see this
Groups: XWiki.XWikiAllGroup
Access Levels: edit, comment
Users: <none>
Allow/Deny: Allow
This used to work great, but then something happened and XWiki.dhiller can
no longer edit any page. I change the above stuff so Users: field contains
XWiki.dhiller and he can then edit any document he wants again. This makes
no sense, he was already part of that group, but I had to specifically allow
him to edit pages. All my users are locked out of the wiki now from editing
and I can't figure out why. Where do I start to debug this issue?
thanks,
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 4:12 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] access rights...I getting them wrong
Hi Dean,
You should edit the document rights for document XWiki.RegisterNewUser
Groups: XWiki.XWikiAllGroup
Access Levels: view
Users: XWiki.XWikiGuest
Allow/Deny: Allow
This will allow users to view the register page..
You might want to redirect to the register page for unregistered users
or modify the login.vm template to put a link to the registration page
Ludovic
Hiller, Dean a écrit :
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing wrong?
> I want people to be able to register and to be immediately able to
> start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
Using admin, I installed a email notify plugin and I changed default edit
mode to wysiwig. My user dhiller no can no longer edit any documents. I
did not change any of the permissions. This is getting quite frustrating.
thanks for any ideas on how to debug this problem,
dean
I followed these docs
http://www.xwiki.com/xwiki/bin/view/Doc/EditRightSideMenu
to edit the right side which was a search and most recently used pages.
Like the docs said, my stuff dissappeared, but I followed the doc to bring
it back, but that just shows the content I just added in the toolbar. How
do I get the search box back now that it is gone?
thanks,
dean
okay, I went to first page and then went to More Actions and then XWiki
Preferences. The settings were yes, en, en. I changed these to yes, fr, fr
and now my wiki is all in English again.....I set my wiki to french and it
goes to english. This sounds pretty weird, but I got it working again for a
while at least.
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 4:14 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] language links not working
Hi Dean,
Is that on an locally installed wiki or on xwiki.com ?
The toolbar text is in the XWiki Preferences.
You should switch to "Multilingual" in the XWiki Preferences to see the
language links
Ludovic
Hiller, Dean a écrit :
> okay, I figured out the rights management, remove the "view" from
> access levels and it works now.
>
> I have a toolbar though with Wiki, Quoi de Neuf, Recherche, Admin,
> Doc, and Test. Everything else is in english including More Actions.
> There is no en or fr in the right top corner. I do not know why the
> toolbar is going to french and everything else is in english. Is
> there a toolbar page. I search for toolbar and find nothing. thanks
> for any ideas here.
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 1:56 PM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] is setting up rights like this impossible
>
> I want anyone to be able to edit, comment, view everything as long
> as they register. What I did below obviously doesn't work. When
> I do that, they can't register anymore as everyone outside the
> XWikiAllGroup can't see the register page since they don't have
> access.
> thanks,
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 10:14 AM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] access rights...I getting them wrong
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing
> wrong? I want people to be able to register and to be
> immediately able to start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
what does this mean....
Ces paramètres peuvent être modifiés pour chaque utilisateur
* Skin: default
* Style par défaut:
* Styles alternatifs:
Ces paramètres peuvent être modifiés pour chaque web
* Copyright: Copyright 2004 (c) Auteurs des pages
* Titre: Wiki - $doc.web - $doc.name
* Version:
Barre de Menu
La barre de menu peut contenir de l'HTML:
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 4:14 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] language links not working
Hi Dean,
Is that on an locally installed wiki or on xwiki.com ?
The toolbar text is in the XWiki Preferences.
You should switch to "Multilingual" in the XWiki Preferences to see the
language links
Ludovic
Hiller, Dean a écrit :
> okay, I figured out the rights management, remove the "view" from
> access levels and it works now.
>
> I have a toolbar though with Wiki, Quoi de Neuf, Recherche, Admin,
> Doc, and Test. Everything else is in english including More Actions.
> There is no en or fr in the right top corner. I do not know why the
> toolbar is going to french and everything else is in english. Is
> there a toolbar page. I search for toolbar and find nothing. thanks
> for any ideas here.
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 1:56 PM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] is setting up rights like this impossible
>
> I want anyone to be able to edit, comment, view everything as long
> as they register. What I did below obviously doesn't work. When
> I do that, they can't register anymore as everyone outside the
> XWikiAllGroup can't see the register page since they don't have
> access.
> thanks,
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 10:14 AM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] access rights...I getting them wrong
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing
> wrong? I want people to be able to register and to be
> immediately able to start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
More info...Some pages have en fr en in the top right corner. The first
menu bar is in french and the second one in english. I click fr which
results in both being in french. Then I click en, which results in one
french and one english. ie. the Edit Page is in english, but the bar above
that is in french. This is very bizarre. Any ideas on what is going on?
thanks,
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 4:14 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] language links not working
Hi Dean,
Is that on an locally installed wiki or on xwiki.com ?
The toolbar text is in the XWiki Preferences.
You should switch to "Multilingual" in the XWiki Preferences to see the
language links
Ludovic
Hiller, Dean a écrit :
> okay, I figured out the rights management, remove the "view" from
> access levels and it works now.
>
> I have a toolbar though with Wiki, Quoi de Neuf, Recherche, Admin,
> Doc, and Test. Everything else is in english including More Actions.
> There is no en or fr in the right top corner. I do not know why the
> toolbar is going to french and everything else is in english. Is
> there a toolbar page. I search for toolbar and find nothing. thanks
> for any ideas here.
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 1:56 PM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] is setting up rights like this impossible
>
> I want anyone to be able to edit, comment, view everything as long
> as they register. What I did below obviously doesn't work. When
> I do that, they can't register anymore as everyone outside the
> XWikiAllGroup can't see the register page since they don't have
> access.
> thanks,
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 10:14 AM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] access rights...I getting them wrong
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing
> wrong? I want people to be able to register and to be
> immediately able to start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
when I click the fr link in the top right, it has no effect for some reason.
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 4:14 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] language links not working
Hi Dean,
Is that on an locally installed wiki or on xwiki.com ?
The toolbar text is in the XWiki Preferences.
You should switch to "Multilingual" in the XWiki Preferences to see the
language links
Ludovic
Hiller, Dean a écrit :
> okay, I figured out the rights management, remove the "view" from
> access levels and it works now.
>
> I have a toolbar though with Wiki, Quoi de Neuf, Recherche, Admin,
> Doc, and Test. Everything else is in english including More Actions.
> There is no en or fr in the right top corner. I do not know why the
> toolbar is going to french and everything else is in english. Is
> there a toolbar page. I search for toolbar and find nothing. thanks
> for any ideas here.
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 1:56 PM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] is setting up rights like this impossible
>
> I want anyone to be able to edit, comment, view everything as long
> as they register. What I did below obviously doesn't work. When
> I do that, they can't register anymore as everyone outside the
> XWikiAllGroup can't see the register page since they don't have
> access.
> thanks,
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 10:14 AM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] access rights...I getting them wrong
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing
> wrong? I want people to be able to register and to be
> immediately able to start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
ahhh, my wiki switched to french again. okay, it was all english until I
went to preferences which was in french, so I set to en, en, and answerd yes
under what I think was the french word for multilingual. This converted the
rest of my wiki to french for some reason?
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 4:14 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] language links not working
Hi Dean,
Is that on an locally installed wiki or on xwiki.com ?
The toolbar text is in the XWiki Preferences.
You should switch to "Multilingual" in the XWiki Preferences to see the
language links
Ludovic
Hiller, Dean a écrit :
> okay, I figured out the rights management, remove the "view" from
> access levels and it works now.
>
> I have a toolbar though with Wiki, Quoi de Neuf, Recherche, Admin,
> Doc, and Test. Everything else is in english including More Actions.
> There is no en or fr in the right top corner. I do not know why the
> toolbar is going to french and everything else is in english. Is
> there a toolbar page. I search for toolbar and find nothing. thanks
> for any ideas here.
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 1:56 PM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] is setting up rights like this impossible
>
> I want anyone to be able to edit, comment, view everything as long
> as they register. What I did below obviously doesn't work. When
> I do that, they can't register anymore as everyone outside the
> XWikiAllGroup can't see the register page since they don't have
> access.
> thanks,
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 10:14 AM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] access rights...I getting them wrong
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing
> wrong? I want people to be able to register and to be
> immediately able to start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
locally installeed wiki....I ended up just reinstalling since no one was
using it yet. not sure what went wrong. I will try that if it happens
again. thanks,
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, January 03, 2006 4:14 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] language links not working
Hi Dean,
Is that on an locally installed wiki or on xwiki.com ?
The toolbar text is in the XWiki Preferences.
You should switch to "Multilingual" in the XWiki Preferences to see the
language links
Ludovic
Hiller, Dean a écrit :
> okay, I figured out the rights management, remove the "view" from
> access levels and it works now.
>
> I have a toolbar though with Wiki, Quoi de Neuf, Recherche, Admin,
> Doc, and Test. Everything else is in english including More Actions.
> There is no en or fr in the right top corner. I do not know why the
> toolbar is going to french and everything else is in english. Is
> there a toolbar page. I search for toolbar and find nothing. thanks
> for any ideas here.
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 1:56 PM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] is setting up rights like this impossible
>
> I want anyone to be able to edit, comment, view everything as long
> as they register. What I did below obviously doesn't work. When
> I do that, they can't register anymore as everyone outside the
> XWikiAllGroup can't see the register page since they don't have
> access.
> thanks,
> dean
>
> -----Original Message-----
> *From:* Hiller, Dean [mailto:DHiller@carrieraccess.com]
> *Sent:* Thursday, December 29, 2005 10:14 AM
> *To:* 'xwiki-users(a)objectweb.org'
> *Subject:* [xwiki-users] access rights...I getting them wrong
>
> I tried adding these rights to whole wiki
>
> Groups: XWiki.XWikiAllGroup
> Access Levels: edit, comment, view
> Users: <blank>
> Allow/Deny: Allow
>
> and this shuts down the ability to register. What am I doing
> wrong? I want people to be able to register and to be
> immediately able to start editing.
>
> thanks,
> dean
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
okay, I figured out the rights management, remove the "view" from access
levels and it works now.
I have a toolbar though with Wiki, Quoi de Neuf, Recherche, Admin, Doc, and
Test. Everything else is in english including More Actions. There is no en
or fr in the right top corner. I do not know why the toolbar is going to
french and everything else is in english. Is there a toolbar page. I
search for toolbar and find nothing. thanks for any ideas here.
dean
-----Original Message-----
From: Hiller, Dean [mailto:DHiller@carrieraccess.com]
Sent: Thursday, December 29, 2005 1:56 PM
To: 'xwiki-users(a)objectweb.org'
Subject: [xwiki-users] is setting up rights like this impossible
I want anyone to be able to edit, comment, view everything as long as they
register. What I did below obviously doesn't work. When I do that, they
can't register anymore as everyone outside the XWikiAllGroup can't see the
register page since they don't have access.
thanks,
dean
-----Original Message-----
From: Hiller, Dean [mailto:DHiller@carrieraccess.com]
Sent: Thursday, December 29, 2005 10:14 AM
To: 'xwiki-users(a)objectweb.org'
Subject: [xwiki-users] access rights...I getting them wrong
I tried adding these rights to whole wiki
Groups: XWiki.XWikiAllGroup
Access Levels: edit, comment, view
Users: <blank>
Allow/Deny: Allow
and this shuts down the ability to register. What am I doing wrong? I want
people to be able to register and to be immediately able to start editing.
thanks,
dean
I tried adding these rights to whole wiki
Groups: XWiki.XWikiAllGroup
Access Levels: edit, comment, view
Users: <blank>
Allow/Deny: Allow
and this shuts down the ability to register. What am I doing wrong? I want
people to be able to register and to be immediately able to start editing.
thanks,
dean
I want anyone to be able to edit, comment, view everything as long as they
register. What I did below obviously doesn't work. When I do that, they
can't register anymore as everyone outside the XWikiAllGroup can't see the
register page since they don't have access.
thanks,
dean
-----Original Message-----
From: Hiller, Dean [mailto:DHiller@carrieraccess.com]
Sent: Thursday, December 29, 2005 10:14 AM
To: 'xwiki-users(a)objectweb.org'
Subject: [xwiki-users] access rights...I getting them wrong
I tried adding these rights to whole wiki
Groups: XWiki.XWikiAllGroup
Access Levels: edit, comment, view
Users: <blank>
Allow/Deny: Allow
and this shuts down the ability to register. What am I doing wrong? I want
people to be able to register and to be immediately able to start editing.
thanks,
dean
I can't login with Admin/admin anymore for some reason. What is password
for superadmin? I think it may have to do with that exception I forwarded
in my last mail(that you may not have got to yet).
thanks,
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Thursday, December 29, 2005 9:42 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] register not working
There is probably a right that makes your page not load
You need to access the wiki as admin or superadmin to check it
Ludovic
Hiller, Dean a écrit :
> For some reason, when I go to this web
> page....http://atg/xwiki/bin/view/Main/WebHome It redirects me to
> this web page...http://atg/xwiki/bin/login/XWiki/XWikiLogin which is
> clearly not supposed to happen as that is the login page. Anyone have
> this problem? Logs below. thanks, Dean
>
> Here is the logs....
> INFO: Server startup in 4235 ms
> 09:21:55,872 WARN http-80-Processor25
> RequestUtils:createActionForm:177 - No FormBeanConfig found under 'view'
> 09:21:57,781 WARN http-80-Processor25
> http://atg/xwiki/bin/view/Main/WebHome Configurator:configure:126 - No
> configuration found. Configuring ehcache from ehcache-failsafe.xml
> found in the classpath:
>
jar:file:/programs/tomcat5.5.14/webapps/xwiki/WEB-INF/lib/ehcache-1.1.jar!/e
hcache-failsafe.xml
> 09:22:00,334 ERROR http-80-Processor25
> http://atg/xwiki/bin/view/Main/WebHome
> XWikiHibernateStore:updateSchema:177 - Schema update for wiki xwiki
> 09:22:02,063 WARN http-80-Processor25
> http://atg/xwiki/bin/view/Main/WebHome
> XWikiStatsServiceImpl:addCookie:474 - Setting cookie
> 5RZMXKE3A4KGEA8LSXRBGBZZRRZKT3JG for name visitid with domain null and
> path / and maxage 1640955
> 09:22:02,065 WARN http-80-Processor25
> http://atg/xwiki/bin/view/Main/WebHome
> XWikiStatsServiceImpl:findVisit:314 - Found visit with cookie
> 1U8OA4A3IFRT5CZOIPW4D7KSICVU2AXZ in session
> 883CD8392BFEA68CA72302590F556FD2 for request with cookie
> 5RZMXKE3A4KGEA8LSXRBGBZZRRZKT3JG
> 09:22:02,196 WARN http-80-Processor25
> RequestUtils:createActionForm:177 - No FormBeanConfig found under 'login'
> 09:22:02,217 WARN http-80-Processor25
> http://atg/xwiki/bin/login/XWiki/XWikiLogin
> RequestUtils:createActionForm:177 - No FormBeanConfig found under
> 'loginerror'
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
> To unsubscribe: mailto:xwiki-users-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
I am getting exceptions from xwiki if I open up two windows in firefox which
I assume are trying to use the same session. I think I should be able to do
this, but xwiki is balking.....
09:34:32,349 WARN http-80-Processor25 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'view'
09:34:32,456 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
<http://atg/xwiki/bin/view/Main/WebHome>
XWikiStatsServiceImpl:addCookie:474 - Setting cookie
524GICTQ8LX78JO6FKOBCWAPC8SQSS8F for name visitid with domain null and path
/ and maxage 1640850
09:34:32,459 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
<http://atg/xwiki/bin/view/Main/WebHome>
XWikiStatsServiceImpl:findVisit:314 - Found visit with cookie
4TKDA7UFEKMT9ZM04WSHWVW7Q9WKVPZD in session 59AB68B97886AAC1075C32A7999A7E7C
for request with cookie 524GICTQ8LX78JO6FKOBCWAPC8SQSS8F
09:34:32,464 ERROR http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
<http://atg/xwiki/bin/view/Main/WebHome> AssertionFailure:<init>:22 - an
assertion failure occured (this may indicate a bug in Hibernate, but is more
likely due to unsafe use of the session)
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:68)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernateStore.j
ava:350)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.java:982)
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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while
deleting object XWiki.Admin
Wrapped Exception: possible nonthreadsafe access to session
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:68)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernateStore.j
ava:350)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.java:982)
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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
09:34:39,116 WARN http-80-Processor25 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'view'
09:34:39,132 WARN Finalizer JDBCContext:finalize:333 -
afterTransactionCompletion() was never called
09:34:39,244 WARN http-80-Processor25
http://atg/xwiki/bin/view/XWiki/XWikiGroups
<http://atg/xwiki/bin/view/XWiki/XWikiGroups>
XWikiStatsServiceImpl:addCookie:474 - Setting cookie
VOO4QX8DSDLRCETAXFXHSGQL2PFFPKWR for name visitid with domain null and path
/ and maxage 1640844
09:34:39,246 WARN http-80-Processor25
http://atg/xwiki/bin/view/XWiki/XWikiGroups
<http://atg/xwiki/bin/view/XWiki/XWikiGroups>
XWikiStatsServiceImpl:findVisit:314 - Found visit with cookie
4TKDA7UFEKMT9ZM04WSHWVW7Q9WKVPZD in session 59AB68B97886AAC1075C32A7999A7E7C
for request with cookie VOO4QX8DSDLRCETAXFXHSGQL2PFFPKWR
09:34:39,250 ERROR http-80-Processor25
http://atg/xwiki/bin/view/XWiki/XWikiGroups
<http://atg/xwiki/bin/view/XWiki/XWikiGroups> AssertionFailure:<init>:22 -
an assertion failure occured (this may indicate a bug in Hibernate, but is
more likely due to unsafe use of the session)
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:68)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernateStore.j
ava:350)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.java:982)
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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while
deleting object XWiki.Admin
Wrapped Exception: possible nonthreadsafe access to session
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:68)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernateStore.j
ava:350)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.java:982)
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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
09:35:13,136 WARN http-80-Processor25
http://atg/xwiki/bin/save/XWiki/XWikiPreferences
<http://atg/xwiki/bin/save/XWiki/XWikiPreferences>
XWikiStatsServiceImpl:addCookie:474 - Setting cookie
46AYFFVFAPLGLEBYFGHTMSSEZF1JP4I2 for name visitid with domain null and path
/ and maxage 1640810
09:35:13,137 WARN http-80-Processor25
http://atg/xwiki/bin/save/XWiki/XWikiPreferences
<http://atg/xwiki/bin/save/XWiki/XWikiPreferences>
XWikiStatsServiceImpl:findVisit:314 - Found visit with cookie
4TKDA7UFEKMT9ZM04WSHWVW7Q9WKVPZD in session 59AB68B97886AAC1075C32A7999A7E7C
for request with cookie 46AYFFVFAPLGLEBYFGHTMSSEZF1JP4I2
09:35:13,147 ERROR http-80-Processor25
http://atg/xwiki/bin/save/XWiki/XWikiPreferences
<http://atg/xwiki/bin/save/XWiki/XWikiPreferences>
AssertionFailure:<init>:22 - an assertion failure occured (this may indicate
a bug in Hibernate, but is more likely due to unsafe use of the session)
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:68)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernateStore.j
ava:350)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.java:982)
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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while
deleting object XWiki.Admin
Wrapped Exception: possible nonthreadsafe access to session
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:68)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(Abst
ractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventL
istener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernateStore.j
ava:350)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernate
Store.java:982)
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(XWikiNotificationManage
r.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:667)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
09:35:13,252 WARN Finalizer JDBCContext:finalize:333 -
afterTransactionCompletion() was never called
-----Original Message-----
From: Hiller, Dean [mailto:DHiller@carrieraccess.com]
Sent: Thursday, December 29, 2005 8:46 AM
To: 'xwiki-users(a)objectweb.org'
Subject: [xwiki-users] mail plugin
I saw the default installation refers to some MailPlugin.....
com.xpn.xwiki.plugin.mail.MailPlugin
A google on this only revealed a bunch of checkins. How do I use this Mail
Plugin? I am assuming it is to register for notifications on pages? I saw
another plugin that I would have to install(and frankly, I tried but the
instructions refer to stuff that isn't there or I can't find in xwiki like
Xwiki.Toolbar page). Any info on mail plugins would be appreciated.
thanks,
dean
For some reason, when I go to this web
page....http://atg/xwiki/bin/view/Main/WebHome It redirects me to this web
page...http://atg/xwiki/bin/login/XWiki/XWikiLogin which is clearly not
supposed to happen as that is the login page. Anyone have this problem?
Logs below. thanks, Dean
Here is the logs....
INFO: Server startup in 4235 ms
09:21:55,872 WARN http-80-Processor25 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'view'
09:21:57,781 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
<http://atg/xwiki/bin/view/Main/WebHome> Configurator:configure:126 - No
configuration found. Configuring ehcache from ehcache-failsafe.xml found in
the classpath:
jar:file:/programs/tomcat5.5.14/webapps/xwiki/WEB-INF/lib/ehcache-1.1.jar!/e
hcache-failsafe.xml
09:22:00,334 ERROR http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
<http://atg/xwiki/bin/view/Main/WebHome>
XWikiHibernateStore:updateSchema:177 - Schema update for wiki xwiki
09:22:02,063 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
<http://atg/xwiki/bin/view/Main/WebHome>
XWikiStatsServiceImpl:addCookie:474 - Setting cookie
5RZMXKE3A4KGEA8LSXRBGBZZRRZKT3JG for name visitid with domain null and path
/ and maxage 1640955
09:22:02,065 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
<http://atg/xwiki/bin/view/Main/WebHome>
XWikiStatsServiceImpl:findVisit:314 - Found visit with cookie
1U8OA4A3IFRT5CZOIPW4D7KSICVU2AXZ in session 883CD8392BFEA68CA72302590F556FD2
for request with cookie 5RZMXKE3A4KGEA8LSXRBGBZZRRZKT3JG
09:22:02,196 WARN http-80-Processor25 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'login'
09:22:02,217 WARN http-80-Processor25
http://atg/xwiki/bin/login/XWiki/XWikiLogin
<http://atg/xwiki/bin/login/XWiki/XWikiLogin>
RequestUtils:createActionForm:177 - No FormBeanConfig found under
'loginerror'
I saw the default installation refers to some MailPlugin.....
com.xpn.xwiki.plugin.mail.MailPlugin
A google on this only revealed a bunch of checkins. How do I use this Mail
Plugin? I am assuming it is to register for notifications on pages? I saw
another plugin that I would have to install(and frankly, I tried but the
instructions refer to stuff that isn't there or I can't find in xwiki like
Xwiki.Toolbar page). Any info on mail plugins would be appreciated.
thanks,
dean
Hi all,
When I add properties to a class, I need to perform "Edit Objects/Save
Objects" on all documents containing an instance of that class before
the new properties exist in those documents.
In other words, after adding a new property "myNewProp" to class
"myClass", executing
$doc.display("myNewProp")
in documents already containing instances of "myClass" returns nothing
until I do "Edit Objects/Save Objects" on those documents.
Is this the intended behaviour? It makes updating classes a little
less seemless than I expected, particularly when objects of that class
are very widespread throughout the wiki.
Is the best solution to write a script to automate the "Save Objects"
task on all relevant documents, and then execute manually it every
time I add a field to a class?
I'm using XWiki v0.9.840.
Regards,
Robin
All,
This is the full stacktrace:
10:24:09,221 ERROR http-8080-Processor23
http://localhost:8080/uso/bin/view/Principal/Categorias
AbstractFlushingEventListener:performExecutions:277 - Could not
synchronize database state with session
org.hibernate.HibernateException: Unexpected row count: 0 expected: 1
at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.j
ava:32)
at
org.hibernate.persister.entity.BasicEntityPersister.delete(BasicEntit
yPersister.java:2059)
at
org.hibernate.persister.entity.BasicEntityPersister.delete(BasicEntit
yPersister.java:2203)
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.ja
va:59)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutio
ns(AbstractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlus
hEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at
org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java
:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernate
Store.java:342)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHi
bernateStore.java:974)
at
com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServi
ceImpl.java:205)
at
com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:51)
at
com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificatio
nManager.java:93)
at
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:265)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:116
4)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEnc
odingFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
0)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:683)
at java.lang.Thread.run(Thread.java:534)
com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while
deleting o
bject XWiki.superadmin
Wrapped Exception: Unexpected row count: 0 expected: 1
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHi
bernateStore.java:978)
at
com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServi
ceImpl.java:205)
at
com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:51)
at
com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificatio
nManager.java:93)
at
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:265)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:116
4)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEnc
odingFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
0)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:683)
at java.lang.Thread.run(Thread.java:534)
Wrapped Exception:
org.hibernate.HibernateException: Unexpected row count: 0 expected: 1
at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.j
ava:32)
at
org.hibernate.persister.entity.BasicEntityPersister.delete(BasicEntit
yPersister.java:2059)
at
org.hibernate.persister.entity.BasicEntityPersister.delete(BasicEntit
yPersister.java:2203)
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.ja
va:59)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:223)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutio
ns(AbstractFlushingEventListener.java:274)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlus
hEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:726)
at
org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:320)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java
:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernate
Store.java:342)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHi
bernateStore.java:974)
at
com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServi
ceImpl.java:205)
at
com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:51)
at
com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificatio
nManager.java:93)
at
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:265)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:116
4)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEnc
odingFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
0)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:683)
at java.lang.Thread.run(Thread.java:534)
10:24:18,127 WARN Finalizer JDBCContext:finalize:333 -
afterTransactionComplet
ion() was never called