How can I turn off the "shortcut" URLs where /bin/Space/Page is
interpreted as /bin/view/Space/Page?
(Specifically, I'm using mod_redirect to clean up the URL
architecture and need to assume that anything prefixed /bin that
isn't /bin/view needs to be passed through as an action.)
- - -
Hans Gerwitz
http://phobia.com/
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
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