Hi, all,
After I used xwiki for a while with POSTGRES database, I got Exception:
Could not create a DBCP pool. There is an error in the hibernate
configuration file, please review it
since it said " Cannot create PoolableConnectionFactory (FATAL: sorry, too
many clients already)", I checked the hibernate.cfg.xml file, I can see the
connection.pool_size property is configured with value 2 by default, I have
some doubts about this value, only 2 connections in the pool? that is not
enough at all, any good reason why the default value is 2? so what is the
recommended value?
Thanks
Dave
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
ERROR com.xpn.xwiki.store.DBCPConnectionProvider - Could not create a DBCP
pool. There is an error in the hibernate configuration file, please review
it.
org.apache.commons.dbcp.SQLNestedException: Cannot create
PoolableConnectionFactory (FATAL: sorry, too many clients already)
at
org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
~[commons-dbcp-1.3.jar:1.3]
at
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
~[commons-dbcp-1.3.jar:1.3]
at
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
~[commons-dbcp-1.3.jar:1.3]
at
com.xpn.xwiki.store.DBCPConnectionProvider.configure(DBCPConnectionProvider.java:196)
~[xwiki-platform-legacy-oldcore-3.5.jar:na]
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
at
org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:459)
[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
at
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90)
[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
at
org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863)
[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
at
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859)
[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870)
[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
at
nextek.geo.fileupload.MediaViewServlet.doGet(MediaViewServlet.java:57)
[geoservice-3.3.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
[servlet-api.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
[servlet-api.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
[catalina.jar:7.0.26]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
[catalina.jar:7.0.26]
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
[xwiki-platform-webdav-server-3.5.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
[catalina.jar:7.0.26]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
[catalina.jar:7.0.26]
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
[xwiki-platform-container-servlet-3.5.jar:na]
I am out of the office until 01-05-2012.
Voor dringende zaken kunt u terecht bij ICT-Servicedesk
Note: This is an automated response to your message "users Digest, Vol 57,
Issue 47" sent on 27-4-2012 9:54:52.
This is the only notification you will receive while this person is away.
I am out of the office until 05/11/2012.
I am on holiday without access to Lotus Notes.
Question about the eSupport videos or IM CS wiki? Please contact Kim
Dillon.
Question about KCS for MTS, SWG Support Portal Content, or Netezza content
integration? Please contact Diane Paige.
Otherwise I will get back to you when I return. Thanks and have a good
day! :-)
Note: This is an automated response to your message "users Digest, Vol 57,
Issue 47" sent on 04/27/2012 3:54:52.
This is the only notification you will receive while this person is away.
Hi All,
This mail is regarding Bulletin Board application at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Bulletin+Board+Applica….
I successfully imported the application and worked great. But i want to
configure it not at xwiki space level but under spaces i created manually
like MySpace1,MySpace2 etc because i want to create the bulletrin board for
specific to each space. But looks like nested spaces are not supported as
of now as per http://jira.xwiki.org/browse/XWIKI-354.
So how i can create multiple bulletin boards specific to each space?
*What i tried*
I thought of importing the multiple bulletin board XAR file multiple times
and giving each bulletin board different name. Then i can give rights on a
specific bulletin board application to group/users created for my
space(like MySpace1). But itimporting the multiple bulletin board XAR does
not work as it always import on top of existing one and at the end there is
only one bulletin board application. Thanks in advance.
Hi All,
i have my application deployed as myApp1 on tomcat 6 service. Due to some
requirement, i copied myApp1 and pasted under webapp as myApp2.Now i
restarted tomcat
and hit my url for myApp1. Worked fine . But on hitting the url for app2 ,
i get org.infinispan.jmx.JmxDomainConflictException: Domain already
registered org.infinispan
.Below is the root cause section in exception stack trace
root cause
org.infinispan.jmx.JmxDomainConflictException: Domain already
registered org.infinispan
org.infinispan.jmx.JmxUtil.buildJmxDomain(JmxUtil.java:73)
org.infinispan.jmx.CacheManagerJmxRegistration.updateDomain(CacheManagerJmxRegistration.java:92)
org.infinispan.jmx.CacheManagerJmxRegistration.buildRegistrar(CacheManagerJmxRegistration.java:86)
org.infinispan.jmx.AbstractJmxRegistration.registerMBeans(AbstractJmxRegistration.java:46)
org.infinispan.jmx.CacheManagerJmxRegistration.start(CacheManagerJmxRegistration.java:62)
org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:637)
org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:319)
org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:283)
org.xwiki.cache.infinispan.internal.InfinispanCacheFactory.initialize(InfinispanCacheFactory.java:134)
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:295)
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:358)
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:324)
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:147)
org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultComponentManager.java:72)
org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:79)
org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:61)
com.xpn.xwiki.XWiki.getCacheFactory(XWiki.java:5887)
For the information,I am running the tomcat as service.
Hi,
Please, how could I enter HTML equivalents to UNICODE codes in document title? I didn't get them rendered while working with XE 2.4.30451.
Please, check this...
http://atriumkm.idisantiago.es/bin/download/ICT/UNICODE/085onTGFbeta.png
Beta is correctly rendered in breadcrumbs and body text, but not in document title.
Any solution? Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
I've two spaces (let's say, FirstSpace and SecondSpace). FirstSpace
contains a page that has child pages like this:
FirstSpace
+-Parent page
+--Child page 1.
+--Child page 2.
I'd like to move "Parent page" with all children to SecondSpace.
However, when I use the rename function on "Parent page", it will not
move child pages.
Is there any way to do a mass rename (move between spaces) on a set of
pages, or it must be done one-by-one?
Thanks in advance,
Daniel
Hey guys, I have a problem with the JW Player, that you can use for inserting
videos into your pages.
I tried it the first way of the guide, where you have to upload the two
files (player.swf and jwplayer.js)
to the server. I thought it could be the attachment files of the page.
Than i tried to include the video, but it doesn't work.
Can someone explain, how to work with the jw player in xwiki?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Video-inserting-with-JWPlayer-doesn-t-wor…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
I never had a solution to this. Do I really have to export and re-import
everything just to remove a space with no pages in it?
Just to remind you, the problem is a page in the AllDocs that can't be
deleted because it says it doesn't exist. Yet it still apears in AllDocs,
in its own space, the same as another space but with + instead of spaces*
in the space name.
Martin
* Sorry that's confusing.
On 04/19/2012 10:20 AM, Dmitry Bakbardin wrote:
> Hi!
>
> I experienced the same problem in 3.0: two spaces with the same names and
i can't delete it also because of
>
This is http://jira.xwiki.org/browse/XWIKI-6593 which has been fixed in
3.0.1, it's not related to the + in the space name, but to the fact that
you've disabled attachment versioning.
>>> Are you sure there is only one page ? Maybe you have a "WebHome" page
>>> too in this spaces ? Did you checked with document index ?
>
> I have several pages inside problematic space and no WebHome in it. None
of these pages could be deleted.
>
> So, now I'm waiting for the upgrade to export necessary spaces and import
them back after dropping database :-((
>
> Kind Regards,
>
> Dmitry
Hi,
as I am new to XWiki I am trying to gain some inspiration and ideas how to
successfully use it for our business purposes.
I have created an app (application within a minute) to organize and manage
our projects. We have designed a structure of fix sub-wikipages, which we
want to attach to every application item.
Example: let's say we have a project #123 and some metainformation like
project leader etc. which is all organized in the application fields. And
now we want some subpages like 1. project-todos, project-documentation,
project-log etc.
What possible ways do exist to automatize the creation of the subpages, so
that each time I create a project item in that app, all the predefined
subpages will be created by the system.
I don't expect you to write me the complete solution. But I would really
appreciate if you could just drop some buzzwords or some links, that point
me the proper direction.
Thanks in advance,
best regards,
Moritz
Hi XWiki expert,
two months ago we upgraded our internal XWiki to version 3.3. After the
upgrade it happens in unregular intervals that some macro are no longer
found (error message: "Unknown macro ...") . Only macros requiring
programming rights are affected.
When adding a comment to the affected macros as user with programming
rights the Macro becomes available again.
We can not see any unusal event which can be associated with the
problem. The log files do not contain any unusal error message.
I saw the problem also on http://rhierlmeier.myxwiki.org with XWiki
Version 3.5 (Unknown Macro "spaces" in Page Main.WebHome). Storing the
Spaces Makro again solved the problem.
How can I debug the problem?
Richard
Hi,
I have hosted two different wiki application(wiki1 and wiki2) under same
tomcat6. When i hit wiki1 from IE its works fine.But as soon as i hit
wiki2, i start getting Permgen space exception. As per my understanding ,
probable reason for this is large number of class files gets loaded in
classloader. Is that correct?(Any rough idea about number of classes
deployed in xwiki will help in understanding the problem). Is there a way i
can host two wiki app under same tomcat? Here are the details of my system:-
OS:-window7
RAM:-4 GB
java_opt- -Xms1536m -Xmx1536m //(mentioned as environment variable):
tomcat version:-6.0.26
As per
http://www.mkyong.com/tomcat/tomcat-javalangoutofmemoryerror-permgen-space/,
tried to increas the permgensize by mentioning JAVA_OPTS and suggested
value against it.But no help.
Now, What else i can i do to resolve this perm gen issue?
I have gone thru
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging. As per
logback.xml(inside in MyApp/WEB_INF/classes), looks like it relies on the
fact that container will redirect all the console to logfile automaticcaly.
But it is not happening. I am using tomcat 6. i want to put all the
possible logs i.e log.info.log.warn,log.error,log.debug,log.fatal inside
log file
For logging i am using below code snippet
private static final Log log =
org.apache.commons.logging.LogFactory.getLog(AuthServiceImpl.class);//
declared as insiance variable under AuthServiceImpl.class
then in my public method i am doing the logging as
log.error("Testing AuthServiceImpl Reply = ");
But its printing the logs on tomcat console. Guys really i have no idea
how to print the to file instead of console.Inside logback.xml(inside in
MyApp/WEB_INF/classes)
i can see below setting. I have really no idea what is happening?
Thanks in advance.
Hi, all,
I logged in as an administrator, I like to create a new page under jQuery
with this URL:
http://mydomain/xwikim/bin/create/jQuery/WebHome
when I click the Create button, it always redirected me to localhost as
following:
http://localhost/xwikim/bin/edit/jQuery/jQueryUICustom?template=&parent=jQu…
which caused error message: Unable to connect, I tried to create from Main
space, also the same problem and redirected me to:
http://localhost/xwikim/bin/edit/Main/jQueryUICustom?template=&parent=Main.…
when this happens, I have to replace the localhost with mydomain on browser
address and press enter to bring up the page, this happened to me many
times when I need to do edit action, when it is view action, it works
perfectly, I have httpd apache webserver in front of tomcat, in apache
config file, my setup is:
ProxyPass /xwikim http://localhost:8082/xwikim
ProxyPassReverse /xwikim http://localhost:8082/xwikim
In tomcat server.xml file, the setup is:
<Connector port="*8082*" maxThreads="*150*"
minSpareThreads="*25*"maxSpareThreads
="*75*" enableLookups="*false*" acceptCount="*100*" connectionTimeout="*
20000*" proxyPort="*80*" disableUploadTimeout="*true*" />
I feel this setup should be ok, since it works all the time except
sometimes it does not work for edit action or login.
Does anybody have ideas about what happened and how to fix?
Thanks very much in advance.
Dave
Hi evereyone,
Maybe this question is already answered but I couldn't find it out...
Is posible to have a global dashboard at Main Wiki (with XWiki Manager)
showing the activity of all wikis in a wiki farm?
Thanks in advance.
Regards,
Iago
--
View this message in context: http://xwiki.475771.n2.nabble.com/Global-Dashboard-with-activity-of-all-wik…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
I have a question: I have an xwiki farm with multiple (3) wikis installed. Today I realized that the search engine display the results from all wikis and not only from the one I currently use. How can I change this?
Thanks,
Florian
>On 04/19/2012 12:34 PM, Joel Forsberg wrote:
>> Hello!
>> I've just upgraded both operating system (Fedora 17) and Xwiki to 4.0 RC-1 and got an issue with the formula macro. Whenever I use it, the resulting image created is 1020x1320 pixels big, mostly empty except for the (correctly sized) formula placed in the bottom left corner of the .png image.
>Thu Apr 19 17:49:52 UTC 2012 Sergiu Dumitriu wrote:
>It works fine for me, so let's try and see where the problem occurs.
>Start by putting this into a tex file called a.tex:
>http://pastebin.com/8Tx92S5L
>The renderer uses a three-step process, tex->dvi, dvi->ps, ps->png.
>Let's try them out in order:
>latex --interaction=nonstopmode a.tex
>This should produce a.dvi, which should be a very big page with only the formula in the center, no other text. Check if there are any errors displayed there. Try without --interaction to make latex stop at errors.
>dvips -E a.dvi -o a.ps
>This should produce a.ps, which should be tightly cropped around the
>formula. If it isn't then there's a problem, maybe dvips doesn't support
>the -E parameter.
>convert -density 120 a.ps a.png
>This should produce a.png, having the same size as the ps.
>For reference, here's what I have locally (texlive installation):
>$ latex --version
>pdfTeX 3.1415926-2.3-1.40.12 (TeX Live 2011)
>kpathsea version 6.0.1
>$ dvips --version
>This is dvips(k) 5.991 Copyright 2011 Radical Eye Software
Thanks for the quick reply.
My texlive seem to produce a PostScript file that displays okay, but somehow the convert step sets the canvas size to 1020x1320
Adding a -trim parameter to will work around the problem, such as:
convert -trim -density 120 a.ps a.png
I'll look for a mention of this behavior for Imagemagick shortly (need food)
(Sorry for messing up the thread, I guess..)
-----
For reference:
The files I produced: http://www.mediafire.com/file/6qv8tty0pn1nyz0/formula_test2.tar.bz
debug output of convert-step: http://pastebin.com/FdJPEYwr
convert -version
Version: ImageMagick 6.7.5-6 2012-03-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
latex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6
Compiled with libpng 1.5.8; using libpng 1.5.10
Compiled with zlib 1.2.5; using zlib 1.2.5
Compiled with libpoppler
dvips --version
dvips(k) 5.96.1
kpathsea version 3.5.6
-----
Hi!
I experienced the same problem in 3.0: two spaces with the same names and i can't delete it also because of
Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:240)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
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:129)
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:152)
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:68)
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:218)
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:112)
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:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
java.lang.NullPointerException
at com.xpn.xwiki.doc.XWikiAttachment.toStringXML(XWikiAttachment.java:333)
at com.xpn.xwiki.store.VoidAttachmentVersioningStore$VoidAttachmentArchive.getArchive(VoidAttachmentVersioningStore.java:143)
at com.xpn.xwiki.doc.XWikiAttachmentArchive.getArchive(XWikiAttachmentArchive.java:126)
at com.xpn.xwiki.doc.XWikiAttachment.toXML(XWikiAttachment.java:422)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:4024)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:4102)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:3851)
at com.xpn.xwiki.doc.XWikiDocument.toFullXML(XWikiDocument.java:3769)
at com.xpn.xwiki.doc.XWikiDeletedDocument.setDocument(XWikiDeletedDocument.java:193)
at com.xpn.xwiki.doc.XWikiDeletedDocument.<init>(XWikiDeletedDocument.java:89)
at com.xpn.xwiki.store.XWikiHibernateRecycleBinStore.saveToRecycleBin(XWikiHibernateRecycleBinStore.java:68)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:4319)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:4299)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:6228)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:6217)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
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:129)
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:152)
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:68)
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:218)
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:112)
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:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
> > Are you sure there is only one page ? Maybe you have a "WebHome" page
> > too in this spaces ? Did you checked with document index ?
I have several pages inside problematic space and no WebHome in it. None of these pages could be deleted.
So, now I'm waiting for the upgrade to export necessary spaces and import them back after dropping database :-((
Kind Regards,
Dmitry
Thu, 19 Apr 2012 13:26:12 +0100 от Martin Evans <website(a)studenthubs.org>:
> I am on Main.AllDocs and I enter '+' into the space field and two documents
> show up - try it yourself http://bit.ly/J7oIGU
>
> I don't want these pages or spaces to exist so I press delete. It tells me
> the page does not exist when I try this.
>
>
> > Are you sure there is only one page ? Maybe you have a "WebHome" page
> > too in this spaces ? Did you checked with document index ?
> >
> > How do you delete/access the page ?
> >
> > On Wed, Apr 18, 2012 at 6:54 PM, Martin Evans <website(a)studenthubs.org>
> > wrote:
> > > I currently have two spaces, one called "Environment And Sustainability"
> > > and the other called "Environment+And+Sustainability". If I try to delete
> > > the only page in the erroneous space it says "The requested document
> > could
> > > not be found". So if the page isn't there, why is the space there?
> > >
> > > Martin
> >
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Kind regards,
Dmitry
Hello!
I've just upgraded both operating system (Fedora 17) and Xwiki to 4.0 RC-1 and got an issue with the formula macro. Whenever I use it, the resulting image created is 1020x1320 pixels big, mostly empty except for the (correctly sized) formula placed in the bottom left corner of the .png image.
Does anyone have an idea what might cause this?
Kind regards, and thanks. Joel
I currently have two spaces, one called "Environment And Sustainability"
and the other called "Environment+And+Sustainability". If I try to delete
the only page in the erroneous space it says "The requested document could
not be found". So if the page isn't there, why is the space there?
Martin