hi,
a) yes i get a rendered content (html) of the page.
b) no, its not a problem of the url. there are all absolute.
its a problem of the rights. i need a additional login to get the
images from xwiki.
little workaround (not ideal)
i give show rigths for the specific page to unregistered users.... (very
bad)
Am 08.06.2010 16:57, schrieb Marius Dumitru Florea:
> On 06/08/2010 03:04 PM, -the- wrote:
>
>> hi,
>>
>> i'm new on the group but i use xwiki since 3 years.
>>
>> for a automatic display panel application we show a xwiki-page via rpc
>> like the reference
>> "http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC"
>>
>> but with this code we can't display images.
>> only the name of the picture will displayed.
>>
>> have anybody a solution/reference for this problem.
>>
> You get the rendered content (HTML) of a wiki page and display it in an
> HTML-aware widget? If so, the widget should take care of downloading the
> images too. Maybe they are not loaded because the URLs are relative. Can
> you debug and see how the image URL (the value of the src attribute)
> looks like in the HTML returned by the XMLRPC call? Also, can you try to
> insert an external image in a wiki page and see if that image is loaded
> in your panel. External images should have absolute URLs.
>
> Hope this helps,
> Marius
>
>
>> with regards
>> -the-
>>
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
>
Hello xwiki users,
After installing xwiki 2.3 (and 2.3.1 afterwards) on Centos5.5 with
MySQL 5.x and Tomcat 5.5 I still have the issue that I cannot import the
default .xar file. The same is true for all .xar files: I generated one
from this wiki and I wanted to re-import it. No chance yet.
Unfortunately I cannot see any problem on xwiki / tomcat or mysql level.
Everything looks fine.
As I shouldn't provide screen shots, you may have a look at
http://m2m.fm:8080/xwiki/bin/admin/Main/WebPreferences.
I am looking at this topic for some days now, with no result yet. ANY
IDEAS?
Thank you very much for your support.
Best regards
Pierre
Hi,
I downloaded the Column20Macro jar and put it in my WEB-INF/lib directory.
Then, after restarting my server, I tried to use it to display two basic
columns but I had this error :
Failed to execute section macro :
org.xwiki.rendering.macro.MacroExecutionException: Section macro
expect at least one column macro as first-level children
at org.xwiki.rendering.internal.macro.column.SectionMacro.execute(SectionMacro.java:78)
at org.xwiki.rendering.internal.macro.column.SectionMacro.execute(SectionMacro.java:25)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:174)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:119)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
[...]
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
It's quite weird because I used two column macro. Here my code :
{{section justify="true"}}
{{column}} a {{/column}}
{{column}} b {{/column}}
{{/section}}
When I wrote use only one column macro inside the section one, I didn't have
that error... But until two columns macro, the error appeared...
Did I miss something ?
Thanks,
Marine
Hello xwiki users, hello asiri,
Thank you very much for your personal support. I have no errors in the
tomcat log, but I also increased the packet size before.
BR
Pierre
-----Original Message-----
From: Asiri Rathnayake [mailto:asiri.rathnayake@gmail.com]
Sent: Tuesday, June 08, 2010 1:47 PM
To: XWiki Users
Subject: Re: [xwiki-users] Installation issue / import function
Hi,
On Tue, Jun 8, 2010 at 4:02 PM, Dalluege, Pierre (extern) <
p.dalluege(a)external.telekom.de> wrote:
> Hello xwiki users,
>
> After installing xwiki 2.3 (and 2.3.1 afterwards) on Centos5.5 with
> MySQL 5.x and Tomcat 5.5 I still have the issue that I cannot import
> the default .xar file. The same is true for all .xar files: I
> generated one from this wiki and I wanted to re-import it. No chance
yet.
>
> Unfortunately I cannot see any problem on xwiki / tomcat or mysql
level.
> Everything looks fine.
>
Are you sure tomcat logs don't have any exceptions logged? I have
experienced issues with importing when max_allowed_packet (mysql
configuration) is not large enough.
And did you make sure that your xar file is valid? (Not corrupted)
- Asiri
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
hi,
i'm new on the group but i use xwiki since 3 years.
for a automatic display panel application we show a xwiki-page via rpc
like the reference
"http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC"
but with this code we can't display images.
only the name of the picture will displayed.
have anybody a solution/reference for this problem.
with regards
-the-
Hello xwiki users, hello caleb,
The link links to the "life" system, so you simply may select the xar,
click on on importing, you get the toc of the xar and finally you may
import it with an error message of the importing tool.
Yes, we use Firefox (but it also happens on IE8).
Best regards
Pierre
-----Original Message-----
From: Caleb James DeLisle [mailto:calebdelisle@lavabit.com]
Sent: Tuesday, June 08, 2010 1:32 PM
To: XWiki Users
Subject: Re: [xwiki-users] Installation issue / import function
What happens when you try to import (how far do you get?)
Importing is part of the automated tests which are run on firefox, are
you using a different browser? We have had issues with Microsoft
browsers in the past.
Caleb
Dalluege, Pierre (extern) wrote:
> Hello xwiki users,
>
> After installing xwiki 2.3 (and 2.3.1 afterwards) on Centos5.5 with
> MySQL 5.x and Tomcat 5.5 I still have the issue that I cannot import
> the default .xar file. The same is true for all .xar files: I
> generated one from this wiki and I wanted to re-import it. No chance
yet.
>
> Unfortunately I cannot see any problem on xwiki / tomcat or mysql
level.
> Everything looks fine.
>
> As I shouldn't provide screen shots, you may have a look at
> http://m2m.fm:8080/xwiki/bin/admin/Main/WebPreferences.
>
> I am looking at this topic for some days now, with no result yet. ANY
> IDEAS?
>
> Thank you very much for your support.
>
> Best regards
>
> Pierre
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
Take a look at Rights 5
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights5Space
Added:
* information regarding the advanced rights (inherits, overrides)
* icons built together as a whole
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/i…
* representation of "advanced rights" with the same abstract icon, but with
different color (no text; we can debate this)
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/c…
* inheritance arrow married with +/-
IMGs (in case of browser problem)
- collapsed:
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/r…
- expanded:
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights5Space/r…
On Fri, Jun 4, 2010 at 10:42, Denis Gervalle <dgl(a)softec.lu> wrote:
> Hi Caty,
>
> On Thu, Jun 3, 2010 at 18:09, Ecaterina Valica <valicac(a)gmail.com> wrote:
>
> > Hi Denis,
> >
> > I want to thank you again for all the help you are giving :P
> >
>
> This is pleasure to participate especially because you provide really good
> proposals.
> I would also like to see others participating, currently the discussion is
> becoming to much bilateral IMO.
>
>
> >
> > Please take a look at a proposal for "V3 and my 3)" version with elements
> > from Rights2 :)
> >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal
> > and in "action"
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Space
>
>
> Really nice job ! I really appreciate.
>
>
> > The prototype is not reflecting the "desired" interaction: both inherited
> > info and rights change appear on hover (right icon and arrow), instead of
> > hover | click.
> >
>
> I am not sure what are really your intend. I think that the big tooltips
> describing the rights should be the only tooltips, and should be show on
> hover only after a small timeout (like the yellow one currently). Clicking
> any where on the +/- icon or v would then open the menu.
> Is it what you try ?
>
>
yes, on hover show the tooltip, on click show the menu.
>
> >
> > That "v" needs to be an arrow like the one we use in the action menus.
> >
> > On Tue, Jun 1, 2010 at 19:06, Denis Gervalle <dgl(a)softec.lu> wrote:
> >
> > > Caty,
> > >
> > > Really nice and interesting post, I will try to reach that level... but
> > > without visual :\
> > >
> > > I really think that using the collapsed view for editing would helps
> > basic
> > > users to have a simplified and more easy interface to understand. We
> may
> > > even imagine that only "advanced user" (those marked so in their
> > profile),
> > > has access to the expanded view.
> > >
> > > I think that the collapsed view missed an additional icon that
> summarize
> > > the
> > > rights that are not shown. This one would only be shown if there is any
> > > non-defaulted additional right in action.
> >
> > This is a signal that extended
> > > rights are in use (See it like the grey box of Windows when special
> > rights
> > > are setup, which is inviting to go into advanced view to know more).
> This
> > > one would be obviously not editable, and should probably work like the
> > ...
> > > or replace it ? In place of the ... . Concerning the ..., I am not
> sure,
> > > but
> > > I would also prefer to see a textual link "advanced" in small font, and
> > > only
> > > visible when row is hovered.
> > >
> > >
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal#H…
>
>
> Sorry to insist, but the information regarding the advanced rights is still
> missing in collapsed mode.
> I really would like to have a indicator that some advanced rights has been
> set locally or not without having to go advanced mode. Else, you will have
> to expand all rows to check that information, which is not practical.
>
>
> >
> >
> > > Order of right are not significant, so I would prefer that in all view,
> > > these where in the same order, with the basic right first (V/C/E/D/A/P)
> > and
> > > the additional right in their order of registration (hope that it will
> > stay
> > > constant... or we will have to find a way to keep them ordered).
> > > The "right" part of each icon should be grayed if the right is
> inherited
> > > and
> > > not grayed if the right is set locally, this improve the information
> > > provided in V3.
> >
> >
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights43Proposal#H…
> >
> > The problem with this icons (taken from Silk) is that there is little
> > difference for View, Comment, Admin icons between the two states
> > (inherited,
> > locally set) - but this is something we can easily improve (by changing
> the
> > icons and looking for some more contrast).
> > Example: This is how they look when all rights are set locally (full
> color)
> >
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Rights43Propos…
> >
> >
> >
> > > I also think that the +/- (which is never grayed) could be
> > > nearer to the right icon. Maybe you could use a green V and a read
> "stop"
> > > in
> > > place of +/- ?
> > >
> >
> > The other mockup versions (like
> > http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights41Space)
> > used
> > v/x for the allow/deny representation, and yes, I agree that they are
> more
> > suited than +/-.
> >
> > The problem is that we are using in XWiki, X to represent delete, so
> having
> > two xX was too much, that's why I introduced +/-. Maybe we can find
> another
> > solution.
> >
>
> I think we need some polishing on the icons used. Building them
> specifically
> would be nice, but I do not know if you or anyone want to have a try at
> that. My feeling is that the couple +/- or better v/x and the right icon
> should be built together and closer to each other providing the information
> as a whole and not giving the impression of two part. Using a v for
> suggesting the menu is nice, could be even improved by styling some "button
> like" borders on hover.
>
> All menus could also be improved by using the inheritance arrow married
> with
> +/- (or v/x) to show immediately what will be the right if inheritance is
> used.
>
>
> >
> >
> > >
> > > Regarding the collapsed view, I see three possibilities to investigate
> > for
> > > allowing edition while improving readability (note that readability has
> > the
> > > same issue in expanded view, but it seems to be less annoying) :
> > >
> > > 1) use V3, but when hovering a row, use V2 on that row and allow
> > drag/drop
> > > (keeping V2 until drop even is hover is temporary lost). Not sure this
> > will
> > > be nice in practice ? see 2)
> > >
> > > 2) use a presentation in 4 columns, for both collapsed and expanded
> view,
> > > the first column behing a read-only summary like V3, and the 3 column
> > being
> > > an ordered V1. However, dragging from summary would be allowed. The 3
> > > detailed column could be shown only when a drag is started from
> summary,
> > or
> > > with a global horizontal expansion button... Basic user would have
> access
> > > to
> > > this, but not necessarily to vertical row expansion. Not sure this is
> not
> > > an
> > > increase in complexity ? so, see 3)
> > >
> > > 3) use V3, and a similar interface to what we have in current right
> > > management interface. Since saved are postponed (not like we have
> > > currently), using this one may be both practical and could helps the
> > > transition for existing user as well. With all the belts and whistle
> > added
> > > to clearly state changes and inheritance, this will be similar but
> really
> > > better than what we have.
> > >
> > > If we go for V3 and my 3) proposal, I also wonder if the current table
> > > header is well done. I do not like it when nothing is expanded since it
> > is
> > > confusing, too large, and not significant. It will be even more
> > unexpected
> > > if you follow me on the "advance user" case, when a basic user look at
> > it.
> > > Maybe you could try a changing header, only expanding when there is
> > > expanded
> > > row, or, you could move the expanded header in each expanded row,
> keeping
> > a
> > > simplified header at the top.
> > >
> > > WDYT ?
> > >
> > > Denis
> > >
> > >
> > Other problem that this proposal has is the representation of "advanced
> > rights". If we don't like the textual description and we want to add
> icons,
> > IMO we have two solutions:
> >
> > A) use the same abstract icon, but with different color, ex. a key or
> lock
> > icon with color representation ("blue" for "programming", "green" for
> > "captchaComment", etc)
> > - the problem here is for the people that have some kind color blindness
> > and
> > will not distinguish between some color tones (this is the case when we
> > gonna have lots of "advanced" | non default rights)
> >
> > B) use the same abstract icon and with an order index (like numbers 1, 2,
> > etc or characters A, B, etc)
> >
> > These representations are based on the fact that "advanced rights" will
> be
> > added by other developers and the icon will not be custom made for a
> specif
> > right.
> >
>
> Why not just use the big Icons from the menu (using the inheritance arrow
> married with +/- as proposed above), and directly followed by the v arrow.
> All this in front of the text ?
>
inheritance arrow + "right" - to describe "right" as inherited allowed
inheritance arrow - "right" - to describe "right" as inherited denied
+ "right" - to describe "right" allowed
- "right" - to describe "right" denied
yes - we could do that if we decide to use the textual variant.
>
> Using a generic icon will not improve information and detailed view of
> advanced right in collapsed mode is not expected.
>
> It is not clearly shown on your samples, how multiple advance right would
> be
> shown. I think one per row is nice, or if you want to limit space, 2 or 3
> at
> most, shown in columns ?
>
this depends on which version (textual, icons) we choose for the advanced
rights (I would prefer something linear)
> I also wonder is this would help or not to also extends basic rights in
> advanced mode, showing the icons and the text ?
>
> I think this would only add duplicates and mess a bit the meaning of
"advanced" by combining them with "regular".
>
>
> >
> > Another thing we need to consider for this proposal is how the filtering
> is
> > gonna be made.
> >
>
> Good point. Here is some proposal for each column:
>
> 1) a dropdown list proposing local (default), global or both ?
>
I would prefer rights separation depending on the location:
- if you want to see global rights - go to global;
- if you want to see wiki rights - go to wiki,
etc.
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights3Proposal#HN…
Why would you like to see both local and global? (filtering?) I think it
will be easier for the user if they are separated.
2) a textbox which filter on names
>
For advanced users would be nice to have queries, like "allow view" AND
"inherit deny delete" :)
> 3) a dropdown list proposing all (default), hide inherited only, and maybe
> the list of rights, showing only rows where the selected right is set
> locally ?
>
>
The dropdown with the list of rights (view, edit, etc.) could also have
another dropdown next to it to set the state of the right (inherited,
allowed, denied)
Thanks,
Caty
Hi,
I'm trying to install xwiki following all the steps included in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL.
I'm working with jboss and MySQL.
* First I download xwiki-enterprise-web-1.9.3.war then,
* I installed MySQL 5.1 in this step I created the Data base
- mysql -u root -e "create database xwiki"
- mysql -u root -e "grant all privileges on xwiki.* to
xwiki(a)127.0.0.1 identified by 'xwiki'"
- I included the MySQL JDBC Driver JAR in the WEB-INF/lib
folder
- I changed hibernate.xml with mysql properties
* I installed jboss-4.0.5.GA
- I tried to use a datasource but doesn't work for me, so I am
working without it.
As you see, I followed all the steps described in xwiki site, but I have
many errors and I haven't done nothing different
16:47:20,204 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#104408758]
16:47:20,375 WARN [XWiki] Exception while getting wiki preference
[macros_languages]
java.lang.NullPointerException
16:47:20,469 WARN [XWiki] Exception while getting wiki preference
[macros_velocity]
java.lang.NullPointerException
16:47:20,547 WARN [XWiki] Exception while getting wiki preference
[macros_groovy]
java.lang.NullPointerException
16:47:42,032 WARN [XWiki] Exception while getting wiki preference
[macros_mapping]
java.lang.NullPointerException
16:47:43,313 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.objects.classes.BaseClass#-629142642]
16:47:56,048 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#-1905796263]
16:47:56,439 WARN [XWiki] Exception while getting wiki preference
[backlinks]
java.lang.NullPointerException
I supposed that all of this errors are happening because I have to
install the *.xar files
And then I got this error and that's all. I can't see nothing else.
16:48:03,158 INFO [STDOUT] Hibernate: select xwikidocum0_.XWD_ID as
XWD1_0_0_, xwikidocum0_.XWD_FULLNAME as XWD2_0_0_, xwikidocum0_.XWD_NAME
as XWD3_0_0_, xwikidocum0_.XWD_TITLE as XWD4_0_0_,
xwikidocum0_.XWD_LANGUAGE as XWD5_0_0_,
xwikidocum0_.XWD_DEFAULT_LANGUAGE as XWD6_0_0_,
xwikidocum0_.XWD_TRANSLATION as XWD7_0_0_, xwikidocum0_.XWD_DATE as
XWD8_0_0_, xwikidocum0_.XWD_CONTENT_UPDATE_DATE as XWD9_0_0_,
xwikidocum0_.XWD_CREATION_DATE as XWD10_0_0_, xwikidocum0_.XWD_AUTHOR as
XWD11_0_0_, xwik
idocum0_.XWD_CONTENT_AUTHOR as XWD12_0_0_, xwikidocum0_.XWD_CREATOR as
XWD13_0_0_, xwikidocum0_.XWD_WEB as XWD14_0_0_, xwikidocum0_.XWD_CONTENT
as XWD15_0_0_, xwikidocum0_.XWD_VERSION as XWD16_0_0_,
xwikidocum0_.XWD_CUSTOM_CLASS as XWD17_0_0_, xwikidocum0_.XWD_PARENT as
XWD18_0_0_, xwikidocum0_.XWD_CLASS_XML as XWD19_0_0_,
xwikidocum0_.XWD_ELEMENTS as XWD20_0_0_,
xwikidocum0_.XWD_DEFAULT_TEMPLATE as XWD21_0_0_,
xwikidocum0_.XWD_VALIDATION_SCRIPT as XWD22_0_0_,
xwikidocum0_.XWD_COMMENT as XWD23_0
_0_, xwikidocum0_.XWD_MINOREDIT as XWD24_0_0_,
xwikidocum0_.XWD_SYNTAX_ID as XWD25_0_0_, xwikidocum0_.XWD_HIDDEN as
XWD26_0_0_ from xwikidoc xwikidocum0_ where xwikidocum0_.XWD_ID=?
16:48:03,173 ERROR [[action]] Servlet.service() for servlet action threw
exception
java.lang.NoSuchMethodError:
org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lan
g/String;)Ljava/lang/Stri
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.globalSearchDocuments(Wat
chListPlugin.java:596)
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.sanitizeWatchlists(WatchL
istPlugin.java:629)
at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.init(WatchListPlugin.java
:122)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.ja
va:155)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.jav
a:92)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.ja
va:120)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1022)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:742)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:670)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:317)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:388)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:155)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilte
r.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:178)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAs
sociationValve.java:175)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.j
ava:74)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
at
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnecti
onValve.java:156)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
48)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:86
9)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:527)
at
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorker
Thread.java:112)
at java.lang.Thread.run(Thread.java:619)
16:48:13,001 INFO [IndexUpdater] deleting 8 docs from lucene index
16:48:13,189 INFO [IndexUpdater] deleted 8 docs from lucene index
16:48:13,220 INFO [IndexUpdater] indexing 8 docs to lucene index
16:48:13,236 INFO [STDOUT] Hibernate: select xwikidocum0_.XWD_ID as
XWD1_0_0_, xwikidocum0_.XWD_FULLNAME as XWD2_0_0_, xwikid
idocum0_.XWD_CONTENT_AUTHOR as XWD12_0_0_, xwikidocum0_.XWD_CREATOR as
XWD13_0_0_, xwikidocum0_.XWD_WEB as XWD14_0_0_, xwikido
_0_, xwikidocum0_.XWD_MINOREDIT as XWD24_0_0_,
xwikidocum0_.XWD_SYNTAX_ID as XWD25_0_0_, xwikidocum0_.XWD_HIDDEN as
XWD26_0_0_
16:48:13,251 INFO [DefaultLoadEventListener] Error performing load
command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#723512152]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFact
oryImpl.java:375)
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventLi
stener.java:143)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoad
EventListener.java:193)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEvent
Listener.java:101)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore
.java:641)
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:20
9)
at
com.xpn.xwiki.doc.XWikiDocument.getTranslatedDocument(XWikiDocument.java
:3676)
at
com.xpn.xwiki.plugin.lucene.IndexUpdater.runMainLoop(IndexUpdater.java:2
21)
at
com.xpn.xwiki.plugin.lucene.IndexUpdater.run(IndexUpdater.java:117)
at java.lang.Thread.run(Thread.java:619)
........
I hope that someone can help me!
Thanks in advance!
Carolina Ramirez P