Thanks Mohoo,
I did change on xwd_class_xml column size of xwikidoc but i could not locate xwiki.hbm.xml file in my xwiki folder to do the second change, do i need to have this file or it should be bounded with xwiki distribution?
Regards,
Adel
Original Message processed by David InfoCenter
Subject: Re: [xwiki-users] org.hibernate.ObjectNotFoundException (30-May-2007 10:32)
From: Mohoo <mohoomail(a)gmail.com>
To: xwiki-users(a)objectweb.org
Hi Adel,
Forget the first mail I replied, I'm sorry for that.
There is some difference between our version.
But I found something new that may be helpful.
Read the page http://www.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL,
And you'll find some guids for you in Comments as following:
Note: If you get xar file import errors(Preferece and Rights are not imported correctly) when using PostgreSQL, it may cause by size limitation of xwd_class_xml column of xwikidoc table. Just change the varchar(20000) to a varchar(200000) and reintall it. In the hibernate mapping file( xwiki.hbm.xml), string will be mapped to varchar, or you can change it to text by hand.
Hope it is useful.
Regards
Mohoo
2007/5/29, Adel Aneiba <adel.aneiba(a)ajbs-ltd.com>:
Hi Vincent,
I have noticed that the above exception is appeared when i upload xwiki.xar file and click import button, it is shown in the Jboss console
I hope this helps as well
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 12:17)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
On May 29, 2007, at 12:35 PM, Adel Aneiba wrote:
Hi Vincent,
I have created a new empty database and i deployed xwiki.war into jboss deployment folder and then i have uploaded xwiki.xar file and then i start using my xwiki
What database are you using?
Thanks
-Vincent
I hope this helps
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 11:16)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
Hi Adel,
Can you give us more details about what you do to get this error?
Are you using an existing database from an old version?
Is there a way we could reproduce this error?
Thanks
-Vincent
On May 29, 2007, at 12:03 PM, Adel Aneiba wrote:
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292 ]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad (DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java :160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference (XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java :48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
at org.apache.struts.action.RequestProcessor.processActionPerform (RequestProcessor.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 (ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki. web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFilter.java:96)
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.jboss .web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java :175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java :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(CachedConnectionValve.java:156)
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.processConnection(Http11BaseProtocol.java :664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run (Thread.java:595)
--
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,
How do I get the list of spaces sorted?
$xwiki.spaces gives me the list of spaces, but how do I get this list
sorted alphabetically?
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Hi Vincent,
I have noticed that the above exception is appeared when i upload xwiki.xar file and click import button, it is shown in the Jboss console
I hope this helps as well
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 12:17)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
On May 29, 2007, at 12:35 PM, Adel Aneiba wrote:
Hi Vincent,
I have created a new empty database and i deployed xwiki.war into jboss deployment folder and then i have uploaded xwiki.xar file and then i start using my xwiki
What database are you using?
Thanks
-Vincent
I hope this helps
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 11:16)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
Hi Adel,
Can you give us more details about what you do to get this error?
Are you using an existing database from an old version?
Is there a way we could reproduce this error?
Thanks
-Vincent
On May 29, 2007, at 12:03 PM, Adel Aneiba wrote:
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java:48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
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.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java: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(CachedConnectionValve.java:156)
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.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
I removed latest RC version and installed new 1.1 and found two annoying
problems:
1. In BLOG/WEB HOME, at the bottom, the text for adding a new blog is in
French. if I try to edit it and save, then the textbox and the button
disappear after saving. This problem was present also in RC version.
2. In BLOG/CATEGORIES the code for rendering the categories table must have
now something wrong cos the table is not displayed properly. This problem
was not present in RC version.
--
View this message in context: http://www.nabble.com/Errors-in-the-default-wiki-installation-tf3839018.htm…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Mohoo,
What you mean by initializing the database, i have created the database in my Postgres DB server as an empty one and once i deploy the xwiki.war into the Jboss server the database has been created and initialized
Is that right, or i need to do something else?
Regards,
Adel
Original Message processed by David InfoCenter
Subject: Re: [xwiki-users] org.hibernate.ObjectNotFoundException (30-May-2007 4:11)
From: Mohoo <mohoomail(a)gmail.com>
To: xwiki-users(a)objectweb.org
hi Adel,
Have you initialize the database?
Since xwiki has an SVN backend, does this mean that I
can download the wiki site to my laptop and then work
on it offline?
Also, can I do standard svn commands to upload new pages,
attachments, etc.?
Thx....JRC
--
Tech-X Corp., 5621 Arapahoe Ave, Suite A, Boulder CO 80303
cary(a)txcorp.com, p 303-448-0728, f 303-448-7756, c 720-839-5997
Hi,
I am trying to install Xwiki on IBM WebSphere But it is showing error
that the supplied file is not a war file.
Please refer to the attached document for error description.
Thanks & Regards
Manvar Khan | CRM-AMSS Integration | Tech Mahindra
Delta, Fourth floor Giga Space, Viman Nagar, Pune - 411016. INDIA
* Office: +91 20 6622 1000 | Extn: 3157 | Cell: +91-9970291915
Email: manvark(a)techmahindra.com
www.techmahindra.com
<https://techmail1.techmahindra.com/exchweb/bin/redir.asp?URL=http://www
.techmahindra.com/>
============================================================================================================================
Disclaimer:
This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra.
============================================================================================================================
Hi,
I am using class editor to change the property (type from Date to text area)
of a class field (say field A). For that first I created a new filed (B)
with the desired type. Then I changed the number of the old field, A to the
one next to the last one existing. (say we have 20 fields now with the new
one B. So, I assigned A (originally having number 14, a new number 21). I
then assigned B number 14 to replace A.
I am having problem next when I am trying to delete A so that I can then
rename B to A. I tried to change number of A from 21 to 0, also deleting
name of A so that it has name property to be empty. But nothing helps to
remove A from the picture. Some how all the fields from number 1 to 14 gets
deleted!
Does anyone have any idea on that?
Thanks
Sohana
Hi,
With my XWiki I need a forum so people can exchange information on various
topics. I'm installed phpbb but I was wondering if there was any "better"
integration between another product (JForum or JavaBB). Has anybody
installed such product ? Any feedback ?
Thanks,
Antonio
Hi Vincent,
I have created a new empty database and i deployed xwiki.war into jboss deployment folder and then i have uploaded xwiki.xar file and then i start using my xwiki
I hope this helps
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 11:16)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
Hi Adel,
Can you give us more details about what you do to get this error?
Are you using an existing database from an old version?
Is there a way we could reproduce this error?
Thanks
-Vincent
On May 29, 2007, at 12:03 PM, Adel Aneiba wrote:
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java:48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
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.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java: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(CachedConnectionValve.java:156)
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.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)