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