Hi all,
There are a couple of really handy looking links on xwiki.org that
have been broken for a while:
* The XWiki API:
http://www.xwiki.org/xwiki/bin/view/DevGuide/XWiki+API+Reference
Some users of the wiki I'm maintaining are getting interested in
Velocity and I can't keep telling them to get the xwiki source code if
they want to browse the API. :)
Is the API available online anywhere else?
* XmlRpc xmlface client:
http://www.xwiki.org/xwiki/bin/view/Dev/XWikiXMLRPC
The xmlrpc client sounds extremely interesting but I can't find a
trace of it anywhere... does anyone have an alternative link?
I have commented both of those document about the broken links but I'm
hoping this list will be more responsive. ;)
Thanks,
Robin.
I have just joined this group after stumbling across it somewhere as I
maintain a couple of xwiki spaces located at xwiki.com
I am not a techie, just trying to master the interface - so if I am in
the wrong place tell me!
I use the event calendar as built in. The "Event List" under the
calendar seems unesseccary and as it expands makes the "New Event" form
further and further down the page.
Can I get rid of it? The page is based on xwiki:XWiki.CalendarSheet
<http://www.xwiki.com/xwiki/bin/edit/XWiki/CalendarSheet> which I can't
edit. I remember trying to mess about with the calendar a few months
ago and it got into a right mess.
Thanks
Hi,
When viewing a list property of object myObj included in doc, both
$myObj.get($myListProperyName)
and
$doc.display($myListProperyName)
return a string containing selected options delimited by a space.
This isn't very handy for displaying them in a readable manner, since
you end up with something like "my option a my option b my option c" -
no way to distinguish the individual options.
How can I access the selected options individually?
Cheers,
Robin
Hi
First of all - Congratulations Ludovic. I am amazed at the usefulness and flexibility of xwiki.
Secondly, I have created a xwiki with individual subjects on each page. The data is held in a structured manner in attached objects. Individually they are displaying perfectly with the ClassSheet.
However, ideally I want to make collected pages which group the individual subject pages so that any change to the base information, also updates the group documents. Unfortunately, if I include the pages with includeTopic they are not displayed (i think because the relevant object is not referenced).
So 2 questions:
How would I reference the object so it will display correctly?
In the api I can see that you can request the RenderedContent from a page.
Could I build a macro that accepted a page name and returned the Rendered Content? (if so how)
Cheers,
Mark Robinson
Hello,
I've created an class with a property defined as a number. Hower, when I retrieve an object in my XWiki document, $doc.display("property", "view", $obj) will return me a String. This prevents my from adding the property values of several objects.
So how to retrieve an number property as a number in a XWiki document.
Thanks,
Joep Janssen
All,
I am still having some troubles with the left vertical Menu on my site.
There seems to be 2 menus defined and I can only edit 1 of them. The home
page Menu has a different look than the other pages. When I edit the Menu
it only changes the Home page. Can someone please tell me what I need to do
to get this fixed?
Thank you!
<http://bobmixon.xwiki.com> KM, BPM, Intranet and Portal Technologies
<http://bobmixon.xwiki.com> The Possibilities are Endless
Bob Mixon
Microsoft SharePoint Portal Server MVP
<mailto:bob.mixon@gmail.com> bob.mixon(a)gmail.com
http://bobmixon.xwiki.com/
Skype ID:brm1999
<https://www.plaxo.com/add_me?u=30065756390&v0=1965978&k0=1714165761> Add
me to your address book... <http://www.plaxo.com/signature> Want a
signature like this?
Is there a way to create a new document which first pre-populate the content
from another template document.
I dont want to use the class/object as the document is not structured,
however I do want to provide section heading guidelines, etc.
Thanks
Duke
Hi Everyone.
I am new to XWiki. I installed that on my system and I started adding some users with various rights to my system. Then I noticed that when I go to the login page, the style of the page is actually ugly, and is different from the default and nice style (as if it is using a different or no stylesheet). Could someone please direct me to how I can fix this issue?
Many thanks,
Ali.
Hi all...I've looked everywhere for installation instructions for Mac OS X...can someone give me links or instructions?
I am using a G5 XServe with Tiger (10.4). It comes with MySQL 4.1.13a and Tomcat 4.1.29.
So far I've been using the Linux/Tomcat/MySQL install instructions and everything works out except that I am getting lots of errors when I try to access the main xwiki page. It is a long exception error starting with:
javax.servlet.ServletException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: Could not create a DBCP pool
at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:516)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:423)
Any help would be greatly appreciated. I apologize in advance if this information is somewhere else on xwiki site.
Quoc Vo
qvo(a)pingry.org
Greetings,
I'm working on a locally installed XWiki, using the 0.9.840 release.
I've got a couple problems with Wiki syntax that I need assistance with.
First, I want to use the {pre} tags around some text, but XWiki seems to
be stripping the tags out. For example:
this {pre}*text*{/pre} sample
...will show up with "text" in bold type. When I edit the page, the
{pre} tags are gone.
this *text* sample
Our XWiki installation is very new. {pre} worked for a while, but then
stopped working, making me question whether there was a (system?) change
made a some point that caused {pre} to stop working.
I've also got problems where Wiki {table} will turn to HTML the next
time the page is edited. Is this related to, or somehow a clue to the
{pre} problem?
Thanks in advance for any assistance,
John
I ran into this same issue without the includeTopic tag. I looked in my
logs and it turned out there was an exception on parsing the document so it
could not generate a pdf and instead gave me an html. Make sure that
exception is not in your logs.....if it is, look through and it should be
complaining about some xml element(for me it complained about <describe>
element not being valid html).....then I edit it in wiki mode(do not use the
wyswig), and I deleted this element and the pdf feature started working
again.
dean
-----Original Message-----
From: Vern Kyle [mailto:vkyle@acm.org]
Sent: Wednesday, January 04, 2006 5:17 PM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] includeTopic and PDF issue
I'm working on a large document that I've split into sections using
the includeTopic tag. However, I notice that once I use an
includeTopic tag, that PDFs can no longer be generated (it tries to
open an html page rather than a pdf.) Is there a workaround to
prevent this behavior?
Also, is there an xwiki bugs page to see if items like this have been
submitted prior?
Thanks in advance,
Vern
I made the mistake of adding a news item with a double dash in the name and didn't preview before saving. Consequently, if I include the blog macros the entire home and blog, with the exception of the welcome/intro (and a new news item, is double-strikethrough. I know I could delete a news item if I clicked on the permalink for it but, of course, because of the strikethrough I can't do that. At the moment I have excluded the blog macros so the rest of the home/blog appears and is workable, but there is no news. I have tried editing every page I can think of, but no way to get to that news item. I don't much care if I have the old news items, so if the only way is to somehow get rid of all those, I'm fine with that. Question is...how dod I do that? Thanks!
Sascha,
Thanks for the reply. I didn't intend to spam the list, but I did not
see the two mails I sent out, nor did I receive the mailing Dean Hiller
sent about my mailing. I'll be checking with our Email admins to see if
any filtering is happening somewhere.
Thanks again,
John Palmer
-----Original Message-----
From: Sascha Österle [ mailto:sascha.oe@aon.at <mailto:sascha.oe@aon.at>
]
Sent: Thursday, January 05, 2006 2:39 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] mail list problems...someone please verify
Hi,
it arrived twice, yesterday and today.
Sascha
Hiller, Dean wrote:
> John has been mailing to this list, but he wasn't sure if it was going
> through. Did anyone receive the following mail previously? Please
> just one person reply all to let us know his mail to the list
> successful. I am not trying to verify this mail.....I know my mailing
> to the list works. I am trying to verify the below mail. I
> personally can't tell as some mail list software is smart enough not
> to give me mail twice.
> thanks,
> dean
>
> -----Original Message-----
> *From:* jpalmer(a)purina.com [ mailto:jpalmer@purina.com
<mailto:jpalmer@purina.com> ]
> *Sent:* Thursday, January 05, 2006 6:17 AM
> *To:* xwiki-users(a)objectweb.org
> *Cc:* dhiller(a)carrieraccess.com
> *Subject:* {pre} tags not working
>
> Greetings,
> I'm working on a locally installed XWiki, using the 0.9.840 release.
> I've got a couple problems with Wiki syntax that I need assistance
with.
>
> First, I want to use the {pre} tags around some text, but XWiki seems
> to be stripping the tags out. For example:
>
> this {pre}*text*{/pre} sample
>
> ...will show up with "text" in bold type. When I edit the page, the
> {pre} tags are gone.
>
> this *text* sample
>
> Our XWiki installation is very new. {pre} worked for a while, but then
> stopped working, making me question whether there was a (system?)
> change made a some point that caused {pre} to stop working.
>
> I've also got problems where Wiki {table} will turn to HTML the next
> time the page is edited. Is this related to, or somehow a clue to the
> {pre} problem?
>
> Thanks in advance for any assistance,
> John
>
> ----------------------------------------------------------------------
> --
>
>
> --
> 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>
>
Hi,
Am I right in thinking list properties can currently only be displayed
as HTML select elements, and that checkbox/radio button displays are
currently not implemented?
Cheers,
Robin
Hi all,
I'd like a property in a class to represent a list of all users, plus
an "unknown" option so that the field can be left "blank" if required.
I can get the list of users with the hibernate query:
select prop.value from BaseObject as obj, StringProperty as prop
where obj.className='XWiki.XWikiUsers'
and prop.id.id = obj.id
and prop.id.name='fullname'
order by prop.value
But don't know how (or if it's possible) to modify the query to append
an extra static value like "unknown".
I would rather not create a dummy user to represent this value, and if
I can avoid creating a separate dummy class and object to hold the
value that would be good too.
If the list class could understand velocity arrayLists rather than the
hibernate query, I could do something like:
### Select all users: ###
#set($query = "select prop.value from BaseObject as obj,
StringProperty as prop where obj.className='XWiki.XWikiUsers' and
prop.id.id = obj.id and prop.id.name='fullname' order by prop.value")
#set($users = $xwiki.search($query))
### append an extra value: ###
#$users.add("(unknown)")
Is there a way to modify the hibernate query to achieve the same
effect directly in the class editor?
Thanks,
Robin.
ah, I found what the locking bug was. It is only when using WYSIWYG. If I
use normal wiki editing, it works fine. If I use WYSIWYG, it does no
locking and two people can edit the document. guess I really do have to
wait for the new WYSIWYG release :(. I was hoping not to slow adoption as
people here find that difficult(dealing with business types).
thanks,
dean
John has been mailing to this list, but he wasn't sure if it was going
through. Did anyone receive the following mail previously? Please just one
person reply all to let us know his mail to the list successful. I am not
trying to verify this mail.....I know my mailing to the list works. I am
trying to verify the below mail. I personally can't tell as some mail list
software is smart enough not to give me mail twice.
thanks,
dean
-----Original Message-----
From: jpalmer(a)purina.com [mailto:jpalmer@purina.com]
Sent: Thursday, January 05, 2006 6:17 AM
To: xwiki-users(a)objectweb.org
Cc: dhiller(a)carrieraccess.com
Subject: {pre} tags not working
Greetings,
I'm working on a locally installed XWiki, using the 0.9.840 release. I've
got a couple problems with Wiki syntax that I need assistance with.
First, I want to use the {pre} tags around some text, but XWiki seems to be
stripping the tags out. For example:
this {pre}*text*{/pre} sample
...will show up with "text" in bold type. When I edit the page, the {pre}
tags are gone.
this *text* sample
Our XWiki installation is very new. {pre} worked for a while, but then
stopped working, making me question whether there was a (system?) change
made a some point that caused {pre} to stop working.
I've also got problems where Wiki {table} will turn to HTML the next time
the page is edited. Is this related to, or somehow a clue to the {pre}
problem?
Thanks in advance for any assistance,
John
Greetings,
I'm working on a locally installed XWiki, using the 0.9.840 release.
I've got a couple problems with Wiki syntax that I need assistance with.
First, I want to use the {pre} tags around some text, but XWiki seems to
be stripping the tags out. For example:
this {pre}*text*{/pre} sample
...will show up with "text" in bold type. When I edit the page, the
{pre} tags are gone.
this *text* sample
Our XWiki installation is very new. {pre} worked for a while, but then
stopped working, making me question whether there was a (system?) change
made a some point that caused {pre} to stop working.
I've also got problems where Wiki {table} will turn to HTML the next
time the page is edited. Is this related to, or somehow a clue to the
{pre} problem?
Thanks in advance for any assistance,
John
I'm working on a large document that I've split into sections using
the includeTopic tag. However, I notice that once I use an
includeTopic tag, that PDFs can no longer be generated (it tries to
open an html page rather than a pdf.) Is there a workaround to
prevent this behavior?
Also, is there an xwiki bugs page to see if items like this have been
submitted prior?
Thanks in advance,
Vern
Is it possible to add other attributes / properties to a "wiki page"?
For example when you edit a page, you currently get the page content,
parent, default language and creator properties. Can you add additional
properties such as keywords / tags which may be referenced by scripts?
Thanks.
Duke
I was on two different computers even, and I wouldn't say "it worked" after
that, as I got that error while no one was editing the document which was
really bizarre. I have seen the log4j file, which logs should I turn on to
see what is going on? Here are the logs from the default log config
settings.....
06:52:08,864 WARN http-80-Processor25
http://atg/xwiki/bin/save/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie LKODRZ3PS9MFF4UJFKRTNPEZ3SAEIMIU for name visitid with domain
null and path / and maxage 1163869
06:52:08,926 WARN http-80-Processor25 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'view'
06:52:09,056 DEBUG http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 0 subscription
objects
06:52:09,058 DEBUG http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 0 subscription
objects
06:52:09,067 DEBUG http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 0 subscription
objects
06:52:09,109 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie 6BTBSPAJ2GRZIPCLEN5FMGYGX8EWQIIZ for name visitid with domain
null and path / and maxage 1163869
06:52:09,110 WARN http-80-Processor25
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:findVisit:314 -
Found visit with cookie LKODRZ3PS9MFF4UJFKRTNPEZ3SAEIMIU in session
AC6AB8EEE1EE0A1897DBDE541413C262 for request with cookie
6BTBSPAJ2GRZIPCLEN5FMGYGX8EWQIIZ
06:52:19,424 WARN http-80-Processor24
http://atg/xwiki/bin/save/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie T1WS6SYJ38H0N6RT15BFASWNLSKY5QJN for name visitid with domain
null and path / and maxage 1163858
06:52:19,471 WARN http-80-Processor24 RequestUtils:createActionForm:177 -
No FormBeanConfig found under 'view'
06:52:19,632 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 1 subscription
objects
06:52:19,634 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:isSubscribed:271 - name: Main.WebHome, subscribed
items: org.hibernate.collection.PersistentList@fc9e7e[[]]
06:52:19,637 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 1 subscription
objects
06:52:19,639 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:isSubscribed:271 - name: Main, subscribed items:
org.hibernate.collection.PersistentList@1a8e53c[[]]
06:52:19,642 DEBUG http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome
EmailNotificationPlugin:getSubscriptionObject:383 - found 1 subscription
objects
06:52:19,690 WARN http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:addCookie:474 -
Setting cookie NZN4AO3PB1VF1U7NKBXDACPI8WFFA9FB for name visitid with domain
null and path / and maxage 1163858
06:52:19,691 WARN http-80-Processor24
http://atg/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:findVisit:314 -
Found visit with cookie T1WS6SYJ38H0N6RT15BFASWNLSKY5QJN in session
BD0E8587B29D680657D5C77B0403ECAD for request with cookie
NZN4AO3PB1VF1U7NKBXDACPI8WFFA9FB
dean
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Wednesday, January 04, 2006 1:19 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] no locking in xwiki?
Hi,
Have you seen any errors in the log when clicking for one of the edits.
The fact that it worked again after that is weird. Are you sure you were
on 2 different browsers with 2 different users ?
Ludovic
Hiller, Dean a écrit :
>
> 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
>
> ------------------------------------------------------------------------
>
>
> --
> 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
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
I plan to have two types of articles written on my xwiki
(turmerictalks). One will be a wiki type, consisting of collaboratively
written/edited articles. The other will be blogs. Blogs do not normally
allow editing except by the blogger, but allow comments. I have created
two different space for these two types. Configuring the access levels
for the wiki type is straightforward. The blog type however poses
problems. If I denied edit rights for an authenticated group of
bloggers, the current service prevents writing too. Any suggestions? Thanks.
All,
I add my wiki to the site
http://www.xwiki.org/xwiki/bin/view/Installs/WebHome
and thanks for your appreciate!
The error appears in my log when I'm login, but If I'm logout
the error doesn´t appear,
org.hibernate.HibernateException: Unexpected row count: 0 expected: 1 at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch
Thanks in advance
All,
I would like to eliminate the left vertical Menu from my site. After
reviewing the view.vm code, it looks as though simply deleting the Menu page
should take care of this but I receive an error when I try to delete it.
Can someone help me out here please? The error I receive is:
A problem occured while trying to service your request. Please contact the
support if this happens again.
Detailed information:
Error number 3203 in 3: Exception while deleting document Main.Menu
Wrapped Exception: Batch update returned unexpected row count from update: 0
actual row count: 0 expected: 1
com.xpn.xwiki.XWikiException: Error number 3203 in 3: Exception while
deleting document Main.Menu
Wrapped Exception: Batch update returned unexpected row count from update: 0
actual row count: 0 expected: 1
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiDoc(XWikiHibernateStore.j
ava:783)
at
com.xpn.xwiki.store.XWikiCacheStore.deleteXWikiDoc(XWikiCacheStore.java:143)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:1982)
.
.
.
.
.
<http://bobmixon.xwiki.com> KM, BPM, Intranet and Portal Technologies
<http://bobmixon.xwiki.com> The Possibilities are Endless
Bob Mixon
<mailto:bob.mixon@gmail.com> bob.mixon(a)gmail.com
http://bobmixon.xwiki.com/
Skype ID:brm1999
<https://www.plaxo.com/add_me?u=30065756390&v0=1965978&k0=1714165761> Add
me to your address book... <http://www.plaxo.com/signature> Want a
signature like this?
All,
My wiki is in this site: http://www.siac.net.co/uso/
But always I have the same error when I press any button
org.hibernate.HibernateException: Unexpected row count: 0 expected: 1 at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch
All,
I posted a question here a few weeks back about changing my News feed so the
entire article would be included instead of an excerpt. I have those
changes made and all is working great. Individuals that subscribe to my
feed like it much better.
Now I would like to do the same on the main page of my site. Currently I am
using the built-in code as follows:
#set($nbstart = $request.nbstart)
#set($category = '')
#set($nbitems = '10')
#includeMacros('Blog.Macros')
Can someone tell me the best way to get the entire article to post without
the "continue reading" link?
Thank you in advance for all the help!
<http://bobmixon.xwiki.com> KM, BPM, Intranet and Portal Technologies
<http://bobmixon.xwiki.com> The Possibilities are Endless
Bob Mixon
<mailto:bob.mixon@gmail.com> bob.mixon(a)gmail.com
http://bobmixon.xwiki.com/
Skype ID:brm1999
<https://www.plaxo.com/add_me?u=30065756390&v0=1965978&k0=1714165761> Add
me to your address book... <http://www.plaxo.com/signature> Want a
signature like this?
I am trying to post a new entry in a category after the category has
been selected from the main page. It appears that I have to select the
category again (double click) from the pull down menu in the form page;
otherwise, the article extract appears only in the main page and not the
category page. This is superfluous action requirement on the part of the
poster and prone to omission. Any work-around?
Hi,
I'm trying to use a static list property in a small application.
I would like to feel this listbox with several possible values. But I
can't find any documentation on the format that is needed in the "Values"
field when I edit this property.
What is a correct syntax in order to have a list box with values : "a",
"b" and "c" ?
Or even better where can I find any documentation on this field and others
properties ?
Thanks,
Arnaud Lesueur
How to I get heading 1 / heading 2 / heading 3
I am doing this:
1 Heading 1
1.1 Heading 2
But that's as many levels as I can get ? Is this correct?
Thanks
Neil
I am having a problem that I want to resolve before xwiki becomes our
production knowledge base.
I have xwiki set so that you have to log in to view the content. LDAP
is configured in xwiki.cfg. Upon navigation to the login page, it is
displayed in an unformatted manner. You can see the User and Pass
box...but when you go to enter them in it will bring up the style.css.
This displays out as totally illegible and unformatted. Now here's the
kicker. When you hit the back to go to the log in page, it's displayed
correctly. When you hit the forward button, you got it....it's the
front page for the xwiki.
When I reproduce this, which I have before, I can send in some screen
shots of what I am talking about for those of you that may not know. I
just figured this might be a common issue.
xwiki 0.9.840
MySQL 4.1.12
SunOne Web Server 6.1
Thanks,
Tim
Dear XWiki Community
I am completely new to XWiki but so far I think, it could be a ideal
starting point for
realizing a personal documentation system.
However, I would need to extend XWiki for new custom tags which would allow
me
structuring my contents in a special way.
Can this easily be done with XWiki? Are plugins the "way to go"? Can
limitations
for XWiki's extensibility already be pointed out?
Thanks a lot!
ma/esch
Sorry, that's not quite what I meant. My example wasn't very clear. Let's
assume the class Photos.PhotoClass has a property called "location"
indicating where the photo was taken. I'd like to be able to sort by that
"location" property.
> You can try
>
> #set ($sql = ", BaseObject as obj, DBStringListProperty as prop join
prop.list list where obj.name=doc.fullName and
obj.className='Photos.PhotoClass' and obj.name<>'Photos.PhotoClassTemplate'
and obj.id=prop.id.id and prop.id.name='category' and list='${category}'
order by doc.creationDate")
> or
> #set ($sql = ", BaseObject as obj, DBStringListProperty as prop join
prop.list list where obj.name=doc.fullName and
obj.className='Photos.PhotoClass' and obj.name<>'Photos.PhotoClassTemplate'
and obj.id=prop.id.id and prop.id.name='category' and list='${category}'
order by doc.date")
>
> depending if you want to sort by the creation date or update date of the
documents
--
"Any sufficiently advanced technology is indistinguishable
from magic." -- Arthur C. Clarke
--
Brian D. Switzer
email: herkamur [at] canada [dot] com
web: http://bswitzer.railfan.net/
Hello List
I will try to describe my problem as simple as possible:
I've created a User "abc" and a new Webspace "abc". Only the User "abc"
has Edit- and View-Rights on the Webspace "abc". That works fine. Now if
the user "abc" tries to seach a document on his webspace using the
normal search-dialog nothing is found. If i do the same search as admin,
searching is successfull.
Why that? Normaly the user "abc" should find the documents in a webspace
where he has view- and edit-rights?
What am i doing wrong?
Thanks and greets!
Ralph
We are in the process of evaluating Java based Wikis for integration into our company portal (based on Jetspeed 1.5). One key requirement is that each department should be restricted to its own private Wiki or a subset thereof.
I have studied the concept of Spaces or Webs which might support this requirement. On the other hand, there is the possibility of setting up a Virtual Wiki for each department.
(1) Is it possible to achieve the desired mapping from department to wiki?
(2) Is there a preferred way of achieving said goal, i.e. what are the relative advantages of choosing Spaces or Virtual Wikis?
(3) How do I identify a Wiki Space or Virtual Wiki resp., i.e. how do I make sure that each user is initially presented with "his" wiki?
Please bear in mind that ressources allocated for this project are restricted and the product has to be delivered within a very tight time frame. So if the desired integration would be possible yet would entail considerable effort I would be glad to be told so upfront.
Many thanks for your efforts,
Olaf Bergner
I downloaded and installed xwiki on my desktop. I was trying the FAQ tutorial and getting exceptions thrown.
XWikiClasses page did exist, however ClassItemSheet and ClassItemTemplate were not. Hence I copied the page code from xwiki.
When I filled in classname and clicked Create this Class button following exception is thrown.
Error number 3202 in 3: Exception while reading document XWiki.ClassTemplate
If I click on ClassTemplate link on class editor, following exception page appears.
Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Invocation of method 'parseContent' in class com.xpn.xwiki.api.XWiki threw exception class java.lang.NullPointerException : null
${doc.fullName}
$msg.get("login")
$msg.get("register")
XWiki Version 0.9.840
$msg.get("problemoccured")
$msg.get("detailedinformation"):
I am unable to get to ClassTemplate content just to revise its content from xwiki.
Please help.
Thanks,
Patrick
--
Sent from the XWiki- Users forum at Nabble.com:
http://www.nabble.com/ClassTemplate-t733043.html#a1919920
I'd like to select documents from the database by class via the following
(based on the blog code):
#set ($sql = ", BaseObject as obj, DBStringListProperty as prop join
prop.list list where obj.name=doc.fullName and
obj.className='Photos.PhotoClass' and
obj.name<>'Photos.PhotoClassTemplate' and obj.id=prop.id.id and
prop.id.name='category' and list='${category}' order by doc.name")
This is fine, but I'd like to sort the results by another of the
parameters ("date") instead of by document name. I'm not a database
person, so I'm not sure how to accomplish this. Any guidance would be
most helpful.
--
Brian D. Switzer
e-mail: herkamur -=>at<=- canada -=>dot<=- com
web: http://bswitzer.railfan.net/
Hi all,
i encountered some problems using the xwiki and hope
you can help me. i downloaded the latest xwiki version
and installed everything using a postgresql database
and a tomcat 5.0.29.
The following problems occured:
1. The page
http://localhost:8080/xwiki/bin/view/Main/WebHome
could not be opened for some reason. the browser
keeps loading and loading, but nothing happens,
not even a timeout.
The same problem exists for the "Blog" link:
http://127.0.0.1:8080/xwiki/bin/view/Blog/WebHome
However the page
http://127.0.0.1:8080/xwiki/bin/view/XWiki/Menu
can be opened without problems. Logging in as Admin
user does work, too. So DB cannot be the problem.
Any ideas about this problem?
2. I deleted some page in the wiki, which resulted in
lots of execption that i cannot get rid of. at the moment
i cannot change anything due to this problem. the exception
is
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
at
org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.ja
va:68)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:239)
....
....
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java
:86)
at
com.xpn.xwiki.store.XWikiHibernateStore.endTransaction(XWikiHibernate
Store.java:350)
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHi
bernateStore.java:982)
If you need the full exception, tell me.
3. I changed the language under "More Actions" -> "Web Preferences" from
"en" to
"de". After that it was no longer possible to change anything under
"Presentation"
the definition for the "XWiki Wiki Web", ... , "Top Menu", "HTTP Meta
Information"
we all empty and thus could not be edited. Changing the language back to
"en" does not work, because i am getting the errors mentioned in 2.)
4. When editing a page i can select the preview, which will show me a
preview of the
page, which is nice. However the preview page does not contain a back
button, that
takes me back to the edit page. there is only a save button. so, if i do
not want
to save the page i have to use the back button of the browser, which is
neither
good nor consistent. Adding a back button in the html page back to the
preview
page would be really appreciated.
So, my biggest problems are 1.) and 2.) at the moment. i'd really appreciate
if
you could help me, because i have to set up a wiki and want to use one
written
in java and xwiki seems to be best non-commercial java wiki.
regards,
Andreas
___________________________________________________________________________
Andreas Wüst
amites GmbH
Heumadener Straße 2
73760 Ostfildern
phone: 0711-4599939-34
fax: 0711-4599939-63
mailto:andreas.wuest@amites.de
http://www.amites.de
Hello,
By default, my xWiki site uses the code:
#set($category = "$request.category")
#set($nbitems = "10")
#set($nbstart = $request.nbstart)
1 Entries for category $category
#includeMacros("Blog.Macros")
to display News/Blog entries on the site. The Blog.Macros code displays a "Next" link at the bottom of the page when the number of items exceeds groups of 10. But the link itself is not being built correctly. If you are specifically viewing a category, the category parameter is dropped from the URL when Next is clicked.
What is the best way to get this fixed?
Also, I would like to make some changes to the way that information is displayed on my site; such as display 10 complete articles at a time, not excerpts from articles.
All help is greatly appreciated.
Hi,
firstly, thanks to the xwiki team for thier great product!
one question:
is there any "translation support" in xwiki?:
when i see one page with a language preference, i see a specific version of
it (english in my example).
when i've got a portuguese preference, i see the last version of the page
edited with the portuguese label.
can i create a page, and associate with it the related translations?(the
original page and its translations have got the same url):
=> the url is the same for all the translations, but i can see translations
depending on my language preference.
is it the case?(we've created on our wiki, one page per translation.... =>
http://jguard.xwiki.com ).
sincerly yours,
Charles(jGuard team).
Hi all,
I'm interested in learning more about xwiki's macro features.
However this helpful-looking link from the FAQ (on http://www.xwiki.com/xwiki/bin/view/Doc/ ) is broken:
http://www.xwiki.com/xwiki/bin/view/Doc/WhereCanIFindTheSourceForTheDefault…
The error message for that FAQ item is:
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page Doc.WhereCanIFindTheSourceForTheDefaultMacroTagsLikeThe Wrapped Exception: Encountered "<EOF>" at line 1, column 70. Was expecting one of: "(" � <WHITESPACE> ...
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:131) at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:87) at com.xpn.xwiki.render.XWikiRenderingEngine.renderText(XWikiRenderingEngine.java:116) at com.xpn.xwiki.render.XWikiRenderingEngine.renderText(XWikiRenderingEngine.java:93) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:224) at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:735) at com.xpn.xwiki.api.Document.display(Document.java:389)
[...]
Where's the best place to look to learn about macros?
Cheers,
Robin.
hello everybody !
I'd like to design a form with one database select field.
The xwiki standard distribution provides a good basic example with the
Category field within the XWiki.ArticleClass.
But some additional information could be helpful :
- a relational map of all the database tables involved in this application
- the names and descriptions of Hibernate objects corresponding to the
database objects so that I can fully undestand queries like this one :
select prop.value from BaseObject as obj, StringProperty as prop where
obj.className='Blog.Categories' and prop.id.id = obj.id and
prop.id.name='name'
(standard hibernate query for the category field)
- for my current project, I intend to automatically feed this table with
data updated in another database by another application software (CRM in
that case). So it's crucial to know with precision what XWiki requires
when managing "database select fields". Do you know about some existing
developments like this one ?
Thank you by advance for any information you could send to me ...
Pierre Carlier
pcarlier(a)repgroup.net
I would like to change the way News RSS feed works. I would like the entire post sent instead of just an excerpt. What is the best way to accomplish this?
There is zero documentation on what kind of spreadsheet functionality
works in XWiki tables. The only documented thing is SUM and it is
also the only thing I can get to work. Even simple things like
=(Address - Address) makes XWiki throw an exception on render.
Is there documentation somewhere that explains what can be done in
tables? Or is SUM about the, um, sum of it? I just wanted to have
one cell subtracted from another cell... is this possible?
I have an attachment that I would like to reference from multiple pages.
Is there a way to do that with the normal {attach:name} syntax? (something
like {attach:Space.name}, but that doesn't work). Thanks ...
shawn.
I'm having some trouble figuring out the virtual wiki configuration. I
followed the documentation as best I could, but I think I missed something.
1. I created the XWiki.XWikiServerClass using the code from xwiki.com and
added the "server" and "owner" fields.
2. I created XWiki.XWikiServerForm and XWiki.XWikiServerTemplate also based
on the code from xwiki.com.
3. I added an instance of the XWikiServerClass to XWikiServerTemplate.
4. I used the built-in form in XWiki.ServerClass to create a new server named
"RailPhotos" and filled in the "server" and "owner" fields. Server was set
to "railphotos.myserver.com" while owner was set to "XWiki.Admin". The
document created was XWiki.XWikiServerRailPhotos.
5. I enabled xwiki.virtual=1 in the configuration and restarted the server.
6. I created a database in MySQL named "RailPhotos" and populated it with
some data. The xwiki user has privileges on the database.
I then pointed my browser at railphotos.myserver.com and was greeted with the
following error:
-----
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from
fulfilling this request.
exception
javax.servlet.ServletException: Error number 2 in 0: The wiki railphotos does
not exist
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:516)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:423)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
root cause
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki railphotos does
not exist
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:241)
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
--
"Any sufficiently advanced technology is indistinguishable
from magic." -- Arthur C. Clarke
--
Brian D. Switzer
email: herkamur [at] canada [dot] com
web: http://bswitzer.railfan.net/
A start?
------- Forwarded message -------
From: "Marcelo Finkielsztein" <mfinky(a)gmail.com>
To: public-evangelist(a)w3.org
Subject: Fwd: Hippocratic Oath for Webmasters
Date: Mon, 28 Nov 2005 11:36:10 -0000
Hi,
I would like to see specific reference about spyware. Does point number 3
cover that?
Marcelo.
---------- Forwarded message ----------
From: Martin Poulter <M.L.Poulter(a)bristol.ac.uk>
Date: Nov 22, 2005 9:49 AM
Subject: Hippocratic Oath for Webmasters
To: public-evangelist(a)w3.org
Hello everybody,
I one of a small group of professional webmasters in the UK who
have regular physical meetings. We are trying to codify and promote best
practice. I am used to referring people to the W3C's QA efforts,
including the QA Tips page and TimBL's writings in
http://www.w3.org/Provider/Style/ .
However, the QA tips are not ideal for our purposes. They are
addressed to authors and webmasters. We want a statement of best
practice that is intelligible to users (so they recognise that someone is
working to make the web easier for them) and managers (so they
understand why we spend time working to achieve this). This led to the
idea of a "Webmaster Pledge", written as a letter to a user.
This is not a badge that requires a judging panel to enforce
it: I'm not revisiting "Top 5% of web sites". This is more like Buddhist
ethical codes ("I undertake to refrain from...") or maybe the Hippocratic
Oath.
After an initial brainstorming session, I've boiled down a
ten-point, 300-word pledge, which I've included at the foot of this
email. As you can imagine, it's very hard to make something that is in
plain English, technically correct, challenging, attainable and
non-presumptive about the nature of the site (educational, commercial,
personal...) being discussed. For instance, we say that URLs
should be bookmarkable, rather than URIs, because there might be
one-shot URIs used legitimately in some applications such as
e-commerce, but more importantly because the nontechnical audience is
more likely to recognise the term "URL".
A temporary site for the pledge, with annotations and more
background, has been created here:
http://www.economicsnetwork.ac.uk/cgi-bin/wiki.pl/Webmaster_Pledge
I've joined this list because I'd be interested in:
* Comments on the idea of a webmaster pledge
* Suggestions on any important topics that have been missed out
* Improvements to the form of words we have so far (especially ways to
make the first item succinct)
Thanks in advance for comments of any nature.
Webmaster Pledge v0.3
Authored by the HE Academy Technical Group, edited by Martin Poulter
1. Pages on our site will have a clear, consistent structure that lets
you find and use the content no matter whether you are using a
graphical, text-only, speech browser, mobile device or even reading the
page on a printout. Although we cannot guarantee a site will work on all
past, present and future browsers, we aim to be usable with all current
browsers and operating systems.
2. Content on our site will have meaningful URLs and be bookmarkable. If
we move or delete documents, the old URL will be redirected to a
relevant part of the site.
3. Our site will not break the controls on your web browser.
4. Links will give you a reasonable idea of what will happen when you
click on them, and warn you if it requires a large download or a helper
application.
5. We will regularly check for and replace broken links. Content that
isn't marked as archived or given a definite date will be regularly
checked.
6. The document content of the site will be searchable in a way that
supports multiple terms, phrases and combinations of terms. Search
results will show you the location of each file and its relevance to
your search terms.
7. We will not hold personal information about you without your express
permission.
8. We will never show you a bare error message. If there is an error
(e.g. incorrect password, mistyped link), you will be told what the
problem is and what you can do next.
9. We will not make content difficult to read with superfluous music or
animation or intrusive advertising.
10. When you use our site for a transaction, such as making a purchase
or creating a personal account, it will be clear at which stage you are
and what remains to be done.
More explanation of this version at
http://www.economicsnetwork.ac.uk/cgi-bin/wiki.pl/Webmaster_Pledge_v0.3
--
Dr Martin L Poulter Senior Technical Researcher, ILRT, Bristol, UK
Research interests: Philosophy of belief and Bayesian inductive logic
The full experience: http://www.weird.co.uk/martin/
Community blog: http://www.weird.co.uk/blog/
Politics wiki: http://www.infobomb.org/
--
Jim Stuttard
Hello,
Firstly, i'd like to thanx the xwiki team for their great product, i'm
really enjoying it.
One question:
Why couldn't i find my webspace http://chercheursterritoires.xwiki.com
when i look for it into google?
Regards,
Fabien
Hi.
I've tried to upgrad my xwiki within versions mentioned in subject. I've
set xwiki.store.hibernate.updateschema=1 in xwiki.cfg and... upgrade
(probably) failed. Xwiki seems to work as before, but there is an error
in catalina.out; I suppose it has something to do with schema change and
I suppose I will have problems in the future if I ignore it now, right?
Do you have any ideas what could be wrong?
This is the error message.
INFO: Server startup in 4316 ms
11:04:00,629 WARN TP-Processor3 RequestUtils:createActionForm:177 - No FormBeanConfig found under 'view'
11:04:02,159 WARN TP-Processor3 https://xwiki.biuro.contium.pl/xwiki/bin/view/Main/WebHome Configurator:configure:126 - No configuration fou
nd. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/var/www/xwiki-0.9.840/WEB-INF/lib/ehcache-1.1.jar!/ehcach
e-failsafe.xml
11:04:04,292 ERROR TP-Processor3 https://xwiki.biuro.contium.pl/xwiki/bin/view/Main/WebHome XWikiHibernateStore:updateSchema:177 - Schema upd
ate for wiki xwiki
java.lang.IllegalArgumentException: Illegal pattern character 't'
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:678)
at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:497)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:462)
at com.xpn.xwiki.XWiki.formatDate(XWiki.java:2780)
at com.xpn.xwiki.api.XWiki.formatDate(XWiki.java:646)
at gjdk.com.xpn.xwiki.api.XWiki_GroovyReflector.invoke(XWiki_GroovyReflector.java)
at groovy.lang.MetaMethod.invoke(MetaMethod.java:110)
at groovy.lang.MetaClass.doMethodInvoke(MetaClass.java:1395)
at groovy.lang.MetaClass.invokeMethod(MetaClass.java:318)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:143)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:104)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod(ScriptBytecodeAdapter.java:84)
at Script1.run(Script1.groovy:70)
at com.xpn.xwiki.render.groovy.GroovyTemplateEngine$1.writeTo(GroovyTemplateEngine.java:255)
at com.xpn.xwiki.render.groovy.GroovyTemplateEngine$1.toString(GroovyTemplateEngine.java:268)
at com.xpn.xwiki.render.groovy.XWikiGroovyRenderer.evaluate(XWikiGroovyRenderer.java:94)
at com.xpn.xwiki.render.groovy.XWikiGroovyRenderer.render(XWikiGroovyRenderer.java:128)
at com.xpn.xwiki.render.XWikiRenderingEngine.renderText(XWikiRenderingEngine.java:116)
at com.xpn.xwiki.render.XWikiRenderingEngine.renderText(XWikiRenderingEngine.java:93)
at com.xpn.xwiki.render.XWikiRenderingEngine.renderDocument(XWikiRenderingEngine.java:85)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:220)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:151)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:267)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:197)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:220)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:89)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:223)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:125)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:806)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:87)
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
hello,
i'm in china. And we need to work with a developpement team in france
for a school project on a wiki. But the web in our university is very
slow and it's a pain to access to french website.
Is it possible to setup a wiki server in china and one in france using
the XWiki P2P?
Jérémi
--
Blog: http://www.jeremi.info
LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724http://www.xwiki.org
skype: jeremi23 -- msn et gtalk : jeremi23(a)gmail.com
hi.
i solved the problem by copying the propertie-files into the folder.
the script now executes without any errormessage.
but no data is written into the remote database.
i think i have to add the jdbc-drivers(oracle 10g) somewhere to the
env.sh file, right?
my os is linux, the server's running linux too and the remote oracle db
is 9i.
florian
On Tue, 2005-11-15 at 00:33 +0100, Erwan Arzur wrote:
> it looks related to your locale settings. Could you be a bit more
> specific about the environment ?
>
> O/S, oracle version ?
>
> You cant try to unset the LANG environment variable ?
>
> Erwan
> On 11/9/05, Florian Astl <divil(a)aon.at> wrote:
> hi!
>
> i'm trying to import a database into an oracle database as
> described on
> http://www.xwiki.org/xwiki/bin/view/AdminGuide/Backup#Import
> using the latest svn code.
>
> this is the errormessage i get:
>
> > ./import.sh
> > Starting import
> > Starting xwiki
> > log4j:WARN No appenders could be found for logger
> (com.xpn.xwiki.store.XWikiCacheStore ).
> > log4j:WARN Please initialize the log4j system properly.
> > Import database xwiki
> > Reading documents
> > Installing documents
> > Caught: java.util.MissingResourceException: Can't find
> bundle for base name ApplicationResources, locale
> > at
> xwiki.export.import.run(/home/florian/Desktop/backup/import.groovy:0)
> > at
> xwiki.export.import.main(/home/florian/Desktop/backup/import.groovy)
>
> is there any way to solve this?
>
> thanks in advance,
> florian
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the
> xwiki-users(a)objectweb.org mailing list.
> To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page:
> http://www.objectweb.org/wws
>
>
>
Hi folks,
Mainly just for playing around, I installed xwiki on my Windows XP desktop.
I'm using the SDK 1.4.2_10, MySQL 5, and the latest release of xwiki (
0.9.840). Oh, and Tomcat v. 4.1.
Got the database goin OK, and Tomcat, and put xwiki in the webapps dir., but
when I try to browse to, e.g., http://localhost:8080/xwiki/bin/view/WebHome,
I get a very long error (included after my signature), the crux of which
seems to be "Could not execute JDBC batch update".
Per the suggestion on the install page, I have tried moving the jta.jar file
either into .../webapps/xwiki/WEB-INF/lib or into .../common/lib (the main
Tomcat library directory). If I move xwiki's jta.jar into Tomcat's, I simply
get connection refused errors. If I move Tomcat's jta.jar into xwiki's,
every URL shows up as unavailable.
Any clues what the problem might be?
--JB
Hi All,
I'm a new user in xwiki and i recently installed it.
One error appeared in the "news" in the main page. The error is:
Error number 4001 in 4: Error while parsing velocity page Main.WebHome Wrapped Exception: Invocation of method 'searchDocuments' in class com.xpn.xwiki.api.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 3223 in 3: Exception while searching documents with sql , BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.ArticleClass' and obj.name<>'XWiki.ArticleClassTemplate' order by doc.creationDate desc Wrapped Exception: could not execute query
Probabily it isn't only in the news page but in another place too.
Does anyone knows how to correct it?
Thank's in advance
Ivan Koga
Hi,
I am having such trouble importing the mysql dump 0.9.2 into my mysql
database.
I am working from the installation instructions found at xwiki here:
[http://www.xwiki.org/xwiki/bin/view/AdminGuide/Linux+Tomcat+MySQL]
I have successfully created an xwiki database instance in my mysql database,
created the user and granted the user rights over the xwiki database.
The instructions indicate that next I should Download the xwiki-db .zip file
and use it to import the required data into my xwiki database using the
example command line command as shown.
[Download xwiki-db-x.zip and unzip it. Import the mysql dump into the
'xwiki' database using "mysql -u xwiki -pxwiki xwiki < xwiki-db-x.txt" from
command prompt]
First problem is that the xwiki-db.0.9.2.zip file contains a .sql file, not
a .txt file. I assume that the instructions have not been updated to reflect
with the new mysql database dump.
Secondly I am unable to import this data into my mysql database. I am
running Suse9.1 and mysql Ver 12.22 Distrib 4.0.18.
I tried the above instruction, to import the dump as:
mysql -u xwiki -pxwiki xwiki < xwiki-db-0.9.2.sql
I get this error
ERROR 1064 at line 21: You have an error in your SQL syntax. Check the
manual that corresponds to your MySQL server version for the right syntax to
use near 'DEFAULT CHARSET=latin1' at line 11
I tried to do a mysqlimport but this would obviously never work since "The
base name of the text file must be the name of the table that should be
used."
I get an error
mysqlimport: Error: Table 'xwiki.xwiki' doesn't exist, when using table:
xwiki
I have also tried the mysql control center without much success. It also
complains about the SQL sytnax.
Any assistance would be greatly appreciated.
Many thanks
Moloch.
Hello
I've just installed xwiki 0.9.840 on SUSE-Linux 9.0 with mySql 4.0.15
and tomcat 4.1.27. That worked fine. xwiki runs well and realy seems to
be a great product! But one thing "drives me crazy" :
The Bug XWIKI-181:
When editing Menu and Toolbar changes are reflected on save, but on
reediting original content is presented not the previous one.
Example:
Original Toolbar content: 1.1 Search
Change it to : 1.1 Search for.
Save it: I see "Search for" in render view
Edit page again, I see "1.1 Search" no "1.1 Search for".
This Bug comes with every edit-dialog. I woud like to create my
xwiki-content but with this bug this is simply not possible. Even a
tomcat-restart or a "xwiki-cache-flush" doesn't help :'(
Is there some kind of "work around"?
Greetings
Ralph
Does anyone have any suggestions for me on what I might be missing getting xwiki integrated with my open-ldap?
I've added the following to xwiki.cfg, then no users (including Admin) have the ability to log in. I've tried both existing xwiki users and non-existing xwiki users, and neither work:
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=ldaphost
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=ou=People,dc=mydomain,dc=com
xwiki.authentication.ldap.UID_attr=uid
My LDAP administrator didn't think I needed any settings for the following configuration options, so these are currently commented out:
> #xwiki.authentication.ldap.check_level
> #xwiki.authentication.ldap.bind_DN
> #xwiki.authentication.ldap.bind_pass
> #xwiki.authentication.ldap.fields_mapping
Any assistance is appreciated.
Hi
I just installed xwiki 0.9.840, my environment is Tomcat 5.5.9 and MySQL 5.0.15 with the latest JDBC-Connector. I got the following exception. I searched around but did not find a solution.
Any ideas ?
12:06:22,311 ERROR http-8080-Processor25 http://localhost:8080/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(AbstractFlushingEventListener.java:274)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.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.java:350)
at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernateStore.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(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)
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(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: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:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Kind regards
André
Hi
I'd like to attach big document to a XWiki page. But If the doc is bigger than
1MB it fails with the following message :
java.sql.BatchUpdateException: Packet for query is too large (2152630 >
1048576). You can change this value on the server by setting the
max_allowed_packet' variable.
It seems that it exists a parameter to allow the insertion in the database of
document bigger that 1 048 576 B.
Does someone know where I should add this param ?
BTW, I use MySQL 4.1 over GNU/Linux.
Thanks in advance
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35
Hi
I'd like to add in a form the possibility for users to upload file. My form
look like this one :
<form action="" enctype="mutipart/form-data" method="post">
<input type="text" name="submitter" />
<input type="file" name="file" />
<input type="submit" />
</form>
The problem I have is with xWiki to get the data from the $request object and
handle them by using Velocity. After I'd like to store the uploaded file as
attachment in a document.
If someone of yours have already done that I'm interesting in getting a such
example.
By the way, I've noticed that there is a plugin called FileUpload in XWiki. I
think it would be great to use it because uploaded file handling is not
really handy, but I don't know how to use it within the wiki.
Thanks.
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Hi,
I would like some direction in learning to understand things like this (code I found in your demo database):
#set($obj = $doc.getObject("XWiki.FAQClass","language",$language, true))
#set($class = $obj.xWikiClass)
#foreach($prop in $class.properties)
1.1 ${prop.prettyName}:
$doc.display($prop.getName(), "rendered", $obj)
<br />
#end
...will I have to look at the code to understand usage on things like "XWiki.FAQClass.properties" in my scripts? Or is there another resource?
The above works, but what I really want to do is modify that code to loop thru the objects present in a "table" such as "Blog.Categories" that came with demo.
...But in a nested loop:
#set($obj = $doc.getObject("XWiki.MyTable","language",$language, true))
#set($class = $obj.xWikiClass) <--- what is this?
#foreach(...object in that class??...)
1 ${...thatObject.Name}
#set ($sql = ", BaseObject as obj where obj.name=CONCAT(XWD_WEB,'.',XWD_NAME) and obj.className='Csdg.ArticleClass' and obj.name<>'Csdg.ArticleClassTemplate'")
#foreach ($item in $xwiki.searchDocuments($sql))
#set($bentrydoc = $xwiki.getDocument($item))
#set($bentryobj = $bentrydoc.getObject("Csdg.ArticleClass", "language", $language, true))
#if (${bentrydoc.display("audience","view", $bentryobj)} == "Users")
* [$item]
#end
#end
#end
...I'm not sure how much help to expect with this, but any comment would be great.
thank you in adv.
-Ken
Can someone advise me what happens if you create a wiki page named such as:
Myspace.subspace1.subspace2.document?
Does this represent a page named "document" in the space Myspace.subspace1.subspace2 ?
Or a page named subspace1.subspace2.document in a space called Myspace?
I understand of course that xwiki doesn't have a concept of nested spaces in the true sense, i.e. access rights on Myspace would not 'flow through' down the line through multiple child spaces.
Thanks,
Milt
Hello everybody!
I'm try to using XWiki 0.9.840 in the own projects, but have a lot
of problem with Russian text. Maybe I do something wrong, so please
help me if possible.
I'm using KOI8-R encoding in XWiki. Russian text is edited and
viewed correctly.
1. But it's impossible to search on the Russian - search box
contains "????" after Sumbit. Looks like incorrect encoding is used.
2. When I try to use Lists Syntax - it's not working at all. Some
lines are displayed as bold, some lines as regular text.
3. It's impossible to create new page with Russian name. It's always
saved as "?????".
Thank you for your comments!
--
Best regards,
Andrey mailto:voland@udm.ru
Youcef,
> Convert your data encoding to utf-8, the procedure to configure utf-8 under
> xwiki it is well explained (I dont remember the link, but try to find it).
> All PB with encoding will be solved for each language!
thank you for quick response, but can't agree with you. I tried to
use UTF-8 - the same problems with search and page naming.
btw, how-to for UTF-8 is not very well in "database" part. For
instance, text "change the mysql encoding to UTF-8 (check it using
"show variables")" should be replaced by following instruction
(based by my experience):
1. (For MySQL 4.1.x) Create database with default UTF-8 encoding.
Example: CREATE DATABASE xwiki DEFAULT CHARACTER SET utf8;
2. Add these lines to WEB-INF\hibernate.cfg.xml (don't know, why
team suggest to use my.cnf setting for this instead of configure a
DB pool connection):
<property name="connection.characterEncoding">utf8</property>
<property name="connection.useUnicode">true</property>
>> Hello everybody!
>>
>> I'm try to using XWiki 0.9.840 in the own projects, but have a lot
>> of problem with Russian text. Maybe I do something wrong, so please
>> help me if possible.
>>
>> I'm using KOI8-R encoding in XWiki. Russian text is edited and
>> viewed correctly.
>>
>> 1. But it's impossible to search on the Russian - search box
>> contains "????" after Sumbit. Looks like incorrect encoding is used.
>>
>> 2. When I try to use Lists Syntax - it's not working at all. Some
>> lines are displayed as bold, some lines as regular text.
>>
>> 3. It's impossible to create new page with Russian name. It's always
>> saved as "?????".
>>
>> Thank you for your comments!
--
Best regards,
Andrey mailto:voland@udm.ru
We set up the xwiki using the sample database, and it works fine, but on the java console there are lots of exceptions at startup time concerning objects not found. Firstly, is this normal? How do you clean up the object store so these don't happen?
Thanks again...
Hi,
I just want to change the copyright notice. We have XWiki 0.9.840. I have Admin rights. This is what I did:
1 create brand new space by linking to it from elsewhere: [Research.Proposals]
2 hit ? to create that page ...view/Research/Proposals
3 Select more actions/Space Preferences/Presentation
4 All fields are shown empty. I assume this is interpreted as "use XWiki preference for this field"
5 I write "Copyright <company name>" in the copyright field
6 Hit Save Preferences
7 Go to page just created and reload.
Result: copyright notice still not changed in that space. Am I doing something wrong? I'd appreciate your help
--jose