I'm using the latest xwiki.war deployed into Tomcat6 with IBM Java
Whenever I try to use the insert macro into the WYSIWYG form I get the following error
500 <html><head><title>Apache Tomcat/6.0.18 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Failed to initialize the XWiki context. org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:153) org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:83) com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) </pre></p><p><b>root cause</b> <pre>com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki [kcrnxwiki01] does not exist com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505) org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:134) org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:83) com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) </pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.18</h3></body></html>
--
Mark Gardner
KC Research Automation
Mark.Gardner(a)kc.frb.org
(816) 881-2957
Hi,
1) Is it possible to specify a file size limit for a specific page ? For
example, a specific page has 600MB for its file size limit, while other
have the default.
2) Is there a limit to the amount of files we can attach to a page ? If the
limit is by size, what is the total size limit for one page and how can I
change it?
Xwiki version :1.4.1
Thanks
--
Victor
Hi;
I just installed Video Macro,
and progress report seemed correct
-
Installing extension [elenaoanatabaranu:video-macro-1.2] on namespace
[wiki:xwiki]
-
Importing document [xwiki:Macros.Video20] in language [en]...
-
Successfully installed extension [elenaoanatabaranu:video-macro-1.2] on
namespace [wiki:xwiki]
what happened is i got a new annoying space under Home called Macros
and could not find Video macro in the editor tool for adding macros
tried manually and got unknown macro error message !
Is there something i missed ?
Thanks,
--
*BHY*
I'm trying to edit a object in a wiki page
I created a class with name = "Test.Message" and a single string attribute
named "text"
I put this code in a page
{{velocity}}
{{html clean="false" wiki="true"}}
#set($mobj=$doc.getObject("Tests.Message",true))
$mobj.display("text",$context.action)<p/>
{{/html}}
{{/velocity}}
It show the form but when I save the page the object is not saved/updated.
What am I doing wrong?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Update-objects-editing-a-page-tp7585001.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
myxwiki.org has been upgraded to XE 5.0.1. If you own a wiki hosted
there you should have a look at the release notes for this version at:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/
We also strongly recommend an upgrade to the latest wiki version. This
time you will get your own Distribution Wizard to help you when you
access your wiki.
Note that if you did not upgraded recently you will need to to
indicate what is the version of the xar you upgraded last time (it's
OK if it's a bit older when you are not absolutely sure). If you
really don't have any idea you can choose "I don't know" that will
produce quite a lot of "conflicts" (for every difference between your
version and the new version) that you will have to confirm one by one
(be careful to keep current version of configuration pages, see the
list on [1]) but next time you will have full 3 ways merge.
If you still want to upgrade it the old way you can cancel the DW,
download the official XWiki Enterprise 5.0.1 xar on
http://www.xwiki.org/xwiki/bin/view/Main/Download and follow the
upgrade guide [1].
To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki
[1]: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingwikid…
Thanks,
-XWiki Community
Can anyone clarify this to me?
It's a known fact that deleting attachments can be a PITA.
At work we have several pages with LARGE attachments which can't be deleted.
So I find a code snippet in the Extensions: Forcefully delete a document
with many attachments
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Forcefully+delete+a+do…>
but the code snippet doesn't work on the LARGE attachments.
Now I see on that same Extension page that this bug is supposed to be fixed
in 5.0, but the link to the bug <http://jira.xwiki.org/browse/XWIKI-8910>
states that this bug is "Re-opened", affects "5.0" and is "Unresolved"
So...what's going on???
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-delete-attachments-BUG-tp7585023.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am looking for documentation//example//tutorials on full macro list and
parameters,
I can not find it
and description is sometimes not enough, those are the macros i am seeking:
Activity Attachment Selector Cache Chart Code Comment Container Context
Dashboard Display Documents Error Message Footnote Formula Gallery Groovy
HTML Id Include Message Sender Office Document Viewer Put Footnote Python
RSS Script Space Index Spaces Success Message Tag Cloud User Avatar Velocity
Thank you,
Best Regards,
--
*BHY*
HI,
I am new to Xwiki and i am trying free wiki SAS Wiki Cloud offer,
But i would like to get more info on possibility of creating a wiki on the
Farm,
as i am a member of an NGO committee and looking for free wiki solution for
our guidelines and knowledge sharing,
Mainly what is the difference between that and Wiki Cloud Offer,
And if it would be a suitable solution as a wiki for the NGO i am part of
Thanks,
--
*BHY*
The XWiki development team is proud to announce the availability of XWiki 5.0.
This is the first version of the new development cycle 5. This release
comes with virtual mode enabled and uses the new security
authorization module for rights checking. It also brings improvements
to the Extension Manager, Distribution Wizard and the WYSIWYG editor.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki50
Thanks
-The XWiki dev team