This post has NOT been accepted by the mailing list yet.
Help please im trying to upload a file that is 30.02 mb big and everytime i
try to upload this zip file i get this message. Please help im about to get
crazy. I allready change the max value of upload size.
Error number 0 in 11: Uncaught exception
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:370)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:148)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:368)
at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488)
at
org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:943)
at
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1004)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
at
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown
Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuffer.append(Unknown Source)
at
org.suigeneris.jrcs.util.ToString.arrayToString(ToString.java:110)
at org.suigeneris.jrcs.rcs.impl.Node.setText(Node.java:349)
at org.suigeneris.jrcs.rcs.Archive.<init>(Archive.java:243)
at org.suigeneris.jrcs.rcs.Archive.<init>(Archive.java:214)
at
com.xpn.xwiki.doc.XWikiAttachmentArchive.updateArchive(XWikiAttachmentArchive.java:185)
at
com.xpn.xwiki.doc.XWikiAttachment.updateContentArchive(XWikiAttachment.java:740)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveAttachment(XWikiHibernateStore.java:1642)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveAttachmentList(XWikiHibernateStore.java:1601)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:536)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:178)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:171)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1246)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1190)
at
com.xpn.xwiki.web.UploadAction.uploadAttachment(UploadAction.java:214)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:346)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:148)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
--
View this message in context: http://xwiki.475771.n2.nabble.com/HELP-Java-Heap-Space-tp7592101.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
Thanks for the feedback. I tried contacting xwiki cloud services because,
while their offer page says they allow for free use up to 5 users, I could
find no links that actually allowed for the creation of such a wiki except
under a paid plan. They have not contacted me back.
Etherpad may work, but the site specifies that it is intended for Mozilla
related work.
I could indeed download and try to install xwiki (though I'm on a mac), but
I was hoping my roommates could access it from their phones.
Am I in the wrong place? The wording of the mywiki page suggested that it
was free for individual and non-profit use. Perhaps I misunderstood.
-Drew
So installing the Google Apps Extension seemed easy enough, but now I'm
a bit lost with getting the right info from my google account... any
help would be appreciated!
In the xwiki app, the links go to OAuth1, which google no longer uses,
so I went to the OAuth2 pages, but am not sure exactly what I need to
enable, etc..
In the xwiki settings, I need to fill in:
Application Name
Secret Key
Scope
Domain Google Apps
I have a Google Apps for Business account set up, with my own domain.
Paul Pinkerton
KnowledgeNow Project Lead
Hello,
We have a BI-system, based on MS SQL Server Reporting Services (SSRS). We would like to show reports from BI-system in XWiki. Is it possible to integrate XWiki and SSRS? How can I do this?
Vladimir.
Heyhi, I just moved into a new house with 3 others and want to create a
wiki to track house issues and comments.
Owner name: DrewCoon
Wiki name: CoyoteHouse
The XWiki development team is proud to announce the availability of XWiki
6.2 Release Candidate 1.
This is a Release Candidate and, as such, it focuses on stabilization,
bugfixes (35) and performance improvements. Make sure to try it out and
report any problems that may affect the upcoming final release.
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/ReleaseNotesXWiki62RC1
Thanks
-The XWiki dev team
Started with 5.0.3. The upgrade to 5.1 went splendid, performance was fine.
But to upgrade to any version > 5.2, 5.2.2, 5.3, 5.4.5, 6.1 is very slow three times slower to render the home page. Subsiquent visits to the page are equally slow.
I thought it might be a problem with the upgrade, but I did a clean install of 6.1 and it is still three times slower than my 5.1 install.
ENVIRONMENT
SUSE Linux Enterprise 11 SP3 (SLES 11.3)
Java Version:
java version "1.7.0"
Java(TM) SE Runtime Environment (build pxa6470sr7fp1-20140708_01(SR7 FP1))
**IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References 20140627_204598 (JIT enabled, AOT enabled)
[notice it's IBM JAVA]
java-1_7_0-ibm-1.7.0_sr7.1-0.5.1
java-1_6_0-ibm-1.6.0_sr16.1-0.3.1
java-1_7_0-ibm-devel-1.7.0_sr7.1-0.5.1
rpm -qa | grep tomcat
tomcat6-jsp-2_1-api-6.0.41-0.43.1
tomcat6-6.0.41-0.43.1
tomcat6-lib-6.0.41-0.43.1
jakarta-commons-pool-tomcat5-1.3-1.29.2
jakarta-commons-dbcp-tomcat5-1.2.2-88.34.4
tomcat6-servlet-2_5-api-6.0.41-0.43.1
jakarta-commons-collections-tomcat5-3.2-88.34.2
Mysql
mysql-5.5.39-0.7.1
libqt4-sql-mysql-32bit-4.6.3-5.29.2
libmysqlclient15-5.0.96-0.6.13
mysql-client-5.5.39-0.7.1
mysql-connector-java-5.1.6-1.27
Tomcat Options:
CATALINA_OPTS=" -Xms800m -Xmx800m -XX:MaxPermSize=196m -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100"
Also tired lowering the Xms (as recommended by IBM Java folks) but did not help
CATALINA_OPTS=" -Xms256m -Xmx800m -XX:MaxPermSize=196m -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100"
The part that is most puzzling is that a fresh install of 6.1 is still sooooo much slower.
Tomcat uses near 100% of cpu for any page read, and mysql uses 25% for any page read
The tomcat logs don't have any errors (I turned the log4j debugging up to see if I could catch something odd)
Any Ideas. I'm fresh out.
--
Mark Gardner
Hi There,
I’ve noticed that an XWiki installation has its user directory as well as full user profiles openly accessible to the public.
Is this not a huge security risk? Or am I missing a configuration setting somewhere?
For example, http://www.xwiki.com has all its users publicly accessible here: http://www.xwiki.com/lang/en/Main/UserDirectory and each user’s complete personal profile details is viewable.
Is there a way to secure this information?
Thanks,
Werner
Hi Users.
Let's assume that I have two groups, XWikiAllGroup and IT Department, and I
want to deny AllGroup's access to a specific page and allow the IT to view
it.
The problem is that UserX is member of both of them. When I deny
XWikiAllGroup's permission, UserX is unable to view the page, when it
should be, as he is member of IT Department(allowed to view it).
How can I solve this without denying all other groups except XwikiAllGroup?
Thank you.
Is it possible to complete an installation of XWiki 6.0 on a Windows Server (2008 R2 SP1) without that server having a connection to the internet? This server is running Tomcat 7 and MS SQL 2008 R2.
I just added a new "virtual" Debian repository containing only
releases of the new "super stable" branch concept as defined in
http://www.xwiki.org/xwiki/bin/view/Main/Support ("The latest stable
version from the last XWiki Cycle (e.g. 5.4.5). This is the most
stable version and is what we recommend to use in production.")
Thanks,
--
Thomas Mortagne
Hi guys,
A new version of the File Manager Application is available. The most
notable changes are:
* Support for folder upload on Chrome (tested with a folder having 1k
files in its subfolders)
* Special date and user filter on the files live table
* Ability to download folders and multiple files as zip
Note that I didn't have time to update the documentation page
http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Applicati…
. I'm planing to do this after I release 2.0 final because I'm going
to make more UI changes and I'd rather not update the documentation
images multiple times. Sorry for this.
Enjoy,
Marius
Hello all,
I've been beating my head against the wall on this so I'm hoping someone can chime in and set me straight.
I have a static list control on a page and I can easily access it's value using "$obj.getProperty('field1').getValue()" but I really need the TEXT of the property. In other words, what's displayed in my UI is different from what's saved in the database, and I really need the text that's displayed in the UI for my use case.
In my class I've added properties of static list, and in the static list object I've added the following values
1=One
2=Two
3=Three
When I use "$obj.getProperty('field1').getValue()" I get 1,2,3 and I really need one,two,three.
Any help is greatly appreciated
Greetings,
During the last few days we have conducted smoke testing (on Firefox 31 and
in several instances on IE8 and IE9, within the “Fixed for” section) as
well as full testing procedures on IE10. I have also conducted full testing
on the mobile versions for smartphones and tablets for the 6.2 milestone-2
version.
No major problems have been detected and reported in the case of the IE10
full testing procedure (which has been conducted according to the
specifications found on test.xwiki.org). For more details regarding the
minor problems that were detected, you can access the following link:
http://jira.xwiki.org/issues/?jql=labels%20%3D%20ie10%20ORDER%20BY%20status…
As far as mobile application testing is concerned, most of the issues I’ve
found were tested on the smartphone and on the tablet version
6.2-milestone-2, and the tests have yielded outstanding behavior for the
applications. The following link provides more data:
http://jira.xwiki.org/issues/?jql=labels%20%3D%20mobile%20ORDER%20BY%20stat…
Whereas this third link offers an overview of the issues and improvements
reported by the team on the 6.2-milestone-2 version:
http://jira.xwiki.org/issues/?jql=affectedVersion%20%3D%20%226.2-milestone-…
We shall continue testing for other issues and improvements.
Have a great day,
Andreea
Hello all,
Is it possible to add more than one LDAP group to the authentication service?
Is there a separator that is allowed in xwiki.cfg, or would I just duplicate the "xwiki.authentication.ldap.user_group" section to add another path? I have need to add a few additional AD groups, but I can't seem to figure out the syntax
Hi xwikiers,
I started a page on
http://dev.xwiki.org/xwiki/bin/view/Community/ContributingPainPoints
to list ideas to make easier or encourage contributions to XWiki
ecosystem.
Feel create to add stuff there !
The goal is to review it from time to time, there is already not very
complicated stuff in there that can themself be done as contributions
:)
Thanks,
--
Thomas Mortagne
Hello,
Are there a way to deactivate document versioning for all document in a particular space?
I'm writing a piece of Xwiki application: I indicate my XWiki.ClassSheetBinding and in my sheet document I wanted to forbidden users to use revision tools in new entries/document (I want to prevent the user to restore an older version).
Thxs
Pascal B
Hello all!
We have an interesting problem with our myxwiki installation
(selfbus.myxwiki.org)
When one registers for notification emails, one gets 4 emails instead of
one.
Is there anything I can do to fix this behaviour?
Thanks in advance,
Stefan
Hello there, I've been banging my head against the desk a few days now
over this. I just can't find the answer online anywhere.
I'd like to perform an HQL query and use a number property of an object on
each document to sort my results. I understand SQL very well, but I just
need to know the object/property stucture -- exact syntax -- to use as the
order by argument. I followed the FAQ tutorial to create my class systeem,
and it all works fine, but I need to be able to display the records/objects
in order.
What I have:
#set($sql = ", BaseObject as obj, IntegerProperty as prop where obj.name =
doc.fullName and obj.className = 'Sensor Types.SensorTypeClass' and obj.name
<> 'Sensor Types.SensorTypeTemplate' order by ??? asc")
...except for the ??? of course. I've tried many things, but I can't
figure out the structure I need to place there.
The property I need to sort by is "TypeID" and is attached to the
SensorTypeClass, and is an integer.
Thanks in advance for any help anyone could lend me :)
--
Dale Davidson
Technical Writer / Production Diagnostics
www.RanchSystems.com
Started to use XWiki yesterday as my boss asked me to.
How (and where) can I change the logon page interface?
Wanted to remove that "search field" and change that spaced writings "L o g
- i n".
http://i.imgur.com/tOGXy6K.png
Also, can I remove that "Tags:" from the bottom of every page? "Annotations"
at the top too?
Sorry for the noob questions.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-I-remove-these-interface-things-tp759…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello everyone.
I'm currently developing my skills with velocity to be able to make more
advanced applications.
Today what I'm trying to do is set some rights based on a modified version
of FAQ Application. I've added just a Group field, so the user can direct
his question to one of our departaments/groups.
What I'm trying to accomplish is: A user creates a FAQ question, but only
himself and a Group he chooses are able to view and edit the page.
#set ($mydoc = $xwiki.getDocument("FAQ.$doc.name"))
#set ($rightsObject = $mydoc.getObject("XWiki.XWikiRights", true))
#set ($result = $rightsObject.set("groups", $doc.display("group",
"view")))
#set ($result = $rightsObject.set("levels", "edit"))
#set ($result = $rightsObject.set("users", ""))
#set ($result = $rightsObject.set("allow", 1))
$mydoc.save()
Problem: The object created with doc.display("group") gets the group with
the all the wiki markup, when it should be getting only the text "Sales".
What I get: {{html clean="false" wiki="false"}} <ul class="users">...
What I want: Sales
I can easily set the user permission. The big problem is setting the group.
Can you help me with this?
Thanks.
Att,
Leonardo.
Hello everyone,
During the last few weeks I’ve verified a large part of the extensions
found on extensions.xwiki.org, in order to see which of them are compatible
with the latest XWiki versions.
On the pages of the extensions you will notice that the following data has
been updated:
- Compatibility (where necessary, for instance in the case of extensions
that are included in XWiki by default, compatibility has not been updated);
- Problems and issues that may occur, which are mentioned in a field
related to compatibility;
- Text (I’ve updated where I considered necessary and used the
descriptive text of extensions in this regard);
- New images, in the cases where the old ones failed to correspond with
the extension;
- Image syntax has also been updated, as a large number of extensions
did not have their syntax updated with {{image reference=image.png/}}).
Periodically, I will update all the extensions that will be published on
extensions.xwiki.org and I will also check on the old ones in order to
verify their compatibility with the newer versions of XWiki.
If you have any suggestions regarding the extensions, please let me know.
Thank you for your time,
Andreea
This is just a code to get the existing bindings and yes it does not
replace the SRD. What we really need to automate the generation of the
SRD but nobody had the time to work on it yet.
Note that in that list you don't only have public APIs but also any
velocity variable previously defined.
Another probably more usefull list is the list of script services
since I doubt there is any new standard binding since 5.x but there is
new script services:
{{velocity}}
#foreach($service in
$services.component.componentManager.getInstanceList('org.xwiki.script.service.ScriptService'))
* **\$services.$$service** ($service.class)
#end
{{/velocity}}
On Wed, Aug 27, 2014 at 1:41 PM, Dmitry Bakbardin <haru_mamburu(a)mail.ru> wrote:
> Thanks, Thomas!
>
> It works fine and gives me following (on 5.x)
> Some bindings I can guess and use in e.g. #if ($isSuperAdmin) ... #end.
> Excellent!
> What I was talking about is binding -> Method Summary is missing in this
> case. It is extremely useful for me in
> http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation?xpage=embed , but
> even with the guide I have no clue how to rebuild this for 6.x
> documentation, I'm not an Java developer :(
>
>
> $editorUrl (class java.lang.String)
> $hasWatch (class java.lang.String)
> $hasPreviousMenuSection (class java.lang.String)
> $isMainWikiUser (class java.lang.String)
> $spaceDeleteUrl (class java.lang.String)
> $displayLanguageChoice (class java.lang.String)
> $mainWikiHomeDocumentReference (class java.lang.String)
> $XWIKIVARS_VM (class java.lang.String)
> $hasCreatePage (class java.lang.String)
> $macro (class java.lang.String)
> $officeImporterMainDocument (class java.lang.String)
> $defaultStyleURL (class java.lang.String)
> $ooconfig (class java.lang.String)
> $spaceIndexUrl (class java.lang.String)
> $createWikiDocReference (class java.lang.String)
> $spaceHome (class java.lang.String)
> $template (class java.lang.String)
> $services (class java.lang.String)
> $parent (class java.lang.String)
> $isInPortletMode (class java.lang.String)
> $copyright (class java.lang.String)
> $searchDoc (class java.lang.String)
> $bodyTagName (class java.lang.String)
> $logoname (class java.lang.String)
> $displayHomeMenu (class java.lang.String)
> $isGuest (class java.lang.String)
> $displayContentMenu (class java.lang.String)
> $isAdminAppInstalled (class java.lang.String)
> $spaceAdminDocRef (class java.lang.String)
> $showhistory (class java.lang.String)
> $displayPageSubmenu (class java.lang.String)
> $watchClasses (class java.lang.String)
> $hasCreateWiki (class java.lang.String)
> $displayCreateSubmenu (class java.lang.String)
> $reservedSpaceName (class java.lang.String)
> $languageparams (class java.lang.String)
> $deleteUrl (class java.lang.String)
> $preferencesDoc (class java.lang.String)
> $xwiki (class java.lang.String)
> $discard (class java.lang.String)
> $stylesheets (class java.lang.String)
> $docvariant (class java.lang.String)
> $canShare (class java.lang.String)
> $logredir (class java.lang.String)
> $title (class java.lang.String)
> $hasDashboard (class java.lang.String)
> $spaceDoc (class java.lang.String)
> $hasSpaceAdmin (class java.lang.String)
> $isReadOnly (class java.lang.String)
> $keyboardShortcutsEnabled (class java.lang.String)
> $reservedDocumentReference (class java.lang.String)
> $officeimporter (class java.lang.String)
> $settingValue (class java.lang.String)
> $themeDocFullName (class java.lang.String)
> $backToEditAction (class java.lang.String)
> $cdoc (class java.lang.String)
> $displayCreateWiki (class java.lang.String)
> $syntaxFactory (class java.lang.String)
> $displayMainMenu (class java.lang.String)
> $theme (class java.lang.String)
> $spaceViewUrl (class java.lang.String)
> $hasCreateSpace (class java.lang.String)
> $gradientColorsToRemove (class java.lang.String)
> $logourl (class java.lang.String)
> $defaultstyle (class java.lang.String)
> $showattachments (class java.lang.String)
> $a11y (class java.lang.String)
> $searchSuggestConfigObject (class java.lang.String)
> $doc (class java.lang.String)
> $isWikiAPIAvailable (class java.lang.String)
> $crtUserDoc (class java.lang.String)
> $annotations (class java.lang.String)
> $showRightPanels (class java.lang.String)
> $xwikimode (class java.lang.String)
> $oomanager (class java.lang.String)
> $headertitle (class java.lang.String)
> $hasAdmin (class java.lang.String)
> $showannotations (class java.lang.String)
> $canDelete (class java.lang.String)
> $sectionNumber (class java.lang.String)
> $logouturl (class java.lang.String)
> $pdoc (class java.lang.String)
> $blacklistedSpaces (class java.lang.String)
> $skin (class java.lang.String)
> $colsclass (class java.lang.String)
> $canWatch (class java.lang.String)
> $isSuperAdmin (class java.lang.String)
> $level (class java.lang.String)
> $hasGlobalAdmin (class java.lang.String)
> $displayWikiSubmenu (class java.lang.String)
> $nstring (class java.lang.String)
> $linktextwords (class java.lang.String)
> $request (class java.lang.String)
> $tdoc (class java.lang.String)
> $viewUrl (class java.lang.String)
> $isWikiUIAvailable (class java.lang.String)
> $hasadmin (class java.lang.String)
> $revparams (class java.lang.String)
> $keywords (class java.lang.String)
> $isInServletMode (class java.lang.String)
> $displaySpaceSubmenu (class java.lang.String)
> $hasEdit (class java.lang.String)
> $wikiEntryText (class java.lang.String)
> $msg (class java.lang.String)
> $isguest (class java.lang.String)
> $leftPanels (class java.lang.String)
> $pdocurl (class java.lang.String)
> $deleteWikiPageReference (class java.lang.String)
> $WikiManagerMainDocReference (class java.lang.String)
> $userObj (class java.lang.String)
> $adminspaceaction (class java.lang.String)
> $bodyAction (class java.lang.String)
> $xcontext (class java.lang.String)
> $editActions (class java.lang.String)
> $globalprefs (class java.lang.String)
> $reservedDocumentName (class java.lang.String)
> $searchSuggestConfigDocument (class java.lang.String)
> $displayShortcuts (class java.lang.String)
> $util (class java.lang.String)
> $parents (class java.lang.String)
> $canDeleteWiki (class java.lang.String)
> $spacePreferencesDocumentReference (class java.lang.String)
> $locale (class java.lang.String)
> $showinformation (class java.lang.String)
> $isAdvancedUser (class java.lang.String)
> $themeObj (class java.lang.String)
> $wikiEntryId (class java.lang.String)
> $adminwikiaction (class java.lang.String)
> $captchaservice (class java.lang.String)
> $displayQuickSearch (class java.lang.String)
> $wikiName (class java.lang.String)
> $sourceId (class java.lang.String)
> $response (class java.lang.String)
> $hasProgramming (class java.lang.String)
> $unwatchClasses (class java.lang.String)
> $themeDoc (class java.lang.String)
> $canView (class java.lang.String)
> $parentDoc (class java.lang.String)
> $importaction (class java.lang.String)
> $spaceprefs (class java.lang.String)
> $rightPanels (class java.lang.String)
> $displayDocExtra (class java.lang.String)
> $hasedit (class java.lang.String)
> $showcomments (class java.lang.String)
> $canCopy (class java.lang.String)
> $searchSuggestConfigHash (class java.lang.String)
> $hasComment (class java.lang.String)
> $context (class java.lang.String)
> $sep (class java.lang.String)
> $showLeftPanels (class java.lang.String)
>
>
>
>
> Wed, 27 Aug 2014 13:17:14 +0200 от Thomas Mortagne
> <thomas.mortagne(a)xwiki.com>:
>
> {{velocity}}
> #foreach($binding in $xcontext.vcontext.getKeys())
> * **$${binding}** ($binding.class)
> #end
> {{/velocity}}
>
> On Wed, Aug 27, 2014 at 1:16 PM, Thomas Mortagne
> <thomas.mortagne(a)xwiki.com> wrote:
>> The following should give you all Velocity bindings currently
>> available (you need programming right):
>>
>> {{velocity}}
>> #foreach($binding in $xcontext.vcontext.getKeys())
>> * $${binding}
>> #end
>> {{/velocity}}
>>
>> On Wed, Aug 27, 2014 at 12:51 PM, Dmitry Bakbardin <haru_mamburu(a)mail.ru>
>> wrote:
>>> Thanks, Thomas!
>>>
>>> This javadoc contains everything besides bindings. Bindings in
>>> http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation?xpage=embed looks
>>> fine for me - they are grouped exactly one can need it in velocity
>>> programming, but only up to 5.x
>>>
>>>
>>> Wed, 27 Aug 2014 11:21:01 +0200 от Thomas Mortagne
>>> <thomas.mortagne(a)xwiki.com>:
>>>
>>> A good way to have always up to date javadoc is by using
>>> http://nexus.xwiki.org/nexus/index.html#nexus-search. See
>>> http://platform.xwiki.org/xwiki/bin/view/DevGuide/API#HHowtofindaclass.
>>>
>>> On Mon, Aug 25, 2014 at 10:29 AM, Marius Dumitru Florea
>>> <mariusdumitru.florea(a)xwiki.com> wrote:
>>>> On Fri, Aug 22, 2014 at 2:16 PM, Dmitry Bakbardin <haru_mamburu(a)mail.ru>
>>>> wrote:
>>>>> Hi!
>>>>>
>>>>
>>>>> Marius, http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation
>>>>> contains
>>>>> documentation up to 5.x. Where one can find 6.x documentation in the
>>>>> same
>>>>> way?
>>>>
>>>> Indeed, the SRD hasn't been updated in a while. There's a document
>>>> explaining how to update it
>>>> http://platform.xwiki.org/xwiki/bin/view/SRD/HowToBuild but I guess no
>>>> one had the time to do it recently. In any case, most of the 5.x API
>>>> should be present in 6.x.
>>>>
>>>> Thanks,
>>>> Marius
>>>>
>>>>>
>>>>>
>>>>> Fri, 22 Aug 2014 11:16:44 +0300 от Marius Dumitru Florea
>>>>> <mariusdumitru.florea(a)xwiki.com>:
>>>>>>On Wed, Aug 20, 2014 at 9:11 PM, Leonardo Kodato
>>>>>>< leonardokodato(a)gmail.com > wrote:
>>>>>>> Hello everyone.
>>>>>>>
>>>>>>> I'm currently developing my skills with velocity to be able to make
>>>>>>> more
>>>>>>> advanced applications.
>>>>>>> Today what I'm trying to do is set some rights based on a modified
>>>>>>> version
>>>>>>> of FAQ Application. I've added just a Group field, so the user can
>>>>>>> direct
>>>>>>> his question to one of our departaments/groups.
>>>>>>>
>>>>>>> What I'm trying to accomplish is: A user creates a FAQ question, but
>>>>>>> only
>>>>>>> himself and a Group he chooses are able to view and edit the page.
>>>>>>>
>>>>>>> #set ($mydoc = $xwiki.getDocument("FAQ.$doc.name"))
>>>>>>> #set ($rightsObject = $mydoc.getObject("XWiki.XWikiRights", true))
>>>>>>
>>>>>>> #set ($result = $rightsObject.set("groups", $doc.display("group",
>>>>>>> "view")))
>>>>>>
>>>>>>In http://platform.xwiki.org/xwiki/bin/view/DevGuide/ there is a link
>>>>>>to "Scripting Reference Documentation". Select $doc and look for
>>>>>>getValue.
>>>>>>
>>>>>>Hope this helps,
>>>>>>Marius
>>>>>>
>>>>>>> #set ($result = $rightsObject.set("levels", "edit"))
>>>>>>> #set ($result = $rightsObject.set("users", ""))
>>>>>>> #set ($result = $rightsObject.set("allow", 1))
>>>>>>> $mydoc.save()
>>>>>>>
>>>>>>> Problem: The object created with doc.display("group") gets the group
>>>>>>> with
>>>>>>> the all the wiki markup, when it should be getting only the text
>>>>>>> "Sales".
>>>>>>>
>>>>>>> What I get: {{html clean="false" wiki="false"}} <ul class="users">...
>>>>>>> What I want: Sales
>>>>>>>
>>>>>>> I can easily set the user permission. The big problem is setting the
>>>>>>> group.
>>>>>>>
>>>>>>> Can you help me with this?
>>>>>>>
>>>>>>> Thanks.
>>>>>>> Att,
>>>>>>> Leonardo.
>>>>>>> _______________________________________________
>>>>>>> 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
>>>>>
>>>>>
>>>>> Kind regards,
>>>>>
>>>>> Dmitry
>>>>> _______________________________________________
>>>>> 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
>>>
>>>
>>>
>>> --
>>> Thomas Mortagne
>>>
>>>
>>>
>>> Kind regards,
>>>
>>> Dmitry
>>
>>
>>
>> --
>> Thomas Mortagne
>
>
>
> --
> Thomas Mortagne
>
>
>
> Kind regards,
>
> Dmitry
--
Thomas Mortagne
Hello XWiki Community,
Got some issue with executing groovy in a page ...
I have a page with a groovy class, that needs some jars dependencies.
The following "works":
{{groovy jars="attach:toto.jar,..."}}
import ...
public class MyClass {
...
}
def myobj = new MyClass()
// do something with myobj ...
{{/groovy}}
Then I'd like to execute this code from another page.
So I removed the {{groovy}} macro tags and the isolated code at the end,
leaving only the class declaration and imports.
>From the other page I use the following version of parseGroovyFromPage:
http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwiki/api/XWik…
I provide it with the name of the page containing my groovy class, twice
(once for the script and once for the jars).
It results in a page loading infinitely until it time-outs ... From the
logs it seems my class never gets executed.
Any idea ?
Note: I think it's a "crappy" method, and I plan to put this as a java
component, but in a "proof of concept" stage the groovy script is very
useful.
Thanks,
Jeremie
Hello, can someone please give me an example of how to write to a log using Velocity code?
I'd really like to write a text file, but at this point any logging would be tremendously helpful, thanks
I would like to have XWiki authenticate logins by accessing a local LDAP server and validate the password using SSHA (comparison of hashed login plus salt). Could anyone give me a definitive answer as to whether this can be done using existing extensions? I've gone round in circles reading old posts and JIRA issues, and I'm more lost than before.
If it isn't possible with current extensions, could anyone suggest a good approach to implementing support? I had thought to use the LDAP Administration module, so perhaps there's a way to add something small over the top?
Any useful responses would be much appreciated.
B
I recently upgraded from xwiki enterprise 4.4.1 to version 6.1. I am running on Redhat Enterprise 6.3 OS and using tomcat6. I put the new war into place, updated the config files as necessary and then started up. I went through the wizard process for the upgrade and things seem to go fairly well. But after that completed my ldap setup does not seem to be running. I cannot log in with my username and password from ldap. Some of the errors I have been seeing are:
2014-08-14 11:12:32,576 [https://san-xwiki-sb.cscr.hp.com:8443/xwiki/bin/login/XWiki/XWikiLogin?srid…] WARN u.i.x.MyPersistentLoginManager - Login cookie validation hash mismatch! Cookies have been tampered with
I am not sure where to go and not finding useful information on the web.
A couple of questions if anyone has some good answers:
1. How do you check the ldap settings for xwiki? I have checked and rechecked the ldap settings in my config files but not seeing indications of what wrong.
2. Do the previous credentials that were cached for the users need to be wiped out so when persons log on they come in and register fresh? If so, how?
3. Are there other log files besides the catalina.out file from tomcat that may have information about the issues?
4. Any other suggestions of things to look at or try?
I am working this out on my sandbox so I am open to things to try.
Thanks.
-------------------------------------
Bruce J. Rust
Hi guys,
I have installed a new Wiki on a 2012 R2 Windows Server.
I also installed the standard Wiki. Now i have a Problem with PDF
attachments.
When I upload the PDF attachment and make a Link with the Admin User the PDF
is opened in browser when klicking the link or directly the attachment under
the page.
When I upload the PDF attachment with a registered user the PDF is
downloaded directly, wether the User is in the XWikiAdminGroup or not.
As browser I use Chrome or IE. Both the same. How can I configure that the
PDF is always opened in a browser window?
Thanks in advance.
Best Regards,
WEKU
--
View this message in context: http://xwiki.475771.n2.nabble.com/PDF-Attachment-is-downloaded-instead-of-o…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Is it normal the black color of this icon to delete attachment of page with flamingo skin?
http://snag.gy/TKzPp.jpg
Generaly, to delete it is a red cross (a black cross is to select,), no? an oversight?
Thxs
pascal B
Hello
I try to debug my script and I failed on this strange things:
My velocity code working well (in view mode) on a page except on rightpanel (I want to display result page on it)...
I found $xcontext.getContext() return that on a wiki page:
{util=com.xpn.xwiki.util.Util@5071b4c5,
vcontext=org.apache.velocity.VelocityContext@59131ac5,
com.xpn.xwiki.plugin.skinx.JsSkinFileExt
...
cut
...
entReferenceStack=[], wiki=xwiki,
doc=Stats.TopPageVue, user=XWiki.Admin}
but when the code (or included page) is in rightspanel:
$xcontext.getContext() return "$xcontext.getContext()" ... except when a page is "inline" mode ($xcontext.getContext() return correct value in right panel) :-/
Any idea to help me?
(I'm connected with admin account)
Thxs
Pascal B
Hi all,
Has anyone had success at getting XWiki up and running on Amazon EC2, using
S3 as the attachment storage? There's not much in the mailing list archives
that I can find.
I have seen this:
https://github.com/xwiki-contrib/xwiki-platform-cloud
But I can't get it to build in maven (I get errors on
xwiki-platform-cloud-legacy-oldcore), and there haven't been any commits
for the past 2 years. I also am not sure that I fully understand how to
implement this extension - and if possible I'd prefer to install the wiki
core from a deb package instead of building from source.
Is there an easier/better way?
Thanks for any assistance,
aaron
To draw maps based on XWiki content d3js in combination with TopoJSON seems
a good combination. But as d3js can be used by installing the extension
d3js in xwiki there is no such extension for TopoJSON?
What would be required to create a extension that works together with the
frameworks in xwiki, or add the TopoJSON to the d3js extension?
Hello all, I've followed the tutorial at http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingEventListenerTutor… and gotten it to work, but now I can't change the code in the event listener to do anything different, how do I force my event listener to re-register and take changes in the onEvent ComponentMethodClass?
Also, is there a way to list listeners currently in effect, I suspect that there are instances of my previous attempts still "listening" since it doesn't seem like I can use the same "Role Hint" twice. At least when I deleted my previously working attempt, then made the same solution again using the same "Role Hint" again the code wouldn't run, then I changed the "Role Hint" value and it ran. Leading me to believe there are orphaned listeners out there.
Hello all,
I've added a "Document Macro" to my page template which shows the contents of a LiveTable which works perfectly. I'm wondering if there is a way (in the document macro) to filter the results on a column in my LiveTable to only show specific rows ?
Hi XWiki Team,
We're looking forward to upgrade to upcoming version 6.2 (Flamingo skin
enabled by default) for our production installation (our dev team's wiki).
There are however "Backward Compatibility and Migration Notes" each minor
release that may contain important upgrade information.
Last time when we upgraded from 3.x to 5.2 - I had to open release notes
of each (including minor) release between them and carefully check if there
are any additional steps to follow.
Particular question is whether there's a simpler approach to get this
list?
More generic question (or a feature request):
* How do I build list of "Backward Compatibility and Migration Notes"
when migrating from version N.M to version X.Y?
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrade-from-5-2-to-6-2-tp7591801.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Xwiki Users.
I have just installed the FAQ Extension, but it's not working properly.
Problem: the search function doesn't show results.
I haven't a clue about it, since it doesn't show any errors.
I've also tried to change FAQ.FAQSearchs' code, but it seems to be right(
although I'm not a velocity expert).
Xwiki Version: 6.1
Running on Windows 7 with Tomcat.
Thank you.
To all,
Something strange is going on with one page in our Wiki. The page has been
created by importing a Word document (.docx), but after the import, the page
seems to have two parents.
The page shows up in the "WebHome" of the space, but also under the "parent
page" where the document was created in the first place. Furthermore, when
editing the page and looking at the "parent" property, it seems to be empty
(or refering to itself).
Has anyone encountered this before?
Also, when I delete the page it will be "moved" to the recycle bin, but
permanently deleting the page from the recycle bin creates a new blank page
with the same name...
--
View this message in context: http://xwiki.475771.n2.nabble.com/Wiki-page-seems-to-have-two-parents-tp759…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I try to obtain DocumentReference from space name and page name with
getDocument(String space, String fullname)
Parameters:
space - Space to use in case no space is defined in the provided fullname
fullname - the full name or relative name of the document to load
but is doesn't work with dot in document name...
My example:
document $xwiki.getDocument("MySpace",'My.Dot').getDocumentReference() return xwiki:My.Dot rather than xwiki:MySpace.My\.Dot
and
document $xwiki.getDocument("MySpace",'MySpace.My.Dot').getDocumentReference() return xwiki:MySpace\.My.Dot :-/
Any idea how I can obtain DocumentReference?
(use a regexp seem to be heavy way :-) )
Thxs
Hello all,
I'm sure this question has been asked before but I can't seem to find anything using the all mighty Google, so I thought I'd ask. I've created a tracking application (ticketing / workflow) using "App Within Minutes". What I'd like to do using either Groovy or Velocity is when a ticket is "closed" (by changing the value of a combo box) is to gather some details from the closed ticket that appears in a few controls on the page and post them to another page in the wiki when the user saves the page. The idea is to keep a running log of recently closed tickets. I've been looking for examples in three parts that I think I need help with:
1. How do I capture a "combo box" change event using Groovy or Velocity ?
2. How do I get values of text boxes and combo boxes from a page using Groovy or Velocity ?
3. How do I write to a different page in the Wiki using Groovy or Velocity?
I'm obviously going to continue searching Google, but any pointers / help is greatly appreciated.
Thanks in Advance,
Jason Clemons
Hello,
What is the function of validation in the text zone "Page name" of /xwiki/bin/create/MySpace/WebHome page? (the green Ok at right side of text zone)
In "page name" It seem I can typing any characters (even "aaa$^z*-+/\&é~@ç|-{"#'(" (green "Ok" is displayed ) and validate.
AND green "Ok" is displayed even if I type the name of an existing page (of course when I click on "Create", the message "The page MySpace.duplicateName already exists. Please fill in a new page name." appear.
Do you think it is a bug a duplicated page test or a reliquat from old versions?
Pascal BASTIEN
Hi.
I'd like to introduce a concept of space owner - a person who is responsible for
the whole space, it's content, structure etc.
I'd like to designate one of users for each of my spaces and have it's
name/email/avatar displayed in each one WebHome page.
How would you recommend to implement this?
TIA
R.
Hello everyone,
I am trying to deploy xwiki-enterprise-web-6.1.war on a tomcat7
installation. Upon starting the server I get the attached error message.
Setup:
# java -version
java version "1.8.0_11"
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)
tomcat: Version: 12.0.18_build1200140606.15 os_Debian 7.0
XWIKI: xwiki-enterprise-web-6.1.war
Any ideas on what is going on?
Thanks a lot,
Chris
Aug 14, 2014 7:23:53 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class org.xwiki.container.servlet.XWikiServletContextListener
java.lang.UnsupportedClassVersionError: org/xwiki/container/servlet/XWikiServletContextListener : Unsupported major.minor version 51.0 (unable to load class org.xwiki.container.servlet.XWikiServletContextListener)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2905)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1170)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1678)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1556)
at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:532)
at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:514)
at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:133)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4726)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5284)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
Aug 14, 2014 7:23:53 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class org.xwiki.container.servlet.SetThreadNameServletRequestListener
java.lang.UnsupportedClassVersionError: org/xwiki/container/servlet/SetThreadNameServletRequestListener : Unsupported major.minor version 51.0 (unable to load class org.xwiki.container.servlet.SetThreadNameServletRequestListener)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2905)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1170)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1678)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1556)
at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:532)
at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:514)
at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:133)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4726)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5284)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
Aug 14, 2014 7:23:53 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Skipped installing application listeners due to previous error(s)
Hi,
I fucked up big time.
This is in the bristolaction.myxwiki.org <http://bristolaction.myxwiki.org/>.
I was trying to rename the WorkStream space to another name like Notices as that made more sense in our wiki. I was following some directions I found in the documentation for the rename space script. The documentation said I should create a new space, rename all the pages in the old space to the new space and then delete the old space. All went well until I tried to delete the old space. I must’ve deleted the main space by accident instead.
When I accessed the main wiki page, it showed it was deleted. I restored it from backup. However, the gadgets for spaces, activity stream and message stream no longer appear, see the webhome page on the wiki. I looked in the history and found I could rollback to the original 1.1 version. But that didn’t help, I got the same issue as shown in the screen shot. I went to the gadget page and found the spaces gadget. It appears to be OK.
So it appears that the bristolaction.myxwiki.org <http://bristolaction.myxwiki.org/>. is FUBARed (Fucked Up Beyond All Recognition), a real SNAFU (Systems Normal, All Fucked Up).
Please help me. If needed, please restore the wiki from a recent backup or in a worst case, delete the wiki and reinstall a new one.
Thanks for your help.
Ron Smith
Hi;
I'm interested in the xwiki, but there are some details that escape me:
how the page and versions are saved?
According to my little experiment: as a script in the database, that is an
internal link to the images and attachment files that are stored as files,
and external link to pages on external sites?
If this is true: where I can find the file or script of a database? and the
directory that contains the images and attachment files?
Thank you.
--
View this message in context: http://xwiki.475771.n2.nabble.com/how-the-page-wiki-are-saved-tp7591686.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I've imported some xar with data (each +- 60mo), but sometimes I got a error during import (error in my xar or xar too huge ). When I tried to delete this xar, it's seems working but when I refresh go back to the Administration/Import page, the file come back in the list. I tried 2 times again and still the same.
It's a fresh install of Xwiki 6.1 on Tomcat and Oracle db.
Thanks for help
Patrick
Hi there!
How to create validations using regular expressions? Is this (
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with+vali…
) still up to date with xwiki601? I just added the expression to the class
( http://i.imgur.com/u9sieKB.png ) in many different ways using sure thing
expressions too like one from the wiki (/^.{2,20}$/) and i don't get it to
work...
do i really have to add <input type="hidden" name="xvalidate" value="1" />
and if yes where to add it? I am using the class editor to add and modify
the class properties and not html.
Thanks in advance!
Hello all, can anyone point me in the right direction for customizing or extending the it's that show up in a SOLR search? Specifically I would like the "Search Suggest" to show the contents of "tags".
In addition, I have a custom application built with "App Within Minutes" and I'd like key fields from the user entries into the app to show up in search results as well.
Thanks in advance everyone,
Jason Clemons
Hello all,
On behalf of XWiki SAS Research Team, I'm proud to announce that an
early experimental version of the XWiki Realtime WYSIWYG has just
been released!
You can find the code here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/RtWysiwyg
and install it using the Extension Manager.
Beware: it's still experimental and we're not yet sure that it won't
eat your cat.
We're very interested in discovering what issues people are having
with the system and any bugs, feature requests or other issues which
people are experiencing would be most appreciated on
http://jira.xwiki.org/browse/RTWYSIWYG
Thanks,
Caleb
Hi,
the solr instance of my "XWiki Enterprise 6.0.1" doesn't found many
pages. On each search I get a red message on bottom of my wiki
"Fehlgeschlagen:Falsch formatierte Serverantwort" what means in english
"Failure: Wrong formated server response".
Often this error happens:
org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate
Velocity Macro for content [## Preselect facet values only for the
facets that are enabled.
#set ($discard =
$solrConfig.facetQuery.keySet().retainAll($solrConfig.facetFields))
#if ($request.media == 'rss')
#outputRSSFeed()
#elseif ("$!request.r" == '1' || $solrConfig.facetQuery.isEmpty())
#displaySearchUI()
#else
## Redirect using preselected facet values.
#set ($extraParams = {})
#foreach ($entry in $solrConfig.facetQuery.entrySet())
#set ($discard = $extraParams.put("f_$entry.key", $entry.value))
#end
## Prevent redirect loop.
#set ($extraParams.r = 1)
#extendQueryString($url $extraParams)
$response.sendRedirect($url)
#end]
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:131)
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:50)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.evaluateBlock(AbstractScriptMacro.java:302)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:198)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:59)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:200)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:140)
at
org.xwiki.rendering.internal.transformation.DefaultRenderingContext.transformInContext(DefaultRenderingContext.java:175)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:94)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:252)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:125)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:55)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:80)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:38)
at
org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:113)
at
org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:50)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:67)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:41)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:981)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:960)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:991)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:606)
at sun.reflect.GeneratedMethodAccessor486.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1661)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1601)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:791)
at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1661)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:164)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:322)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:132)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:744)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate
content with id [xwiki:Main.Search]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:124)
... 104 more
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'getAttachmentURL' in class
com.xpn.xwiki.api.Document threw exception
java.lang.NullPointerException at xwiki:Main.Search[line 370, column 46]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.apache.velocity.runtime.directive.Evaluate.render(Evaluate.java:204)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTElseIfStatement.render(ASTElseIfStatement.java:92)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 106 more
Caused by: java.lang.NullPointerException
My installation is a "XWiki Enterprise 6.0.1" on a debian 7 system.
Installed via the debian packed manager apt-get. Database is a
postgresql even installed via apt-get.
--
mit freundlichem Gruß
S.Müller
Kliemann-Service GmbH
Rudolf-Diesel-Str.22 a-d
71394 Kernen
Tel: +49(0)7151 275214
Fax: +49(0)7151 275212
Sie suchen CO-oder Gaswarnanlagen ?
Besuchen Sie uns im Internet unter www.gaswarnanlagen.com
_______________________________________________________________________
Der Austausch von Nachrichten mit der KLS-GmbH via E-Mail dient
ausschließlich Informationszwecken.
Rechtsgeschäftliche Erklärungen werden über dieses Medium nicht
entgegengenommen oder versandt. Verfälschungen des ursprünglichen Inhaltes
dieser Nachrichten bei der Datenübertragung können nicht ausgeschlossen
werden.
GF:Helge Kliemann/UST-ID Nr:DE214199346/AG Stuttgart HRB264334
Hi Users,
i coded a own macro and removed it later on. I removed the macro-tag from
every page i use but in the search in the upper part of the page the error
message "unkown macro: macroname" occurs. Did you know what i have to do to
remove the ugly messages?
Regards,
Mathias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unkown-Macro-tp7591621.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I recently upgrade my installation to the latest version. In that process I had the migration process overwrite the default skin, where I had a customized logo.
I have since rolled back the updates to the default skin, but the new logo doesn't show... I can see that the logo is available as an attachment with the filename logo.png
What can I do to troubleshoot and fix it?
Thanks!
Regards,
Hugo
--
Hugo Ahlenius
-------------------------------------------------------------
Hugo Ahlenius E-Mail: hugo.ahlenius(at)nordpil.com
Phone: +46 75 7575284
Nordpil Mobile: +46 733 467111
http://nordpil.com Skype: callto:hugo.ahlenius
Twitter: https://twitter.com/nordpil
vCard: http://nordpil.com/hugoahlenius.vcf
-------------------------------------------------------------
The XWiki development team is proud to announce the availability of XWiki
6.2 Milestone 1.
Among others, this release adds various responsive UI improvements for the
new Flamingo skin, a new structure for applications created with
Application Within Minutes and the possibility to have alternative Icon
Themes. Developers also get a new Mail Sender API and other API
improvements. Finally, a considerable amount of bug fixes (31) and
improvements (31) are provided so make sure to try it out.
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/ReleaseNotesXWiki62M1
Thanks
-The XWiki dev team
Hello everyone,
Upon trying to create a new wiki we don’t get a Distribution Wizard and instead get the DocumentDoesNotExist page.
Setup Summary: Tomcat/MySQL & XWikiv6.0.1
We deployed a custom configured version of the WAR file to our Servlet Container (Tomcat) and upgraded the UI on the main wiki using the Extension Manager (carefully, we made sure rights we wanted to keep didn’t get overwritten).
We want to expand our current wiki and split up into many “sub-wikis” and start with creating the new wikis. We use the WikiManager/CreateWiki/ dialog as admin-users with full rights.
THE MAIN ISSUE: Upon hitting “create” we expect to see the Distribution Wizard - but instead we see the DocumentDoesNotExist page and the URL reads /wiki/secondwiki/view/Main. Our jobs folder does in fact have status.xml which I have heard you could remove (then restart tomcat) and get the DW that way but it isn’t working (same result).
My logs (catalina.out) show the following:
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.h.u.DTDEntityResolver - recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.h.i.UUIDHexGenerator - Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
NOTE: We actually have the hibernate namespace as they have suggested in the warning (in hibernate.cfg.xml). Still it gives us that warning.
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Storage schema updates and data migrations are enabled
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] currently in version [54300]
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [xwiki]
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [secondwiki]
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [testing]
Checked MySQL: the database is being properly created and is filled with the expected tables (compared with database ‘xwiki' - the main wiki).
If you read all of that - thank you for your time. Any help or ideas you can provide would be GREATLY appreciated.
Best,
eamas
I am new in this group,
Right now we are using XWiki Enterprise 5.2.1. I wanted to upgrade this into
latest 6.1 version. It will be good to get the steps that I needed to do for this upgrade
Thanks
Roni
Hello All,
I am trying to use the batchimport application to import some data in my
XWiki 6.1.
I created a class with appwithinminutes, and the import for the class
fields and title is working perfectly. However when I try to map some data
to doc.tags, not happens... And the extension does not return any errors as
well.
is there a way to turn a detailed log? or anyone could make this kind of
import in other versions of XWiki below the 6.1?
Thanks.
Danilo
--
Danilo Amaral de Oliveira
Engenheiro de Computação
celular (32) 9111 - 6867
Hello,
I have "some" difficulty with my groovy/velocity code:
I manage to pass some parameter between my scheduler/groovy script to my velocity code of my page but I need to check in my velocity code if my parameter exist (or not).
http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwiki/api/Cont…
By exemple, this code doesn't work:
{{velocity}}
#if ( $xcontext.get("DoCleanup")!=$null)
"DoCleanup" parameter doesn't exist
#else
DoCleanup parameter from groovy code is $xcontext.get("DoCleanup")
#end
{{/velocity}}
http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwiki/api/Cont… return null if user have PR :-(
In fact, in my velocity code I need to detect who's launch the velocity script: groovy code of scheduler or manually launch by the page containing velocity code.
Any idea how can I do?
Thxs.
Pascal B.
Hi,
We did some usability testing sessions and found out that one of the
biggest problems users are facing is that they don't understand the Home -
Wiki - Space - Page concepts.
Because of this confusion:
- they are creating a wiki instead of a space or a page,
- they don't know where they are located when looking at a page (in the
main wiki or in a subwiki),
- they don't know how to navigate to the pages they've created,
- very confused that we have a Main space in every wiki,
- they are having a hard time making a difference between a space and an
application,
- hard to understand everything is a page,
- etc.
We could do many things in order to improve our navigation, but one thing I
want us to focus in this mail thread is the explanation of Wiki - Space -
Page concepts on the Main.WebHome.
Currently the content of the Welcome Block is:
= Welcome to your wiki =
>
> It's an easy-to-edit website that will help you work better together. This
> Wiki is made of //pages// sorted by //spaces//. You're currently in the
> **Main** space, looking at its home page (**WebHome**).
>
> Learn how to use XWiki with the [[Getting Started Guide]]
> You can then use the [[Sandbox space]] to try out your wiki's features.
>
I would like to replace this message with an introductory text that explain
the concepts (there were also some ideas that maybe we need some images to
represent the hierarchy, etc.) and I need your opinion on this subject.
So, how would you pitch the Wiki - Space - Page concepts to newcomers?
Thanks,
Caty
Hello,
I am having issues with configuring an LDAP connection to Active Directory.
I have installed the LDAP Admin Extension and followed the instructions as per:
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application#Comme…
Settings are as follows:
Ldap: Yes
Ldap server address: 10.0.0.11
Ldap server port: 389
Ldap login matching: CN={0},CN=Users,DC=city,DC=com
Ldap password matching: {1}
Ldap base dn: DC=city,DC=com
Ldap UID attribute name: samaccountname
Try local login: yes
Update user from LDAP after login: no
The rest are blank or default. I've tried modifying the xwiki.cfg file manually and still no luck.
I have tried monitoring the logs with the following set:
com.xpn.xwiki.plugin.ldap - Trace
com.xpn.xwiki.plugin.ldap.XWikiLDAPConfig - Trace
com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection - Trace
com.xpn.xwiki.user.impl.LDAP - Trace
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl - Trace
As well as Error and Debug but can't find anything meaningful in the two log files I can locate:
xwiki_db.log
2014_07_11.request.log
Any suggestions?
Markus
Hello,
I have some questions (today :-) )
- I wondered where is stored local users password? More precisely in which table? I see that users are in xwikidoc table: http://platform.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema (but not the password)
Note, I don't want reinitialize password (I know how to do it with superuser)
- If I use LDAP authentication, a copy of user ldap password is stored in the database?
- With ldap authentication, I filter members by ldap statics groups
#-# Only members of the following group can authenticate.
xwiki.authentication.ldap.user_group=dn=_agents_,xxxx,dc=fr
_agents_ contain a static list of memberUID with name.surname
I active log for ldap and I saw that for the first connexion by a ldap user, cache creation take 1mn
Apparently xwiki try to retrieve the dn for each member of the static group for generate his cache (~5 queries by member)
Of course, I increased xwiki.authentication.ldap.groupcache_expiration value
Are there a way to refresh the ldap cache by cron or scheduled script?
Thxs.
Pascal B
Hi,
I'd like to use XWiki as the front-end to an application that uses a database and file-store separate to XWiki's. I have been very successful wrapping up the database interactions with groovy and velocity scripts. However, I also need to allow users to upload large (>300Mb) files. These files would not be attachments into XWiki, but would go directly into the separate filesystem. Is there support to handle uploading large files in this way?
I see that XWiki includes a file upload widget (http://platform.xwiki.org/xwiki/bin/view/DevGuide/HTML5Upload), which looks very close to what I need, but this seems to be for XWiki attachments only.
Any suggestions would be greatly appreciated,
Bryn
Per the documentation at:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Access+Rights#HPreventr…
You can restrict the creation of new spaces to users with
administrative privileges by following these steps:
In the global rights, deny write access to the XWikiAllGroup
group and the XWikiGuest user and allow edit access to the
XWikiAdminGroup group
In each space rights, allow write access to the XWikiAllGroup group
However looking at the "Administration: Rights" at
'mywiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Rights#...'
I do not see a an option for "write access" as mentioned in the
documentation. Is this the same as "edit" as listed in the Groups & User
permissions table?
Also I do not have an XWikiGuest group (as I do not have a public wiki)
but just want to be sure I am working though the right admin panel.
Thanks,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
OSI Phone: (415) 857-5398
Direct Phone: (970) 4MASSON
Skype: massonpj
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hello,
I would like to be able to refine searches in xwiki enterprise by tags as I
already can by Spaces or wikis. How can I do that?
Is there any way to do the same directly into the search input? Something
like 'install tag:linux' would search for the word 'install', on into
pages tagged 'linux'.
Thanks in advance,
Hello XWiki Community,
I am using the Ratings Extension with XWiki 6.1 and Flamingo Skin and I
noticed that the guest user can not vote. Is it the normal behavior?
I am asking because I made some skin customizations and I am wondering if
my settings is interfering in this extension.
Thanks.
Danilo
--
Danilo Amaral de Oliveira
Engenheiro de Computação
celular (32) 9111 - 6867
Hello,
My internet host asking me some question about it. If you can help me to answer. :-)
There are some duplicate libraries in ./WEB-INF/lib:
- /WEB-INF/lib/antlr-2.7.6.jar /WEB-INF/lib/antlr-runtime-3.5.jar
- commons-lang-2.6.jar commons-lang3-3.3.1.jar
- jdom-1.1.3.jar jdom2-2.0.5.jar
- xwiki-rendering-syntax-markdown10-6.0.jar xwiki-rendering-syntax-markdown11-6.0.jar
- xwiki-rendering-syntax-xwiki10-6.0.jar xwiki-rendering-syntax-xwiki20-6.0.jar xwiki-rendering-syntax-xwiki21-6.0.jar
Can I delete old versions?
I'm not sure about xwiki-rendering-syntax*: Xwiki 6.2 use some document with xwiki 1.0 syntax?
We found this old libraries:
/WEB-INF/lib/struts-core-1.3.10.jar but Struts 1 has reached its end of life and is no longer officially supported (since 2013). Cf.: http://struts.apache.org/struts1eol-announcement.html
Will you replace this framework with 2.x version?
There are this empty files:
- /resources/js/xwiki/wysiwyg/tinymce/tiny_mce/plugins/inlinepopups/readme.txt
- /resources/js/xwiki/wysiwyg/tinymce/tiny_mce/plugins/cleanup/editor_plugin_src.js
- /resources/js/xwiki/wysiwyg/tinymce/tiny_mce/plugins/cleanup/editor_plugin.js
I suppose I (you) can delete them?
This file seems to be not stored at its place (/WEB-INF/lib):
- /resources/js/smartclient/system/helpers/isomorphic_applets.jar
Can I (you) store it in (/WEB-INF/lib) subdirectory?
This libraries are not necessary on Tomcat server:
- ./WEB-INF/lib/jetty-*.jar
- ./WEB-INF/lib/jtidy-r938.jar
- ./WEB-INF/lib/maven-*.jar
Am I wrong?
Thanks you for your answers.
Hello all,
Lately, I have spent time testing the last LibreOffice version and noticed
that several of its features are not visible in XWiki after they had been
imported. This makes me ask your opinion regarding the necessity to
establish a section on XWiki.org in which the LibreOffice compatibility
would be visible to the community. Should such a section be established?
Thank you,
Andreea
I'm running xwiki version 2.7 and I recently installed the MultiPageExport
plugin version 1.1 (the version recommended). I have a new server with xwiki
6.1 and was hoping to use the exported to try and export/import the page
from the old into the new in chunks and then address the pages that
can't/won't import, on a case by case basis. But when I try and search for
pages to export I only get the following results. Has anyone else seen this?
Thanks
Ron
<http://xwiki.475771.n2.nabble.com/file/n7591474/multipage.jpg>
--
View this message in context: http://xwiki.475771.n2.nabble.com/Multi-Page-Export-issue-tp7591474.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
I have trouble to use this new extension module
when I search on multi-page export page, it always give me back
$cplugin.escapeForXML($wptext)
I tried the page on xwki.org and it is the same results
I have trouble with installation for templates.
what should I exactly do in order to add printmulti.vm and pdfmulti.vm to
my wiki
thank you for your help
yann
After restarting tomcat I get long list of "StepProgressEvent was fired
too many times" messages:
2014-07-24 13:58:57,212 [XWiki initialization] INFO
.HibernateDataMigrationManager - Storage schema updates and data
migrations are enabled
2014-07-24 13:58:57,213 [XWiki initialization] INFO
.HibernateDataMigrationManager - No data migration to apply for wiki
[xwiki] currently in version [54300]
2014-07-24 13:58:57,213 [XWiki initialization] INFO
.HibernateDataMigrationManager - Checking Hibernate mapping and updating
schema if needed for wiki [xwiki]
2014-07-24 13:59:18,093 [XWiki Solr index job thread] INFO
o.x.s.s.i.j.IndexerJob - Starting job of type [solr.indexer] with
identifier [[solr, indexer]]
2014-07-24 13:59:27,538 [XWiki Solr index job thread] WARN
o.x.j.i.DefaultJobProgress - StepProgressEvent was fired too many
times: [3361] instead of [3360]. The number of times StepProgressEvent is
fired must match the number of steps passed to PushLevelProgressEvent.
...
Can they be avoided?
Valdis
Hello all,
I would like to ask for your opinion regarding the documentation for the
new skin we’re working on. Would you rather prefer:
a) The documentation to be conducted in parallel with the current version
(6.1 for the Colibri skin as well as for the Flamingo skin)?
b) Or would you prefer to begin the documentation for the Flamingo skin
with version 6.2, which would imply cancelling the maintenance for the
Colibri skin?
Please express your view in a reply to this email.
Thank you,
Andreea
Hello all,
I've created an "App Within Minutes" application we are using for some reporting and issue tracking which is pretty much done now, but I need a way to create a page in the application with an API call. I've seen tons of information on creating pages or modifying pages and I can get that to work pretty well, but when I create a page in the application space I don't know how to make the controls appear and the page doesn't show up I'm the application home page (grid).
I'm sure I'm approaching this the wrong way as I'm creating a page from scratch where I'm pretty sure I should be creating an instance of the page class, but I'm not sure where to start with that.
Does anyone have any links or tips or leads on where I would start looking for something like that?
All help is greatly appreciated,
Thanks in advance
Hello,
I need some help with my velocity script.
I try to remove history of pages on a space.
This code work well for a page:
{{velocity}}
$xwiki.getDocument('BacASable.TestPage3').getDocument().resetArchive($context.context)
{{/velocity}}
but my script fail when I launch this one to remove history of all BacASable space Page
{{velocity}}
#foreach ($docName in $xwiki.getSpaceDocsName("BacASable"))
$xwiki.getDocument("BacASable.$docName").getDocument().resetArchive($context.context)
* history of "BacASable.$docName" removed
#end
{{/velocity}}
I obtain this error:
Caused by: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo#com.xpn.xwiki.doc.rcs.XWikiRCSNodeId(a)2ff3ff58[docId=9026427162423984573,version=4.1]]
Any ideas what's I'm doing wrong? Thxs
Note: deletion of WebHome history doessn't work:
$xwiki.getDocument('BacASable.WebHome').getDocument().resetArchive($context.context)
Pascal B (on Xwiki 6.0)
Hi Leonardo,
On 15 Jul 2014 at 20:10:26, Leonardo Kodato (leonardokodato@gmail.com(mailto:leonardokodato@gmail.com)) wrote:
> Hi Marius and Vicent.
> Thank you for the reply.
>
> After disabling the JS, it loaded correctly.
> Then I rolled back the instalation and restored the last change I've made. The problem ocurred due to a jquery-prototype compatibility.
> I tried to put Jquery in no-conflict mode, as documented in jquery.com(http://jquery.com). It was inside a Xwiki object, as well as the Jquery plugin that I'm using. Now I will try to figure out how do I get it to work without conflict with prototype.
>
> Vicent, here is the documentation I read. It says that:
> "The general strategy is to download the WAR distribution and to replace your current installed WAR. Make sure you don't copy on top since this could leave some old files around which would make XWiki fail (like if old JARs are lying around in WEB-INF/lib). "
> Link: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade
Actually I thought you mean the xwiki data directory and this directory must absolutely not be removed. It needs to be kept so that the upgrade can happen. BTW where did you put the xwiki data directory (it’s configured in xwiki.properties)?
> Even so, I will try to update it to 6.1 and test it, as it features a new bootstrap skin.
Cool, let us know how it goes!
Thanks
-Vincent
> Thank you for your support.
> =).
>
>
> 2014-07-12 10:26 GMT-03:00 vincent@massol.net(mailto:vincent@massol.net) :
> > Hi,
> >
> > On 8 Jul 2014 at 20:12:22, Leonardo Kodato (leonardokodato@gmail.com(mailto:leonardokodato@gmail.com)(mailto:leonardokodato@gmail.com)) wrote:
> >
> > > UPDATE:
> > >
> > > I tried to update Xwiki to the last super stable version, but the problem
> > > persists. It loads the new version and tries to display the Distribution
> > > Wizard to start the upgrade proccess, but then the gray background shows up
> > > and there is nothing I can do.
> > >
> > > One thing to note is that some users can see their spaces, but the Admin
> > > and the others can not. The guest visitor also can see the register and
> > > logon page. So, I suspect that is something related to just one space.
> > >
> > > Another thing I've noticed is that I've deleted the xwiki folder to start
> > > the update proccess as recommended in the documentation.
> >
> > Could you show me where this is mentioned in the documentation? I’d like to make sure you’re doing it correctly.
> >
> > Thanks
> > -Vincent
> >
> > > So, It's not a
> > > extension problem or a file problem, I think. It seems to be something with
> > > the Database and javascript.
> > >
> > > Should I start a bug report on Jira?
> > >
> > > Thank you very much.
>
Hi.
Is there a document describing prefetred settings to have xwiki and solr-based
search working well for non-multilingual, non-en documents?
I have a problem with solr search (xwiki 5.3). My language settings are:
multilingual: no
supported languages: pl,en
default language: - I'm testing with different values here
and in xwiki.cfg:
xwiki.language.preferDefault=1
xwiki.language.forceSupported=1
Test no 1:
default language: pl
When I create new document, it has (in database) xwd_language = '' and
xwd_default_language = 'pl' - so it looks ok:
xwd_fullname | xwd_language | xwd_default_language
---------------------------------+--------------+----------------------
Sandbox.SzukajWNazwieStronyTest | | pl
I try to search on 'SzukajWNazwie' - solr suggest does suggest this page, but
entering search result the result list is empty.
If i try searching by document content - both search suggest and search result
list are empty.
When I change
default language: en
and create a document, it has properties:
xwd_fullname | xwd_language | xwd_default_language
------------------------------+--------------+----------------------
Sandbox.SearchInPageNameTest | | en
Then:
1. Suggest does find the document by its name, search does too
2. Suggest does not find the document by its content, but search does.
Searching of polish document works as before the change
I'm a little bit confused, I cannot see any consistent rule in the behavior.
Thanks in advance for any tips.
Best Regards,
R.
Hello Community,
I am trying to add a column that reference the doc parent but I am facing
some difficult.
I have tried to input the doc.space but It not worked:
{{velocity}}
{{box}}
#set ($discard = $services.localization.use('document',
'FileManager.FileManagerTranslations'))
#set ($columnsProperties = {
'doc.space': {"type":"list"},
'category': {"type":"text","size":10,"link":"view"},
'doc.name': {"type":"text","size":10,"link":"view"},
'_attachments': {"sortable":false,"filterable":false,"html":true},
'_actions':
{"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]
}
})
#set ($options = {
'className': 'FileManager.FileManagerClass',
'resultPage': 'FileManager.FileManagerLiveTableResults',
'translationPrefix': 'filemanager.livetable.',
'tagCloud': true,
'rowCount': 15,
'maxPages': 10,
'selectedColumn': 'category',
'defaultOrder': 'asc'
})
## Add the filter by selected tags
#if($request.tag)
#set ($discard = $options.put('selectedTags',["${request.tag}"]))
#end
##
#set ($columns = ['doc.space','category','doc.name', '_attachments',
'_actions'])
#livetable('filemanager' $columns $columnsProperties $options)
{{/box}}
{{/velocity}}
Any tip?
thanks
Grupo Energisa
Danilo Oliveira
Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342 | cel: (32) 8452-9478
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hello all,
After migration 3.4 > 6.1, i got just a small bug, in the menu "Home" , the < wiki index > label doesn't appear but I got "platform.wiki.menu.wikiindex"
In the wiki index module, same, all label are "plateform.wiki.browse", "plateform.wiki.browse.wikiprettyname, " plateform.wiki.browse.decription",....
Do you know how I can correct this?
BR
Patrick
I've used
http://extensions.xwiki.org/xwiki/bin/view/Extension/Large+XAR+Import
snippet and
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Platform+-+WikiS…
application to migrate XWiki to the new server.
In both cases they show incorrect document creation and last change dates.
E.g.:
Last modified by Administrator on 2011-06-06 17:12
Created by User on 2014-07-21 10:11
but it should be vice versa:
Last modified by Administrator on 2014-07-21 10:11
Created by User on 2011-06-06 17:12
History table shows following:
1.1 Administrator 2011-06-06 17:12 Imported from XAR Current version
Which is also misleading, because if XAR import is noted in history, it
should show last modification date (2014-07-21 10:11), not creation date
(2011-06-06 17:12).
I can register new bug if my thoughts seems reasonable, but I'm more
interested in workaround how to "fix" it in the way.
Thanks!
Valdis
Hello all,
I finally got new environment to migrate our 'old' Xwiki 2.3 to 6.1 (oracle 11, tomcat 7,...).
Fresh install is good
When I migrate the db from 2.3 to 6.1, everything seems ok but not when I import the default xar 6.1. After import, every users have rights to see admin menu (in home) and have access :/
(users don't have admin rights of course)
Any idea how I can fix this?
Do I have to migrate to intermediate version before the 6.1?
Patrick
Hi,
I have a multi-wiki farm running 5.4.3. Google Analytics is turned on in
Administration, with a different GA Account for each subwiki.
It works great on all but one subwiki. On the working ones, I can find the
GA line in the page source:
<script type='text/javascript'
src='/bin/jsx/XWiki/GoogleAnalyticsCode?language=en' defer='defer'></script>
On one subwiki, that line is missing, and as such there are no results
coming through to GA. Administration has the correct account number, and it
says "Google Analytics is running" - but there's still nothing in the
source.
Any ideas?
Thanks,
aaron
Hello,
The Activity Stream macro [1] has been introduced in XWiki 2.6
As part of XWiki's 6.2 roadmap, we are investigating its
refactoring/rewriting, as it has proved to suffer from various performance
issues and other limitations.
We have already composed a partial list [1] of use cases that should be
covered by the new implementation, but would also like your input on what
features should the new version support.
Please let us know what problems you`ve had with Activity Stream, what you
wished you could have done but were limited by the implementation, why did
you use it or why you did *not* use it, etc.
Your feedback will help guide us in the right direction.
Thanks,
Eduard
----------
[1] http://extensions.xwiki.org/xwiki/bin/view/Extension/Activity+Macro
[2]
http://design.xwiki.org/xwiki/bin/view/Proposal/AcitvityStreamRefactoring62…
Hi,
It seems "stable" and "super stable" xwiki packages are all contained in
the same repository at http://maven.xwiki.org/stable/
(and the "DEB" installation procedure point to the same document
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
for both versions).
To install "super stable", I could do
$ sudo apt-get install xwiki-enterprise-common=5.4.5
But at the next apt-get upgrade, it would upgrade to latest... Whereas I
want to stick to "super stable" branch.
It there a trick here ? A best practice maybe ?
Thanks !
Hi everyone,
I've released today a new version of the File Manager Application [1].
This application lets your organize your files inside XWiki using a
tree hierarchy of folders. It supports all standard operations like
move, rename, copy, delete on both files and folders. You can use drag
& drop to upload new files and to modify the folder hierarchy. A wide
range of files types can be viewed or played (in case of audio and
video files) directly from the wiki. This includes PDF and office
documents.
The entire application has been redesigned. The UI is now written
using Angular JS while the backend supports batch operations using
jobs (running as daemon threads).
Those upgrading from an older version can migrate their data (files)
with a click of a button.
I hope you'll find it useful. Feedback, bug reports [2] and
contributions [3] are more than welcomed.
Thanks,
Marius
[1] http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Applicati…
[2] http://jira.xwiki.org/browse/FILEMAN
[3] https://github.com/xwiki-contrib/application-filemanager
> Hello again all,
>
> I’m trying not to ask every little question here, but I’m pretty well stuck. I’ve created an App Within Minutes app and added a “Database List” but I’m not sure how to populate the list. I’ve read tons (mostly of which I don’t understand) about HQL and LiveTable, but since I’m so new I can’t really figure out how to get this going. I’d like to have a “LiveTable” (form) somewhere that my users enter and maintain data which then populates the “Database List” on my app. I’ve Googled a bunch but I can’t seem to find a good example of this. In my mind I want to do the following:
>
> 1. Create a LiveTable somewhere
> 2. Link the Database List to the LiveTable I created.
>
> Any help is greatly appreciated,
>
> Jason M Clemons
> Network Operations - Service Delivery Lead Analyst
> 602-766-1844
>
> American Express made the following annotations
>
> "This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you."
>
> American Express a ajouté le commentaire suivant le
> Ce courrier et toute pièce jointe qu'il contient sont réservés au seul destinataire indiqué et peuvent renfermer des renseignements confidentiels et privilégiés. Si vous n'êtes pas le destinataire prévu, toute divulgation, duplication, utilisation ou distribution du courrier ou de toute pièce jointe est interdite. Si vous avez reçu cette communication par erreur, veuillez nous en aviser par courrier et détruire immédiatement le courrier et les pièces jointes. Merci.
Hello all,
I've created an "App Within Minutes" and written some custom JavaScript to autofill the value of the popup dialog box (called "Entry Name") with a randomly generated UID..
Essentially what happens is I click the "Add New Entry" button and when the dialog pops up, it is autofilled with the UID from my client-side code.
I'd like to skip the popup box entirely and just create the page directly off of the UID so the user is just taken to the form automatically, but the only thing I can think of is just hiding the dialog and pushing the button via JavaScript.
Any other suggestions are certainly welcome, thx
I have installed new XWiki 6.1 instance, using Debian package.
I increased Tomcat7 VM settings in /etc/default/tomcat7 to
JAVA_OPTS="-Djava.awt.headless=true -Xms256m -Xmx512m -XX:MaxPermSize=256m
-XX:+UseConcMarkSweepGC"
But after I restart tomcat, anyway get exception:
...
INFO: Deploying configuration descriptor
/etc/tomcat7/Catalina/localhost/xwiki.xml
2014-07-17 12:01:45,654 [pool-2-thread-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
2014-07-17 12:01:45,671 [pool-2-thread-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory:
[/var/lib/xwiki/data/solr]
2014-07-17 12:01:53,706 [coreLoadExecutor-4-thread-1] WARN
o.a.s.r.ManagedResource - No stored data found for /rest/managed
2014-07-17 12:01:53,707 [coreLoadExecutor-4-thread-1] WARN
o.a.s.r.ManagedResource - No registered observers for /rest/managed
2014-07-17 12:01:57,109 [pool-2-thread-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
Jul 17, 2014 12:02:07 PM org.apache.catalina.startup.HostConfig
deployDescriptors
SEVERE: Error waiting for multi-thread deployment of context descriptors
to complete
java.util.concurrent.ExecutionException: java.lang.StackOverflowError
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:188)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:573)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:469)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1412)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:401)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:346)
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1145)
at
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:782)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1566)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1556)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.StackOverflowError
at
org.xwiki.extension.version.internal.DefaultVersion.getValue(DefaultVersion.java:480)
at
org.xwiki.extension.version.internal.DefaultVersion.toString(DefaultVersion.java:488)
at java.lang.String.valueOf(String.java:2854)
at java.lang.StringBuilder.append(StringBuilder.java:128)
at org.xwiki.extension.ExtensionId.toString(ExtensionId.java:106)
at org.xwiki.extension.ExtensionId.hashCode(ExtensionId.java:100)
at
org.xwiki.extension.AbstractExtension.hashCode(AbstractExtension.java:429)
at java.util.HashMap.hash(HashMap.java:366)
at java.util.HashMap.getEntry(HashMap.java:466)
at java.util.HashMap.containsKey(HashMap.java:453)
at java.util.HashSet.contains(HashSet.java:201)
at
org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:158)
at
org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:169)
at
org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:169)
... and many repetitions of previous line which likely causes exception...
Jul 17, 2014 12:02:07 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
...
What should I do?
Valdis
Hi everyone.
I've got some problems upgrading xwiki 5.4.1 to xwiki 6.1(stable). The
upgrade went well, but it missed almost all the attachments(I use
filesystem storage). They are there, inside Storage folder, but Xwiki can't
find it.
I searched over the internet and found 3 different documentations for the
upgrade process.
1 -
https://network.xwiki.com/xwiki/bin/view/DocXE51En/XWikiEnterpriseInstallat…
2 - http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade
3 -
http://www.xwiki.org/xwiki/bin/view/FAQ/HowCanIUpdateXWIKIFromAnOlderVersion
The last one is a FAQ and appears to be outdated. So I used only the first
ones.
They differ little, but I think they should be unificated, because some
aspects are not present in one, but they are present in another or vice
versa.
Correct me if I'm doing something wrong:
1 - Stop java container(Tomcat)
2 - Backup up data schema,
3 - Backup up files and folders: Extension, Lucene, Solr, Storage(Im using
filesystem storage), jobs and xwiki-temp. hibernate, xwiki.cfg and
.properties, logback.xml. Also backup up any changes you've made(skins, for
example)
4 - Remove the old xwiki files(5.4.1) and replace it with the new ones(6.1).
5 - Configure xwiki.cfg, xwiki.properties and hibernate to match the old
configuration(do not replace).
6 - Insert the database connector(in this case, Mysql) inside lib folder
7 - Put all the data files from item 3 inside the
environment.permanentDirectory(in my case, its the data folder)
8 - Restart the container
9 - Point the browser to xwiki instalation
10 - Follow the steps of Distribution Wizard
11 - Check if everything went right(attachments, dataschema, templates
Thank you very much.
Hello,
I have a new installation of XWiki Enterprise 6.0.1. The Log-in screen
initially included the feature/line "Forgot your username or password?"
(Where username and password are both links).
In order to prevent unregistered users from viewing pages, I enabled (in
Administer Wiki > Users & Groups > Rights > Groups) the setting "Prevent
unregistered users from viewing pages, regardless of the page or space
rights." But after enabling this configuration option, the "Forget your
username or password?" feature has disappeared from the Log-in screen. Is
there any way to get this feature back onto the Login-screen?
Thanks.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Enabling-Forgot-your-username-or-password…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
I wanted to inform you that we’ve (me and Manuel Smeria) begun testing the
existing extensions on extensions.xwiki.org and this will grant you access
to much more precise information regarding the extensions’ compatibility
with various XE versions.
We will also update the content wherever necessary.
You will be able to keep track of our activity by accessing the following
link: http://design.xwiki.org/xwiki/bin/view/Proposal/ExtensionStatus
Thank you,
Andreea
Hello all,
I was thinking about implementing an easier means of communicating and
keeping in touch with you, like a community phonebook. An example of such a
means of communication is the one implemented by Mozilla for their
contributors: mozillians.org.
Such a system would allow various badges or the possibility to be accepted
in certain groups, for the users who contributed the most or who took part
in certain activities. For instance, could create a badge for the testing
process, and when you’ve amounted 30 or more manual tests, you would
receive that badge automatically. This badge system could be implemented
for other perks as well, one for every type of contribution to XWiki.
The badge system would need you to create a profile that would contain the
following:
- E-mail address, which would have the option to hide the address if the
user desires it;
- Language options;
- The fields of activity you are most interested in;
- The groups you are part of;
- The badges received so far.
The system is aimed to enhance the communication between community members
and we would like to know your opinion regarding its implementation and
usefulness and, also, the system would allow recognitions of the community
contributions
This system is just an idea (a general one), so, please express your view
in a reply to this email to know if I go further with it.
Thank you,
Andreea