Getting the following on our xwiki.org hosted wiki... is it a general problem?
HTTP Status 500 -
_____
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: Error number 3212 in 3: Exception while loading archive XWiki.XWikiPreferences
Wrapped Exception: Error number 3003 in 3: Exception while manipulating the archive for doc XWiki.XWikiPreferences
Wrapped Exception: null
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
root cause
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: Error number 3212 in 3: Exception while loading archive XWiki.XWikiPreferences
Wrapped Exception: Error number 3003 in 3: Exception while manipulating the archive for doc XWiki.XWikiPreferences
Wrapped Exception: null
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:314)
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:100)
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94)
com.xpn.xwiki.XWiki.saveDocument(XWiki.java:890)
com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2286)
com.xpn.xwiki.XWiki.updateDatabase(XWiki.java:349)
com.xpn.xwiki.XWiki.updateDatabase(XWiki.java:328)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:444)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:96)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
_____
Apache Tomcat/5.5.17
hi ;)
what is the meaning of "Empty Is Today:" ?
If i let it blank, it should write the today date ?
What if i enter 1 ? 0 ? or whatever ?
In fact, i'd like to initialize the date property to blank. What should
i change in the class, sheet or template ?
Maybe i missed something in the doc pages ?
Thanx in advance, i'm very new in xwiki ;)
regards,
f.
Hello. We've just installed xwiki and we're hoping it becomes a valuable
tool for storing our knowledge.
1. Pasting preformatted text
I have documents which are basically logs of software releases, complete
with commands, hash ("#") marks, dot-separated version numbers, etc. All
these things are getting parsed by xwiki, even when I place {pre} or {code}
tags at either end of it. These documents can't really be adapted to not use
xwiki syntax, and I'd really like to store them as pages in xwiki. If I
can't store them as pages, I'll store them as attachments.
I see a FAQ item that seems like it might address my question, but it
paradoxically seems to display a failure to render because of syntax:
<http://www.xwiki.org/xwiki/bin/view/FAQ/HowDoIEmbedXwikiCodeAsText>
http://www.xwiki.org/xwiki/bin/view/FAQ/HowDoIEmbedXwikiCodeAsText
What is the Answer to that FAQ?
2. Periods in space names
I do release engineering. I deal with version numbers. Version numbers
contain periods, usually. Periods in space names causes problems. Is there a
way to have a space look like N.N.N.N, by escaping the dots or using some
other notation? I know the title can contain periods. Right now I'm using
N-N-N-N for names and N.N.N.N for titles.
3. I have a malformed space, which I can't delete, that's the result of my
trying to learn how to use xwiki to do 1. and 2. above. I tried creating a
page Existing+Space.2\\.3\\.3\\.1. I thought I might be able to escape the
periods in the version number with \\ characters. Now I have a space that
looks like this:
Existing Space.2<br/>.3<br/>.1<br/>
I tried using the "Delete Space Snippet" (
<http://www.xwiki.org/xwiki/bin/view/Code/DeleteSpaceSnippet>
http://www.xwiki.org/xwiki/bin/view/Code/DeleteSpaceSnippet) and the "Rename
Space Page" ( <http://www.xwiki.org/xwiki/bin/view/Code/RenameSpacePage>
http://www.xwiki.org/xwiki/bin/view/Code/RenameSpacePage) snippets from the
Code Zone. The Delete Space snippet
(http://our.site:8080/xwiki/bin/view/Sandbox/mypage?space=Existing%20Space.2
%3Cbr/%3E.3%3Cbr/%3E.1%3Cbr/%3E) would prompt me to confirm the deletion,
(http://our.site:8080/xwiki/bin/edit//3%3Cbr%2F?parent=Sandbox.mypage&editor
=wysiwyg) and upon clicking the prompt I'd get a blank page. Nothing would
have been changed. The Rename Space snippet appeared to let me rename the
page, but nothing was actually changed.
The space once had a child page "1", which I deleted early on.
Can I get rid of this space somehow? Do I do it at the db level? If so, can
you offer me some guidance?
Thanks,
Morgan
In working on trying to make sure an XWiki application is localisable
I have found that the content of pages can be dealt with easily, but
not so with classes and objects (or attachments).
Has anybody found a good way to localise class "Pretty Name" and list
values ? Or have recommendations on the best way to
internationalise/localise object values?
Thanks,
David
dward(a)curriki.org
--
Hi All,
Does anyone sucessfully authenticate with Active Directory using xwiki 1.0?
On my newly installed XWiki, I'm trying to authenticate against active directory. I installed the xwiki 1.0 war on tomcat 6, using mysql 5 as the database.
Using the default forms authentication method works fine, when I try to enable using the AD via the LDAP authentication, it doesn't work; I always get messages in the xwiki.log saying that "LDAP Bind failed with Exception Invalid Credentials".
I am able to connect to the AD using ldap function in Coldfusion, so it should be possible.
Also, I'm using the following log4j.properties file located in WEB-INF/lib:
****log4j.properties:
### Direct log messages to stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %X{url} %c{1}:%M:%L - %m%n
log4j.appender.file=org.apache.log4j.RollingFileAppender
log4j.appender.file.File=xwiki.log
log4j.appender.file.MaxFileSize=10MB
log4j.appender.file.MaxBackupIndex=50
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} [%t] %-5p %-30.30c{2} %x - %m %n
### By default everything that is of warning or severity WARN, ERROR or FATAL is logged both to
### the console and to the xwiki.log file.
#log4j.rootLogger=warn, stdout, file
log4j.rootLogger=debug, stdout, file
### Hibernate logging options
log4j.logger.org.hibernate=warn
log4j.logger.org.hibernate.SQL=warn
log4j.logger.org.hibernate.type=warn
log4j.logger.org.hibernate.ps.PreparedStatementCache=warn
### XWiki logging configuration
log4j.logger.com.xpn.xwiki=warn
log4j.logger.com.xpn.xwiki.render.XWikiRadeoxRenderEngine=warn
### Deactive Radeox warnings
#log4j.logger.org.radeox.macro.BaseLocaleMacro=error
### Deactive Struts warnings
#log4j.logger.org.apache.struts.util.RequestUtils=error
### Deactivate JGroups warnings
#log4j.logger.org.jgroups=error
#turn on debug messages for LDAP
com.xpn.xwiki.user.impl.LDAP=debug
Here are some snippets of the relevant files:
****xwiki.cfg:
xwiki.version=1.0
xwiki.base=../../
xwiki.store.class=com.xpn.xwiki.store.XWikiHibernateStore
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
xwiki.store.hibernate.updateschema=1
xwiki.store.hibernate.custommapping=1
## Jcr Store configuration
#xwiki.store.class=com.xpn.xwiki.store.jcr.XWikiJcrStore
#xwiki.store.attachment.class=com.xpn.xwiki.store.jcr.XWikiJcrAttachmentStore
#xwiki.store.versioning.class=com.xpn.xwiki.store.jcr.XWikiJcrPropertyVersioningStore
#xwiki.store.jcr.mapping=WEB-INF/classes/jcrmapping.xml
#xwiki.store.jcr.provider=com.xpn.xwiki.store.jcr.JackRabbitJCRProvider
#xwiki.store.jcr.jackrabbit.repository.config=WEB-INF/classes/jackrabbit/repository.xml
#xwiki.store.jcr.jackrabbit.repository.path=jackrabbitrepo
#xwiki.store.jcr.jackrabbit.nodetypes.config=WEB-INF/classes/jackrabbit/nodetypes.cnd
xwiki.store.cache=1
xwiki.store.cache.capacity=100
xwiki.monitor=1
# List of active plugins.
xwiki.plugins=com.xpn.xwiki.monitor.api.MonitorPlugin,\
com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
com.xpn.xwiki.plugin.feed.FeedPlugin,\
com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
com.xpn.xwiki.plugin.google.GooglePlugin,\
com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
com.xpn.xwiki.plugin.mail.MailPlugin,\
com.xpn.xwiki.plugin.packaging.PackagePlugin,\
com.xpn.xwiki.plugin.query.QueryPlugin,\
com.xpn.xwiki.plugin.svg.SVGPlugin,\
com.xpn.xwiki.plugin.charts.ChartingPlugin,\
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
com.xpn.xwiki.plugin.image.ImagePlugin,\
com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl
# This parameter allows XWiki to operate in Hosting mode
# allowing to create multiple wikis having their own database
# and responding to different URLs
xwiki.virtual=0
xwiki.virtual.redirect=http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
# This parameter will activate the exo integration
xwiki.exo=0
#xwiki.authentication=form
#xwiki.authentication.validationKey=totototototototototototototototo
#xwiki.authentication.encryptionKey=titititititititititititititititi
#xwiki.authentication.cookiedomains=xwiki.com,wiki.fr
# Stats configuration allows to globally activate/deactivate stats module
# it is also possible to choose a different stats service to record
# statistics separately from XWiki.
# Note: Statistics are disabled by default for improved performances.
xwiki.stats=0
xwiki.stats.default=1
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
xwiki.encoding=ISO-8859-1
xwiki.render.macromapping=1
xwiki.backlinks=1
xwiki.tags=1
# GraphViz plugin configuration. The GraphViz plugin is not configured by default.
# To enable it, add "com.xpn.xwiki.plugin.graphviz.GraphVizPlugin" to the list of plugins
# in the xwiki.plugins property.
# Uncomment and set the locations of the Dot and Neato executables
#xwiki.plugin.graphviz.dotpath=c:/Program Files/ATT/GraphViz/bin/dot.exe
#xwiki.plugin.graphviz.neatopath=c:/Program Files/ATT/GraphViz/bin/neato.exe
xwiki.plugin.laszlo.baseurl=/openlaszlo/xwiki/
xwiki.plugin.laszlo.path=c:/Program Files/Apache Software Foundation/Tomcat 5.0/webapps/openlaszlo/xwiki/
xwiki.plugin.image.cache.capacity=30
xwiki.plugin.captcha=1
## Personal config
# Enable to allow superadmin. It is disabled by default as this could be a security breach if
# it were set and you forgot about it.
#xwiki.superadminpassword=system
#xwiki.authentication.ldap=0
#xwiki.authentication.ldap.server=172.29.116.202
#xwiki.authentication.ldap.check_level=1
#xwiki.authentication.ldap.port=389
#xwiki.authentication.ldap.base_DN=dc=necf,dc=fr
#xwiki.authentication.ldap.bind_DN=cn={0},cn=Users,dc=necf,dc=fr
#xwiki.authentication.ldap.bind_pass={1}
#xwiki.authentication.ldap.UID_attr=sAMAccountName
#xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
xwiki.authentication.ldap=1
xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
xwiki.authentication.ldap.server=adserver
xwiki.authentication.ldap.check_level=1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=dc=dc1,dc=dc2,dc=dc3
xwiki.authentication.ldap.bind_DN=dc1{0}
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.UID_attr=sAMAccountName
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,mail=mail,ldap_dn=dn
xwiki.authentication.unauthorized_code=200
# This parameter will activate the sectional editing
xwiki.section.edit=1
# Editor config
xwiki.wysiwyg.use_style_toolbar=1
xwiki.defaultskin=albatross
xwiki.defaultbaseskin=albatross
****xwiki.log:
10:41:22,015 [http-8888-2] ERROR LDAP.LDAPAuthServiceImpl - LDAP Bind failed with Exception Invalid Credentials
10:43:23,500 [http-8888-1] ERROR LDAP.LDAPAuthServiceImpl - LDAP Bind failed with Exception Invalid Credentials
etc.
Any thoughts? They would be much appreciated.
Thanks,
Joe
-----Ursprungligt meddelande-----
Från: Joseph P. McEttrick [mailto:jpmcettrick@suffolk.edu]
Skickat: den 22 juni 2007 19:29
Till: xwiki-users(a)objectweb.org
Ämne: [xwiki-users] Active Directory Authentication
Hi All,
Does anyone sucessfully authenticate with Active Directory using xwiki 1.0?
On my newly installed XWiki, I'm trying to authenticate against active directory. I installed the xwiki 1.0 war on tomcat 6, using mysql 5 as the database.
Using the default forms authentication method works fine, when I try to enable using the AD via the LDAP authentication, it doesn't work; I always get messages in the xwiki.log saying that "LDAP Bind failed with Exception Invalid Credentials".
I am able to connect to the AD using ldap function in Coldfusion, so it should be possible.
Also, I'm using the following log4j.properties file located in WEB-INF/lib:
I had some problems getting authentication using Active Directory to work too. I don't know if it will help but here's what I did:
- I removed the ...authclass=com.xpn... line all together.
- used the server name, not the IP (tried that for a while at first)
- ...base_DN=ou=Users... using numbers did not work
- ...bind_DN... and ...bind_pass... didn't work with numbers either, they've got their values right there
xwiki.authentication.ldap=1
xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
xwiki.authentication.ldap.server=adserver
xwiki.authentication.ldap.check_level=1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=dc=dc1,dc=dc2,dc=dc3
xwiki.authentication.ldap.bind_DN=dc1{0}
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.UID_attr=sAMAccountName
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,mail=mail,ldap_dn=dn
good luck!
//Karin
Hi,
We upgraded our standalone wiki installation (jetty,hsql) 1.0-rc1 to 1.1-milestone-2 recently.
We backed up all spaces of the old installation and copied/restored them into the new installation.
Now, if we directly try to access a page in a space restored from the old installation we get
An error page after the successful login:
E.g. accessing the following url directly via browser:
http://asj5.linzag.at:9021/xwiki/bin/view/DS/Webhome
Brings up the login page, after successful login:
The requested document could not be found.
The Browser URL is: xwiki/bin/view/XWiki/XWikiLogin%3Bjsessionid%3D3f3igkglkf9b7
So, somehow the login page tries to forward to a wrong URL after successful login. Entering the requested URL
Manually again in logged in state, the page appears without any problem.
Any idea what the problem could be?
HANS
------------------------------------------------------------------------------------------
LINZ AG für Energie, Telekommunikation, Verkehr und Kommunale Dienste
A-4021 Linz, Wiener Straße 151, Postfach 1300, Tel. +43/732/3400-0, E-Mail: info(a)linzag.at
Diese E-Mail wurde auf Computer-Viren geprüft.
Verwendete Anti-Virus Software: Trend Micro ScanMail/Pattern 4.549.00-7
Nähere Informationen über E-Mails von der LINZ AG finden Sie im Internet unter:
http://www.linzag.at/emailsicherheit
This E-Mail was scanned for computer viruses.
Used anti-virus software: Trend Micro ScanMail/Pattern 4.549.00-7
In order to find out more information on E-Mails you received by LINZ AG, go to:
http://www.linzag.at/emailsecurity
------------------------------------------------------------------------------------------
Thank you, Vincent.
The edit window is free from trouble. Albatross rocks.
Wei-hsing
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
>
> On Jun 24, 2007, at 1:55 AM, wangwh(a)att.net wrote:
>
> > Hi, Vincent,
> >
> > Thanks. Please switch my new site KHCLC to the new skin. I will
> > learn to use it.
>
> Done. I have put a right menu bar with search, navigation and create
> page panels. Feel free to modify these. The docs are on the code zone
> in the applications category, in Panels.
>
> > I will learn to switch skins for my other wikis, since that could
> > mean some customization work.
> >
> > I guess there are many others have to face this process (can't
> > avoid anymore).
>
> Agreed. We're looking into it. It probably entails upgrading the farm
> to 1.0 or 1.1M2.
>
> Thanks
> -Vincent
>
> > -------------- Original message ----------------------
> > From: Vincent Massol <vincent(a)massol.net>
> >>
> >>
> >> On Jun 23, 2007, at 6:14 AM, wangwh(a)att.net wrote:
> >>
> >>> I don't know JIRA, but the site did not have a problem, just
> >>> happened a few weeks ago. from this email, others have the same
> >>> problem. I don't know how to produce it. Something changed on the
> >>> XWiki farm.
> >>> I just created a new site on XWiki, khclc.xwiki.com, the problem
> >>> appears!
> >>> You can login as testone and use password xwiki to edit the first
> >>> page, you will see the edit window is covered by XWiki syntax
> >>> list...
> >>
> >> Right. There's definitely something wrong. I also think it's high
> >> time to switch to the Albatross skin.
> >>
> >> I'm copying Raffaello as I think this farm is being redone as we
> >> speak so it would be good to hear what's going to happen in the near
> >> future.
> >>
> >> Would you be ok if I switch your wiki to the new albatross skin to
> >> see if we still get this problem?
> >>
> >> Thanks
> >> -Vincent
> >>
> >>> -------------- Original message ----------------------
> >>> From: Vincent Massol <vincent(a)massol.net>
> >>>>
> >>>> Hi there,
> >>>>
> >>>> On Jun 19, 2007, at 1:31 PM, Harlan wrote:
> >>>>
> >>>>> <wangwh@...> writes:
> >>>>>
> >>>>>>
> >>>>>> I have a site on XWiki.com farm, when I edit a page, the XWiki
> >>>>>> syntax list
> >>>>> shift from the right to the left and
> >>>>>> overlap on the edit window. This is new to me, just happened
> >>>>>> today. Anyone
> >>>>> else have seen this?
> >>>>>
> >>>>> Yes, I'm having exactly the same behavior with a wiki that's been
> >>>>> hosted on
> >>>>> xwiki.org for more than two years. I'm happy to email a screenshot
> >>>>> of the
> >>>>> behavior to anyone. I've seen the problem on both Firefox and IE
> >>>>> for Windows. Is
> >>>>> this going to be fixed? Thanks,
> >>>>
> >>>> Is there a JIRA issue about it that clearly describes how to
> >>>> reproduce it?
> >>>>
> >>>> Thanks
> >>>> -Vincent
> >>>>
>
>
Hi, Vincent,
Thanks. Please switch my new site KHCLC to the new skin. I will learn to use it.
I will learn to switch skins for my other wikis, since that could mean some customization work.
I guess there are many others have to face this process (can't avoid anymore).
Wei-hsing
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
>
> On Jun 23, 2007, at 6:14 AM, wangwh(a)att.net wrote:
>
> > I don't know JIRA, but the site did not have a problem, just
> > happened a few weeks ago. from this email, others have the same
> > problem. I don't know how to produce it. Something changed on the
> > XWiki farm.
> > I just created a new site on XWiki, khclc.xwiki.com, the problem
> > appears!
> > You can login as testone and use password xwiki to edit the first
> > page, you will see the edit window is covered by XWiki syntax list...
>
> Right. There's definitely something wrong. I also think it's high
> time to switch to the Albatross skin.
>
> I'm copying Raffaello as I think this farm is being redone as we
> speak so it would be good to hear what's going to happen in the near
> future.
>
> Would you be ok if I switch your wiki to the new albatross skin to
> see if we still get this problem?
>
> Thanks
> -Vincent
>
> > -------------- Original message ----------------------
> > From: Vincent Massol <vincent(a)massol.net>
> >>
> >> Hi there,
> >>
> >> On Jun 19, 2007, at 1:31 PM, Harlan wrote:
> >>
> >>> <wangwh@...> writes:
> >>>
> >>>>
> >>>> I have a site on XWiki.com farm, when I edit a page, the XWiki
> >>>> syntax list
> >>> shift from the right to the left and
> >>>> overlap on the edit window. This is new to me, just happened
> >>>> today. Anyone
> >>> else have seen this?
> >>>
> >>> Yes, I'm having exactly the same behavior with a wiki that's been
> >>> hosted on
> >>> xwiki.org for more than two years. I'm happy to email a screenshot
> >>> of the
> >>> behavior to anyone. I've seen the problem on both Firefox and IE
> >>> for Windows. Is
> >>> this going to be fixed? Thanks,
> >>
> >> Is there a JIRA issue about it that clearly describes how to
> >> reproduce it?
> >>
> >> Thanks
> >> -Vincent
> >>
> >>
> >
> >
> >
> >
> > --
> > You receive this message as a subscriber of the xwiki-
> > users(a)objectweb.org mailing list.
> > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/
> > wws
>
>
Hi, Catalin,
In my case, I have modified dodo, so I assume I have to switch to albatross then do the same modification on albatross, right? And the end result will not look the same, better, but will not be the same. Just to confirm my understanding.
Wei-hsing
-------------- Original message ----------------------
From: "Catalin Hritcu" <catalin.hritcu(a)gmail.com>
>
> Hi Wei-hsing,
>
> On 6/23/07, wangwh(a)att.net <wangwh(a)att.net> wrote:
> > I don't know JIRA, but the site did not have a problem, just happened a few
> weeks ago. from this email, others have the same problem. I don't know how to
> produce it. Something changed on the XWiki farm.
> > I just created a new site on XWiki, khclc.xwiki.com, the problem appears!
> > You can login as testone and use password xwiki to edit the first page, you
> will see the edit window is covered by XWiki syntax list...
> >
> I tried and this is like you describe it.
>
> However please understand that we are talking about a very old version
> of xwiki (1.0-beta-3-a) displaying a depricated skin (dodo). If you
> want to have this reported as a bug you have to at least be able to
> reproduce it with the latest xwiki release.
>
> The easiest way to fix this (and also get a much nicer look for your
> wiki) is to change the skin to a newer one, as documented here:
> http://www.xwiki.org/xwiki/bin/view/UserGuide/Skins
> http://www.xwiki.org/xwiki/bin/view/AdminGuide/Skins
>
> Regards,
> Catalin
>
> PS: Unfortunately the xwiki farm is always lagging very badly in terms
> of installed xwiki version.
>
I don't know JIRA, but the site did not have a problem, just happened a few weeks ago. from this email, others have the same problem. I don't know how to produce it. Something changed on the XWiki farm.
I just created a new site on XWiki, khclc.xwiki.com, the problem appears!
You can login as testone and use password xwiki to edit the first page, you will see the edit window is covered by XWiki syntax list...
Wei-hsing
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
> Hi there,
>
> On Jun 19, 2007, at 1:31 PM, Harlan wrote:
>
> > <wangwh@...> writes:
> >
> >>
> >> I have a site on XWiki.com farm, when I edit a page, the XWiki
> >> syntax list
> > shift from the right to the left and
> >> overlap on the edit window. This is new to me, just happened
> >> today. Anyone
> > else have seen this?
> >
> > Yes, I'm having exactly the same behavior with a wiki that's been
> > hosted on
> > xwiki.org for more than two years. I'm happy to email a screenshot
> > of the
> > behavior to anyone. I've seen the problem on both Firefox and IE
> > for Windows. Is
> > this going to be fixed? Thanks,
>
> Is there a JIRA issue about it that clearly describes how to
> reproduce it?
>
> Thanks
> -Vincent
>
>
Hi All,
Does anyone use Active Directory for authentication? I can't seem to get it to work on my my new xwiki installation. I installed using Tomcat 6 and MySQL 5 and the xwiki 1.0 war.
It works fine with the regular forms authentication, but when I try to enable AD with LDAP, it never works. I also can't seem to get any useful debugging information.
I can authentication fine with the AD server using LDAP in Coldfusion. such as like this:
<cfldap action="query" name="GetEntries"
start="dc=<domain1>, dc=<domain2>, dc=<domain3>" scope="subtree"
attributes="dn,sn,cn,sAMAccountName,givenName" sort="sn" server="sulsfp1"
filter="sAMAccountName=<username>"
username="<domain1>\<username>" password="<password>">
My xwiki.cfg, and xwiki.log are included below.
No matter what settings I put in for LDAP, I still get the same error message, about invalid credentials (even if the server name is wrong). I put a log4j.properties (also below) file in WEB-INF/lib, but I don't get any additional debug messages.
If anyone has any thoughts, they would be much appreciated.
Thanks,
Joe
Joseph P. McEttrick
Web Services
Suffolk University Law School
jpmcettrick at suffolk dot edu
617.305.6286
****xwiki.cfg*****
xwiki.version=1.0
xwiki.base=../../
xwiki.store.class=com.xpn.xwiki.store.XWikiHibernateStore
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
xwiki.store.hibernate.updateschema=1
xwiki.store.hibernate.custommapping=1
## Jcr Store configuration
#xwiki.store.class=com.xpn.xwiki.store.jcr.XWikiJcrStore
#xwiki.store.attachment.class=com.xpn.xwiki.store.jcr.XWikiJcrAttachmentStore
#xwiki.store.versioning.class=com.xpn.xwiki.store.jcr.XWikiJcrPropertyVersioningStore
#xwiki.store.jcr.mapping=WEB-INF/classes/jcrmapping.xml
#xwiki.store.jcr.provider=com.xpn.xwiki.store.jcr.JackRabbitJCRProvider
#xwiki.store.jcr.jackrabbit.repository.config=WEB-INF/classes/jackrabbit/repository.xml
#xwiki.store.jcr.jackrabbit.repository.path=jackrabbitrepo
#xwiki.store.jcr.jackrabbit.nodetypes.config=WEB-INF/classes/jackrabbit/nodetypes.cnd
xwiki.store.cache=1
xwiki.store.cache.capacity=100
xwiki.monitor=1
# List of active plugins.
xwiki.plugins=com.xpn.xwiki.monitor.api.MonitorPlugin,\
com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
com.xpn.xwiki.plugin.feed.FeedPlugin,\
com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
com.xpn.xwiki.plugin.google.GooglePlugin,\
com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
com.xpn.xwiki.plugin.mail.MailPlugin,\
com.xpn.xwiki.plugin.packaging.PackagePlugin,\
com.xpn.xwiki.plugin.query.QueryPlugin,\
com.xpn.xwiki.plugin.svg.SVGPlugin,\
com.xpn.xwiki.plugin.charts.ChartingPlugin,\
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
com.xpn.xwiki.plugin.image.ImagePlugin,\
com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl
# This parameter allows XWiki to operate in Hosting mode
# allowing to create multiple wikis having their own database
# and responding to different URLs
xwiki.virtual=0
xwiki.virtual.redirect=http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
# This parameter will activate the exo integration
xwiki.exo=0
#xwiki.authentication=form
#xwiki.authentication.validationKey=totototototototototototototototo
#xwiki.authentication.encryptionKey=titititititititititititititititi
#xwiki.authentication.cookiedomains=xwiki.com,wiki.fr
# Stats configuration allows to globally activate/deactivate stats module
# it is also possible to choose a different stats service to record
# statistics separately from XWiki.
# Note: Statistics are disabled by default for improved performances.
xwiki.stats=0
xwiki.stats.default=1
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
xwiki.encoding=ISO-8859-1
xwiki.render.macromapping=1
xwiki.backlinks=1
xwiki.tags=1
# GraphViz plugin configuration. The GraphViz plugin is not configured by default.
# To enable it, add "com.xpn.xwiki.plugin.graphviz.GraphVizPlugin" to the list of plugins
# in the xwiki.plugins property.
# Uncomment and set the locations of the Dot and Neato executables
#xwiki.plugin.graphviz.dotpath=c:/Program Files/ATT/GraphViz/bin/dot.exe
#xwiki.plugin.graphviz.neatopath=c:/Program Files/ATT/GraphViz/bin/neato.exe
xwiki.plugin.laszlo.baseurl=/openlaszlo/xwiki/
xwiki.plugin.laszlo.path=c:/Program Files/Apache Software Foundation/Tomcat 5.0/webapps/openlaszlo/xwiki/
xwiki.plugin.image.cache.capacity=30
xwiki.plugin.captcha=1
## Personal config
# Enable to allow superadmin. It is disabled by default as this could be a security breach if
# it were set and you forgot about it.
#xwiki.superadminpassword=system
#xwiki.authentication.ldap=0
#xwiki.authentication.ldap.server=172.29.116.202
#xwiki.authentication.ldap.check_level=1
#xwiki.authentication.ldap.port=389
#xwiki.authentication.ldap.base_DN=dc=necf,dc=fr
#xwiki.authentication.ldap.bind_DN=cn={0},cn=Users,dc=necf,dc=fr
#xwiki.authentication.ldap.bind_pass={1}
#xwiki.authentication.ldap.UID_attr=sAMAccountName
#xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
xwiki.authentication.ldap=1
xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
xwiki.authentication.ldap.server=<myldapserver>
xwiki.authentication.ldap.check_level=1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=dc=<mydomain1>,dc=<mydomain2>,dc=<mydomain3>
xwiki.authentication.ldap.bind_DN=<mydomain1>{0}
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.UID_attr=sAMAccountName
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,mail=mail,ldap_dn=dn
xwiki.authentication.unauthorized_code=200
# This parameter will activate the sectional editing
xwiki.section.edit=1
# Editor config
xwiki.wysiwyg.use_style_toolbar=1
xwiki.defaultskin=albatross
xwiki.defaultbaseskin=albatross
****
***xwiki.log****
10:43:23,500 [http-8888-1] ERROR LDAP.LDAPAuthServiceImpl - LDAP Bind failed with Exception Invalid Credentials
****log4j.properties****
### Direct log messages to stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %X{url} %c{1}:%M:%L - %m%n
log4j.appender.file=org.apache.log4j.RollingFileAppender
log4j.appender.file.File=xwiki.log
log4j.appender.file.MaxFileSize=10MB
log4j.appender.file.MaxBackupIndex=50
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} [%t] %-5p %-30.30c{2} %x - %m %n
### By default everything that is of warning or severity WARN, ERROR or FATAL is logged both to
### the console and to the xwiki.log file.
#log4j.rootLogger=warn, stdout, file
log4j.rootLogger=debug, stdout, file
### Hibernate logging options
log4j.logger.org.hibernate=warn
log4j.logger.org.hibernate.SQL=warn
log4j.logger.org.hibernate.type=warn
log4j.logger.org.hibernate.ps.PreparedStatementCache=warn
### XWiki logging configuration
log4j.logger.com.xpn.xwiki=warn
log4j.logger.com.xpn.xwiki.render.XWikiRadeoxRenderEngine=warn
### Deactive Radeox warnings
#log4j.logger.org.radeox.macro.BaseLocaleMacro=error
### Deactive Struts warnings
#log4j.logger.org.apache.struts.util.RequestUtils=error
### Deactivate JGroups warnings
#log4j.logger.org.jgroups=error
#turn on debug messages for LDAP
com.xpn.xwiki.user.impl.LDAP=debug
Hi, all XWiki users,
I know this is a tough question....
Anyone has experience in using TWiki and willing to point out why would anyone choose XWiki over TWiki?
I know both are pretty good, both are open source, both have many supporters, both can do almost the same things, but for someone new, what are the reasons to consider to choose XWiki?
For it is written in JAVA? for the user group? for the future direction? for the access control?
Wei-hsing
ps. Anyone plan to attend Wikimania in Taiwan this summer? to learn from the MediaWiki or WikiMedia? (I know Vincent is, right?)
Hello All,
I use the dodo skin in a wiki installation.
When you edit a page or section, there appears a small link at the end of the page :
Help on the XWiki Syntax
If you click on it, a window opens a popup, where the help info should appear.
Unfortunately it doesn't.
Is it possible to change the help location?
And then: why do different set of cheat sheets appear depending on whether i use
the wisiwig or wiki editor in dodo. I'd expect the entire cheat sheet to appear
in wiki edit mode, but only half of it appears there. Intentionally??
Regards
Thomas
The Source (from Browser):
<script type="text/javascript">
<!--
function openHelp() {
win = open( "http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax?xpage=plain",
"syntax", "titlebar=0,width=750,height=480,resizable,scrollbars");
if( win ) {
win.focus();
}
}
// -->
</script>
Help on the <a href="" onclick="openHelp(); return false;">XWiki Syntax</a>
--
ontopica
Thomas Krämer
Krämer&Okpue GbR
Kurfürstenstr. 66
53115 Bonn
Fon +49 228 - 180 99 737
Fax +49 228 - 242 78 60
Email tk(a)ontopica.de
--
ontopica
Thomas Krämer
Krämer&Okpue GbR
Kurfürstenstr. 66
53115 Bonn
Fon +49 228 - 180 99 737
Fax +49 228 - 242 78 60
Email tk(a)ontopica.de
It appears that attachments are viewable and downloadable even when page that they are associated with is not viewable due to page access rights.
Is this the expected behavior? Is there a way to set attachment access rights?
Thanks,
Brian
XWiki was chosen over TWiki for many reasons, each decision was based on factors of different priorities to different decision makers. Here are the 5 major reasons:
1. XWiki was written to provide an eXtended - wiki (hence X - Wiki) that would include the best features out there and based on what XWiki creator Ludovic, who was a TWiki user, thought was missing and need improvements in TWiki.
2. XWiki was written with the aim of making it a modular and flexible platform. It is one of the few wikis to offer the easy application building capabilities and do so natively.
3. XWiki is written in JAVA. XWiki is closer to large Enterprise needs than TWiki because the Java platform is chosen by lots of large companies.
4. XWiki has a great user support group which is critical to any open source software.
5. XWiki has a tough and convenient access control system which is crucial to many applications.
For an up-to-date detail comparison between XWiki and TWiki, see this page http://www.wikimatrix.org/compare/TWiki+XWiki
For a list of applications built on XWiki platform, see this page
http://www.xwiki.org/xwiki/bin/view/References/
For a view of what is coming about bug fixes and upgrades in XWiki commuity, see this page
http://jira.xwiki.org/jira/secure/Dashboard.jspa
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
>
> On Jun 21, 2007, at 1:16 PM, Pavel wrote:
>
> > My personal choice of XWiki was driven by the following considerations
> >
> > 1. I know only java, thus can maintain wiki in java only.
> > 2. I can't afford Confluence license for just a personal wiki. If
> > only they
> > had appropriate license for this niche...
> > 3. From the remaining alternatives (not numerous unfortunately)
> > XWiki looks
> > like the most appropriate one.
>
> That doesn't sound very encouraging as you're basically saying you've
> picked XWiki not because it was good but because there were no other
> good solution... ;)
>
> That said, it's very good that you'd have picked Confluence as this
> is a good way for us to find out what needs to be improved in XWiki
> so that you'd pick it if money wasn't an issue, from your POV. Would
> you mind listing things you don't like in XWiki or things that are
> missing?
>
> Thanks
> -Vincent
>
> > -----Original Message-----
> > From: wangwh(a)att.net [mailto:wangwh@att.net]
> > Sent: Thursday, June 21, 2007 5:01 AM
> > To: xwiki-users(a)objectweb.org
> > Subject: [xwiki-users] xwiki vs twiki
> >
> > Hi, all XWiki users,
> >
> > I know this is a tough question....
> >
> > Anyone has experience in using TWiki and willing to point out why
> > would
> > anyone choose XWiki over TWiki?
> >
> > I know both are pretty good, both are open source, both have many
> > supporters, both can do almost the same things, but for someone
> > new, what
> > are the reasons to consider to choose XWiki?
> >
> > For it is written in JAVA? for the user group? for the future
> > direction? for
> > the access control?
> >
> > Wei-hsing
> >
> > ps. Anyone plan to attend Wikimania in Taiwan this summer? to learn
> > from the
> > MediaWiki or WikiMedia? (I know Vincent is, right?)
> >
> >
> >
> >
> > --
> > You receive this message as a subscriber of the xwiki-
> > users(a)objectweb.org mailing list.
> > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/
> > wws
>
>
XWiki was chosen over TWiki for many reasons, each decision was based on factors of different priorities to different decision makers. Here are the 5 major reasons:
1. XWiki was written to provide an eXtended - wiki (hence X - Wiki) that would include the best features out there and based on what XWiki creator Ludovic, who was a TWiki user, thought was missing and need improvements in TWiki.
2. XWiki was written with the aim of making it a modular and flexible platform. It is one of the few wikis to offer the easy application building capabilities and do so natively.
3. XWiki is written in JAVA. XWiki is closer to large Enterprise needs than TWiki because the Java platform is chosen by lots of large companies.
4. XWiki has a great user support group which is critical to any open source software.
5. XWiki has a tough and convenient access control system which is crucial to many applications.
For an up-to-date detail comparison between XWiki and TWiki, see this page http://www.wikimatrix.org/compare/TWiki+XWiki
For a list of applications built on XWiki platform, see this page
http://www.xwiki.org/xwiki/bin/view/References/
For a view of what is coming about bug fixes and upgrades in XWiki commuity, see this page
http://jira.xwiki.org/jira/secure/Dashboard.jspa
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
>
> On Jun 21, 2007, at 1:16 PM, Pavel wrote:
>
> > My personal choice of XWiki was driven by the following considerations
> >
> > 1. I know only java, thus can maintain wiki in java only.
> > 2. I can't afford Confluence license for just a personal wiki. If
> > only they
> > had appropriate license for this niche...
> > 3. From the remaining alternatives (not numerous unfortunately)
> > XWiki looks
> > like the most appropriate one.
>
> That doesn't sound very encouraging as you're basically saying you've
> picked XWiki not because it was good but because there were no other
> good solution... ;)
>
> That said, it's very good that you'd have picked Confluence as this
> is a good way for us to find out what needs to be improved in XWiki
> so that you'd pick it if money wasn't an issue, from your POV. Would
> you mind listing things you don't like in XWiki or things that are
> missing?
>
> Thanks
> -Vincent
>
> > -----Original Message-----
> > From: wangwh(a)att.net [mailto:wangwh@att.net]
> > Sent: Thursday, June 21, 2007 5:01 AM
> > To: xwiki-users(a)objectweb.org
> > Subject: [xwiki-users] xwiki vs twiki
> >
> > Hi, all XWiki users,
> >
> > I know this is a tough question....
> >
> > Anyone has experience in using TWiki and willing to point out why
> > would
> > anyone choose XWiki over TWiki?
> >
> > I know both are pretty good, both are open source, both have many
> > supporters, both can do almost the same things, but for someone
> > new, what
> > are the reasons to consider to choose XWiki?
> >
> > For it is written in JAVA? for the user group? for the future
> > direction? for
> > the access control?
> >
> > Wei-hsing
> >
> > ps. Anyone plan to attend Wikimania in Taiwan this summer? to learn
> > from the
> > MediaWiki or WikiMedia? (I know Vincent is, right?)
> >
> >
> >
> >
> > --
> > You receive this message as a subscriber of the xwiki-
> > users(a)objectweb.org mailing list.
> > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/
> > wws
>
>
Hi,
I´m part of a development team that is trying to get XWIKI working as a
jsr168 portlet, to integrate it in a commercial portal. We have been
able to run it on Jetspeed-2 without major problems, except for URLs. It
seems that Portlet URLs are generated and then filtered that causes some
major bugs in urls within the portlet since a url ending with 2
underscores ( ..../...__/ ). Has this problem been submitted before?
I´ve looked in Jira but didn´t found nothing related to it. Is there any
information on where to start digging or changes adviced, without
changing the normal flow of xwiki?
What should/must be done, if possible, to integrate the xwiki to that
commercial portal, according to your requirements?
Another issue is that any changes to XWiki Core must be delivered to the
project according to the License, is that valid also for skins developed?
Thanks in advance
Ricardo Esquito.
ps -> sorry for the bad english :-s
Can I integrate X-Wiki with another application? I have my own web application and am interested to know if I can get X-Wiki�s source-code to study and then integrate it in my web application as my own Wiki.
Hi,
I'm beating Vincent by announcing XWiki Watch 1.0M1 before he announces
XWiki 1.1M2 (which is needed for XWiki Watch 1.0M1).
XWiki Watch 1.0M1 is the first official release and is a functional beta.
XWiki Watch is:
- A collaborative RSS/Atom Feed aggregator
- Feeds, Groups and Keywords configuration using an AJAX interface.
Configuration are managed by spaces.
- Storing of articles themselves in XWiki pages using the FeedPlugin's
capabilities
- AJAX UI to navigate articles, open the content
- Collaborative tagging, commenting and flagging of articles, store a
'read' status
- Filtering UI to see only articles from a group, a feed, only flagged
articles, matching a keyword, etc..
- TagCloud of tags applied to articles
- Text analysis feature on the content of articles matching a filter
- Press Review feature allowing to generate an HTML, RSS or PDF page
listing articles and comments matching a filter
- Look and Feel adapted to the Albatross skin by Laurent Lunati !
- Packaged as an XWiki Application (xar) that can run on XWiki 1.1M2 or
later
- French and English User Interface
This release needs some developer skills to be installed. If you are
interested in beta-testing XWiki Watch but don't feel that you can
install XWiki and tweak configuration files, you can send us an email at
marketing(a)xwiki.com to get access to our online beta.
Don't hesitate to send us your feedback with bugs and suggestions. We
manage bugs and new feature requests on JIRA at
http://jira.xwiki.org/jira/browse/XWATCH
Ludovic
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
AIM: nvludo Yahoo: ludovic
I have a site on XWiki.com farm, when I edit a page, the XWiki syntax list shift from the right to the left and overlap on the edit window. This is new to me, just happened today. Anyone else have seen this?
Wei-hsing
[reposting because of wrong xwiki-users address. please reply to this
email and not the previous one]
Hi,
I'm beating Vincent by announcing XWiki Watch 1.0M1 before he announces
XWiki 1.1M2 (which is needed for XWiki Watch 1.0M1).
XWiki Watch 1.0M1 is the first official release and is a functional beta.
XWiki Watch is:
- A collaborative RSS/Atom Feed aggregator
- Feeds, Groups and Keywords configuration using an AJAX interface.
Configuration are managed by spaces.
- Storing of articles themselves in XWiki pages using the FeedPlugin's
capabilities
- AJAX UI to navigate articles, open the content
- Collaborative tagging, commenting and flagging of articles, store a
'read' status
- Filtering UI to see only articles from a group, a feed, only flagged
articles, matching a keyword, etc..
- TagCloud of tags applied to articles
- Text analysis feature on the content of articles matching a filter
- Press Review feature allowing to generate an HTML, RSS or PDF page
listing articles and comments matching a filter
- Look and Feel adapted to the Albatross skin by Laurent Lunati !
- Packaged as an XWiki Application (xar) that can run on XWiki 1.1M2 or
later
- French and English User Interface
This release needs some developer skills to be installed. If you are
interested in beta-testing XWiki Watch but don't feel that you can
install XWiki and tweak configuration files, you can send us an email at
marketing(a)xwiki.com to get access to our online beta.
Don't hesitate to send us your feedback with bugs and suggestions. We
manage bugs and new feature requests on JIRA at
http://jira.xwiki.org/jira/browse/XWATCH
Ludovic
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
AIM: nvludo Yahoo: ludovic
The XWiki development team team is pleased to announce the
availability of the 1.1 Milestone 2 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes:
* Lots of bugs fixed
* WYSIWYG editor improvements:
o Added new toolbar icon for creating horizontal lines
o Added new toolbar icon for removing all styling on the
selected text
o Make current cell visible when selected in a table
* Improved Photo Album performances
* When deleting a page, first show the list of pages linking to
it and warn about them
* Improved AllDocs page on the default wiki by adding an Index
with A-Z links and added a Treeview tab for showing pages with parent-
children relationships
* The Navigation panel now displays all pages when the logged in
user has Admin rights
* The "Recently Created", "Recently Visited" and "Members"
Panels now only display the last 5 elements
* Added a cancel button to the Rename page
* Added support for the Derby Database and bundled version
10.2.2.0 of Derby
* The Zip Explorer plugin and the AutoTag plugins are now
activated by default in the default configurations
* Added new "Recently Modified Documents" Panel
* New space rights inheritance mechanism
+ lots of other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki11M2
Enjoy
-The XWiki development team
Hi,
We were looking to put a 2nd required field in the
comments box which is a name. This would post their name if they were a
guest user. Could you give me an idea on how to do this?
Thanks in advance,
Thomas Vachon
PartnerNet Portal Developer
Xerox Developing Markets Organization
Xerox Corporation
800 Phillips Rd
Webster, NY 14580 USA
Phone 585.265.5750
thomas.vachon(a)xerox.com <mailto:thomas.vachon@xerox.com>
I've got XWiki 1.1 milestone 1 deployed. When I try to access a protected
page...
http://mywikiserver/xwiki/bin/view/Main/
I get redirected to the login page. The URL contains a query string to
track what I was trying to access:
http://mywikiserver/xwiki/bin/login/XWiki/XWikiLogin?xredirect=%2Fxwiki%2Fb…
When I then successfully authenticated, I am redirected to the following
URL:
http://mywikiserver/xwiki/bin/view/XWiki/XWikiLogin%3Bjsessionid%3D1rvyil3a…
However, that page apparently doesn't exist. I get the notice that "The
requested document could not be found." However, if I go explicitly to the
login page and log in, I get redirected to the following URL which works:
http://mywikiserver/xwiki/bin/view/Main/WebHome
Any ideas?
Regards,
Brian.
-----------------------------------------
CONFIDENTIALITY STATEMENT:
This e-mail transmission contains information that is intended to
be confidential. It is intended only for the addressee named
above. If you receive this e-mail in error, please do not read,
copy, or disseminate it. If you are not the intended recipient,
any disclosure, copying, distribution or use of the contents of
this information is prohibited. Please reply to the message
immediately by informing the sender that the message was
misdirected. After replying, please erase it from your computer
system. Your assistance in correcting this error is appreciated.
Hi All,
I'm wondering whether it is possible to define default template for _every_ new
document created?
What I need it to have an object of my class to be added by default to every
page as it is done with TagClass now. I've looked everywhere but didn't find
a way to do this.
I've recently installed XWiki 1.1 milestone 1. I and a couple of others
are in the admin group, but everyone else is in the "all" group. For some
reason, only admins can see the search results. Others can see the search
page and can submit a search, but they never see in results.
I'm running this under Jetty on Win32 using wrapper.exe to run it as a
service. In the wrapper.log, I see the following types of exceptions, but
I don't know if these correlate to just those who can't see results, or
everybody:
INFO | jvm 1 | 2007/06/18 10:37:29 | 10:37:29,344 WARN P1-17
http://wikiserver/xwiki/bin/skin/skins/albatross/icons/black-edit-ab2.png
XWikiAction:execute:185 - Uncaught exception: Error number 0 in 11:
Uncaught exception
INFO | jvm 1 | 2007/06/18 10:37:29 | Wrapped Exception: null
INFO | jvm 1 | 2007/06/18 10:37:29 | com.xpn.xwiki.XWikiException:
Error number 0 in 11: Uncaught exception
INFO | jvm 1 | 2007/06/18 10:37:29 | Wrapped Exception: null
INFO | jvm 1 | 2007/06/18 10:37:29 | at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:165)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
INFO | jvm 1 | 2007/06/18 10:37:29 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpServer.service(HttpServer.java:954)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
INFO | jvm 1 | 2007/06/18 10:37:30 |
INFO | jvm 1 | 2007/06/18 10:37:30 |
INFO | jvm 1 | 2007/06/18 10:37:30 | Wrapped Exception:
INFO | jvm 1 | 2007/06/18 10:37:30 |
INFO | jvm 1 | 2007/06/18 10:37:30 |
INFO | jvm 1 | 2007/06/18 10:37:30 | java.lang.IllegalStateException
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.ServletHttpResponse.getWriter(ServletHttpResponse.java:564)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
com.xpn.xwiki.web.XWikiServletResponse.getWriter(XWikiServletResponse.java:93)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:117)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:159)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpServer.service(HttpServer.java:954)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
INFO | jvm 1 | 2007/06/18 10:37:30 | com.xpn.xwiki.XWikiException:
Error number 0 in 11: Uncaught exception
INFO | jvm 1 | 2007/06/18 10:37:30 | Wrapped Exception: null
INFO | jvm 1 | 2007/06/18 10:37:30 | at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:165)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpServer.service(HttpServer.java:954)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
INFO | jvm 1 | 2007/06/18 10:37:30 | at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
INFO | jvm 1 | 2007/06/18 10:37:30 |
INFO | jvm 1 | 2007/06/18 10:37:30 |
INFO | jvm 1 | 2007/06/18 10:37:30 | Wrapped Exception:
INFO | jvm 1 | 2007/06/18 10:37:30 |
INFO | jvm 1 | 2007/06/18 10:37:31 | java.lang.IllegalStateException
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.ServletHttpResponse.getWriter(ServletHttpResponse.java:564)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.XWikiServletResponse.getWriter(XWikiServletResponse.java:93)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:117)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:159)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpServer.service(HttpServer.java:954)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
INFO | jvm 1 | 2007/06/18 10:37:31 | java.lang.IllegalStateException
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.ServletHttpResponse.getWriter(ServletHttpResponse.java:564)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.XWikiServletResponse.getWriter(XWikiServletResponse.java:93)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:117)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:52)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:187)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpServer.service(HttpServer.java:954)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
INFO | jvm 1 | 2007/06/18 10:37:31 | at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Any ideas?
Regards,
Brian.
-----------------------------------------
CONFIDENTIALITY STATEMENT:
This e-mail transmission contains information that is intended to
be confidential. It is intended only for the addressee named
above. If you receive this e-mail in error, please do not read,
copy, or disseminate it. If you are not the intended recipient,
any disclosure, copying, distribution or use of the contents of
this information is prohibited. Please reply to the message
immediately by informing the sender that the message was
misdirected. After replying, please erase it from your computer
system. Your assistance in correcting this error is appreciated.
Hi all,
can anyone give me an example how to call an external web service from
Velocity code and evaluate the result?
The question may be stupid, but I'm new to XWiki, Velocity, and WEb
programming...
Many thanks in advance,
Ute
--
View this message in context: http://www.nabble.com/Calling-a-web-service-from-Velocity-tf3915895.html#a1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
We'd like to have particular groups being admins for particular xwiki
spaces. It appears that if these admins don't have also Admin Rights in
XWiki and Admin they are unable to change Page Rights or change settings
for the particular spaces.
Did I screw up the rights configuration or is this a bug? Do I need to
copy pages from XWiki und Admin to their spaces? Which pages?
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Hi,
We are running Xwiki 1.0 using the German local.
Today, I noticed that if a page contains special German characters like öäß, the PDF is not able to handle diese Characters correctly.
This was already an issue with 0.940 and I thought, it had already been resolved. Could it have something to do with runing with the German de local (set in XWikiPreferences)? How do I fix this issue?
Also, the fonts used in the PDF are totally different from the page in XWiki. How do I configure the PDF Engine to generate pages more similar to the XWiki pages (Albatross-skin)?
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Hi Ian,
Thanks for the clarification.
On 6/12/07, Ian Bamsey <ian.bamsey(a)certus-tech.com> wrote:
> The XML-RPC is a useful way to integrate Wiki content into other
> applications. Currently the update-page RPC is broken. You can
> successfully change the page, but you don't see the results via the
> browser HTML view. The page update will show only once you restart
> Tomcat. So my point is that a unit test which picks up this bug would be
> useful, once the bug has been resolved to prevent regression.
>
You are right that this is an annoying bug (see also
http://tinyurl.com/2e69xj) and before fixing such bugs it would make a
lot of sense to build a test that prevents regression in the future.
XWiki developers have a lot to learn once it comes to testing, but we
hope that things will only get better in the future. For now all I can
advise you to do is to make sure that the bug is reported properly on
the JIRA (http://jira.xwiki.org) (couldn't check since the JIRA is
temporarily unavailable).
If you want to discuss more about this bug then please use the thread
I gave you: http://tinyurl.com/2e69xj
> My point about code structure is that the code which updates a page from
> a RPC should be the same code which updates the page from anywhere else.
> One problem I see in XWiki is that functions are repeatedly coded in all
> different places, giving rise to these types of problems.
>
As Sergiu suggests this is most likely related to caching. Don't think
that XWiki functionality is coded twice, but if have a concrete
example in the code then we would like to know about it.
Regards,
Catalin
> Catalin Hritcu wrote:
> > Hi Ian,
> >
> > And thank you for the feedback.
> >
> > On 6/11/07, Ian Bamsey <ian.bamsey(a)certus-tech.com> wrote:
> >> A useful set of unit tests would exercise the XML-RPC interfaces and
> >> verify the effect in the HTML view.
> >>
> >> For example:
> >>
> >> 1. Use XML-RPC to create/modify a page
> >> 2. Assert the page changes via the HTML view.
> >>
> > Sorry, but I don't understand why such a use case would be relevant
> > when functional testing. I think hardly any end-user uses XML-RPC
> > directly. And if I was to test the XML-RPC API, I don't understand why
> > would I need to check the results in a web browser (assuming this is
> > what you mean by "the HTML view?"). Maybe you can explain better why
> > this would be useful.
> >
> >> In milestone 1, this does not work and I don't think it has been
> >> corrected.
> >>
> > Can you give more details of this issue? Is it related to this JIRA
> > issue http://jira.xwiki.org/jira/browse/XWSUP-1688 ? Do the others
> > know more about this?
> >
> >> The important point here is that well structured code would have the RPC
> >> call use the same function call as the HTML call.
> >>
> > What exactly do you mean by HTML call? I'm confused.
> >
> >> The UT would then
> >> verify the underlying call, then supplementary UTs would check the HTML,
> >> XML-RPC alone, then further tests check there interaction.
> >>
> > Sorry, but I don't understand what you mean. Can you please explain
> > better?
> >
> > Regards,
> > Catalin
> >
> >
>
>
> --
> Certus Technology Associates Limited.
> http://www.certus-tech.com
> Tel: +44 (0)1392 270930
>
>
XWiki farm is in trouble again?
-------------- Original message ----------------------
From: wangwh(a)att.net
>
>
> -------------- Original message ----------------------
> From: Vincent Massol <vincent(a)massol.net>
> >
> >
> > On Jun 14, 2007, at 9:42 AM, Vincent Massol wrote:
> >
> > > Hi,
> > >
> > > On Jun 14, 2007, at 4:35 AM, wangwh(a)att.net wrote:
> > >
> > >> several sites, include www.xwiki.com are down? not accessible?
> > >> Any status report?
> > >
> > > Yes we're having some issues. Sorry about that. We're on it. I'll
> > > let you know when it's fixed.
> >
> > Seems it's been working fine for several hours now. Let us know if
> > you still have some problems.
> >
> > Thanks
> > -Vincent
> >
> >
>
>
>
Hi All,
I am a user who is developing an xwiki for my research team. I am faced with two tasks that I am baffled by and I did research on the site and still can not find it. I need to put rights on the topmenuheader (meaning only administrator can see it) and I need to embed the calendar on the Main.Home (or dashboard) page. Please help with this problem.
Thanks in advance,
Tim
Hi
I am creating "structured documents" in a particular space say, XSpace, which follows a "document template". But if I try to edit or view a non existing document, say ADoc, in XSpace :
http://localhost:8080/xwiki/bin/view/XSpace/ADoc or
http://localhost:8080/xwiki/bin/edit/XSpace/ADoc
Xwiki allows me to create a new document, but the newly created document does not follow the "document template".
I want to prevent this from happening. Can anyone please tell me how I can do this.
Thanks and Regards
Roopesh
hello all,
besides:
i did a sort of remote control for group and user management using a
rest approach: far from perfect, but working stable. why? you can
syncronize the xwiki users and groups if you integrate xwiki with
another app. haven't had the time yet to add it to the source, but as it
is actually something that is not situated inside the xwiki at runtime
but the other app, i cannot figure out where to put it.
the issues
i try to deploy xwiki on a debian 3.1 web server.
it works almost fine, except two exceptions that keep me worrying:
first, the logger cannot start its work, the xwiki.log is in the xwiki
directory under webapps.
second, the cache can not be configured, even though there *is* a
directory under xwiki temnp/imageCache, that is writeable for
tomcat5:nogroup. stack trace below.
ERROR 22:42:01,888
com.opensymphony.oscache.base.AbstractCacheAdministrator.(AbstractCacheAdministrator.java:301)
- Error instantiating class
'com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener'
java.lang.NullPointerException
at
com.opensymphony.oscache.plugins.diskpersistence.AbstractDiskPersistenceListener.configure(AbstractDiskPersistenceListener.java:162)
.
.
.
ERROR 22:42:01,891
com.opensymphony.oscache.plugins.diskpersistence.AbstractDiskPersistenceListener.(AbstractDiskPersistenceListener.java:284)
- cache.path 'temp/imageCache' is not a directory
ERROR 22:42:01,892
com.opensymphony.oscache.base.AbstractCacheAdministrator.(AbstractCacheAdministrator.java:301)
- Error instantiating class
'com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener'
java.lang.NullPointerException
at
--
ontopica
Thomas Krämer
Krämer&Okpue GbR
Kurfürstenstr. 66
53115 Bonn
Fon +49 228 - 180 99 737
Fax +49 228 - 242 78 60
Email tk(a)ontopica.de
Confirmed. It works.
Wei-hsing
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
>
> On Jun 14, 2007, at 9:42 AM, Vincent Massol wrote:
>
> > Hi,
> >
> > On Jun 14, 2007, at 4:35 AM, wangwh(a)att.net wrote:
> >
> >> several sites, include www.xwiki.com are down? not accessible?
> >> Any status report?
> >
> > Yes we're having some issues. Sorry about that. We're on it. I'll
> > let you know when it's fixed.
>
> Seems it's been working fine for several hours now. Let us know if
> you still have some problems.
>
> Thanks
> -Vincent
>
>
Hi,
I don't know if you're aware of it so I'll tell you either way: when you download the .war and .xar files from the French mirror site i Paris you get .zip files instead of .war or .xar.
Caused me a bunch of problems before I realised it...
//Karin
Hello,
Please forgive me if the answer to this question is posted somewhere (didn't
see anything in the archives). I'd like to use xWiki for publishing
articles. I'll be using it inside eXo portal (I think xWiki's lightweight
approach is more suitable than eXo's CMS for my needs). The only piece I'm
missing is how to go about creating a very simple workflow. Basically, I'd
like something like this:
1. Author or Editor creates an article
2. Author writes the article
3. Editor edits the article
4. Author reviews the article
5. Steps 3 and 4 can repeat
6. Editor publishes the article
Where Author and Editor are roles that can be fulfilled by one or more
users, but Authors can only view their articles. And of course, this has to
work within eXo.
Any suggestions?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
<http://www.virtua.com/> http://www.virtua.com - JSF/Java EE consulting,
training, and mentoring
<http://www.jsfcentral.com/> http://www.JSFCentral.com - JavaServer Faces
FAQ, news, and info
* Sign up for the JSF Central newsletter!
<http://oi.vresp.com/?fid=ac048d0e17> http://oi.vresp.com/?fid=ac048d0e17 *
Hi Tim,
One of the main problems there is that you're using localhost in your
configuration - which as it stands is not accessable outside your
physical pc by design (this applies pretty much to all operating
systems). This is because localhost is treated as a special entity.
For XWiki to understand what you're wanting to do, you're going to have
to use the actual name of the pc where XWiki is installed (and not
localhost or even the ip address for that matter). If you're on a
TCP/IP network, each pc on the network requires a name - so you should
already have a domain name to work with. In my case, I'm using a deep
domain name ([virtualname].servername.d1.d2.domain.com, with altered
[virtualname]'s for each virtual xwiki instance) which XWiki uses
without any problems.
-> Instead of a virtual XWiki, you could try to run seperate full xwiki
installations - I'm not sure if the linking is fixed yet (it was a bug
when v1.0Beta1 was released); if it is fixed this is as simple as
copying the xwiki folder to a new name once the war is expanded by
tomcat.
Accessing the different xwiki sites would be a matter of changing the
\xwiki\ string in the URL (if that makes sense - it's late wednesday and
I had an really early morning).
-> On the other hand, if you're really keen on a virtual XWiki setup and
you've got access to a knowledgable network administrator you'll
probably find the configuration will take a few minutes; whether using
LMHOSTS (a very bad idea for more than a handful of workstations on a
network), or setting up DNS forward addresses.
PS: Please keep all replies/queries in the group, this ensures that this
problem can be researched in future. Also, as my domain stems from
________________________________
From: Campbell, Timothy D [mailto:tcampbell106@wssu.edu]
Sent: 13 June 2007 16:33
To: Esbach, Brandon
Subject: Virtual XWiki problems
Brandon,
While following the documentation, I followed all the steps and created
all necessary documents(except for network pointers) and classes but the
problem comes when I try to fill in the server spot for the page. I put
localhost one time and it gave me the fresh database but replaced my old
database. Basically, I need to know how I can do this using Tomcat since
the directions are mostly focused on domain names and I am not using a
web host for this project. Any information you need or steps that I took
let me know.
Thanks,
Tim
PS
http://localhost/xwiki/bin/view/Main/ (this is the address of my main
wiki)
Hi
I'm trying to upgrade XWiki 0.9.840 to 1.0 on my FreeBSD 6.2 server
running Tomcat 5.5.23 and Postgres 8.1.4. I've replaced the xwiki
app, copied (AFAIK) all the settings across, but when I try to access
it I get a 500 error from Tomcat.
exception
javax.servlet.ServletException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document XWiki.TagClass
Wrapped Exception: Could not execute JDBC batch update
org.apache.struts.action.RequestProcessor.processException
(RequestProcessor.java:535)
...
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document XWiki.TagClass
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:291)
...
I deleted my XWiki and Tomcat logs and restarted the server. The
attached logs are a fresh server restart and an attempt to view Main/
WebHome. (Not sure if the list allows attachments because this is my
first post. Will find out soon!)
Anyone have any ideas what is going on? It seems to be failing to
enter a row into xwikidoc, but I've looked at the insert statement
and I can 't see anything wrong with it.
Thanks in advance
Ashley
Hello,
I have got two minor issues, that some of you probably have encountered
as well.
1:
I would like to have some more information on the user page
xwiki/bin/view/XWiki/XWikiUsers :
1 Current Users
#set ($sql = ", BaseObject as obj where obj.name=doc.fullName and
obj.className='XWiki.XWikiUsers'")
#foreach ($item in $xwiki.searchDocuments($sql)) * [$item]
#end
how can if find out which object each $item has?
why is the object tab abesent?
has any of you extended that page already?
2:
If you want to change a users email in hindsight, there is a faq, that
explains how to do this:
http://www.xwiki.org/xwiki/bin/view/FAQ/HowCanIChangeTheEmailOfAnExistingUs…
namely, to select the objects tab in the edit mode and change the
respective email object.
i use xwiki 1.0.3342 (stable 1.0), and there is no such tab.
Best regards
Thomas
Hi,
We are looking for the following security features for xwiki.
1. HTTPS (for secure login and password entry)
2. Mechanism to prevent bot registration
3. Banning access from an IP.
Any ideas on these will be very helpful?
Thanks and Regards
Roopesh
Hello,
I am a complete xwiki newbie and I was wondering if there's a 'quick and easy' way to create a document template or a form that people can use to enter specific information into a new page/topic. I know that there's a document HowToCreateADocumentTemplate, but I get an error upon trying to access it.
Thanks for your help,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jamie A. D. Szafran
Intern, Ground Operations, KSC
National Aeronautics and Space Administration
The opinions expressed herein are my own and are not
necessarily those of NASA or Kennedy Space Center.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi all,
I'm curious about the correct usage of the property type "DatabaseList". Can
anyone explain it to me, or -even better- point me to an example?
I know that there was already a previous post
http://www.nabble.com/Xwiki.com-API-stability-and-Class-Object-model-tf3524…
by Sergiu, but unfortunately this still leaves me pretty much in the dark...
I understand that the "Hibernate Query" is an HQL statement. Can this be the
identical statement that I would use in a call to $xwiki.search() or
searchDocuments(), or is there anything special to consider? Can the HQL
query refer to any objects/documents in the DB, or are there any
limitations?
What is the meaning of "XWiki Class Name", "Id Field Name", and "Value Field
Name" in the property editor?
My understanding is that the HQL query is evaluated dynamically when
accessing the value of this property. Is this true? How does this fit to the
"Display type" that obviously determines how the user can edit this
property? Or is the HQL query only used to determine the possible values of
this property, but the user still selects the actualvalue?
Thanks in advance,
Ute
--
View this message in context: http://www.nabble.com/Usage-of-DatabaseList-property-type-tf3902538.html#a1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
For the user registration, I want to specify an smtp server in a non standard port(not the default port 25). Is it possible in xwiki.
When I tried, the following error occurred. Can any one tell me what is wrong with the way I did.
---
Error* :*
Error number 10003 in 10: Exception while sending email from cpmishra(a)digitalglue.in to
[Ljava.lang.String;@1ab3ff9
Wrapped Exception: 202.141.152.72:2525
com.xpn.xwiki.XWikiException: Error number 10003 in 10: Exception while sending email from
cpmishra(a)digitalglue.in to [Ljava.lang.String;@1ab3ff9
Wrapped Exception: 202.141.152.72:2525
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:2697)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:2717)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:2636)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:2595)
at com.xpn.xwiki.XWiki.createUser(XWiki.java:2568)
at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:42)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149 etc.
Wrapped Exception:
java.net.UnknownHostException: 202.141.152.72:2525
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.(Unknown Source)
at java.net.Socket.(Unknown Source)
at org.apache.commons.net.DefaultSocketFactory.createSocket(DefaultSocketFactory.java:53)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:162)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:2664)
----
Regards
Roopesh
Dear XWiki users,
The main task I have for the Google Summer of Code is to write
functional tests for XWiki. And since XWiki has an impressive number
of features it will be impossible for me to test everything in just 3
months. This means I will have to focus on the most important
features; the ones users like you consider the most important.
I only have a vague idea of which these features are, so your feedback
on this would be most appreciated:
http://www.xwiki.org/xwiki/bin/view/Idea/FunctionalTestPlanListing
Thank you,
Catalin Hritcu
Vincent et all,
Now that xwiki is 1.0, are there any plans to have a bugfixing-only branch?
1.1M1 anouncement mentions both bugfixes and new features/changes. While the
former is good for stability, the latter may not be so.
For me as a person who will need to support xwiki installation it is an
important question.
Thanks,
Pavel
Hello!
Can anyone give me a short advice, how a private wiki with token needs
to be configured? There is a headline in documentation telling that this
option exists, but beside this I haven't found any information...
Thanks for all,
Hanspeter
Diese Nachricht inklusive aller Anhange kann vertrauliche Informationen enthalten. Sie ist ausschlie?lich fur die adressierten Personen bestimmt. Das unerlaubte Kopieren sowie die unbefugte Weitergabe sind nicht gestattet. Sollten Sie nicht die richtige Adressatin/der richtige Adressat sein, vernichten Sie den gesamten Inhalt (? 93 Abs. 4 Telekommunikationsgesetz 2003) und informieren Sie bitte sofort den/die Absender/in. Nahere Regelungen zur elektronischen Kommunikation mit der Stadt Linz finden Sie in den "Allgemeinen Hinweisen und Nutzungsbestimmungen betreffend das E-Government der Stadt Linz (e-linz)" (http://www.linz.at/images/AGB_eGovernment.pdf).
Hello,
I'm trying to migrate from xwiki 1.0 to 1.1.milestone 1 engine using the export/import feature. I'm configured to use a MySQL database on both sides.
My exported .xar file is about 60Mo. I managed to go through following errors:
- limit of 10Mo from XWiki as attachment size
- limit of 1Mo as packet max size for MySQL
Now I'm getting the following error while trying to attach the Backup.xar file in my new wiki instance:
"java.sql.BatchUpdateException: Data truncation: Data truncated for column 'XWA_CONTENT' at row 1"
Any ideas ? The .xar file do not get correctly attached after this.
Best regards,
Jérémie
Hi,
Can I search based on a field in the structured content. Say for example, there are multiple structured documents which has User Details like Name, Age, Address, Date of birth, Company Address, Description etc.
Can I do a search for all the users in a particular company i.e., a search taking into consideration Company Address field only. Let me describe it : if a user "roopesh" has Company Address field as "digital glue", then a search for digital glue should return roopesh. But if a user "roopesh" has Company Address field as "cdac" and Description field has a word "digital glue", then the search for digital glue should not return roopesh). Is this possible in xwiki?
(Please tell me if my query needs more explanation).
Regards
Roopesh
Well, I don't know... Of course, having dead links in the help isn't nice, but would this behavior be different in pdf? An xar would give anyone the possibility to extend the existing content, but I don't know if anyone would do this. Because of its own space, I wouldn't mind "messing up" my installation - a later removal would be possible too.
I can work with either options. Choose the one you think more people would use or the one which is less work.
Thanks,
Hanspeter
-----Ursprüngliche Nachricht-----
Von: Vincent Massol [mailto:vincent@massol.net]
Gesendet: Freitag, 08. Juni 2007 09:35
An: xwiki-users(a)objectweb.org
Betreff: Re: [xwiki-users] .xar file for UserGuide available?
On Jun 8, 2007, at 9:23 AM, Klapf Hanspeter wrote:
> Thanks for your fast reply!!
>
> I think a pdf-version would be better for print, while working on my
> instance I'd prefer an xar.
I'd like to better understand this.
IMO a XAR is less usable because:
1) it requires you to install it in your wiki and you usually don't want to have a xwiki user guide in your own wiki as your wiki is not about xwiki (usually :))
2) it's harder because you need to navigate/open other windows because you'll be working on one page while you'll need to check the user guide at the same time
3) Beware that the user guide has external links to other parts of xwiki.org which will lead to non-existing page when we export it (like links to the Code Zone for example).
OTOH, having a XAR is nice if you want to provide a user guide on, your own wiki for your users. Only issue is that it'll be a generic user guide and not a user guide adapted to your own usage of XWiki.
WDYT?
Thanks
-Vincent
> The CodeZone-Application for download gave me this idea.
>
> Thanks a lot,
> Hanspeter
>
>
> -----Ursprüngliche Nachricht-----
> Von: Vincent Massol [mailto:vincent@massol.net]
> Gesendet: Freitag, 08. Juni 2007 08:04
> An: xwiki-users(a)objectweb.org
> Betreff: Re: [xwiki-users] .xar file for UserGuide available?
>
> Hi Hanspeter,
>
> On Jun 8, 2007, at 7:52 AM, hanspeter.klapf(a)mag.linz.at wrote:
>
>>
>> Hello,
>>
>> for some Environments (e.g. my Notebook) an local installation of the
>> UserGuide-Space on xwiki.org would be helpful. Is a .xar file
>> available to import the documents in my own xwiki-instance?
>
> Yes that's a good idea and easy enough to do. However don't you think
> a PDF version would be even better? (You won't have to import it in
> your wiki and mess it up).
>
> We have added support for exporting several pages of a xwiki site to
> PDF in XWiki 1.1M1 (but no UI yet) so I guess we could try this on
> xwiki.org and see how it works.
>
> WDYT?
>
> Thanks
> -Vincent
>
> Diese Nachricht inklusive aller Anhänge kann vertrauliche
> Informationen enthalten. Sie ist ausschließlich für die adressierten
> Personen bestimmt. Das unerlaubte Kopieren sowie die unbefugte
> Weitergabe sind nicht gestattet. Sollten Sie nicht die richtige
> Adressatin/der richtige Adressat sein, vernichten Sie den gesamten
> Inhalt (§ 93 Abs. 4 Telekommunikationsgesetz 2003) und informieren Sie
> bitte sofort den/die Absender/in. Nähere Regelungen zur elektronischen
> Kommunikation mit der Stadt Linz finden Sie in den "Allgemeinen
> Hinweisen und Nutzungsbestimmungen betreffend das E-Government der
> Stadt Linz (e-linz)" (http://www.linz.at/images/ AGB_eGovernment.pdf).
>
>
> --
> You receive this message as a subscriber of the xwiki-
> users(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/
> wws
Diese Nachricht inklusive aller Anhänge kann vertrauliche Informationen enthalten. Sie ist ausschließlich für die adressierten Personen bestimmt. Das unerlaubte Kopieren sowie die unbefugte Weitergabe sind nicht gestattet. Sollten Sie nicht die richtige Adressatin/der richtige Adressat sein, vernichten Sie den gesamten Inhalt (§ 93 Abs. 4 Telekommunikationsgesetz 2003) und informieren Sie bitte sofort den/die Absender/in. Nähere Regelungen zur elektronischen Kommunikation mit der Stadt Linz finden Sie in den "Allgemeinen Hinweisen und Nutzungsbestimmungen betreffend das E-Government der Stadt Linz (e-linz)" (http://www.linz.at/images/AGB_eGovernment.pdf).
Thanks for your fast reply!!
I think a pdf-version would be better for print, while working on my instance I'd prefer an xar. The CodeZone-Application for download gave me this idea.
Thanks a lot,
Hanspeter
-----Ursprüngliche Nachricht-----
Von: Vincent Massol [mailto:vincent@massol.net]
Gesendet: Freitag, 08. Juni 2007 08:04
An: xwiki-users(a)objectweb.org
Betreff: Re: [xwiki-users] .xar file for UserGuide available?
Hi Hanspeter,
On Jun 8, 2007, at 7:52 AM, hanspeter.klapf(a)mag.linz.at wrote:
>
> Hello,
>
> for some Environments (e.g. my Notebook) an local installation of the
> UserGuide-Space on xwiki.org would be helpful. Is a .xar file
> available to import the documents in my own xwiki-instance?
Yes that's a good idea and easy enough to do. However don't you think a PDF version would be even better? (You won't have to import it in your wiki and mess it up).
We have added support for exporting several pages of a xwiki site to PDF in XWiki 1.1M1 (but no UI yet) so I guess we could try this on xwiki.org and see how it works.
WDYT?
Thanks
-Vincent
Diese Nachricht inklusive aller Anhänge kann vertrauliche Informationen enthalten. Sie ist ausschließlich für die adressierten Personen bestimmt. Das unerlaubte Kopieren sowie die unbefugte Weitergabe sind nicht gestattet. Sollten Sie nicht die richtige Adressatin/der richtige Adressat sein, vernichten Sie den gesamten Inhalt (§ 93 Abs. 4 Telekommunikationsgesetz 2003) und informieren Sie bitte sofort den/die Absender/in. Nähere Regelungen zur elektronischen Kommunikation mit der Stadt Linz finden Sie in den "Allgemeinen Hinweisen und Nutzungsbestimmungen betreffend das E-Government der Stadt Linz (e-linz)" (http://www.linz.at/images/AGB_eGovernment.pdf).
Hello,
for some Environments (e.g. my Notebook) an local installation of the UserGuide-Space on xwiki.org would be helpful. Is a .xar file available to import the documents in my own xwiki-instance?
Thanks,
Hanspeter
Please help,
I spent a few more hours today looking for this information, I even
found http://old.xwiki.org/xwiki/bin/view/AdminGuide/Backup which
apparently is not for version xwiki-1.1-milestone-1
I am reasonably fluent in Linux, not in java and not in xwiki at all ;-)
---last message---
I am running xwiki standalone on linux. Please tell me where are the
files (or directories) that I need to save to have a full backup. Both
database and configs.
I searched xwiki, but could not find that information. Please note: I
need the files or directories for *automated backup*, not a nanual
procedure, which I found easely enough...
Thanks,
Alain
PS: I just dicovered Xwiki and I am very impressed by it. Thank you to
all that contributed to it :)
Hello, all.
Has anyone been able to successfully create an FAQ application using Oracle as their database? I have not been able to get very far because the following error occurs when I try to access the XWiki.XWikiClasses document:
Error number 4001 in 4: Error while parsing velocity page XWiki.XWikiClasses
Wrapped Exception: Invocation of method 'getClassList' in class com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception while searching class list
Wrapped Exception: could not execute query @ XWiki.XWikiClasses37,32
It looks like the root exception is:
java.sql.SQLException: ORA-00932: inconsistent datatypes: expected - got CLOB
I installed xWiki version: 1.0-rc-4.3161 on Windows and am using the last version of OracleXE 10.2.0
Any help is greatly appreciated.
TIA - Ciao,
Dixie.
We're deploying XWiki 1.0 at work for internal use. We've set up the LDAP integration to point to our Active Directory, but the existing integration isn't as tight as we'd like. Authentication is handled, but users must be explicitly created in XWiki, along with their details and group membership management coming from XWiki.
I saw bug 1079 in JIRA addresses this. I think I saw this being included in XWiki 1.1 milestone 2:
http://jira.xwiki.org/jira/browse/XWIKI-1079
Is there a project timeline for XWiki? In lieu of that, has anyone tried the code attached to 1079 in an Active Directory integration?
Regards,
Brian.
Hi,
here I have a problem with a xwiki 1.0 which upgraded from an existing
xwiki 0.9.840 which someone named a page like: "Jon's Pages" conflict
with the navagation panel's sql statement.
I did a velocity script but I don't find it support "[ ]" wildcard noted
in this reference manual:
http://manuals.sybase.com:80/onlinebooks/group-as/asg1250e/refman/%40ebt-li…
since I just want to select where name not like mywhitelisted
characters.
the blacklisted characters should be those used by xwiki syntax, and
those symbol used in sql statement like "'" """
any one know how to use the wildcard to done that?
or any other solutions?
Thx in advance!
I already have this:
#set ($query = "where doc.name like '%--%'")
{table}
Page Name | Author | date
#foreach ($item in $xwiki.searchDocuments("${query}"))
##if ($xwiki.hasAccessLevel("view", $context.user,
"${context.database}:${item}"))
#set($bentrydoc = $xwiki.getDocument($item))
[${bentrydoc.web}.$bentrydoc.name] |
$xwiki.getLocalUserName($bentrydoc.author) |
$xwiki.formatDate($bentrydoc.date, $dateFormat)
##end
#end
{table}
Muzi
I am running xwiki standalone on linux. Please tell me where are the
files (or directories) that I need to save to have a full backup. Both
database and configs.
I searched xwiki, but could not find that information. Please note: I
need the files or directories for *automated backup*, not a nanual
procedure, which I found easely enough...
Thanks,
Alain
PS: I just dicovered Xwiki and I am very impressed by it. Thank you to
all that contributed to it :)
Hi,
A colleague noticed that XWiki does not appear to find documents based
on the page name and title. If you create a document named asdf and
search for asdf this document wont be located. Some goes if you set the
title of the document. Is there a way make this happen?
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Hi!
How can I change the http headers sent by a xwiki page?
I'd like to have the Last-Modified header set and the Expires header set to a future date.
Regards,
Christian
Hi!
I'm setting up an xwiki instance for use in a school class while the
students are working in groups on different projects. The teacher wants
to be able to keep an eye on what each individual student is actually
contributing, so I'm trying to make a report that shows:
1. a list of all documents to which a student has contributed
1.1 a list of all versions of this document that the student changed/updated
Has anyone done anything similar? Right now I'm a bit at a loss, as it
seems I have to run thru all the versions of all the docs in the entire
xwiki. Might there be a better way?
best regards :-)
Thomas Drevon
Hi,
Does anyone have any idea on how to delete a field of a class using class
editor?
I tried number of approaches, but haven't yet been successful.
Thanks
Sohana
In the xwiki-documentation I read about virtual wikis and their installation-procedure. While this is a great idea for a big number of wikis, it has some disadvantages for a small number of instances:
- I need a wildcard-certificate (quite expensive) or X certificates for X wikis
- Updates always take affect to each instances
- An additional DNS-entry must be made for each instance (usually not the expertise of the wiki-administrator)
For me it would be gread to use different context-names:
wiki.mycompany.com/projectxwiki.mycompany.com/projecty
This way, only one (no wildcard-) certificate is needed and a few instances would work on the same hardware. Unfortunately, some links/redirects are absolute (/xwiki/..) and so this is not possible.
Will this feature be available in future? Are there any workarounds available?
Thanks,
Hanspeter
Is it possible to use completely different domains with virtual wikis? I mean, virtual wikis with answer to host names that are not subdomained to the controller.
For instance mydomain.com and yourdomain.net.
Thanks!
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Esbach, Brandon<Esbachb(a)tycoelectronics.com> 1/6/2007 11:58 >>>
I had thought the mappings were fixed in 1.0?
If you use multiple instances, bear in mind your memory usage will be
considerably higher than a single instance. In our case, we switched
over to virtual when XWiki 1.0b1 was released; before that we had
several instances running.
As to workarounds, this depends on the reason you've got multiple xwiki
instances - if it's just to separate projects; you could achieve the
same by making careful use of usergroups on a single xwiki instance (if
you use panels, you check group membership before rendering the panel
then it won't show for non-members).
Naturally if one instance is to run locally and the other to run
publicly, then it's easier - put the signature on the public one, and
firewall the private one.
-----Original Message-----
From: hanspeter.klapf(a)gmx.at [mailto:hanspeter.klapf@gmx.at]
Sent: 01 June 2007 10:28
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] must xwiki really be aware of its context?
In the xwiki-documentation I read about virtual wikis and their
installation-procedure. While this is a great idea for a big number of
wikis, it has some disadvantages for a small number of instances:
- I need a wildcard-certificate (quite expensive) or X certificates for
X wikis
- Updates always take affect to each instances
- An additional DNS-entry must be made for each instance (usually not
the expertise of the wiki-administrator)
For me it would be gread to use different context-names:
wiki.mycompany.com/projectxwiki.mycompany.com/projecty
This way, only one (no wildcard-) certificate is needed and a few
instances would work on the same hardware. Unfortunately, some
links/redirects are absolute (/xwiki/..) and so this is not possible.
Will this feature be available in future? Are there any workarounds
available?
Thanks,
Hanspeter
Hi,
How do I ensure that the language used for all internal texts is
German? (ie. the use of ApplicationResources_de.properties)
I can set the Default Lanugage and Languages options in the Preferences
but I don't get the expected behavior.
I have also tried modifying the LANG environment variable in the
start_xwiki.cmd.
I am not interested in a Multi-Language Wiki, but an all-German Wiki.
So I'd rather not turn the Multi-Language feature on, but if I do, I
still only see "En" as the language option.
Where can I change the default language for the entire XWiki?
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Thanks Mohoo,
I did change on xwd_class_xml column size of xwikidoc but i could not locate xwiki.hbm.xml file in my xwiki folder to do the second change, do i need to have this file or it should be bounded with xwiki distribution?
Regards,
Adel
Original Message processed by David InfoCenter
Subject: Re: [xwiki-users] org.hibernate.ObjectNotFoundException (30-May-2007 10:32)
From: Mohoo <mohoomail(a)gmail.com>
To: xwiki-users(a)objectweb.org
Hi Adel,
Forget the first mail I replied, I'm sorry for that.
There is some difference between our version.
But I found something new that may be helpful.
Read the page http://www.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL,
And you'll find some guids for you in Comments as following:
Note: If you get xar file import errors(Preferece and Rights are not imported correctly) when using PostgreSQL, it may cause by size limitation of xwd_class_xml column of xwikidoc table. Just change the varchar(20000) to a varchar(200000) and reintall it. In the hibernate mapping file( xwiki.hbm.xml), string will be mapped to varchar, or you can change it to text by hand.
Hope it is useful.
Regards
Mohoo
2007/5/29, Adel Aneiba <adel.aneiba(a)ajbs-ltd.com>:
Hi Vincent,
I have noticed that the above exception is appeared when i upload xwiki.xar file and click import button, it is shown in the Jboss console
I hope this helps as well
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 12:17)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
On May 29, 2007, at 12:35 PM, Adel Aneiba wrote:
Hi Vincent,
I have created a new empty database and i deployed xwiki.war into jboss deployment folder and then i have uploaded xwiki.xar file and then i start using my xwiki
What database are you using?
Thanks
-Vincent
I hope this helps
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 11:16)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
Hi Adel,
Can you give us more details about what you do to get this error?
Are you using an existing database from an old version?
Is there a way we could reproduce this error?
Thanks
-Vincent
On May 29, 2007, at 12:03 PM, Adel Aneiba wrote:
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292 ]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad (DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java :160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference (XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java :48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki. web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java :173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss .web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java :175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java :74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss. web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java :664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run (Thread.java:595)
--
You receive this message as a subscriber of the xwiki-users(a)objectweb.org mailing list.
To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Hi,
How do I get the list of spaces sorted?
$xwiki.spaces gives me the list of spaces, but how do I get this list
sorted alphabetically?
Regards,
Gunter
-------------------------------------------------------------------------------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
-------------------------------------------------------------------------------
Hi Vincent,
I have noticed that the above exception is appeared when i upload xwiki.xar file and click import button, it is shown in the Jboss console
I hope this helps as well
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 12:17)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
On May 29, 2007, at 12:35 PM, Adel Aneiba wrote:
Hi Vincent,
I have created a new empty database and i deployed xwiki.war into jboss deployment folder and then i have uploaded xwiki.xar file and then i start using my xwiki
What database are you using?
Thanks
-Vincent
I hope this helps
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 11:16)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
Hi Adel,
Can you give us more details about what you do to get this error?
Are you using an existing database from an old version?
Is there a way we could reproduce this error?
Thanks
-Vincent
On May 29, 2007, at 12:03 PM, Adel Aneiba wrote:
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java:48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
I removed latest RC version and installed new 1.1 and found two annoying
problems:
1. In BLOG/WEB HOME, at the bottom, the text for adding a new blog is in
French. if I try to edit it and save, then the textbox and the button
disappear after saving. This problem was present also in RC version.
2. In BLOG/CATEGORIES the code for rendering the categories table must have
now something wrong cos the table is not displayed properly. This problem
was not present in RC version.
--
View this message in context: http://www.nabble.com/Errors-in-the-default-wiki-installation-tf3839018.htm…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Mohoo,
What you mean by initializing the database, i have created the database in my Postgres DB server as an empty one and once i deploy the xwiki.war into the Jboss server the database has been created and initialized
Is that right, or i need to do something else?
Regards,
Adel
Original Message processed by David InfoCenter
Subject: Re: [xwiki-users] org.hibernate.ObjectNotFoundException (30-May-2007 4:11)
From: Mohoo <mohoomail(a)gmail.com>
To: xwiki-users(a)objectweb.org
hi Adel,
Have you initialize the database?
Since xwiki has an SVN backend, does this mean that I
can download the wiki site to my laptop and then work
on it offline?
Also, can I do standard svn commands to upload new pages,
attachments, etc.?
Thx....JRC
--
Tech-X Corp., 5621 Arapahoe Ave, Suite A, Boulder CO 80303
cary(a)txcorp.com, p 303-448-0728, f 303-448-7756, c 720-839-5997
Hi,
I am trying to install Xwiki on IBM WebSphere But it is showing error
that the supplied file is not a war file.
Please refer to the attached document for error description.
Thanks & Regards
Manvar Khan | CRM-AMSS Integration | Tech Mahindra
Delta, Fourth floor Giga Space, Viman Nagar, Pune - 411016. INDIA
* Office: +91 20 6622 1000 | Extn: 3157 | Cell: +91-9970291915
Email: manvark(a)techmahindra.com
www.techmahindra.com
<https://techmail1.techmahindra.com/exchweb/bin/redir.asp?URL=http://www
.techmahindra.com/>
============================================================================================================================
Disclaimer:
This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra.
============================================================================================================================
Hi,
I am using class editor to change the property (type from Date to text area)
of a class field (say field A). For that first I created a new filed (B)
with the desired type. Then I changed the number of the old field, A to the
one next to the last one existing. (say we have 20 fields now with the new
one B. So, I assigned A (originally having number 14, a new number 21). I
then assigned B number 14 to replace A.
I am having problem next when I am trying to delete A so that I can then
rename B to A. I tried to change number of A from 21 to 0, also deleting
name of A so that it has name property to be empty. But nothing helps to
remove A from the picture. Some how all the fields from number 1 to 14 gets
deleted!
Does anyone have any idea on that?
Thanks
Sohana
Hi,
With my XWiki I need a forum so people can exchange information on various
topics. I'm installed phpbb but I was wondering if there was any "better"
integration between another product (JForum or JavaBB). Has anybody
installed such product ? Any feedback ?
Thanks,
Antonio
Hi Vincent,
I have created a new empty database and i deployed xwiki.war into jboss deployment folder and then i have uploaded xwiki.xar file and then i start using my xwiki
I hope this helps
Regards,
Adel
Original Message processed by David InfoCenter
Subject: [SPAM] Re: [xwiki-users] org.hibernate.ObjectNotFoundException (29-May-2007 11:16)
From: Vincent Massol <vincent(a)massol.net>
To: xwiki-users(a)objectweb.org
Hi Adel,
Can you give us more details about what you do to get this error?
Are you using an existing database from an old version?
Is there a way we could reproduce this error?
Thanks
-Vincent
On May 29, 2007, at 12:03 PM, Adel Aneiba wrote:
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java:48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Dear Xwiki Users,
I just successfully deployed xwiki1.1 version, but i still have the same below exception in the Jboss console. I had this exception in the previous versions as well. Did i miss something in the configuration?
Does anyone have an idea how i can get rid of this exception please?
Regards,
Adel
10:57:18,795 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.XWikiDocument#1858599292]
at org.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:27)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:128)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:799)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:357)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:160)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:957)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:991)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1590)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1582)
at com.xpn.xwiki.XWiki.getWebPreference(XWiki.java:1576)
at com.xpn.xwiki.XWiki.getUserPreference(XWiki.java:1621)
at com.xpn.xwiki.XWiki.getSkin(XWiki.java:1426)
at com.xpn.xwiki.XWiki.getBaseSkin(XWiki.java:1520)
at com.xpn.xwiki.web.SkinAction.render(SkinAction.java:48)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Dear Xwiki Users,
I would like to know if there is any setting for Postgres mapping files in hibernate.cfg file like the one below for
HSQLDB or Oracle database?
<!-- Mapping files
Comment it to use for Oracle -->
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
Kind Regards,
Adel
hi all,
first, congratulations for XWiki 1.0 ...
can someone explain the difference between the sites
.../xwiki/bin/view/XWiki/
and
.../xwiki/bin/view/Admin/
it seems one of them is a relict from an older version.
i followed the upgrades from 0.9.1252 as described.
g,
kris
Lots of Web pages mention the possibility of using PERL based plugins (like from TWIKI). But i haven't found any information about this feature in the XWiki official documentation or anywhere else.
Somebody does have any idea how to install and use a PERL plugin in XWiki ?
Thx
The XWiki development team team is pleased to announce the
availability of the 1.1 Milestone 1 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first milestone for the 1.1 version. It contains several
improvements and new features for the default wiki.
Main changes:
* Lots of bugs fixed
* Improved Search: Ability to search by space and RSS feed based
on searches
* Added ability to filter and sort HTML tables in the Albatross
skin (documentation forthcoming). Added support for it on the
AllDocs, Search, What's new, Tags and SpaceIndex pages.
* Added Polish translation
* Updated German translation for German
* Improved PDF output by better rendering headers and footers.
Note that it's now possible to customize how generated headers and
footers look like
* Added experimental RTF export
* Added ability to enter comment when making changes to
documents (documentation forthcoming). It's possible to configure it
to force users to enter comments if that's what you want (it's
optional by default)
* Ability to export to PDF several documents at once
(documentation forthcoming). Note that there's no UI yet
* Added new "Orphaned Pages" page + Panel to the default wiki
+ lots of other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki11M1
Enjoy
-The XWiki development team
Hi,
A couple of month ago someone proposed to add a favicon to XWiki. I haven't
read anything about it since and I can't find anything on XWiki 1.0
about it. Do you know if there is any facility to
add our own icon or do we have to code our own link to favicon ourselves
? If yes I suppose that the best place to do it is on XWikiPreferences > HTTP
Meta Information:
Antonio
Hello,
I'll try to import a XAR file. It seems like the wiki does nothing. But I found these logs (see below).
I work on xwiki 1.0 beta 5 but I also try on 1.0 RC4. It doesn't work neither.
Any help would be appreciated.
Thanks.
Virginie
___
17:41:23,843 WARN http-8081-2 http://127.0.0.1:8081/xwiki/bin/import/XWiki/Import?action=getPackageInfos&… XWikiAction:execute:188 - Uncaught exception: Error number 11015 in 11: Exception while importing
Wrapped Exception: Unexpected end of ZLIB input stream
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while importing
Wrapped Exception: Unexpected end of ZLIB input stream
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:95)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
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:228)
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:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
at com.xpn.xwiki.plugin.packaging.Package.ReadZipInfoFile(Package.java:661)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:336)
at com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:167)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:46)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:150)
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.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
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:228)
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:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Thread.java:595)
17:41:24,031 ERROR http-8081-2 http://127.0.0.1:8081/xwiki/bin/import/XWiki/Import?action=getPackageInfos&… SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($!hidecolumns) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. [line 9, column 21]
17:41:24,281 WARN http-8081-2 http://127.0.0.1:8081/xwiki/bin/import/XWiki/Import?action=getPackageInfos&… MonitorData:log:183 - MONITOR XWiki.Import: 547ms
Hi
I have a basic question regarding skin modification. To make a skin altogether, i.e., a skin which is very different from albatross skin. Say, I need to place the edit, view, rename, delete panel to be placed a bit more lower, I want to change the width of the right panel thinner etc.
What to go about to achieve this. Now I have changed the almost all of the css files in albatross skin to change the look and feel. It works fine in FF but is too messed up in IE. Is there an easier way to do this ?
Regards
Roopesh
Hi,
I'd like to get informations on the number maximum of users connected, registered, the number of topics which is possible to have... in XWiki and how the performance changes with the increasing of those factors.
I have another question about plugins. It is said that XWiki is compatible with any TWiki plugin. Is that a real statement for any single plugin of TWiki ?
I was trying XmlRpc Example of François Déchelle in a Windows environment but I can't create a Web page. Everything else works instead of creating new page with "storePage". If someone can help this is the stack trace I have:
Avoiding obscuring previous error by supressing error encountered while ending request: org.apache.xmlrpc.XmlRpcClientException: Exception closing URLConnection
org.apache.xmlrpc.XmlRpcClientException: Failure writing request
at org.apache.xmlrpc.XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequestProcessor.java:74)
at org.apache.xmlrpc.XmlRpcClientRequestProcessor.encodeRequestBytes(XmlRpcClientRequestProcessor.java:100)
at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:69)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:184)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:177)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiClient.rpcCall(XWikiClient.java:69)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiCreatePageClient.createPage(XWikiCreatePageClient.java:89)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiCreatePageClient.execute(XWikiCreatePageClient.java:66)
at com.xpn.xwiki.plugin.XwikiAxyo.XWikiCreatePageClientTest.testConnexionServeur(XWikiCreatePageClientTest.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
I saw that someone submitted some promising new LDAP code that I'm very
interested in. Because I'm supporting a production wiki, I can't
experiment with code until its formally adopted into the project. Any
idea when that will be? I also heard that there were plans to re-do the
authentication mechanisms in XWiki, perhaps to user JAAS.
Regards,
Brian.
Hi
In my project there is a necessity of allowing the users to rate documents. Say a rating scale from 1-5 will have to appear in each document (created using a template). Users can rate a document and an overall rating appears after calculating all the ratings. At present I did the whole thing using servlets. But is this the preferred way to do this in xwiki.
Can this be done by making use of xwiki plugin or so, so that it will be useful for others also? Any hints ?
Regards
Roopesh
Sorry for my unclear expression! I'll try to rephrase my original questions:
- Is the capability to choose between sorting directions going to be implemented in the lucene plugin?
- Is the default query type going to stay an OR-query? I would vote for AND by default and at least there could be a possibility to choose between them on the api-level.
- Could it be possible to index all page data, it's object's properties and attachment data into one lucenedoc so I would not get a separate hit for page, it's object and attachment (if the search words are found in each of them). This feature makes the paging impossible (see Michaels description below) if I want to show just one pagehit regardless if searchwords are hit within the page itself or it's attachments or objects. (I hope this was understandable...) Surely there are arguments for and against but I would like hear yours. Or has somebody solved this issue perhaps somehow?
I've been customizing the plugin for my needs yet there are still some features I'm working on. I'm willing to contribute if needed but on the other side, if these features are going to be implemented in the plugin core anyway by somebody else I could spare my time for something else.
Thanks,
Petteri
________________________________
Lähettäjä: THOMAS, BRIAN M (ATTSI) [mailto:bt0008@att.com]
Lähetetty: ti 22.5.2007 18:12
Vastaanottaja: xwiki-users(a)objectweb.org
Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
I still have questions about how that's done: Is there a tutorial on how to apply it, or even a XAR to import a new search page?
Or is that what Petteri is asking for?
brain[sic]
________________________________
From: Karttunen Petteri [mailto:Petteri.Karttunen@kuopionkonservatorio.fi]
Sent: Tuesday, May 22, 2007 9:25 AM
To: xwiki-users(a)objectweb.org
Subject: RE: Questions about the Lucene-plugin
Anybody?
________________________________
Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
Lähetetty: to 10.5.2007 9:40
Vastaanottaja: xwiki-users(a)objectweb.org
Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
I hope xwiki will use the lucene search in future as default search engine!
At least just because of the result score..
petteri.karttunen wrote:
>
> I think it's impossible to do the paging properly under the conditions
> mentioned below. So I have a flat results view but I've done some efforts
> for a compact and easily customizable search results view, which has
> sorting and sort direction functionality. If you want to have it you
> should also have my lucene-patches to support sorting directions and to do
> AND-searches by default.
>
> If you want I can send these all to you but maybe somebody of the project
> team could shortly comment these issues before. If there is a roadmap with
> the plugin I could also offer myself to be a contributor. Lucene-plugin
> works 100X (well...almost) faster than regular xwiki-searches and is at
> least at the moment the only possible choice in my xwiki-environment.
>
> And by the way, many thanks for Ludovic and the whole team for great work!
>
> Regards,
> Petteri
>
>
> ________________________________
>
> Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
> Lähetetty: ke 9.5.2007 11:12
> Vastaanottaja: xwiki-users(a)objectweb.org
> Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
>
>
>
>
> I had the same problem with post-filtering the search results. (there were
> not all results displayed, and that caused a problem in a paged view (ex.
> just 10 out of 30 on page1, 15 of 30 on page2..)
>
> Maybe you can improve my lucene search page macro?
> http://www.xwiki.org/xwiki/bin/view/Code/LuceneSearchPage
>
>
>
> petteri.karttunen wrote:
>>
>> About the "confusing" results: of course I can do some velocity- or
>> groovy
>> -post-processing on the page to filter out the duplicate document names
>> from results. This is no problem if I want to show the results as one
>> flat
>> list but it becomes quite complicated to do efficiently if I want to show
>> f.ex. 30 hits per page with paging. Basically I mean that all the index
>> data holded by one page (page content, objects, attachments...) should be
>> regarded as this page's properties and indexed under one lucenedoc. If I
>> operationally have understood something incorrectly, please correct me.
>>
>> What do you think?
>>
>> -Petteri
>>
>> I'm testing the version RC1 and have some thoughts about the
>> Lucene-plugin:
>>
>> Sorting
>> -------
>> At the moment there is no method in the API to choose between the sorting
>> directions. I think there should be one.
>>
>> Boolean Queries
>> ---------------
>> Is the default query-type going to stay an ORed one? Should it better be
>> an AND-query, like Google? I think most of the surfers expect that
>> nowadays. At least there could be method to choose between them.
>>
>> Results
>> -------
>> Search results are a bit confusing now. When I search for a word that
>> appears both in a document, in it's attachment and in it's object's
>> properties I get three hits. One for each type. There a special cases, of
>> course, but I think it would be more usable to get in my example case by
>> default just one hit. There would still remain a method ("type: object")
>> to distinguish between the types in a query.
>>
>> If you like, I can provide patches for the two first (minor) issues.
>>
>> Regards,
>> Petteri
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
>> mailing list.
>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
>> For general help: mailto:sympa@objectweb.org?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a103…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
View this message in context: http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a104…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Anybody?
________________________________
Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
Lähetetty: to 10.5.2007 9:40
Vastaanottaja: xwiki-users(a)objectweb.org
Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
I hope xwiki will use the lucene search in future as default search engine!
At least just because of the result score..
petteri.karttunen wrote:
>
> I think it's impossible to do the paging properly under the conditions
> mentioned below. So I have a flat results view but I've done some efforts
> for a compact and easily customizable search results view, which has
> sorting and sort direction functionality. If you want to have it you
> should also have my lucene-patches to support sorting directions and to do
> AND-searches by default.
>
> If you want I can send these all to you but maybe somebody of the project
> team could shortly comment these issues before. If there is a roadmap with
> the plugin I could also offer myself to be a contributor. Lucene-plugin
> works 100X (well...almost) faster than regular xwiki-searches and is at
> least at the moment the only possible choice in my xwiki-environment.
>
> And by the way, many thanks for Ludovic and the whole team for great work!
>
> Regards,
> Petteri
>
>
> ________________________________
>
> Lähettäjä: Michael Guntli [mailto:michael.guntli@leica-geosystems.com]
> Lähetetty: ke 9.5.2007 11:12
> Vastaanottaja: xwiki-users(a)objectweb.org
> Aihe: [xwiki-users] RE: Questions about the Lucene-plugin
>
>
>
>
> I had the same problem with post-filtering the search results. (there were
> not all results displayed, and that caused a problem in a paged view (ex.
> just 10 out of 30 on page1, 15 of 30 on page2..)
>
> Maybe you can improve my lucene search page macro?
> http://www.xwiki.org/xwiki/bin/view/Code/LuceneSearchPage
>
>
>
> petteri.karttunen wrote:
>>
>> About the "confusing" results: of course I can do some velocity- or
>> groovy
>> -post-processing on the page to filter out the duplicate document names
>> from results. This is no problem if I want to show the results as one
>> flat
>> list but it becomes quite complicated to do efficiently if I want to show
>> f.ex. 30 hits per page with paging. Basically I mean that all the index
>> data holded by one page (page content, objects, attachments...) should be
>> regarded as this page's properties and indexed under one lucenedoc. If I
>> operationally have understood something incorrectly, please correct me.
>>
>> What do you think?
>>
>> -Petteri
>>
>> I'm testing the version RC1 and have some thoughts about the
>> Lucene-plugin:
>>
>> Sorting
>> -------
>> At the moment there is no method in the API to choose between the sorting
>> directions. I think there should be one.
>>
>> Boolean Queries
>> ---------------
>> Is the default query-type going to stay an ORed one? Should it better be
>> an AND-query, like Google? I think most of the surfers expect that
>> nowadays. At least there could be method to choose between them.
>>
>> Results
>> -------
>> Search results are a bit confusing now. When I search for a word that
>> appears both in a document, in it's attachment and in it's object's
>> properties I get three hits. One for each type. There a special cases, of
>> course, but I think it would be more usable to get in my example case by
>> default just one hit. There would still remain a method ("type: object")
>> to distinguish between the types in a query.
>>
>> If you like, I can provide patches for the two first (minor) issues.
>>
>> Regards,
>> Petteri
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
>> mailing list.
>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
>> For general help: mailto:sympa@objectweb.org?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a103…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
--
View this message in context: http://www.nabble.com/Questions-about-the-Lucene-plugin-tf3704984.html#a104…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team team is pleased to announce the
availability of the final 1.0 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki10
XWiki 1.0 is the result of the collaboration of hundreds of people
and we would like to thank the whole XWiki community for it. We've
all been hard at work. We have fixed 615 issues for the last 5 months
(since 1.0 Beta 1)!
We've already started development of XWiki 1.1 and we're planning to
release a first Beta version around end of May/beginning of June. We
have lots of improvements planned already . Our main focus is going
to be the default Wiki. We now have a very strong XWiki platform and
we want to make the default Wiki even better: better UI, improved
usability, more polished.
As always, we're interested in contributions. If you're interested in
participating to an open source project and working with a nice,
friendly and open team, come help us.
If you're a XWiki user, please add yourself on http://www.xwiki.org/
xwiki/bin/view/References/. XWiki is currently used by hundreds
(possibly thousands) of companies around the world but, being an open
source project, in most cases we don't even know about it. Adding
yourself is a form of contributions and it help the project being
successful. Add yourself now and spread the word!
Enjoy XWiki 1.0!
-The XWiki development team
Hi
In the FAQ tutorial, the FAQs(documents) and class, classsheet, document template are present in the same space. How can I create the class, classsheet and template in one space and the documents (FAQs) in another space ?
I want to prevent users from modifying the classsheet, template etc. but want anyone to modify the documents.
Regards
Roopesh
Hi!
I've discovered that I need a lot less choices in my xwiki instance than
what the default xwiki installation offers. Now, the PanelWizard is a
good tool for shuffling about the big blocks, but how can I remove
"Knowledgebase" and "Photos" from my right hand panel if I still want
"blog" to be there? And can I somehow rename the "Blog" title?
Also, I'm trying to clean up a bit within the blog menu. By default, all
blog entries seem to be thrown into the menu together with choices like
"Categories", "Create Blog Post" and "Web Home". This looks a bit messed
up after a while, as the menu is sorted alphabetically (and also, spaces
are removed from titles). Where do I go in order to organize and
configure the blog sub-menu?
Sorry for the n00b questions, I'm really trying to pick up on this!
best regards :-)
Thomas