G'Day mates,
This time I will try to be more complete.
So, I'm getting a error and decide to investigate.
I'm using the least Xwiki version, 0.9.840, and this version is working fine with 3 user.Leaving another obstacles that I'm getting, every thing is running OK. This 3 users are admin users. Until this point, xWiki is working OK. But I'm tried to use another user, different of admin user.
My problem starts here. When I navegate with this common user, in every page, show the same error. The error:
com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while deleting object XWiki.Mega
Wrapped Exception: possible nonthreadsafe access to session
at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernateStore.java:986)
at com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServiceImpl.java:209)
at com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:51)
at com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:93)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:268)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
I tried to close some classes in Log4J, but I'm don't confortable with this masked errors.
When I put the source in Eclipse to debug, I found where this error is "Blowing up". In com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify( )say it be necessary to delete the oldObject because the ID info have changed.
Why do I need to delete this old object? This is occurring only in simple users. In admin mode this error don't happens.
I'm looking for this error in xWiki mail list and Ludovic said that is a know problem and already fixed, but this answer was in december 2005 and the 0.9.840's version was build in september 2005. Are there anything that I can do to solve this problem in short-term? I'm thinking in remove the throw Exception. This short solution will be have big impact in xWiki?
Cheers,
Filipe Fumaux
Thanks. MySql has the Describe table function. Out of curiousity, Is there any shell that can show the binary (mediumblob) type?
-----Original Message-----
From: jeremi joslin [mailto:jeremi23@gmail.com]
Sent: Thursday, June 01, 2006 10:27 AM
To: xwiki-dev(a)objectweb.org
Subject: Re: [xwiki-dev] xwikiattachment_content table errors
On 6/1/06, Roger Rukundo Nzabandora <rnrukundo(a)syscorp.co.ug> wrote:
>
>
>
>
> Hi all, thanks for the constant updates and info.
>
>
>
> I'm trying to view the xwikiattachment_content table rows and columns in the
> windows command line but I don't get any meaningful results. The MySql
> command is select * from xwikiattachment_content. I get a series of several
> dotted lines followed by endless characters and the computer starts beeping
> endlessly until I have to close the command line interface. I'm doing a
> project on xwiki and I need to document the contents of each table. What can
> I do?
Hi,
It's normal, because the content of this table is binary, so your
shell have some problems to show the binary. Instead of listing the
content of the database, you can use a function like "describe
table"(i don't know if it exist en mysql, but you should have
something like this) for watching the schema of the table.
Can you share your work with the community after?
Jérémi
Hi all, thanks for the constant updates and info.
I'm trying to view the xwikiattachment_content table rows and columns in
the windows command line but I don't get any meaningful results. The
MySql command is select * from xwikiattachment_content. I get a series
of several dotted lines followed by endless characters and the computer
starts beeping endlessly until I have to close the command line
interface. I'm doing a project on xwiki and I need to document the
contents of each table. What can I do?
Hi there
I have checked out XWiki and built it. Then I deployed the xwiki.war for eXo in the latest eXo-Tomcat Portal version 1.1.1
The deployment worked, the installation works. But when I add xwiki to a container, I get a NoClassDefFound Exception
See attached log file and screenshot for details.
Any clues on how to fix that?
Thanks
r.
P.S.
I am using
- MySQL 4.1.11 with the xwiki db dump 0.9.2
- J2SDK 1.5.0.6
- exo-tomcat Portal 1.1.1 (http://forge.objectweb.org/project/download.php?group_id=151&file_id=5992)
Have places jta.jar and mysql-connector-java-3.1.7-bin.jar to %CATALINA_HOME%\common\lib
---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
I'm so unhappy because nobody's answering my questions.
I ask for excuses for my terrible english, but I'm trying to be better that I can.
So, sorry if nobody understand me.
I'm so enthusiastic for the xWiki, but I'm having couple doubts about configuration, developing and management. I've some ideas to implement in xwiki but don't know if is import to the all project.
Whatever...
Sorry, but I'm feeling a little alone to learn about xWIKI and implant in my company.
If I'm wrong sorry for this. Is just a relief.
Regards to all.
Att,
Filipe Fumaux
Not sure if that mail got delivered - so I send it again. (Sent it yesterday but it was never delivered back into my mailbox)
Hi there
I have checked out XWiki and built it. Then I deployed the xwiki.war for eXo in the latest eXo-Tomcat Portal version 1.1.1
The deployment worked, the installation works. But when I add xwiki to a container, I get a NoClassDefFound Exception
See attached log file and screenshot for details.
Any clues on how to fix that?
Thanks
r.
P.S.
I am using
- MySQL 4.1.11 with the xwiki db dump 0.9.2
- J2SDK 1.5.0.6
- exo-tomcat Portal 1.1.1 (http://forge.objectweb.org/project/download.php?group_id=151&file_id=5992)
Have places jta.jar and mysql-connector-java-3.1.7-bin.jar to %CATALINA_HOME%\common\lib
---------------------------------
Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.
I obtained the full xwiki source from svn repo:
svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki/trunk and
also, got ANT configured in my machine.
while building the source with "ant release" command, I get the following
error. Can someone please help me fixing that? ... thnx.
xwiki:
[javac] Compiling 422 source files to D:\wiki\xwiki\build\classes
[javac] D:\wiki\xwiki\src\main\java\com\xpn\xwiki\XWiki.java:86:
cannot access org.exoplatform.container.RootContainer
[javac] bad class file:
D:\wiki\xwiki\lib\exo-platform.container-2.0.jar(org/exoplatform/container/RootContainer.class)
[javac] class file has wrong version 49.0, should be 48.0
[javac] Please remove or make sure it appears in the correct
subdirectory of the classpath.
[javac] import org.exoplatform.container.RootContainer;
[javac] ^
[javac] 1 error
BUILD FAILED
D:\wiki\xwiki\build.xml:236: Compile failed; see the compiler error output
for details.
Thanks,
SQ
Anybody saw this error in Tomcat??
11:04:40,225 WARN http-8080-Processor5 http://localhost:8080/xwiki/bin/view/Des
env/WebHome Configurator:configure:126 - No configuration found. Configuring ehc
ache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Program%20Fi
les/Apache%20Group/Tomcat%204.1/webapps/xwiki/WEB-INF/lib/ehcache-1.1.jar!/ehcac
he-failsafe.xml
Att,
Filipe Fumaux
Anybody know how can I solve this error(warn)?
18:38:48,471 WARN http-8080-Processor5 http://localhost:8080/xwiki/bin/view/Des
env/WebHome Configurator:configure:126 - No configuration found. Configuring ehc
ache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Program%20Fi
les/Apache%20Group/Tomcat%204.1/webapps/xwiki/WEB-INF/lib/ehcache-1.1.jar!/ehcac
he-failsafe.xml
com.xpn.xwiki.XWikiException: Error number 3213 in 3: Exception while deleting o
bject XWiki.Filipe
Wrapped Exception: possible nonthreadsafe access to session
at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHi
bernateStore.java:986)
at com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServi
ceImpl.java:209)
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:268)
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:696)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:200)
...
Att,
Filipe Fumaux
G'Day guys
My Tomcat is showing the follow error. Anybody know what is this??
2006-05-25 14:27:28 Velocity [info] Velocimacro : added new VM : #showsection( section sectionitemsmap ) : source =
2006-05-25 14:27:28 Velocity [error] RHS of #set statement is null. Context will not be modified. [line 6, column 1]
2006-05-25 14:27:28 Velocity [error] Right side ($xwiki.null) of '!=' operation has null value. Operation not possible. [line 9, column 12]
2006-05-25 14:27:28 Velocity [error] Right side ($xwiki.null) of '!=' operation has null value. Operation not possible. [line 9, column 12]
2006-05-25 14:27:51 Velocity [error] RHS of #set statement is null. Context will not be modified. [line 6, column 1]
2006-05-25 14:27:51 Velocity [info] Velocimacro : added new VM : #xwikiitem( url msgname ) : source =
2006-05-25 14:27:52 Velocity [error] RHS of #set statement is null. Context will not be modified. XWiki.XWikiPreferences [line 30, column 1]
2006-05-25 14:27:54 Velocity [error] RHS of #set statement is null. Context will not be modified. [line 6, column 1]
Regards
Att,
Filipe Fumaux
G'day
Anybody knows how can I hide the errors and warnings that the xwiki produce in Tomcat's log??
Another question: Anybody knows when the xwiki's new version will be avaliable?
Regards
Att,
Filipe Fumaux
I've taken into account all the votes (thanks for this), including mine,
which was:
UI
JCR backend
P2P
AJAX API
and
AntiSpam features
GData backend
Editor Completion
The final result is
*Project* *Total*
UI 68
AJAX API 62
JCR backend 56
P2P 55
AntiSpam features 40
GData backend 31
Editor Completion 24
So the 4 projects will be:
- Improving the XWiki User Interface by implementing the Ergonomic Study
- Implementing an AJAX API
- Implementing a JCR Backend
- Implementing a P2P XWiki
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hi,
Google just gave the tentative allocation for project. It turns out we
will get 4 projects. I hoped for more put given the 626 students allocated
(this is already 3M$ by Google) and the 105 Open Source organisation
participation, this is kind of normal.
We will have to make some tough choices. The current list I created was:
User Interface (Implement the ergonomic study)
P2P (allow offline usage and P2P XWiki hosting)
AJAX API, Toolbar and Form Editor (it can be one of them or all)
AntiSpam features
JCR backend
Editor Completion
GData backend
We would have to choose 4 and order the last 3 (in case we get additional
projects at the last minute).
Go ahead and give your opinion before tonight since we have to give the
final answer before tomorrow morning pacific time.
Ludovic
Hi Group,
I am trying to deploy xwiki-0.9.536.war into Jetspeed-2. I encountered the following error in the xWiki Portlet. Can any one tell me what could the problem be. If anyone has instructions as to how to deploy XWiki in Jetspeed-2 as a portlet, can u please send me the link or the war if possible..
ERROR:-
Cannot create Portlet instance com.xpn.xwiki.web.XWikiPortlet for
Portlet Application xwiki-0.9.536
I even tried replacing the following line in Utils.java, but its still not working.
URL url = XWiki.getRequestURL(request);
replaced with
URL url;
try {
url = new URL("http://localhost:8080");
System.out.println("CREATED URL = "+url.toString());
context.setURL(url);
// Push the URL into the Log4j NDC context
MDC.put("url", url);
} catch (MalformedURLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Thank you in advance,
Chandra Shekar.
---------------------------------
Feel free to call! Free PC-to-PC calls. Low rates on PC-to-Phone. Get Yahoo! Messenger with Voice
Robin,
I want to change the parent using a code. I've a document that will change the parent in many situations.
Sorry!!!
-----Original Message-----
From: Robin Fernandes [mailto:rewbs.soal@gmail.com]
Sent: quinta-feira, 18 de maio de 2006 15:29
To: xwiki-dev(a)objectweb.org
Subject: Re: [xwiki-dev] Setting Parent
If you mean marking a document with more than one parent, I don't
think this is possible.
If you mean changing the parent of a document, you can do so under the
main textbox in the edit content view.
On 18/05/06, Filipe <Filipe(a)drive.com.br> wrote:
> Anybody knows how can I set another parent to a document??
>
>
> Att,
> Filipe Fumaux
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-dev(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>