Brian Burns wrote:
> Hi Community,
>
>
>
> I have to make my wiki with the assumption that the user will be as
> destructive as possible but should never see an error page. I want the user
> to be able to edit their own user page, change password etc. but when I give
> them the edit right it also means that they can rename the page which would
> result in an error. Is there any way to allow them to edit their page and
> change password but not rename it?
>
You can always modify the menu to remove that entry. See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi Community,
I have to make my wiki with the assumption that the user will be as
destructive as possible but should never see an error page. I want the user
to be able to edit their own user page, change password etc. but when I give
them the edit right it also means that they can rename the page which would
result in an error. Is there any way to allow them to edit their page and
change password but not rename it?
Regards,
Brian
Hi Brian,
On Aug 5, 2008, at 10:41 AM, Brian Burns wrote:
> Hi guys,
>
>
>
> I am using some code to view selected sections from one wiki page in
> another
> results page. However, if the sections have an image the image is not
> displayed in the new image. I assume this is because it looks for an
> attachment on the new page. In order to fix this my stop gap
> solution is to
> temporarily attach all other attachments to the page.
>
>
>
> 1) I can generate a list of attachments which I loop through
> using
> #foreach($attachment in $attachments), could someone please tell me
> how to
> attach the $attachment to the current document?
>
> 2) Can anyone suggest a better solution than this? My problem
> is that
> this solution would probably work for now but it simply won't be
> scalable
> when there are many other documents with many other attachments.
Just use the attach macro and pass to it the name of the document
containing the attachments. Check the documentation for the attach
macro on code.xwiki.org for more details.
Thanks
-Vincent
Hi,
I was on 1.5M2 multixwikis installation.
I decided to migrate to 1.5 final release.
Update seems to be OK, I started that 1.5 final release, my 3 databases
(for my 3 wikis) are migrated to "New storage version is now [7351]".
But just after these db migrations, I got that log :
2008-08-04 11:28:42,953 [https://doc-sicap.aphp.fr/xwiki/bin/view/Main/]
[TP-Processor3] ERROR plugin.XWikiPluginManager - Cannot
initialize plugin
[com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin]. This
plugin will not be available.
java.lang.ClassNotFoundException:
com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:86)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:120)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1005)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:728)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:652)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:312)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:383)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
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.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.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:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
2008-08-04 11:28:42,953 [https://doc-sicap.aphp.fr/xwiki/bin/view/Main/]
[TP-Processor3] ERROR plugin.XWikiPluginManager - Cannot
initialize plugin [com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin].
This plugin will not be available.
java.lang.ClassNotFoundException:
com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:86)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:120)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1005)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:728)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:652)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:312)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:383)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
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.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.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:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Is there anything to do about plugins when migrating xwiki ?
Is there a bug ?
--
__________________________________________
Gaëtan GUYODO
Chargé de mission
Centre Antipoison - Hôpital Fernand WIDAL
200, rue du faubourg St Denis
75475 PARIS Cedex 10
Tél: 01 40 05 49 63 / Fax: 01 40 05 48 56
__________________________________________
Hi,
Is it possible to rename a "userid" after it has been created?
I'd like to rename (actually add a prefix) to multiple userids on our xwiki..
Thanks.
Hi guys,
I am using some code to view selected sections from one wiki page in another
results page. However, if the sections have an image the image is not
displayed in the new image. I assume this is because it looks for an
attachment on the new page. In order to fix this my stop gap solution is to
temporarily attach all other attachments to the page.
1) I can generate a list of attachments which I loop through using
#foreach($attachment in $attachments), could someone please tell me how to
attach the $attachment to the current document?
2) Can anyone suggest a better solution than this? My problem is that
this solution would probably work for now but it simply won't be scalable
when there are many other documents with many other attachments.
Regards,
Brian
We are working on a xwiki with user registration.
What if a user forgets a password, how can he/she get a new or
temporary password to get back in the system?
Gerritjan
hello,
some time ago i had a problem with the editor...wysiwyg...and then i changed to the wiki editor. but now it seems that i have to come back to the wysiwyg editor and it freaks me out.
i have a menu in a div and it simply changes my page even if i do nothing.
for example..i have this page..i click the edit button(wysiwyg) and then it alters my html code.
does anyoane know what to do to make it stop, please??
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Hi all,
I've got many problems to install Xwiki Enterprise on my Ubuntu Server 8.04.
I followed this official howto :
http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etchhttp://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
Then i've got some errors during the postgres database creation so i created
the database and the user xwiki through my webmin interface.
I finished the howto and i've got a blank page...
I've read the xwiki.log and i found an error : Caused by:
java.lang.UnsatisfiedLinkError:
/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/i386/libawt.so:
libmlib_image.so: cannot open shared object file: No such file or directory
So i've been searching on the net and i found this topic to fix the error :
http://ubuntuforums.org/showthread.php?t=829866http://ubuntuforums.org/showthread.php?t=829866
Now no more new errors in the xwiki.log but i still have a blank page...
I think maybe it's a problem of connection between xwiki and the database
because when there were no database, i already have this blank page.
Someone can help me please ????...
Thank you in advance
--
View this message in context: http://n2.nabble.com/Xwiki-Enterprise-installation-problem-on-Ubuntu-Server…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am using 1.5m2 and could not get it to support "." in UN's even though it
is supposed to.
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
João Paulo Lima
Sent: Friday, July 18, 2008 7:05 AM
To: XWiki Users
Subject: Re: [xwiki-users] authentication LDAP doesn't support "." in logi n
names
Unfortunately, i downloaded version 1.5rc1 and it doesn't accept login with
dot. It seems like only version 1.5M2 has this patch. But i didn't get find
out where i can to download it.
Does anybody know if version 1.5rc2 will solve this problem???
Where can i download version 1.5M2???
2008/7/18 Jean-Vincent Drean <jv(a)xwiki.com>:
> Yes.
>
> Source : http://jira.xwiki.org/jira/browse/XWIKI-2264
> ps : 1.5RC2 will be released in the coming hours.
>
> JV.
>
> On Fri, Jul 18, 2008 at 3:24 PM, João Paulo Lima <jpcarta(a)gmail.com>
> wrote:
> > Guys,
> >
> > Should the version 1.5rc1 support character dot in login names???
> >
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
João Paulo de Lima
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Good Morning Community,
I am using the getContentOfSection method to display the content of certain
sections of my wiki as I rudimentary type of search functionality. The line
of code used is $doc.getContentOfSection($item.getSectionNumber()). Is there
any way to display the sections without displaying their titles?
Also, is there any way to display images which are embedded within a
section.
Regards,
Brian
Hello All,
I have installed XWiki in our environment using jetty and MS SQL Server.
I have successfully configured authentication using LDAP but I don't see any users when I click on Users and Groups under Administration.
I guess this is because XWiki just uses LDAP to authenticate but doesn't stores the users anywhere.
I checked on mailing lists and found that few discussions where people have suggested to add following line in xwiki.cfg
xwiki.authentication.createuser=ldap
and XWiki will start storing users in his database.
But the above didn't work for me. I also found a snippet which might import the users but don't know how to run it.
I am a .Net guy and I have very limited knowledge of java.
I would like to create groups of LDAP user and give different permissions to different groups. How can I achieve this?
Thanks,
Avinash
As of this latest XE release, I don't appear to be able to disable user
registration. I've got the red "don't" sign in the "Register" checkbox
on a bunch of the Rights pages, but it still shows and allows user
registration.
Am I doing something wrong, or did something change?
Thanks!
Jamie
Yes the email of tha admin is working and it is sending notifications without any problems.
There is no problem also in the user email.
Any idea what can cause this?
Original Message:
Hi,
<br />
<br />Seems like sender or recipient email is badly formatted.
<br />Is the administrator email set in the wiki preferences ? The email you
<br />use for the newly created user correct ?
<br />
<br />JV.
<br />
<br />On Mon, Jul 28, 2008 at 2:06 PM, Hosam Hassan wrote:
<br />> Hello guys,
<br />>
<br />> When I try to register as a new user and the email verification option is 'Yes' I get an exception. The watch list is working fine and sending emails normally so the SMTP server connection is working, Just it doesn't work when I try to register a new user. Thats the exception I get.
<br />>
<br />> A problem occured while trying to service your request. Please contact the support if this happens again.
<br />>
<br />> Detailed information:
<br />>
<br />> Error number 10005 in 10: Could not login to mail server mailx1.dsmain.ds.corp port 25 error code 501 (501 5.5.4 Invalid Address
<br />> )
<br />> com.xpn.xwiki.XWikiException: Error number 10005 in 10: Could not login to mail server mailx1.dsmain.ds.corp port 25 error code 501 (501 5.5.4 Invalid Address
<br />> )
<br />> at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:2869)
<br />> at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:2908)
<br />> at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:2827)
<br />> at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:2786)
<br />> at com.xpn.xwiki.XWiki.createUser(XWiki.java:2736)
<br />> at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41)
<br />> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
<br />> at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
<br />> at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
<br />> at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
<br />> at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
<br />> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
<br />> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
<br />> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
<br />> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
<br />> at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
<br />> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
<br />> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
<br />> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
<br />> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
<br />> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
<br />> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
<br />> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
<br />> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
<br />> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
<br />> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
<br />> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
<br />> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
<br />> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
<br />> at java.lang.Thread.run(Unknown Source)
<br />>
<br />>
<br />> Any ideas why this is happening?
<br />>
<br />> Cheers,
<br />>
<br />> Hosam
<br />>
<br />> _______________________________________________
<br />> users mailing list
<br />> users(a)xwiki.org
<br />> http://lists.xwiki.org/mailman/listinfo/users
<br />>
<br />>
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
When I go in and administrate just the current space can adjust the panels
fine, confused about the issue you are having.
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
adoro
Sent: Monday, July 28, 2008 10:15 AM
To: users(a)xwiki.org
Subject: [xwiki-users] Layout for individual Space in new Admin Panel
Hello Community,
Has someone some experience with the new Admin Panel? How can I change the
Layout for the individual Space?
I.e. I would like to have 3-Columns layout only for the start page, and for
the rest pages - 2-Columns layout with menu on the right side.
I did the same with XWiki Ent. 1.2, defined the special layout only for one
space, but I cannot find how can I do that with the new Admin Panel.
Theoretical I know I should just edit
WebPreferences->PanelWizard->PageLayout for the certain space, but when
WebPreferences->PanelWizard->I
choose the space and then click on the Panel Wizard button to come to the
Layout Editor, I am always sent back to the Preferences Page for the whole
Wiki.
I don't know if it a bug or I missed something?
Thanks,
Alla
--
View this message in context:
http://n2.nabble.com/Layout-for-individual-Space-in-new-Admin-Panel-tp587042
p587042.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello Community,
Has someone some experience with the new Admin Panel? How can I change the
Layout for the individual Space?
I.e. I would like to have 3-Columns layout only for the start page, and for
the rest pages – 2-Columns layout with menu on the right side.
I did the same with XWiki Ent. 1.2, defined the special layout only for one
space, but I cannot find how can I do that with the new Admin Panel.
Theoretical I know I should just edit
WebPreferences->PanelWizard->PageLayout for the certain space, but when I
choose the space and then click on the Panel Wizard button to come to the
Layout Editor, I am always sent back to the Preferences Page for the whole
Wiki.
I don't know if it a bug or I missed something?
Thanks,
Alla
--
View this message in context: http://n2.nabble.com/Layout-for-individual-Space-in-new-Admin-Panel-tp58704…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi community,
I am designing a wiki, which has information about a number of countries.
Each country is a page with various pages defining sections, i.e. overview,
geography, etc. The user must be able to add sections by just putting in an
extra title in a country's page. I want the user to be able to either
navigate by country i.e. just go to a country's wiki page. Or to view all
overviews, all geography, etc. The problem is that the countries do not all
have the same sections.
I have attached a dummy object to all country pages so that I can generate a
list of countries automatically. I have also written some code that given a
section title I can display all the sections from all the countries. Now all
I need is to be able to generate a list of all the section titles. If I
could make some kind of array I could do this easily. I would just loop
through all countries and all sections adding the title to my list if it was
not already in the list. Is this possible?
I did try a very unorthodox approach whereby I would have stored all the
individual titles as titles in a separate wiki document but this didn't
work because the setSectionTitle method didn't seem to do anything.
If anyone can suggest a way to implement my automatically generated list or
even a completely different way to implement this I would very much
appreciate it
Thanks,
Brian
Brian Burns
Technical Author
Digital TV Labs
Tel: +44 (0)117 915 4018 | E-mail:
<mailto:brian.burns@digitaltv-labs.com> brian.burns(a)digitaltv-labs.com |
Add: Venturers House, Kings Street, Bristol, BS1 4PB, United Kingdom | Web:
<http://www.digitaltv-labs.com> www.digitaltv-labs.com
Digital TV Labs is a limited company registered in England and Wales |
Registered number 05556060 | Registered office: University Gate East, Park
Row, Bristol, BS1 5UB, United Kingdom| VAT no: 869505581
Hello Sergiu,
The $doc.displayTitle still removes the spaces from the title. As for the
$doc.name.replaceAll('([a-z])([A-Z])', '$1 $2')
I get that exception when I execute it
Error number 3201 in 3: Exception while saving document XWiki.DefinitionsClassSheet
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.DefinitionsClassSheet
Wrapped Exception: Could not execute JDBC batch update
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:384)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1018)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120)
at com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
java.sql.BatchUpdateException: Duplicate entry '1387160321-XWiki.A-Z' for key 1
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1669)
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1085)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:58)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:195)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:235)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:333)
at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:701)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:675)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:374)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1018)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120)
at com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Unknown Source)
Original Message:
Hosam Hassan wrote:
<br />> Yes I know this already but for example if u want to create a new page called
<br />>
<br />> World cup
<br />>
<br />> The page will be called worldcup
<br />>
<br />> if u do a [$doc.name] Here the name of the link will be normal "World Cup"
<br />>
<br />> BUT if u do a $doc.name u will get worldcup.
<br />>
<br />> My problem is i want to get the normal name of the page which is displayed when u do a [$doc.name]
<br />>
<br />
<br />That is not the document name, but the document title. You can get it
<br />with $doc.displayTitle
<br />
<br />If you want to camelcase the document name, you can use:
<br />
<br />$doc.name.replaceAll('([a-z])([A-Z])', '$1 $2')
<br />--
<br />Sergiu Dumitriu
<br />http://purl.org/net/sergiu/
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
After trying to export my start page to PDF, the following exception was
thrown. The start page contains an image, but I also tried with several
other pages. I am using the new XWiki enterprise 1.5.
Any idea, e.g. misconfiguration?
Thank you in advance
Matthias Albert
|>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 12002 in 12: Exception while exporting PDF
Wrapped Exception: /var/www/web4752/./.fop/fop-fonts.cache (No such file
or directory)
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
exporting
Wrapped Exception: Error number 12002 in 12: Exception while exporting PDF
Wrapped Exception: /var/www/web4752/./.fop/fop-fonts.cache (No such file
or directory)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
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.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.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:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 12002 in 12: Exception while
exporting PDF
Wrapped Exception: /var/www/web4752/./.fop/fop-fonts.cache (No such file
or directory)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java:221)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java:164)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:228)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:259)
at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:198)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:61)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
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.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.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:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
java.io.FileNotFoundException: /var/www/web4752/./.fop/fop-fonts.cache
(No such file or directory)
at org.apache.fop.util.LogUtil.handleException(LogUtil.java:53)
at org.apache.fop.fonts.FontCache.saveTo(FontCache.java:182)
at org.apache.fop.fonts.FontCache.save(FontCache.java:158)
at
org.apache.fop.render.PrintRendererConfigurator.configure(PrintRendererConfigurator.java:100)
at
org.apache.fop.render.pdf.PDFRendererConfigurator.configure(PDFRendererConfigurator.java:71)
at
org.apache.fop.render.RendererFactory.createRenderer(RendererFactory.java:187)
at org.apache.fop.area.RenderPagesModel.(RenderPagesModel.java:68)
at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:127)
at org.apache.fop.area.AreaTreeHandler.(AreaTreeHandler.java:102)
at
org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:224)
at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:100)
at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:100)
at org.apache.fop.apps.Fop.(Fop.java:78)
at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:247)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java:177)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java:164)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:228)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:259)
at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:198)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:61)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
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.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.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:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
- ---------
java.io.FileNotFoundException: /var/www/web4752/./.fop/fop-fonts.cache
(No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:179)
at java.io.FileOutputStream.(FileOutputStream.java:131)
at org.apache.fop.fonts.FontCache.saveTo(FontCache.java:173)
at org.apache.fop.fonts.FontCache.save(FontCache.java:158)
at
org.apache.fop.render.PrintRendererConfigurator.configure(PrintRendererConfigurator.java:100)
at
org.apache.fop.render.pdf.PDFRendererConfigurator.configure(PDFRendererConfigurator.java:71)
at
org.apache.fop.render.RendererFactory.createRenderer(RendererFactory.java:187)
at org.apache.fop.area.RenderPagesModel.(RenderPagesModel.java:68)
at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:127)
at org.apache.fop.area.AreaTreeHandler.(AreaTreeHandler.java:102)
at
org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:224)
at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:100)
at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:100)
at org.apache.fop.apps.Fop.(Fop.java:78)
at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:247)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java:177)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java:164)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:228)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:259)
at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:198)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:61)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
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.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.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:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
- --
Matthias Albert
Rastatter Str. 26
76199 Karlsruhe
Deutschland
Tel.: +49 (0)721 885744
E-Mail: matalb(a)web.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIih8299dNHzj143ARAja3AJ0YtineI0C+p5pGO4Qj1yQLspJ2ygCfYfIY
KgM8vjtVuAfNJEoQZ6+CisM=
=s5Tg
-----END PGP SIGNATURE-----
Hello guys,
When I try to register as a new user and the email verification option is 'Yes' I get an exception. The watch list is working fine and sending emails normally so the SMTP server connection is working, Just it doesn't work when I try to register a new user. Thats the exception I get.
A problem occured while trying to service your request. Please contact the support if this happens again.
Detailed information:
Error number 10005 in 10: Could not login to mail server mailx1.dsmain.ds.corp port 25 error code 501 (501 5.5.4 Invalid Address
)
com.xpn.xwiki.XWikiException: Error number 10005 in 10: Could not login to mail server mailx1.dsmain.ds.corp port 25 error code 501 (501 5.5.4 Invalid Address
)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:2869)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:2908)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:2827)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:2786)
at com.xpn.xwiki.XWiki.createUser(XWiki.java:2736)
at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Unknown Source)
Any ideas why this is happening?
Cheers,
Hosam
Good day, community.
Small question about customizing xwiki:
- I want to customize skin, by creating own skin (with name 'x'),
After reading http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
I do next sequences of steps:
a) creating directory <xwiki-base>/skins/x,
b) copying all files from touckan to x
c) changing default skin in xwiki.cfg grom touckan to x
d) copying file templates/view.vm to x
e) customizing view.vm (writing onethins inside)
Last step does not work; i. e. if I change view.vm, nothing changed in xwiki.
So, question: it is such problem with my installation, or I missed something
during creation of skin ?
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
The XWiki development team is pleased to announce the release of
XWiki Enterprise Manager 1.3 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First release candidate for the 1.3 version.
The main changes are:
* Upgrade XE/Core dependency from 1.4.1 to 1.5
* Improve wiki descriptor editor
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM13RC1
Thanks
-The XWiki dev team
Hi
Could you please host a wiki for us in xwiki farm.
username: hikka
wiki url: daba.myxwiki.org <http://yahi.myxwiki.org>
My friend Yacine an myself will use this wiki to organize a software
project. We would like to use we want to use as thesis study subject.
Thanks a lot
Hicham