I already tried to post this question earlier via the ObjectWeb Sympa interface,
but did not see it back in the archive list, nor did I get a e-mail
confirmation. So please excuse me if it is posted twice now.
I am currently evaluating XWiki for deployment in my company. So far everything
looks great, but I ran into a blocking issue. I have setup XWiki to authenticate
with LDAP, which is a requirement for us. The user names provided by our LDAP
server all have dots in them, like 'eric.ter.haar'. XWiki seems to have a
problem with this. When login in for the first time it creates a new user name
that is equal to the part after the last dot, e.g., 'haar'. And it creates a
space with the other part, like 'eric.ter'. The next login fails but without any
notice.
Does anyone know how to get around this?
Thanks,
Eric
hej,
does anyone know whether it is possible to import a snipsnap exported xml ?
as far as i know both are based on the radeox engine and as snipsnap is no
longer maintained, lots of people will have to look for a migration path -
and xwiki looks really promising.
greetings from vienna
gerold
Hi there,
After running XWiki fine in my local server, I'm trying to run it on my hosting provider.
Acces to WebHome yelds the error:
javax.servlet.ServletException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: access denied (java.io.FilePermission /WEB-INF/xwiki.cfg read)
I tried changing web.xml to
<env-entry>
<env-entry-name>XWikiConfig</env-entry-name>
<!--
<env-entry-value>/WEB-INF/xwiki.cfg</env-entry-value>
-->
<env-entry-value>/virtual/lozano.eti.br/www/xwiki/WEB-INF/xwiki.cfg</env
-entry-value>
<env-entry-type>java.lang.String</env-entry-type>
</env-entry>
That is, I tried cofiguring the real phisical path to the xwiki.cfg file,
But still get the same error.
My ISP tells me Xwiki is trying to get /WEB-INF/xwiki.cfg as an absolute file system path,
not as a context-relative path, and it looks like changing the <env-entry> has no effect.
What should I do?
[]s, Fernando Lozano
Hi!
I've made a panel that displays tags in a tag cloud (size relative to
occurrence). But on a few occasions I get an exception, and I've managed
to pinpoint fairly accurately under what circumstance. The code
involved, that usually works is this:
#set($query = "select elements(prop.list) from BaseObject as obj,
DBStringListProperty as prop where obj.className='XWiki.TagClass' and
obj.id=prop.id.id and prop.id.name='tags'")
#set( $allTags = $xwiki.search($query))
#set( $allTagsSorted = $xwiki.sort($allTags))
If the user is not logged in, and presses the login link in the top left
corner (--> /xwiki/bin/login/XWiki/XWikiLogin), the panel returns the
enclosed exception. After some debugging, it seems that $allTags is not
assigned a value from $xwiki.search($query). This leads me to believe
that $xwiki might not be available from this particular context. Has
anyone else encountered this, or is it an artifact in my environment?
I'm running xwiki v1.1-milestone2, mysql, winxp, tomcat, java5. Both my
db and xwiki installs are pretty fresh and un-tampered with.
best regards :-)
Thomas
13:47:50,211 ERROR http-9080-2 http://myHost:9080/xwiki/bin/login/XWiki/XWikiLogin?xredirect=http%3A%2F%2F… SimpleLog4JLogSystem:logVelocityMessage:154 - Method sort threw exception for reference $xwiki in template XWiki.XWikiLogin at [6,24]
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'sort' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NullPointerException @ XWiki.XWikiLogin[6,31]
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:91)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:229)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:161)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:132)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:366)
at com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.java:165)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1265)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1245)
at com.xpn.xwiki.api.Document.display(Document.java:864)
at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1249)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1218)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:491)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1249)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1218)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:491)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1249)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1218)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:98)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:159)
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:118)
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)
Caused by: java.lang.NullPointerException
at java.util.Collections.sort(Collections.java:116)
at com.xpn.xwiki.api.XWiki.sort(XWiki.java:1676)
at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
... 99 more
Resend
---------- Forwarded message ----------
From: Lee Meador <lee(a)leemeador.com>
Date: Jul 16, 2007 2:48 PM
Subject: External link to same server
To: xwiki-users(a)objectweb.org
The links documentation tells how to add a link to another wiki page and a
link to a URL like http://yahoo.com
I would like to link to a URL that isn't inside the xwiki application but is
on the same server without putting in the hostname or ip address. If I was
doing this in html, I would use "<a href="/otherapp/home">Other App</a>.
I tried the form [/otherapp/home] and simply /otherapp/home but those don't
generate the right link. (The first comes out as a link to an xwiki page.
The second comes out as plain text.)
Is there a way to do this?
Thanks.
--
-- Lee Meador
--
-- Lee Meador
Sent from gmail. My real email address is lee AT leemeador.com
I already tried to post this question earlier via the ObjectWeb Sympa
interface, but did not see it back in the archive list, nor did I get a
e-mail confirmation. So please excuse me if it is posted twice now.
I am currently evaluating XWiki for deployment in my company. So far
everything looks great, but I ran into a blocking issue. I have setup
XWiki to authenticate with LDAP, which is a requirement for us. The user
names provided by our LDAP server all have dots in them, like
'eric.ter.haar'. XWiki seems to have a problem with this. When login in
for the first time it creates a new user name that is equal to the part
after the last dot, e.g., 'haar'. And it creates a space with the other
part, like 'eric.ter'. The next login fails but without any notice.
Does anyone know how to get around this?
Thanks,
Eric
Oi,
Simple question: is that possible? Or are security manager
configurations (Tomcat Sandboxed) make impossible to tune to run current
XWiki (1.0)?
[]s, Fernando Lozano
Hi there,
This is a silly question, but I can't find anywhere on xwiki.org which
is the sandbox login and password. But the xwiki.org registration states
we should not register to use the Sandbox.
[]s, Fernando Lozano
Hi, I just switched from MediaWiki and installed XWiki 1.1m3, and I found
section editing and collaborative editing one page in xwiki is not so well
supported compared with MediaWiki. And I have several questions:
(1) Instead of using h2 tag to automatically add a section editing icon,
could I manually tag a paragraph as a section and edit it?
(2) Even if I divide the whole page into several sections with h2 tag, when
different users edit different sections in one page, xwiki still indicates
someone locks the page, is it possible to get smaller lock granularity and
lock just the section rather than the whole page?
I think wiki is a collaborative tool, and editing one page in the same time
is a very important functionality and should be well
supported.Anysuggestion is appreciated, thanks.
Regards,
Hi,
I'm about to modify the SVN externals definition for trunks-users so
that they point to our own XWiki readonly SVN repo instead of
pointing to the OW repo as there are issues with it.
If you have checked out trunks-users, then do a svn update once I've
made the change. Hopefully that'll just work. If not, you might need
to do a new checkout.
Sorry for that
Thanks
-Vincent
Hi Vincent,
This feature isn't implemented. Is that something Mediawiki does?
MediaWiki does not support manually annotating a section, but MediaWiki will
automatically divide all html head titles(h1, h2 ...) into a section, so the
granularity of a page is relatively small, and conflict will happen
rarely, while in Xwiki, only " 1.1" tag will generate a section to edit.
This is a bug. Would you mind creating a JIRA issue for it? (in the
> XWiki Platform project - http://jira.xwiki.org)
Issue created.
http://jira.xwiki.org/jira/browse/XWIKI-1531
Regards,
Yue
Hi Brandon,
Your idea sounds good. I'm gonna try it to see if it works on local configuration. If not I will have to do all the tests on our server and that what I don't want.
Thanks and Bye
If you're working local, that could be why.
I've never tried this setup extensively myself; but I have known the hosts file to work in certain circumstances for the same thing (using a name to access an IP address).
Have you considered using something like Winproxy to provide DNS services? There is usually a free trial available as well, so you needn't pay to test the scenario.
-----Original Message-----
From: diaga(a)nomade.fr [mailto:diaga@nomade.fr]
Sent: 23 July 2007 12:01
To: xwiki-users
Subject: RE: [xwiki-users] Virtual wiki
Hi Tim,
Thank you for your answer. I was afraid that the only solution is using DNS. But at least, I am sure now that this is the only solution.
Bye
Diaga,
I had the same problem and the way I solved it, and only way I know, is having a DNS. Look into the archive for the advice I recieved. Also, make sure you granted the rights for both databases on your relational database.
Tim
________________________________
From: diaga(a)nomade.fr [mailto:diaga@nomade.fr]
Sent: Thu 7/19/2007 10:56 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Virtual wiki
Hi,
I was trying to create two virtual wikis but this is not working. I used apache and the hosts file of windows to make virtual hosts pointing on the xwiki controller. I have no DNS, I am working on local. In the near futur, I will have an pûbmlic IP adresse and no DNS or subdomain. I am a little confuse. If someone can help because I am really lost.
Thanks a lot, bye
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! --------------- Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr Soumis à conditions.
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Lets say I have this 2 line text file called Hello.txt.
Hello world.
goodbye world.
How can I display the contents of this file on a page? I believe I can do it
with page.setTextArticle(article);. However, I am a newbie to xwiki and I
am still in the dark. What is the full code snippet to use?
Thanks in advance.
carlos
Hi,
I installed XWiki standalone on windows. I went in using Admin/admin then entered my own personal details. Now I can�t log in using either Admin or my account details, it always says Wrong User Name. So I uninstalled and reinstalled, same problem. Strangely after the reinstall the welcome message and other characteristics of the virgin installation don�t come back. Is something left in the registry?
Any tips please?
TIA
John
I found something like this on the xWiki web site but it doesn't quite work.
This is what I put on the page.
#set($attachment=$doc.getAttachment("MyFile.doc"))
#mimetypeimg($attachment.getMimeType().toLowerCase()
$attachment.getFilename().toLowerCase())
"MyFile.doc" is an attached MS Word document. (Attached to that page.)
The funny thing about it is that when the page displays it shows the ICON
followed by some extra stuff that looks like this:
doc?" title="doc?<http://10.57.38.187:8080/xwiki/bin/edit/WARS/doc?parent=WARS.2005&editor=wy…>
"/>
The problem seems to lie in the html where the code generated by the
Velocity stuff above looks like this:
<img src="/xwiki/skins/albatross/mimetypes/word.png"
alt="<a class="wikicreatelink" href="/xwiki/bin/edit/WARS/doc?parent=
WARS.2005&editor=wysiwyg"><span class="wikicreatelinktext">doc</span><spanclass
="wikicreatelinkqm">?</span></a>" title="<a class="wikicreatelink" href=
"/xwiki/bin/edit/WARS/doc?parent=WARS.2005&editor=wysiwyg"><span class=
"wikicreatelinktext">doc</span><span class="wikicreatelinkqm">?</span></a>"
/>
I first looked at xWiki last Thursday so I don't know much about what's
going on. But that looks to me like some sort of text substitution is taking
place where the contents of the "alt" is expanded into something containing
a double-quote that ends the "alt" before its time. That makes the funny
stuff display when it should only create an "alt" message for the image. The
class "wikicreatelink" makes me suspicious as well.
So ... am I doing something wrong in the Velocity code above when I try to
create the interesting icon on the page?
Or ... is something in the xwiki application messing it up? (And, if so, is
there some workaround.)
Thanks.
--
-- Lee Meador
The folliwing error occurs when saving custom article documents; I can't
seem to find the problem (probably something daft). Anyone ever seen
this, or could suggest where to start looking?
====
Error number 3201 in 3: Exception while saving document Daiwa.Title
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.StringListProperty#
]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document Daiwa.Title
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.StringListProperty#
]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore
.java:321)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:10
0)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94
)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:934)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:116)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.jav
a:67)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
51)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.StaleObjectStateException: Row was updated or deleted by
another transaction (or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.StringListProperty#
]
at
org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEnt
ityPersister.java:1635)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEn
tityPersister.java:2208)
at
org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(Ab
stractEntityPersister.java:2118)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEn
tityPersister.java:2374)
at
org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:
84)
at
org.hibernate.engine.ActionQueue.execute(ActionQueue.java:243)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:227)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(
AbstractFlushingEventListener.java:296)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEv
entListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1009)
at
org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:356)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:10
6)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernat
eBaseStore.java:617)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernat
eBaseStore.java:591)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore
.java:316)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:10
0)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94
)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:934)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:116)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.jav
a:67)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
51)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685)
at java.lang.Thread.run(Thread.java:595)
Sorry it was my mistake, it appears that when I unzipped the .war (under
Windows Vista) for modifications some files got corrupted. All is ok now,
after i redid the operation correctly.
See you
Nicolas
2007/7/23, Nicolas Réau <nicolas.reau(a)gmail.com>:
>
> Hello,
>
> I'm trying today to update an old 0.9 installation to the last milestone
> 1.3 on an Ubuntu server
>
> I think my configuration files are ok (they work on another server with
> almost the same install) , same with the link to the DB (mysql)
>
> But i get this error:
>
> Etat HTTP 404 - /bin/view/Main/WebHome
> ------------------------------
>
> *type* Rapport d'état
>
> *message* */bin/view/Main/WebHome*
>
> *description* *La ressource demandée (/bin/view/Main/WebHome) n'est pas
> disponible.*
>
> (requested ressource not available)
>
> I must say that i'm on an Ubuntu server that's why i follow this thread.
> Maybe is it linked to it?
> In tomcat/webapps i have my xwiki folder (i unpacked manually the
> xwiki-milestone..war locally to modify the configuration file and then
> uploaded the folder, with "xwiki" as name)
>
> Any ideas?
> Thanks
>
> Nicolas
>
> *
> *
>
>
> 2006/12/21, François Le Droff <francois.le.droff(a)gmail.com>:
> >
> > Hi Rémi,
> >
> > I installed xwiki 0.9.840 on ubuntu as well in the past,
> > Here are the issues I faced :
> >
> > * some issues with the java security manager, my workaround was to
> > turn it off, in
> > etc/init.d/tomcat
> > {code}
> > # Use the Java security manager? (yes/no)
> > TOMCAT5_SECURITY=no
> > {code}
> >
> > * xwiki upload permission denied:
> >
> > http://mail-archive.objectweb.org/xwiki-users/2006-02/msg00069.html
> >
> > This problems occurs when files are bigger than 100K and the file
> > system is used for temporary storage instead of the memory. The
> > directory is usually tomcat/work/Catalina/localhost/xwiki and the user
> > under which your tomcat process is running should have permission to
> > this directory. Tomcat policies could affect this if you policies
> > state that you can't write to the file system, but this is not the
> > case in default policies You can change the temporary directory with
> > the xwiki.upload.tempdir parameter in xwiki.cfg
> >
> > xwiki.upload.tempdir= /usr/share/tomcat5/temp
> >
> >
> >
> > On 12/21/06, FireWave <firewave(a)free.fr> wrote:
> > > I use xwiki.war, same name on win or Ubuntu (Debian based)
> > > I use the same url than on windows, like
> > > http://localhost:8080/xwiki/bin/view/Main/WebHome
> > > I tried some other webapps application on tomcat linux, all works fine
> > > but xwiki.
> > > So, Tomcat works, mySQL is the same version on Win or Linux, .war and
> > db
> > > the same file too..
> > > Yeah it's very strange !!!!
> > >
> > > I'm so despaired !!! Please help ! :'(
> > >
> > > Thanks :)
> > > Rémi / F4EPA, Paris, France
> > >
> > >
> > >
> > > Vincent Massol a écrit :
> > > > Hi Remi,
> > > >
> > > >
> > > >> -----Original Message-----
> > > >> From: FireWave [mailto:firewave@free.fr]
> > > >> Sent: jeudi 21 décembre 2006 14:07
> > > >> To: xwiki-users(a)objectweb.org
> > > >> Subject: Re: [xwiki-users] Pb install sous Debian
> > > >>
> > > >> Hi,
> > > >> I think I've the same problem.
> > > >> I use the .war on tomcat.. And after restarting tomcat server, the
> > war
> > > >> are unwared and deployed, but, if I go on Tomcat admin webtool,
> > X-Wiki
> > > >> doesn't appear, and 404..
> > > >>
> > > >
> > > > * What's the name of your war in $TOMCAT_HOME/webapps/?
> > > > * What's the URL you're using when the 404 is returned?
> > > >
> > > >
> > > >> When I install with the same way on TomCat (same version) on WinOS,
> > all
> > > >> work fine.
> > > >>
> > > >
> > > > Hmmm... Strange. Tomcat should work the same on all OS.
> > > >
> > > >
> > > >> Sorry, I don't know what's the context path, and where change it.
> > > >> Thanks,
> > > >>
> > > >
> > > > Let's first find what the issue is.
> > > >
> > > > Thanks
> > > > -Vincent
> > > >
> > > >
> > > >> Vincent Massol a écrit :
> > > >>
> > > >>> Hi Daniel,
> > > >>>
> > > >>> Are you using the standalone installation ? Or are you using the
> > > >>>
> > > >> XWiki
> > > >>
> > > >>> WAR that you're dropping in a servlet container of your own? If
> > so,
> > > >>> you're the one choosing the context path. If you haven't specified
> > > >>> anything it's usually the war file name.
> > > >>>
> > > >>> Thanks
> > > >>>
> > > >>> -Vincent
> > > >>>
> > > >>> PS: Please write in English!
> > > >>>
> > > >>> *From:* Daniel Marre [mailto: Daniel.Marre(a)insa-toulouse.fr]
> > > >>> *Sent:* jeudi 21 décembre 2006 11:16
> > > >>> *To:* xwiki-users(a)objectweb.org
> > > >>> *Subject:* [xwiki-users] Pb install sous Debian
> > > >>>
> > > >>> Bonjour,
> > > >>>
> > > >>> j'ai un pb d'installation sous Debian, si vs pouvez jeter un oeil
> > ce
> > > >>> serait sympa.
> > > >>>
> > > >>> merci par avance.
> > > >>>
> > > >>> Amicalement.
> > > >>>
> > > >>> D.M.
> > > >>>
> > > >>>
> > ---------------------------------------------------------------------
> > > >>>
> > > >> -
> > > >>
> > > >>> ----
> > > >>>
> > > >>> J'ai téléchargé et installé la version xwiki-1.0-beta-1.tar.gz
> > > >>>
> > > >>>
> > > >> <https://forge.objectweb.org/project/download.php?group_id=170&file_id
> >
> > > >>
> > > >>> =7409>
> > > >>>
> > > >>> sous linux Debian.
> > > >>>
> > > >>> J'ai lancé le serveur correctement.
> > > >>>
> > > >>> Si j'accède à http://localhost:8080/xwiki/ j'obtiens
> > > >>>
> > > >>>
> > > >>> XWiki Installation
> > > >>>
> > > >>> * Installation Instructions
> > > >>>
> > > >> <http://localhost:8080/xwiki/install.txt>
> > > >>
> > > >>> * XWiki Home Page
> > > >>> < http://localhost:8080/xwiki/bin/view/Main/WebHome>
> > > >>>
> > > >>> mais en cliquant sur le Xwiki Home Page me donne :
> > > >>>
> > > >>>
> > > >>> HTTP ERROR: 404
> > > >>>
> > > >>> Not Found
> > > >>>
> > > >>> RequestURI=/xwiki/bin/view/Main/WebHome
> > > >>>
> > > >>> L'accès suivant le lien
> > > >>> http://localhost:8080/xwiki/bin/view/Main/WebHome
> > > >>> indiqué sur la page 'installation ' de votre site me donne la même
> >
> > > >>> chose (ce qui me semble là normal).
> > > >>>
> > > >>> --
> > > >>>
> > > >>>
> > > >>>
> > > >>> Daniel Marre
> > > >>>
> > > >>>
> > > >>>
> > > >>> Directeur des études du DGEI
> > > >>>
> > > >>>
> > > >>>
> > > >>> Maître de Conférences en Informatique
> > > >>>
> > > >>> INSA - DGEI www.insa-toulouse.fr
> > > >>>
> > > >> <http://www.insa-toulouse.fr >
> > > >>
> > > >>> 125 AV. de Rangueil - 31077 - Toulouse (France)
> > > >>>
> > > >>> Daniel.Marre(a)insa-toulouse.fr <mailto:
> > Daniel.Marre(a)insa-toulouse.fr>
> > > >>>
> > > >> (33) 5.61.55.98.08
> > > >>
> > > >>>
> > ---------------------------------------------------------------------
> > > >>>
> > > >> -
> > > >>
> > > >>> --
> > > >>>
> > > >>>
> > > >>> --
> > > >>> 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
> > > >>>
> > > >>>
> > > >
> > > >
> > > >
> > > >
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >
> > > > --
> > > > 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
> > > >
> > >
> > >
> > >
> > >
> > > --
> > > 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(a)objectweb.org?subject=help
> > > ObjectWeb mailing lists service home page:
> > http://www.objectweb.org/wws
> > >
> > >
> > >
> >
> >
> > --
> >
> > François Le Droff
> > http://www.droff.com
> >
> >
> >
> > --
> > 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 Tim,
Thank you for your answer. I was afraid that the only solution is using DNS. But at least, I am sure now that this is the only solution.
Bye
Diaga,
I had the same problem and the way I solved it, and only way I know, is having a DNS. Look into the archive for the advice I recieved. Also, make sure you granted the rights for both databases on your relational database.
Tim
________________________________
From: diaga(a)nomade.fr [mailto:diaga@nomade.fr]
Sent: Thu 7/19/2007 10:56 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Virtual wiki
Hi,
I was trying to create two virtual wikis but this is not working. I used apache and the hosts file of windows to make virtual hosts pointing on the xwiki controller. I have no DNS, I am working on local. In the near futur, I will have an pûbmlic IP adresse and no DNS or subdomain. I am a little confuse. If someone can help because I am really lost.
Thanks a lot, bye
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Hello everyone,
I tried to use the Panel Wizard to change the Page Layout from the default setting of "Right Column" to "Left Column". When I clicked "Save the new layout" I received a prompt "The layout has been saved properly". However, a stack trace was written to the console. I am now left with no side columns at all.
What am I doing wrong?
Here's the message that is now written to the console when I navigate to the Panel Wizard page.
16:22:30,727 ERROR P1-18 http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels=1&f…
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($first) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Panels.PanelWizard [line 6, column 14]
16:22:30,747 ERROR P1-18 http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels=1&f…
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($first) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Panels.PanelWizard [line 6, column 14]
16:22:30,747 ERROR P1-18 http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels=1&f…
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($first) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Panels.PanelWizard [line 6, column 14]
I have installed xwiki-enterprise-1.1-milestone-3 on a Windows XP machine. For now, I'm using the default HSQL database and Jetty web server.
Regards,
Justin Robbins
Hi,
I installed XWiki standalone on windows. I went in using Admin/admin
then entered my own personal details. Now I can't log in using either
Admin or my account details, it always says Wrong User Name. So I
uninstalled and reinstalled, same problem. Strangely after the reinstall
the welcome message and other characteristics of the virgin installation
don't come back. Is something left in the registry?
Any tips please?
TIA
John
Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of Eurobase. Eurobase will not enter into any contractual obligations in respect of any part of its business in any E-mail.
Privileged / confidential information may be contained in this message and /or any attachments. This E-mail is intended for the use of the addressee(s) only and may contain confidential information. If you are not the / an intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited. If you receive this transmission in error, please notify us immediately, and then delete this E-mail.
Neither the sender nor Eurobase accepts any liability whatsoever for any defects of any kind either in or arising from this E-mail transmission. E-Mail transmission cannot be guaranteed to be secure or error-free, as messages can be intercepted, lost, corrupted, destroyed, contain viruses, or arrive late or incomplete. Eurobase does not accept any responsibility for viruses and it is your responsibility to scan any attachments.
Eurobase Systems Limited is the main trading company in the Eurobase International Group; registered in England and Wales as company number 02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex CM2 0RE, UK.
Hi,
I installed XWiki standalone on windows. I went in using Admin/admin
then entered my own personal details. Now I can't log in using either
Admin or my account details, it always says Wrong User Name. So I
uninstalled and reinstalled, same problem. Strangely after the reinstall
the welcome message and other characteristics of the virgin installation
don't come back. Is something left in the registry?
Any tips please?
TIA
John
Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of Eurobase. Eurobase will not enter into any contractual obligations in respect of any part of its business in any E-mail.
Privileged / confidential information may be contained in this message and /or any attachments. This E-mail is intended for the use of the addressee(s) only and may contain confidential information. If you are not the / an intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited. If you receive this transmission in error, please notify us immediately, and then delete this E-mail.
Neither the sender nor Eurobase accepts any liability whatsoever for any defects of any kind either in or arising from this E-mail transmission. E-Mail transmission cannot be guaranteed to be secure or error-free, as messages can be intercepted, lost, corrupted, destroyed, contain viruses, or arrive late or incomplete. Eurobase does not accept any responsibility for viruses and it is your responsibility to scan any attachments.
Eurobase Systems Limited is the main trading company in the Eurobase International Group; registered in England and Wales as company number 02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex CM2 0RE, UK.
Ok so I'm using xwiki 1.0 standalone. Setup is pretty simple. I just
unzipped the files and ran the start_xwiki.sh and opened it up in my
browser. I haven't made any modifications (except changing the port number
to 80 in the startup script).
My problem is that a lot of the security related options don't seem to work.
For example, when I create a new group, it doesn't always show up under
http://192.168.1.27/xwiki/bin/view/XWiki/XWikiGroups and if I try to
recreate that group it says it already exists.
Also, when adding a user to a group by clicking the little + button to add a
new line for a new user (on
http://192.168.1.27/xwiki/bin/inline/XWiki/GroupName), the link goes to
http://192.168.1.27xwiki/bin/objectadd/XWiki/GroupName?classname=XWiki.XWik…
Notice that there's no "/" in between the IP address and "xwiki", so of
course the "page cannot be displayed". If I fix the link myself in the
address bar and add the missing "/" then the page allowing me to add a user
comes up correctly. If I change the startup script to go back to port 8080
(default), then the link is
http://192.168.1.27:8080/bin/objectadd/XWiki/GroupName?classname=XWiki.XWik….
Of course, now there's a "/" but "/xwiki" is missing and I still get a "page
cannot be displayed".
My other problem is that once I do get a user and/or group created and I
want to set permissions on a particular "space" (i.e. I do or don't want it
to show up altogether for different users), I can deny all the permissions
available on the administration "space rights" tab, but the space is still
visible on the right hand side, it's just that it returns the user an error
if they don't have rights. So I figured I might be able to hide the space
altogether and saw the "space prefs" tab and thought that might be useful.
Of course the link for this tab is
http://192.168.1.27xwiki/bin/objectadd/SpaceName/WebPreferences?classname=X….
Notice the lack of "/" in between the IP address and "xwiki" again at the
beginning of the link. Of course I can't bring that page up either. I'm
using a completely default xwiki 1.0 standalone version downloaded from
xwiki.org on Fedora 7. Apache is not running, just xwiki (tomcat, I guess).
It seems rather bizarre that I'd have so many problems with something I
didn't change at all, except for the port number. Of course, changing the
port number back just mangles the above mentioned links differently. It
doesn't fix the problem. Seems like I'm missing something pretty
fundamental here. Any ideas what I'm doing wrong?
-BJ Quinn
--
View this message in context: http://www.nabble.com/Security-problems-tf4119184.html#a11714695
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
This is my first post to this mailing list. Sorry in advance if this is a noob question.
I have installed xwiki-enterprise-1.1-milestone-3 on a Windows XP machine. For now, I'm using the default HSQL database and Jetty web server.
I start XWiki by running "start_xwiki.bat". This opens a command window. It appears the system out is logged directly to the command window. As I navigate around in the XWiki application I see multiple stack traces in the command window.
How can I send the log to a file instead of the command window?
If I were to post here for help with a problem it would probably be helpful if I could include the errors that are being logged.
Thanks in advance for the help. I'm looking forward to evaluating XWiki and possibly using it in our organization.
Regards,
Justin Robbins
Hi,
I was testing the exchange of data with Xwiki using XMLRPC and I had a strange behaviour. When trying to update a page by adding some content, I had to relogging to view the change, this normal I think. But when I remove the content of the page and I put a new one, I have to reboot my Web Server. It's a strange behaviour for me. So is the problem coming from me ( environment: Apache Tomcat, database Mysql, Xwiki 1.0 ) or is this the normal behaviour?
If you have any idea, thank you for your suggestion. Bye
Hi everyone,
ObjectWeb (our infrastructure) is not answering as to whether we will
recover the mails lost on the 16th and 17th. I have asked OW Admins
at least 3 times for the past 6 days and they said they're working on
it (but they haven't told us whether it'll be possible or not to
recover them). Thus we cannot wait any longer as there were important
mails sent during that period. I'm going to resend my emails and I
advise everyone to do the same.
We're really sorry about this. I'm following this up on OW's side.
Please note that the emails sent this week end have also not made it
to the list yet. Let's hope they're not lost too.
Thanks and again please accept our apologies for all these emails
issues we're suffering from the past 3 months. We're working on
finding a solution real soon so that it doesn't happen again in the
future.
-Vincent Massol
XWiki Release Manager
Hi,
Is it possible to remove properties from a user defined class (I can't see
it in the UI) ?
Undeterred I tried to use the info at
http://www.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema
I tried :
select * from xwikiclasses this returned no rows, which seems to imply no
user defined classes
select * from xwikiclassesprop where WXP_NAME like 'myprop%' did show the
property I added to the class
delete from xwikiclassesprop where WXP_NAME like 'myprop%' unfortunatly
didn't seem to remove the myprop from my class (the class editor showed it)
Incidently I edited the db before starting the server (to avoid possible
caching issues).
So, short of deleting and recreating my class... does anyone know how to
remove unwanted properties from a class ?
Many thanks in advance,
Dan
PS. Would others find this a useful feature ?
Hi,
I was trying to create two virtual wikis but this is not working. I used apache and the hosts file of windows to make virtual hosts pointing on the xwiki controller. I have no DNS, I am working on local. In the near futur, I will have an pûbmlic IP adresse and no DNS or subdomain. I am a little confuse. If someone can help because I am really lost.
Thanks a lot, bye
I'd like to encourage users my my XWiki installation to meep useful
information about themselves in their profile, and then have other link to
them when referring to them by name in other topics, e.g.
"A decision was made by [Brian Sayatovic|XWiki.bsayatovic]" to keep useful
information in user profiles..."
However, all we can edit is the description. While you can put wiki syntax
in that texbox, it is a very small box to work within (I end up copying &
pasting from a text editor) and you don't have the wysiwig editor.
Is there a way around this, or should I enter this as an enhancement
request?
Regards,
Brian.
P.S. I posted this message to the list on 7/17, but it never appeared
-----------------------------------------
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.
I am wondering..
Is there any reason why ALL user documents have to be in the XWiki space?
Wouldn't it make more sense to have an XWikiUser space, and perhaps an
XWikiGroup space?
For those of us with large installs already, it would be a pain to move..
but it doesn't seem to me that auth code checking for users should care
much about what space the user document is in (aside from
authorization/access, I suppose, as that is based on the space), but
still, I think separating user and group documents out into their own
spaces would make navigation of the xwiki space easier...
thoughts?
--
Waste of a good apple. --Samwise Gamgee
Hi,
After I create a blog entry using Create New Blog Post (let's say I named it crumbTest) and then view the entry, the navigational breadcrumb shows as Blog:Administration>crumbTest.
I would have expected it to just say Blog:crumbTest. Where does the Administration come from? Is this the way it was intended to work?
My guess is the parent determines the breadcrumb - which is XWiki.Webhome.
I'd like to have the navigational crumbs be consistent with what space the user is in. I've looked at the templates/classes for the blog but I can't figure out where the parent gets set when the blog entry is created.
I also tried creating a blog entry from the Blog.WebHome using the Add an Article button -and the resulting document was stored in the Main space (rather than Blog) and its breadcrumb showed Main:Administration>crumbTest2.
Can you point me in the right direction?
Thanks!
Rene
Hi, XWiki team,
It seems to me that upgrading the XWiki version on XWiki farm is very hard to do since it is not done for quite some time. Is this an indicator that maintaining an XWiki server with live sites is not easy?
Is there a path for site managers to move up to the next version XWiki? Or, is there a way for users to get to the new version or get around the problems of the old version? Not everyday everyone is starting from a clean new version, everyone has to face the upgrading time. If XWiki farm sites have to stay in old, old version, I guess moving up is really difficult. It does not look good to potential new users.
Thanks for thinking about this issue.
Wei-hsing
Hi, XWiki users,
Are you going to Taipei for Wikimania 2007? (http://wikimania2007.wikimedia.org/wiki/Main_Page) Would you be interested in a meet-up?
Please contact me if you plan to go. I grew up in Taipei and know the software industry. It would be nice to have a XWiki user gathering.
Wei-hsing
ps. Those who contacted me before, please do so again to confirm you are still going.
Hi,
I looked today over the XWikiMessageTool class, and I must say that I'm not
quite satisfied with it.
First, there was XWIKI-919, which I implemented. OK, I understand that files
stored on disk should be charset independent, so only ASCII characters are
supported by the ResourceBundle class (jvm) .But, when I can edit a wiki
document for storing bundles, I expect it to accept all the characters the
wiki supports (in my case, it was an UTF8 instance). I had some troubles
fixing this, since the JavaDoc says that bundles accepts only ASCII
characters, but it understands and parses unicode references ( \u0123 ).
Maybe I did something wrong, but doing content.replaceAll("\u0139",
"\\u0139") resulted in the string u0139 being displayed in the page. So I
had to trick it into believing that the component bytes of the encoding are
ASCII characters and manually restore the multibyte chars.
Second, I don't like the fact that XWIKI-921 was not already implemented.
Third, I don't like the cache refresh mechanism. It retrieves the
XWikiProperties->documentBundles property for each request, and It retrieves
the bundle documents for every request and checks if it must be refreshed or
not. Why isn't the com.xpn.xwiki.notify package used? It allows registering
callback handlers for specific document changes. How I see it:
- at startup, register a handler for XWiki.XWikiPreferences (so that we know
when the documentBundles property might change).
- remember the list of document bundles, don't ask it for each request
- also register handlers for the current bundle documents and load the
strings from these documents
- when XWikiPreferences is changed, if the documentBundle property is also
changed, remove the unused bundles and build the new ones
- when a undle document (or a translation for it) is changed, rebuild the
bundle for that document
This should speedup the code a bit, it makes use of a nice, but mostly
unknown feature, it doesn't log an error for each request when a specified
document is not found in the wiki, and it doesn't require so many variables
(previousDates, docsToRefresh).
Fourth, as I said above, if a document is specified in the documentBundles
property, but it does not exist in the wiki, for each $msg.get call an error
is logged. And there are a lot of calls for each request.
Now, in my opinion this is a nice way to get in the core of XWiki for a
newcomer, so does anybody want to write the changes I mentioned? Also, this
is a good occasion to document the event notification mechanism, in JavaDoc
and on www.xwiki.org
Regards,
Sergiu Dumitriu
--
http://purl.org/net/sergiu
Hi,
First; thanks to everyone who helped me make more blogs in my xwiki, it works beautifully! (though it's not the most beautiful code ever written...)
Second;
As far as I can tell there are no links from anywhere in the administration or editing modes to get back to the rest of the wiki. (there are save and cancel options, but that's not the same thing as 'Back') Have I missed something? If not; any hints on how and where to add such links?
For usability purposes- to make life easier for the future admins of the xwiki I'm setting up...
Thanks,
Karin
For a private wiki (with different companies involved), the use of email-addresses as userid would be great. Is there a possibility to achieve this?
Thanks,
Hanspeter
Hi,
I was looking for a way to set Parent Value with drop down list when user edit a page... I found this solution:
I modify the forms "Panels: DocumentInformation" (/xwiki/bin/inline/Panels/DocumentInformation) like this:
I replace lines:
****************
<input type="text" id="xwikidocparentinput2" name="parent" value="$!tdoc.parent" size="30"/>
****************
by
****************
<select name="parent" class="panelselect">
<option value="$!tdoc.parent" selected="selected">$!tdoc.parent</option>
<option value="">-Empty \*-</option>
#foreach($subdoc in $xwiki.getSpaceDocsName("$doc.web"))
<option value="$subdoc">$subdoc</option>
#end
</select>
****************
The forms contain:
****************
#set($pages = $tdoc.includedPages)
#largepanelheader("XWiki document information")
<dl><dt><label for="xwikidocparentinput2">$msg.get("parentfield"):</label></dt> <dd>
<select name="parent" class="panelselect">
<option value="$!tdoc.parent" selected="selected">$!tdoc.parent</option>
<option value="">-Vide \*-</option>
#foreach($subdoc in $xwiki.getSpaceDocsName("$doc.web"))
<option value="$subdoc">$subdoc</option>
#end
</select></dd>
#if($pages.size() != 0)
#if($pages.size() == 1)
<dt>$xwiki.parseMessage("editincludepagemsgone"):</dt>
#else
<dt>$xwiki.parseMessage("editincludepagemsgmore"):</dt>
#end
<dd>
<table summary="$msg.get("includeddocumentssummary")" id="xwikiincludeddocuments">
<tbody>
#foreach ($page in $pages)
<tr><td><a href="$xwiki.getURL($page, "view")">$page</a></td>
<td class="xwikibuttonlink"><a href="$xwiki.getURL($page, "edit")">$msg.get("edit")</a></td></tr>
#end
</tbody>
</table></dd>
#end
</dl>
#template("tagedit.vm")
#panelfooter()
On Jul 13, 2007, at 12:10 AM, <pbasnews-tmp(a)yahoo.fr> wrote:
>
> --- Vincent Massol <vincent(a)massol.net> a écrit :
>
>> Hi Pascal,
>>
>> On Jul 12, 2007, at 10:14 AM,
>> <pbasnews-tmp(a)yahoo.fr> <pbasnews-
>> tmp(a)yahoo.fr> wrote:
>>
>>> Hi,
>>> On Pages I want a simple line feed/(cr)/return
>> line
>>> and not a new paragraphs.
>>>
>>> What's the xwiki syntax for that?
>>
>> Well you're normally supposed to write paragraph...
>> ;) But yes you
>> can do what you want by using the \\ syntax:
> It 's a shame it is not indicate in the xwiki syntax
> help.
Yes it needs to be added. Would you mind creating a jira issue for that?
> BTW, is it difficult to code the line feed to avoid
> "\\"?
I think it's as hard as for HTML to do the same... :)
>>> Another think:
>>> I want writing xwiki code but I don't want xwiki
>>> execute the code.
>>> I don't want Escape $ caracater.
>>
>> You'll need to escape the $ and the #. For example
>>
>> \#set (\$tree = \$...)
>>
>> It's a pain and we would like this to be done by
>> default inside the
>> {code} macro but that macro is from radeox and
>>
>>> BTW, the link "Help on XWiki Syntax"
>>>
> Thxs for yours answers. :-)
>
>>
> (http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax?xpage=plain)
>>> si broken!
>>
>> I wasn't able to find that link. Where is it?
> Edit a Pages-deploy the right Panel by a click on
> "xwiki syntax help"-under "Image" U found the broken
> link "Help on the XWiki Syntax"
ok thanks I'm fixing it.
-Vincent
--- Vincent Massol <vincent(a)massol.net> a écrit :
> Hi Pascal,
>
> (Can you please make sure you answer to the list? )
Oups sorry.
> >>
> >> 1) Your solution won't scale for bug wikis as
> there
> >> can be thousands
> >> of pages in the same space
> > Yep i'm agree with you
> >
> >> 2) We need to be able to easily select a parent
> from
> >> another space
> >>
> >> My suggestion is the following:
> >> 1) Use auto-suggest in that parent field
> > What your auto-suggest will display? Current Space
> > Pages?
>
> All pages.
In that case, U will lose performance with a big wiki
with thousands and thousands and thousands Pages
I think the better is to propose both solution:
-auto-suggest Pages in CurrentSpace
-and a popup windows with "..." button display all
Wikis Pages
But Your the Boss ;-)
> >> 2) Have a button "..." that opens the exact same
> >> Link popup window as
> >> in the WYSIWYG editor for selecting a page
> > Excellent choice.
PS: great wiki guys!
Pascal
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
I¹m setting up an xwiki for my organization and I¹ve managed to tie it to
our 2003 Domain controller for user authentication. My problem is that with
xwiki 1.0 users could just log in with their domain accounts, registration
of said user was automatic. With 1.1 milestone 2 the user must be registered
first or they don¹t seem to have permissions to view anything, sometimes it
just won¹t accept them at all. I¹m using the same configuration lines in
xwiki.cfg for 1.1 as I did for 1.0. Am I missing something? Or is this
working as intended?
------------------------------------------------------------------
Jacob Bresciani
Systems Analyst, Information Systems Support
Procurement and Supply Services
Phone: (250) 356-7115 Fax: (250) 387-0388
E-mail: jacob.bresciani(a)gov.bc.ca
Visit us online at: http://www.pss.gov.bc.ca/
Committed to our customers ... always working for you!
Hi everyone,
Just wanted to let you know I have completely rewritten the XWiki
Syntax Guide.
It's available at:
http://www.xwiki.org/xwiki/bin/view/UserGuide/XWikiSyntax
Please let me know if you think anything is missing or not correct.
That'll help improve it.
Thanks
-Vincent
Hi Sergiu,
Thanks, I am gonna try to do it.
Bye
Usually the java container responds to :8080, but you can either
configure the container to listen at port 80, or use apache + mod_jk
to forward requests from :80 to :8080.
On 7/11/07, diaga(a)nomade.fr <diaga(a)nomade.fr> wrote:
> Hi,
> Is it normally possible to connect with the url http://localhost/xwiki/xmlrpc/confluence instead of http://localhost:8080/xwiki/xmlrpc/confluence. Because the url http://localhost/xwiki/xmlrpc/confluence doesn't work for me. I don't know if this is a bug or not.
> Thanks!
>
>
Sergiu
--
http://purl.org/net/sergiu
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Hi,
I am doing a search for all the users whose address is matching a particular pattern. (Suppose there is an "address" property in the UserClass). Also I want the results to be sorted by another property, say, "username".
I found a similar query in this mailing list thread :
http://www.nabble.com/select-objects-by-class-and-sort-by-property-tf710844…
I tried forming the following query but it is wrong.
, BaseObject as obj, StringProperty as prop, StringProperty as otherprop join obj.id=otherprop.id.id and otherprop.id.name='username' where obj.name=doc.fullName and obj.className='Users.UserClass' and obj.id=prop.id.id and prop.id.name='address' and prop.value like '%someaddress%' order by otherprop.value
Can anyone tell me what the correct query should be like.
Thanks in advance
Roopesh
Hi.
I get the xwiki-web-standard-1.1-milestone-3-hsqldb.war and put it in
my tomcat 5.5.23 using Java 1.6.0_01. I change the hibernate file to
use MySQL DB and I import the Default xar file
(xwiki-application-panels-1.1-milestone-3.xar).....
So now i can't ADD a user in my xwiki and the Admin user don't
exist.... so i try the superadmin user but when i click in User&Groups
in the link the users page... don't have a link to ADD a new user.
How can i add a new user?
All,
By using the WYSIWYG editor I have added to my wiki page a link to a text
file. The generated link location is file:///z:/ASF/MyFile.txt. When copying
the link location into Firefox, the file is correctly shown. The problem is
that when I click on the link in XWiki and Firefox, nothing happens. When
using Internet Explorer :o( everything works just fine.
This is clearly an issue linked to the way Firefox handles file links. I
have searched, but have not found a solution. Can someone provide some help
for solving this issue ?
Regards, Stefan Lecho.
--
View this message in context: http://www.nabble.com/File-link-not-working-in-Firefox-tf4067071.html#a1155…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
On Pages I want a simple line feed/(cr)/return line
and not a new paragraphs.
By exemple:
On Edit mode, I writing:
Hi
I's me
On Shown mode, the page display:
Hi It's me
I want:
Hi
I's me
What's the xwiki syntax for that?
I must modify xwiki.cfg?
Another think:
I want writing xwiki code but I don't want xwiki
execute the code.
I don't want Escape $ caracater.
By example:
On Edit mode, I writing:
{NotInterpret}
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
{NotInterpret}
I want that on Page:
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
BTW, the link "Help on XWiki Syntax"
(http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax?xpage=plain)
si broken!
Thxs for yours answers
-- Pascal
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Hi,
I have downloaded the latest xwiki 1.1 code and built xwiki.war file. This
version is faster than xwiki 1.0. But I am facing a peculiar problem. The
table tag in xwiki groups page is not getting displayed in form of a table
instead it is just showing up as follows:
{table} Member XWiki.EricGandt XWiki.GuthrieTaber {table}
with hyperlinks to edit table and add member options.
Please help me resolve this issue.
Ravi.
--
View this message in context: http://www.nabble.com/Table-display-in-xwiki-groups.-tf4065327.html#a115513…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thank you so much, both Erin and Vincent.
I have managed to get different spaces to display blog post of only their own space, however I can't make blog entries in any other spaces than the original blog space. (lucky me there are entries in Main so I can know the filtering works...)
Could someone please be a little more detailed about the how, where and what should be changed? Any code snippets to be had?
It would be great!
Thanks,
//Karin
-----Ursprungligt meddelande-----
Från: Erin Schnabel [mailto:ebullient.rain@gmail.com]
Skickat: den 6 juli 2007 14:40
Till: xwiki-users(a)objectweb.org
Ämne: Re: SV: [xwiki-users] How to make a new blog
I've done this with our installation for team-level news. Just adjust
the "Add news" form to include a space/web as input (or copy the "Add
news" to the space you want, and fill in the space/web value), and as
Vincent said, filter display of news from within those spaces.. that
is, make a "NewSpace.News" or "NewSpace.Blog" page that lists only
those entries belonging to the space, and you're done.
On 7/6/07, Karin Wiklund <karin.wiklund(a)idainfront.se> wrote:
>
>
> Ah! :) I just had to log in again to make it work...
> http://jira.xwiki.org/jira/browse/XE-73
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 13:19
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: SV: [xwiki-users] How to make a new blog
>
>
>
>
> On Jul 6, 2007, at 1:02 PM, Karin Wiklund wrote:
>
>
> I'd love to, but I don't have the rights to create issues on jira.xwiki.org
> :)
>
> You do have the rights. You need to create a user that's all :)
>
>
> Thanks
> -Vincent
>
>
>
> And thank you for answering. If I figure out something useful I'll let you
> know.
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 12:05
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: [xwiki-users] How to make a new blog
>
> BTW, I think that's an interesting feature that we could have out of the
> box. If you wish you could create a jira issue for this in the XWiki
> Enterprise jira project on jira.xwiki.org.
>
>
> Thanks
> -Vincent
>
>
>
> On Jul 6, 2007, at 12:01 PM, Vincent Massol wrote:
>
>
>
>
> On Jul 6, 2007, at 11:22 AM, Karin Wiklund wrote:
>
>
> Hi,
> This might be a stupid question but I hope someone will be patient enough to
> answer it;
> How do I make a new blog? I don't want another entry, I want another blog.
> My company wants to give each developement project their own blog on the
> company xwiki.
>
> I've scanned the mailinglist archíves and the xwiki.org site for help, but
> haven't found anything useful.
>
> I would greatly appreciate your help on this
>
>
> A blog is made of the following:
> - An Article class and associated classsheets/templates
> - XWiki documents to which an Article object is added to
> - A Main XWiki Document listing blog entries (Blog.WebHome)
>
>
> Right now the classsheet and Blog.WebHome pages use the Blog.Macros document
> to display blog entries. That macro looks for all documents in the xwiki
> which have an Article object attached.
>
>
> If you want several blogs you'll need to add a variable to tell the
> Blog.Macros macro to only look in a portion of the wiki. For example you
> could decide to pass a Space so that only blog entries in that space are
> displayed.
>
>
> Try editing the Blog.WebHome page and the Blog.Macros macro and you'll
> understand.
>
>
> Warning: you'll need some understanding of XWiki objects/classes/templates.
> See the dev guide for more on this.
>
>
> 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
>
>
> --
> 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
>
>
--
'Waste of a good apple' -Samwise Gamgee
Hi, I am trying to download xwiki source code using
svn co svn://svn.forge.objectweb.org/svnroot/xwiki/trunks-users
and
svn co svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki-platform/core/trunk
But, I am getting this error:
svn: Unknown hostname 'svn.forge.objectweb.org
Since I am behind a proxy, I have create appropriate entries in server file
for my subversion client:
objectwebgroup = *.objectweb.org
[objectwebgroup]
http-proxy-host = xxx.xxx.xxx.xxx
http-proxy-port = xxxx
Any Idea why I am getting this problem? Also, when I tried to download zip,
tgz, tgbz2 from http://fisheye2.cenqua.com/browse/~br=XWIKI_1_0/xwiki
I am getting HTML files, though they are named: tarball.zip/tgz/tgbz2, I saw
the contents and it is HTML. I also found following tag in this files:
<div class="welcomePane">
<p><strong>FishEye was unable to process your request.</strong></p>
java.lang.StackOverflowError<br/>
Does this suggest that something's wrong with the servers right now ?
Thanks & Regards,
Advait Trivedi
--
View this message in context: http://www.nabble.com/problems-faced-obtaining-xwiki-source-tf4034498.html#…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm looking to use xwiki, though would like to do some
custom skins and
templates for my site. I was looking at the various vm
files under the
"templates" directory, though am becoming horribly
confused as to the
flow, page life cycle, and generally how everything is
connected.
Is there some good resources I can read about how
everything fits
together and also possible some sample applications?
I'm not really sure
where to start or even how the main page for xwiki is
being
generated...I tried looking through the xwiki website,
though
customization documentation seems sparse, though I may
have just totally
missed something...thanks in advance...
Thanks,
Josh
Hello,
I am a newbie to XWiki and wanted some information.
As XWiki is written in Java, it can run on any O.S.
Which O.S should be the best choice for installing XWiki.
I am sure each of you has had his own experiences with Windows as well as Linux.
So, how good can Xwiki be, if we install it on Linux or on Windows ?
--
Regards
Umair
Oops! Operating system... :-( http://en.wikipedia.org/wiki/Operating_system . I know platform is extensively used with a lot of meanings. In this case it seems a platform, XWiki (application software), running on top of another platform (system software + hardware). But of course criticism is easier than to propose an alternative! So, let's see if I am able to propose something about that... :-)
It will be great to help with this page (or any other)... I'll do my best! But it would be advisable I have a better understanding about the whole thing! I'm catching up with that. In fact some users here have started some help pages: I've advised them to go to xwiki.org, check there and try to help building this help repository. It makes no sense doing things twice!
Cheers,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Vincent Massol<vincent(a)massol.net> 11/7/2007 11:34 >>>
Hi Ricardo,
- First, as you've asked about the distinctions it means the description on the download page isn't good enough so that needs to be improved. I wouldn't mind getting your help for that :)
- Second, you say that there's a confusion on the word "platform" in the download page. I checked it and cannot see the confusion. However I don't understand what "Operative System" means... ;)
Thanks
-Vincent
I am an absolute beginner concerning xwiki. I read some of the documentation
and find it very confusing.
I wrote a java program to create xwiki pages. The upper part of each page is
a text that should be editable by the user, the lower part contains a groovy
statement which should NOT be editable by the reader.
Is there a possibility to protect the groovy code?
Regards,
Dieter
--
View this message in context: http://www.nabble.com/protected-area-in-xwiki-page---tf4048551.html#a114997…
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi,
i have a long xwiki page that spans several screens.
when i try to edit sections of the page some of my data
(escpecially code blocks {code}) disappear when i save
them. this happens always during switches between edit
modes.
has anyone experienced the same problem?
i'm using xwiki 1.0-rc2. If necessary i can provide my exported page
to reproduce the error.
g,
kris
Thanks indeed, Sergiu.
I think I can get the point. Thus, to migrate from a milestone-1 installation it will enough to download xwiki-web-standard-1.1-milestone-3-hsqldb.war, deply it and point the installation to the existing database. xwiki-application-panels-1.1-milestone-3.xar could content pages that allow to take advantage of the new M3 features, so I must take a look to its contents and upload those pages being used in the former installation. Please, is this correct? If yes, could it be advisable to include a link to xwiki-web-standard-1.1-milestone-3-hsqldb.war in http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11M3? Something like...
"There have been no changes to the database structure so you can simply install this version and configure it to point to your existing database. However you may want to import the default wiki XAR in order to benefit from improvements listed above. You'll find above the list of pages that have been modified so you can restrict your import to those pages if you're already using a XWiki 1.0 XAR."
By the way, the word "platform" is used with two different meanings in the download page: one refers to the framework on which XWiki may be run and the other to the "base" XWiki components by themselves. As far as the first meaning mostly refers to operative systems, could it be advisable to change this table heading to Operative System instead of Platform?
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Sergiu Dumitriu<sergiu.dumitriu(a)gmail.com> 10/7/2007 01:54 >>>
This reflects the new structure of the repository, and the separation
of the "old" xwiki into different parts/modules.
So, there are 3 major parts that can be seen:
- xwiki-platform-core is the java platform that works behind the scene
(the model and controller in MVC). It does not contain any
presentational templates or documents. In the final package this
contributes most of the WEB-INF directory, except some configuration
files.
- xwiki-web-standard (or xwiki-platform-web/standard, as it is in the
repository) adds the view part (templates, static files,
stylesheets...). In the final .war this contributes all the other
directories except most of WEB-INF. Still, this does not contain any
documents. Together with the core, it can be used as the basis for any
XWiki product, like XWiki Enterprise, XWiki Watch or Curriki.
- xwiki-enterprise (or xwiki-products-enterprise) is now a product
built on top of the XWiki platform, and adds only the documents that
can be seen in a fresh XWiki. You can still build a war without this
module, but it will not contain any users, classes, templates, plain
documents or applications. It can also be deployed as a standalone
application, containing everything needed to run XWiki (container,
database, webapp, scripts to start/stop the container).
Actually there are more modules, but you can look at the svn structure
to see them all.
On 7/10/07, Ricardo Rodríguez - Your XEN ICT Team <webmaster(a)xen.net> wrote:
>
>
> Hi, Vincent, hi all,
>
> I've been trying to follow the development of the new milestone by following
> messages sent to xwiki-dev, but I am afraid I have missed some point. A
> doubt that has arisen when going to download the new release: why the
> standalone installation file is called
> xwiki-enterprise-1.1-milestone-3-hsqldb.zip whereas the war file is called
> xwiki-web-standard-1.1-milestone-3-hsqldb.war? Why the first one is
> -enterprise- and the second one -web-standard-?
>
Sergiu
--
http://purl.org/net/sergiu
Hi All,
I built XWiki using tomcat, on oracle(and created the database with 36
tables) .
I tried to login with username/password as Admin/Admin (as given in
http://www.xwiki.org/xwiki/bin/view/Main/Documentation , for my sql in
comments section); but it does not accept the user.
I also see
1) Login
2) Administration
on the top right corner of the browser, but there is no user
creation/registration link.
Please suggest if i need to create a user using some DB scripts, or if i
could have gone wrong somewhere.
Thanks
Gaurav
Hi Sergiu,
Thanks for the answer. So I am going to wait for the new release that will solve this Bug.
Bye
Hello,
This is indeed a bug in XWiki, caused by the fact that the there are
two caches that don't communicate with each other, one for XML-RPC
requests, and one for normal (servlet) requests. It should be solved
soon.
On 7/9/07, diaga(a)nomade.fr <diaga(a)nomade.fr> wrote:
> Hi,
> I was testing the exchange of data with Xwiki using XMLRPC and I had a strange behaviour. When trying to update a page by adding some content, I had to relogging to view the change, this normal I think. But when I remove the content of the page and I put a new one, I have to reboot my Web Server. It's a strange behaviour for me. So is the problem coming from me ( environment: Apache Tomcat, database Mysql, Xwiki 1.0 ) or is this the normal behaviour?
> If you have any idea, thank you for your suggestion. Bye
>
>
>
Sergiu
--
http://purl.org/net/sergiu
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Hi Gaurav,
I can answer that. The password for the user Admin (with upper cas A) is admin (with lower case a) (as given in <http://www.xwiki.org/xwiki/bin/view/Main/Documentation> http://www.xwiki.org/xwiki/bin/view/Main/Documentation :) ) You could also uncomment the superadmin in xwiki.cfg and use that one if nothing else works.
good luck!
//Karin
-----Ursprungligt meddelande-----
Från: Gaurav Upadhyaya [mailto:gauravu@2xprime.com]
Skickat: den 11 juli 2007 08:22
Till: xwiki-users(a)objectweb.org
Ämne: [xwiki-users] XWiki Login Issue.
Hi All,
I built XWiki using tomcat, on oracle(and created the database with 36 tables) .
I tried to login with username/password as Admin/Admin (as given in http://www.xwiki.org/xwiki/bin/view/Main/Documentation , for my sql in comments section); but it does not accept the user.
I also see
1) Login
2) Administration
on the top right corner of the browser, but there is no user creation/registration link.
Please suggest if i need to create a user using some DB scripts, or if i could have gone wrong somewhere.
Thanks
Gaurav
Hi,
I am required to provide xwiki as JSR-168 portlet. I came to know that
currently JSR 168 portlet is not supported but portlet for exo platform is
supported. Can any one suggest me best strategy to providing JSR 168
portlet? how should i start? does xwiki provide a service layer which can be
called from portlet? How should i go about presentation layer, can i reuse
xwiki's code for presentation layer? i am not sure how should i start? i
have worked as an end-user with xwiki by setting it up on my box.
Thanks & Regards,
Advait Trivedi
--
View this message in context: http://www.nabble.com/jsr-168-portlet-for-xwiki-tf4055788.html#a11520689
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I've finished writing a tutorial for XWiki. In this tutorial you learn :
* how to install XWiki (Tomcat, MySQL)
* how to create pages and change their content
* create user and deal with access rights
* and other little things (change title, change skin...)
I'm in the process of uploding it to developpez.com web site but before I
was wondering if one of you (speaking french) would like to have a quick
read through (in case there are some mistakes).
Let me know.
Antonio
Hello,
I recently inherited an xwiki site. I was able to use the superadmin to login to the site (thanks, Sergiu!), but once logged in, the button bar containing the Home, Blog, Knowledge Base, Search, Admin, Doc, and Register buttons is not visible.
I'm guessing this is a skin issue, but I don't know where to start. I'm using tomcat to serve up xwiki.war for the site, and I don't have the original code or site which was bundled into the war file.
Any help would be appreciated, and thanks in advance!
Sincerely,
John Goetz
Apogen Technologies
Las too-danged-hot Vegas
I will be out of the office starting 06/28/2007 and will not return until
07/11/2007.
If you have an open case with me and cannot wait until I return, please
call 1-800-274-8184 and speak with Customer Support.
I am using xwiki-1.1-milestone-2.3619. When I Show --> History, it does not
show a corresponding version.
Example:
Newly created page with 3 different edits.
Edit 1
Version 1.2 last modified by Administrator on 09/07/2007 at 09:41
Edit 2
Version 1.3 last modified by Administrator on 09/07/2007 at 09:42
Edit 3
Version 1.4 last modified by Administrator on 09/07/2007 at 09:44
Show --> History
1.3 Administrator 09/07/2007 09:44 Rollback
1.2 Administrator 09/07/2007 09:42 Rollback
1.1 Administrator 09/07/2007 09:41 Rollback
When I select "From" on Version 1.3 and "To" for 1.1.
changes
From Version 1.4 To 1.2 edited by Administrator on 2007/07/09 09:41
<green color bar>Edit 1
< red color bar>Edit 3
I thought you may want to know about this bug. If there is a better way to
submit bugs, let me know. I am new to learning wikis and to xwiki. As soon
as I get up to speed, I will be glad to help the project.
Keep up the good work.
Sincerely,
Carlos Pruitt
Hi, Vincent, hi all,
I've been trying to follow the development of the new milestone by following messages sent to xwiki-dev, but I am afraid I have missed some point. A doubt that has arisen when going to download the new release: why the standalone installation file is called xwiki-enterprise-1.1-milestone-3-hsqldb.zip whereas the war file is called xwiki-web-standard-1.1-milestone-3-hsqldb.war? Why the first one is -enterprise- and the second one -web-standard-?
Thanks for the great work the XWiki team is allowing us to enjoy. Hopefully we can contribute in the near future!!!
Best,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Vincent Massol<vincent(a)massol.net> 9/7/2007 23:43 >>>
The XWiki development team team is pleased to announce the availability of the 1.1 Milestone 3 release of XWiki Enterprise
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
Version 1.1 Milestone 3 is mostly a bug fix release. There's also been a big internal change in that XWiki has been reorganized to separate the Platform from the Products developed on top of it and a modular automated build system using Maven2 has been setup. This was done to support the multiple products that will be released in the near future: XWiki Enterprise (the current Wiki you've come to know and love), XWiki Enterprise Manager (Multi Wiki management tool), XWiki Watch (social feed reader) and more.
Main changes:
* Lots of bugs fixed
* XWIKI-798 - XWiki does not work on Java 1.6
* XWIKI-1411 - Allow date format in footer to be customized (for Albatross and Finch skins)
* XWIKI-1453 - Allow specifying the list of toolbars to display in the WYSIWYG editor
* XWIKI-1355 - The page displayed by UnknownAction should be configurable
* XWIKI-1410 - Configurable list of initial groups
* XWIKI-1372 - Make XWiki platform GWT-ready
+ several other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11M3
Enjoy
-The XWiki development team
Hopefully the XWiki farm will also get some updates/upgrades soon?
-------------- Original message ----------------------
From: Vincent Massol <vincent(a)massol.net>
>
> The XWiki development team team is pleased to announce the
> availability of the 1.1 Milestone 3 release of XWiki Enterprise
> Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> Version 1.1 Milestone 3 is mostly a bug fix release. There's also
> been a big internal change in that XWiki has been reorganized to
> separate the Platform from the Products developed on top of it and a
> modular automated build system using Maven2 has been setup. This was
> done to support the multiple products that will be released in the
> near future: XWiki Enterprise (the current Wiki you've come to know
> and love), XWiki Enterprise Manager (Multi Wiki management tool),
> XWiki Watch (social feed reader) and more.
>
> Main changes:
>
> * Lots of bugs fixed
> * XWIKI-798 - XWiki does not work on Java 1.6
> * XWIKI-1411 - Allow date format in footer to be customized (for
> Albatross and Finch skins)
> * XWIKI-1453 - Allow specifying the list of toolbars to display
> in the WYSIWYG editor
> * XWIKI-1355 - The page displayed by UnknownAction should be
> configurable
> * XWIKI-1410 - Configurable list of initial groups
> * XWIKI-1372 - Make XWiki platform GWT-ready
>
> + several other changes.
>
> See the full release notes on http://www.xwiki.org/xwiki/bin/view/
> Main/ReleaseNotesXWikiEnterprise11M3
>
> Enjoy
> -The XWiki development team
>
>
>
>
The XWiki development team team is pleased to announce the
availability of the 1.1 Milestone 3 release of XWiki Enterprise
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
Version 1.1 Milestone 3 is mostly a bug fix release. There's also
been a big internal change in that XWiki has been reorganized to
separate the Platform from the Products developed on top of it and a
modular automated build system using Maven2 has been setup. This was
done to support the multiple products that will be released in the
near future: XWiki Enterprise (the current Wiki you've come to know
and love), XWiki Enterprise Manager (Multi Wiki management tool),
XWiki Watch (social feed reader) and more.
Main changes:
* Lots of bugs fixed
* XWIKI-798 - XWiki does not work on Java 1.6
* XWIKI-1411 - Allow date format in footer to be customized (for
Albatross and Finch skins)
* XWIKI-1453 - Allow specifying the list of toolbars to display
in the WYSIWYG editor
* XWIKI-1355 - The page displayed by UnknownAction should be
configurable
* XWIKI-1410 - Configurable list of initial groups
* XWIKI-1372 - Make XWiki platform GWT-ready
+ several other changes.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWikiEnterprise11M3
Enjoy
-The XWiki development team
Hello,
I recently inherited a local xwiki site (for internal use), and have no idea of the admin password. Is there any way to recover/reset this?
I have a regular user account&password that works. Is there any way to upgrade the user account to an admin account?
Alternatively, if I have to reinstall xwiki, is there any way I can save and reload the information? Would mysqldump be useful?
Thanks in advance for any help.
Sincerely,
John G.
Apogen Technologies
Las Vegas NV
Yes, it's hot! I don't care if it's a *dry* heat or not!
Hi Peter,
There's a better solution. We now have an #includeInContext macro
that would work exactly as you wanted:
http://www.xwiki.org/xwiki/bin/view/Code/IncludeInContextMacro
Hope it helps,
-Vincent
On Jan 13, 2006, at 11:23 PM, Peter Flynn wrote:
> Aha, now I understand what was happening: we were using #includeForm
> () as a way of inserting snippets of boilerplate text (like the
> “non-neutrality” warnings seen on Wikipedia, etc.). Since those
> snippets weren’t really proper forms, the “Edit this Page” behavior
> looked screwed up—nothing was becoming editable, so it looked like
> just another static view of the page.
>
>
>
> I’ve worked around this by writing a new #insert() macro that
> simply wraps #includeForm() so that XWiki doesn’t see it being
> referenced in the page. (It would also work to just switch to
> #includeTopic(), but I want macros in the snippets to be evaluated
> in the including page’s context).
>
>
>
> Thanks for the lead, Vincent!
>
>
>
> - Peter
>
>
>
> From: Vincent Massol [mailto:vincent@massol.net]
> Sent: Wednesday, December 13, 2006 12:39 AM
> To: xwiki-users(a)objectweb.org
> Subject: RE: [xwiki-users] "Inline" mode
>
>
>
> Hi Peter,
>
>
>
> I wondered about this myself and documented it here: http://
> www.xwiki.org/xwiki/bin/view/UserGuide/
> PageEdition#HFormeditionmode28akainlinemode29 in the user guide.
>
>
>
> Thanks
>
> -Vincent
>
>
>
>
>
> From: Peter Flynn [mailto:pflynn@adobe.com]
> Sent: mardi 12 décembre 2006 23:09
> To: xwiki-users(a)objectweb.org
> Subject: [xwiki-users] "Inline" mode
>
>
>
> Hi everyone,
>
>
>
> I’m wondering about the “inline” view of pages -- i.e. when the URL
> contains “xwiki/bin/inline”. There are certain pages on my wiki
> where the “Edit this Page” link sporadically redirects to this view
> rather than the usual “xwiki/bin/edit” URL. Does anyone know why
> this might be?
>
>
>
> Thanks,
>
>
>
> - Peter
>
> <messagefooter.txt>
Can the XWiki syntax list just be removed? I just need a clean edit window to continue working...and be able to point others to XWiki without saying that it does not work well...
-------------- Original message ----------------------
From: wangwh(a)att.net
>
> Hi, Vincent,
>
> This is still an open issue.
>
> The recent unknown changes on XWiki farm made editing pages difficult, since the
> edit window is covered by XWiki syntax list.
>
> Moving just the skin to albatross does not solve the problem, since, as an user,
> I cannot switch over to albatross, and the new skin does not allow changing menu
> items and modifying skin. It is not possible for me to really move to albatross.
>
> Staying in Dodo is not good, since it is hard to edit and hard to get others to
> use XWiki.
>
> What other options do we have in using XWiki farm sites?
>
> Thanks for help.
> 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,
This is still an open issue.
The recent unknown changes on XWiki farm made editing pages difficult, since the edit window is covered by XWiki syntax list.
Moving just the skin to albatross does not solve the problem, since, as an user, I cannot switch over to albatross, and the new skin does not allow changing menu items and modifying skin. It is not possible for me to really move to albatross.
Staying in Dodo is not good, since it is hard to edit and hard to get others to use XWiki.
What other options do we have in using XWiki farm sites?
Thanks for help.
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
> >>>>
>
>
I am a bit confused.
According to the xwiki web site, the xwiki software falls under the GPL.
However, there is a creative commons license at the bottom of each page
created by xwiki.
Does this mean the content and data in xwiki falls under the creative commons
license? Can I keep the creative commons license on the xwiki specific
documents and remove the creative commons license footer on my on content and
data?
Kudos to all the developers on the xwiki project. Nice job.
Sincerely,
Carlos Pruitt
Hello !
Is there a way to retrieve the list of available skins from the wiki? I know
i can search the pages from XWiki.XWikiSkins class, but this way i don't
retrieve the skins that are stored into a folder (like albatross, dodo..etc
in XWiki). Is there a trick to get automatically the list of all the skins
(those with a XWikiSkins object + those stored in a folder) ?
It would be useful for example if you want to give the possibility to the
user to choose his skin into a selectbox, without having to add manually
each skin to the box, each time one skin is added.
Thanks!
-Nicolas-
PS: thanks Vincent for your quick answer about velocity-tools last time!
Ah! :) I just had to log in again to make it work...
http://jira.xwiki.org/jira/browse/XE-73
//Karin
-----Ursprungligt meddelande-----
Från: Vincent Massol [mailto:vincent@massol.net]
Skickat: den 6 juli 2007 13:19
Till: xwiki-users(a)objectweb.org
Ämne: Re: SV: [xwiki-users] How to make a new blog
On Jul 6, 2007, at 1:02 PM, Karin Wiklund wrote:
I'd love to, but I don't have the rights to create issues on jira.xwiki.org :)
You do have the rights. You need to create a user that's all :)
Thanks
-Vincent
And thank you for answering. If I figure out something useful I'll let you know.
//Karin
-----Ursprungligt meddelande-----
Från: Vincent Massol [ mailto:vincent@massol.net]
Skickat: den 6 juli 2007 12:05
Till: xwiki-users(a)objectweb.org
Ämne: Re: [xwiki-users] How to make a new blog
BTW, I think that's an interesting feature that we could have out of the box. If you wish you could create a jira issue for this in the XWiki Enterprise jira project on jira.xwiki.org.
Thanks
-Vincent
On Jul 6, 2007, at 12:01 PM, Vincent Massol wrote:
On Jul 6, 2007, at 11:22 AM, Karin Wiklund wrote:
Hi,
This might be a stupid question but I hope someone will be patient enough to answer it;
How do I make a new blog? I don't want another entry, I want another blog. My company wants to give each developement project their own blog on the company xwiki.
I've scanned the mailinglist archíves and the xwiki.org site for help, but haven't found anything useful.
I would greatly appreciate your help on this
A blog is made of the following:
- An Article class and associated classsheets/templates
- XWiki documents to which an Article object is added to
- A Main XWiki Document listing blog entries (Blog.WebHome)
Right now the classsheet and Blog.WebHome pages use the Blog.Macros document to display blog entries. That macro looks for all documents in the xwiki which have an Article object attached.
If you want several blogs you'll need to add a variable to tell the Blog.Macros macro to only look in a portion of the wiki. For example you could decide to pass a Space so that only blog entries in that space are displayed.
Try editing the Blog.WebHome page and the Blog.Macros macro and you'll understand.
Warning: you'll need some understanding of XWiki objects/classes/templates. See the dev guide for more on this.
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
I'd love to, but I don't have the rights to create issues on jira.xwiki.org :)
And thank you for answering. If I figure out something useful I'll let you know.
//Karin
-----Ursprungligt meddelande-----
Från: Vincent Massol [mailto:vincent@massol.net]
Skickat: den 6 juli 2007 12:05
Till: xwiki-users(a)objectweb.org
Ämne: Re: [xwiki-users] How to make a new blog
BTW, I think that's an interesting feature that we could have out of the box. If you wish you could create a jira issue for this in the XWiki Enterprise jira project on jira.xwiki.org.
Thanks
-Vincent
On Jul 6, 2007, at 12:01 PM, Vincent Massol wrote:
On Jul 6, 2007, at 11:22 AM, Karin Wiklund wrote:
Hi,
This might be a stupid question but I hope someone will be patient enough to answer it;
How do I make a new blog? I don't want another entry, I want another blog. My company wants to give each developement project their own blog on the company xwiki.
I've scanned the mailinglist archíves and the xwiki.org site for help, but haven't found anything useful.
I would greatly appreciate your help on this
A blog is made of the following:
- An Article class and associated classsheets/templates
- XWiki documents to which an Article object is added to
- A Main XWiki Document listing blog entries (Blog.WebHome)
Right now the classsheet and Blog.WebHome pages use the Blog.Macros document to display blog entries. That macro looks for all documents in the xwiki which have an Article object attached.
If you want several blogs you'll need to add a variable to tell the Blog.Macros macro to only look in a portion of the wiki. For example you could decide to pass a Space so that only blog entries in that space are displayed.
Try editing the Blog.WebHome page and the Blog.Macros macro and you'll understand.
Warning: you'll need some understanding of XWiki objects/classes/templates. See the dev guide for more on this.
Thanks
-Vincent
Hi,
This might be a stupid question but I hope someone will be patient enough to answer it;
How do I make a new blog? I don't want another entry, I want another blog. My company wants to give each developement project their own blog on the company xwiki.
I've scanned the mailinglist archíves and the xwiki.org site for help, but haven't found anything useful.
I would greatly appreciate your help on this
//Karin
Hi All,
I am consistently facing this problem while attaching files greater than
1 MB.
I am using Tomcat and MySQL along with two instances of Xwiki - 1.0 and
1.1 Milestone.
I have set the max_allowed_packet size to 10MB.
Does any one else face this problem? How can I fix it?
Regards,
Mrudula
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
Hi everybody,
I have some questions, so if someone have any idea:
- Is there ways to exchange data with an Xwiki? If yes how to deal with them?
- How can we create a forum in Xwiki?
- Is it possible to make a Single Sign On between Xwiki and other software?
Thanks!
Now, I've sent about 4 of these to the dev list, and they'll probably
all show up at once in a week. *sigh*
I am a big proponent of the principles of this bug:
http://jira.xwiki.org/jira/browse/XWIKI-1021
I don't think the whole ID scheme currently used should be thrown out,
however, as it might break anyone with an existing XWiki installation
of any size (which I have).
I would like to see the following:
a) go ahead and use a hash of the name to find an initial ID
b) increment the number if necessary to ensure it's unique.
c) stay with that ID, period. Don't change it when something is renamed, etc.
I've been seeing some issues with renames where the name hash
collides, or all of the attachments associated with an ID aren't
updated correctly (so the attachments effectively "disappear"..)
There is no reason to keep the ID associated with a hash of the name,
as the initial lookup is almost always based on the document's name...
I think this is pretty important, especially with document renaming
now possible.
I was talking to Vincent about this, and I'll see if I can find a
patch. This also seems to line up with a Google Summer of Code item:
http://www.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/Storage+Improvements
Erin
--
'Waste of a good apple' -Samwise Gamgee
Hello,
I have an xwiki installation on a virtual server.
As default, the jvm on that machine has only 64mb as -Xmx which causes xwiki to
crash on attachment of more than 1,3 mb. Therefore i increased the xms and xms
values by setting them in /etc/bash.bashrc:
export JAVA_OPTS="-Xms256m -Xmx256m"
I enountered problems errors 3232 and 3231) when i restarted xwiki after having
changed the codepage (-Dfile.encoding).
Even though i ended up with the same codepage that i used in the beginning, it
was no longer possible to access the attachments.
Importing .xar files that i made in advance as backups didn't work, either.
Attachments are still displayed with the articles, where authors set them, but
the cannot beretrieved.
To avoid the error messages when trying to upload the attachments again, i
deleted the entries in the xwikiattachments_archive and xwikiattachments_content
tables.
Now, when i upload the same files again, the are not versioned but added as
additional attachment.
Is it ok to delete the rows in the tables xwikiattachment_archive and
xwikiattachment_content or should i delete xwikiattachment, too?
Are there other conflicts probable to arise from this direct db manipulation?
Regards
Thomas
Hi,
Right menu display "Spaces" and ALL "Pages" on the Spaces.
By example: under "Main" there are
* All Docs
* Dashboard
* Event Calendar
* Ma Page de test
* Orphaned Pages
* Recent Members
* Tags
* WebHome
* Web Search Rss
* Whats New
How can I display only Pages named "MaPage.DIR"
By example "Main" contain "blabla" "page1" "page2.DIR" "menu.DIR"
I want the menu display only:
"Main"
* page2
* menu
Wich macro I must write in the panel wizard?
Thxs
Hi Vincent,
Thank you for your answers. To be more specific, the problem with XMLRPC, is that message can be blocked by Firewall if activated. I was looking for something working in a port that can't be stop by the user environment: Webservice, HttpRequest, REST ....
Thanks!!
Hi Diaga,
On Jul 4, 2007, at 2:24 PM, diaga(a)nomade.fr wrote:
> Hi everybody,
> I have some questions, so if someone have any idea:
> - Is there ways to exchange data with an Xwiki? If yes how to deal
> with them?
Could you be more specific?
- XWiki can export any page in XML and it can import XML (in a
certain format).
- There's also an XML-RPC interface
> - How can we create a forum in Xwiki?
Either you develop it from scratch or better you integrate an
existing one.
See http://www.nabble.com/forum/Search.jtp?query=xwiki+forum
> - Is it possible to make a Single Sign On between Xwiki and other
> software?
Short answer: yes
Longer answer: http://www.nabble.com/forum/Search.jtp?query=xwiki+SSO
Thanks
-Vincent
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Hi,
I use a french xwiki but I MUST activate "multi
lingual" option to display the xwiki menus in
french...
Of course, I put "fr" in "languages" and "default
language".
Are there a solution to set a xwiki in french only?
For exemple an option in xwiki.cfg ?
Btw where can I found options of xwiki.cfg?
Thks
Salut,
J'utilise xwiki en français mais je suis obligé
d'actvé l'option "multi lingual" pour afficher les
menus de xwiki en français.
J'ai pourtant saisis "fr" dans les options "languages"
et "default language"
Y-a-t-il une solution pour paramétrer xwiki en
français seulement? Par exemple une option dans
xwiki.cfg?
Merci.
Hello all,
is therea way to get rid of the xwiki/bin ... part of the URI?
I want to install XWiki on some wiki.mydomain.com subdomain and have search
engine friendly URLs.
(like http://wiki.mydomain.com/some+interesting+topic )
Can XWiki do this?
Thank you in advance
Michael
____________
Virus checked by G DATA AntiVirusKit
Version: AVK 17.5754 from 30.06.2007
Virus news: www.antiviruslab.com
Hi,
I use a french xwiki but I MUST activate "multi
lingual" option to display the xwiki menus in
french...
Of course, I put "fr" in "languages" and "default
language".
Are there a solution to set a xwiki in french only?
For exemple an option in xwiki.cfg ?
Btw where can I found options of xwiki.cfg?
Thks
Salut,
J'utilise xwiki en français mais je suis obligé
d'actvé l'option "multi lingual" pour afficher les
menus de xwiki en français.
J'ai pourtant saisis "fr" dans les options "languages"
et "default language"
Y-a-t-il une solution pour paramétrer xwiki en
français seulement? Par exemple une option dans
xwiki.cfg?
Merci.
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Hi all,
When viewing a list of classes (both in the class editor and when
attaching a class manually to a document via class list dropdown) the
order of classes seems a bit random. Is there any way to select the sort
order?
The userlist property type also seems to be a bit random (in my case,
selecting value or id makes no difference).
Thanks for your help, Brian, Karin and Dennis. I eventually got it working. It works fine for the 1.0 and 1.1 M2 versions. For reference, here is my LDAP section from xwiki.cfg:
# LDAP config for AD server
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=subdomain,dc=domain,dc=suffix
xwiki.authentication.ldap.bind_DN=subdomain\\{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
Another configuration, for authenicating with OpenLDAP (this server is not on a subdomain). This server has unusual field names.
# LDAP config
xwiki.authentication.ldap=1
xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
xwiki.authentication.ldap.server=ldapserver
xwiki.authentication.ldap.check_level=1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=dc=domain,dc=suffix
xwiki.authentication.ldap.bind_DN=miloginid=<usernameforbind>,midomainname=primary,ou=domains,dc=<domain>,dc=<suffix>
xwiki.authentication.ldap.bind_pass=<passwordforbind>
xwiki.authentication.ldap.UID_attr=miloginid
#xwiki.authentication.ldap.fields_mapping=name=miLoginid,first_name=cn,fullname=cn,mail=mail,ldap_dn=miLoginid
xwiki.authentication.ldap.fields_mapping=name=miLoginid
I did find the process to be quite difficult to diagnose problems. More informative errors messages would be helpful. No matter what setting I put in the log4j configuration, I couldn't get any detailed debug messages about where the authentication was failing.
It works great once configured properly. Accounts are created in the xwiki user database, using the information from the ldap.fields_mapping field. If that mapping is not specified, no account is created, and the user is logged in without having a profile in xwiki, leading to the user not being a member of any group.
It is possible to create accounts in xwiki for users who do not appear in the LDAP database.
If any fields are mapped wrong, or any bind information is wrong, you get the "authentication failed" message in the log.
Hopefully these details will be helpful to someone at a later date.
Joe
Hi,
I'm having trouble editing panels through the Panel Wizard. Whenever I change something I get this:
Error <http://xen-xwiki.lin.idainfront.se:8080/xwiki/bin/preview/Panels/Navigation> number 4001 in 4: Error while parsing velocity page Panels.Navigation Wrapped Exception: Encountered ""Main.TagsRss"" at line 3, column 114 of Panels.Navigation Was expecting one of: "]" ... "," ...
...even though I haven't changed anything on that line. I tried editing the entire right hand menu, got pretty much the error message from above (on a different line and 'expecting' a bunch of other signs as well) and now the menu is gone from the wiki.
I've tried Rollback to previous versions but it's not making any difference.
I've looked at the actual source code for the panels and haven't found any difference between them and my code after I've changed back my changes.
I'm using Tomcat, MySQL and Firefox
What else do you need to know in order to help me?
What am I missing?
Regards
//Karin
Hi,
After creating another instance of xwiki (virtual xwiki), is it possible to make it simply a blog by a way rather than deleting all the panels on the homepage?
Hi,
I would like to know how the session management is being done in xwiki -
1.0. Specifically - how does xwiki check if the user is still logged in
before directing to login page (assuming the options are set on the
xwiki)
In the 0.984 version, the cookie - "username" was being set whenever the
user logged in and lasted until the user logged out. I had used that
cookie outside of xwiki (in external application) for checking if the
user was logged in to xwiki. But it is no longer present in the 1.0
version.
Need your inputs/directions/thoughts if I can use analogous mechanism in
xwiki1.0.
Rgds,
Mrudula
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
One of my users noticed that the date format being used by XWiki (at the
bottom of a page, for example) is in Eurpoean format, e.g. 27/06/2007. Is
there an easy way to change this to the U.S.-style, e.g. 06/27/2007?
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.
anyone accomplish this?
I get the following exceptions when I try (I've modified the
web.xml..but not sure I did it properly):
[#|2007-06-22T08:37:48.141-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|08:37:48,130
WARN httpSSLWorkerThread-8080-0
http://localhost:8080/html/common/themes/portal.jsp?p_l_id=PRI.15.2
XWikiAction:execute:185 - Uncaught exception: Error number 0 in 11:
Uncaught exception
Wrapped Exception: String index out of range: -1
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: String index out of range: -1
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:165)
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:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:839)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.portlet.CachePortlet._invoke(CachePortlet.java:333)
at com.liferay.portlet.CachePortlet.render(CachePortlet.java:182)
at
org.apache.jsp.html.portal.render_005fportlet_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at
com.liferay.portal.util.PortalUtil.renderPortlet(PortalUtil.java:1087)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:148)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:89)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:239)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:172)
at
org.apache.jsp.html.portal.layout.view.portlet_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:62)
at org.apache.jsp.html.portal.layout_jsp._jspService(Unknown Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.tagl|#]
[#|2007-06-22T08:37:48.142-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|ib.util.IncludeTag.doEndTag(IncludeTag.java:62)
at
org.apache.jsp.html.themes.classic.templates.portal_005fnormal_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.ThemeUtil.includeJSP(ThemeUtil.java:125)
at com.liferay.taglib.util.ThemeUtil.include(ThemeUtil.java:74)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:57)
at
org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_liferay$1theme_include_1(Unknown
Source)
at
org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_c_otherwise_0(Unknown
Source)
at
org.apache.jsp.html.common.themes.portal_jsp._jspService(Unknown Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:528)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:461)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:353)
at com.liferay.portal.struts.StrutsUtil.forward(StrutsUtil.java:92)
at
com.liferay.portal.struts.PortalRequestProcessor.doForward(PortalRequestProcessor.java:179)
at
org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:239)
at
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:302)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
at
com.liferay.portal.struts.PortalRequestProcessor.process(PortalRequestProcessor.java:156)
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:707)
at
com.liferay.portal.servlet.MainServlet.callParentService(MainServlet.java:477)
at
com.liferay.portal.servlet.MainServlet.service(MainServlet.java:875)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:94)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.secure.SecureFilter.doFilter(SecureFilter.java:143)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:115)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.layoutcache.LayoutCacheFilter.doFilter(LayoutCacheFilter.java:204)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.autologin.AutoLoginFilter.doFilter(AutoLoginFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:81)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHo|#]
[#|2007-06-22T08:37:48.144-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|stValve.java:207)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:558)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:558)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:249)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:618)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:549)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:790)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:326)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:248)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:199)
at
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:328)
at
com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:93)
Wrapped Exception:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1768)
at java.lang.String.substring(String.java:1735)
at com.xpn.xwiki.XWiki.getDocumentNameFromPath(XWiki.java:1032)
at com.xpn.xwiki.XWiki.getDocumentName(XWiki.java:3786)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:3816)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:134)
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:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:839)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.portlet.CachePortlet._invoke(CachePortlet.java:333)
at com.liferay.portlet.CachePortlet.render(CachePortlet.java:182)
at
org.apache.jsp.html.portal.render_005fportlet_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at
com.liferay.portal.util.PortalUtil.renderPortlet(PortalUtil.java:1087)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:148)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:89)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:239)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:172)
at
org.apache.jsp.html.portal.layout.view.portlet_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:62)
at org.apache.jsp.html.portal.layout_jsp._jspService(Unknown Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at org.apache.jasper.servlet.Js|#]
[#|2007-06-22T08:37:48.147-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|pServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:62)
at
org.apache.jsp.html.themes.classic.templates.portal_005fnormal_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.ThemeUtil.includeJSP(ThemeUtil.java:125)
at com.liferay.taglib.util.ThemeUtil.include(ThemeUtil.java:74)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:57)
at
org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_liferay$1theme_include_1(Unknown
Source)
at
org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_c_otherwise_0(Unknown
Source)
at
org.apache.jsp.html.common.themes.portal_jsp._jspService(Unknown Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:528)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:461)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:353)
at com.liferay.portal.struts.StrutsUtil.forward(StrutsUtil.java:92)
at
com.liferay.portal.struts.PortalRequestProcessor.doForward(PortalRequestProcessor.java:179)
at
org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:239)
at
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:302)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
at
com.liferay.portal.struts.PortalRequestProcessor.process(PortalRequestProcessor.java:156)
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:707)
at
com.liferay.portal.servlet.MainServlet.callParentService(MainServlet.java:477)
at
com.liferay.portal.servlet.MainServlet.service(MainServlet.java:875)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:94)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.secure.SecureFilter.doFilter(SecureFilter.java:143)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at com.liferay.filters.compressio|#]
[#|2007-06-22T08:37:48.148-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|n.CompressionFilter.doFilter(CompressionFilter.java:115)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.layoutcache.LayoutCacheFilter.doFilter(LayoutCacheFilter.java:204)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.autologin.AutoLoginFilter.doFilter(AutoLoginFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:81)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:207)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:558)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:558)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:249)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:618)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:549)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:790)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:326)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:248)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:199)
at
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:328)
at
com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:93)
|#]
[#|2007-06-22T08:37:48.272-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|08:37:48,269
ERROR httpSSLWorkerThread-8080-0
http://localhost:8080/html/common/themes/portal.jsp?p_l_id=PRI.15.2
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side
($tdoc.realLanguage) of '!=' operation has null value. Operation not
possible. [line 72, column 66]
|#]
[#|2007-06-22T08:37:48.290-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|08:37:48,286
ERROR httpSSLWorkerThread-8080-0
http://localhost:8080/html/common/themes/portal.jsp?p_l_id=PRI.15.2
SimpleLog4JLogSystem:logVelocityMessage:154 - Right side
($doc.defaultLanguage) of '==' operation has null value. If a reference,
it may not be in the context. Operation not possible. [line 3, column 94]
|#]
[#|2007-06-22T08:37:48.301-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|08:37:48,291
ERROR httpSSLWorkerThread-8080-0
http://localhost:8080/html/common/themes/portal.jsp?p_l_id=PRI.15.2
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side
($doc.defaultLanguage) of '==' operation has null value. If a reference,
it may not be in the context. Operation not possible. [line 7, column 29]
|#]
[#|2007-06-22T08:37:48.310-0400|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;|08:37:48,306
ERROR httpSSLWorkerThread-8080-0
http://localhost:8080/html/common/themes/portal.jsp?p_l_id=PRI.15.2
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side
($doc.parent.length()) of '>' operation has null value. Operation not
possible. [line 3, column 29]
|#]
[#|2007-06-22T08:37:48.315-0400|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=05258595-2b30-4513-8482-2b1aa5bacbe6;|
java.lang.NullPointerException
at
com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:119)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:212)
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:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:839)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.portlet.CachePortlet._invoke(CachePortlet.java:333)
at com.liferay.portlet.CachePortlet.render(CachePortlet.java:182)
at
org.apache.jsp.html.portal.render_005fportlet_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at
com.liferay.portal.util.PortalUtil.renderPortlet(PortalUtil.java:1087)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:148)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processPortlet(RuntimePortletUtil.java:89)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:239)
at
com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil.processTemplate(RuntimePortletUtil.java:172)
at
org.apache.jsp.html.portal.layout.view.portlet_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:62)
at org.apache.jsp.html.portal.layout_jsp._jspService(Unknown Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:62)
at
org.apache.jsp.html.themes.classic.templates.portal_005fnormal_jsp._jspService(Unknown
Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpSe|#]
[#|2007-06-22T08:37:48.317-0400|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=05258595-2b30-4513-8482-2b1aa5bacbe6;|rvlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:644)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:564)
at com.liferay.taglib.util.ThemeUtil.includeJSP(ThemeUtil.java:125)
at com.liferay.taglib.util.ThemeUtil.include(ThemeUtil.java:74)
at com.liferay.taglib.util.IncludeTag.doEndTag(IncludeTag.java:57)
at
org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_liferay$1theme_include_1(Unknown
Source)
at
org.apache.jsp.html.common.themes.portal_jsp._jspx_meth_c_otherwise_0(Unknown
Source)
at
org.apache.jsp.html.common.themes.portal_jsp._jspService(Unknown Source)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:464)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:358)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:268)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:837)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:528)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:461)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:353)
at com.liferay.portal.struts.StrutsUtil.forward(StrutsUtil.java:92)
at
com.liferay.portal.struts.PortalRequestProcessor.doForward(PortalRequestProcessor.java:179)
at
org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:239)
at
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:302)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
at
com.liferay.portal.struts.PortalRequestProcessor.process(PortalRequestProcessor.java:156)
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:707)
at
com.liferay.portal.servlet.MainServlet.callParentService(MainServlet.java:477)
at
com.liferay.portal.servlet.MainServlet.service(MainServlet.java:875)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:94)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.secure.SecureFilter.doFilter(SecureFilter.java:143)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:115)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.layoutcache.LayoutCacheFilter.doFilter(LayoutCacheFilter.java:204)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.autologin.AutoLoginFilter.doFilter(AutoLoginFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:81)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:207)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipe|#]
[#|2007-06-22T08:37:48.318-0400|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=11;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=05258595-2b30-4513-8482-2b1aa5bacbe6;|line.java:558)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611)
at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:558)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:249)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:618)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:549)
at
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:790)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:326)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:248)
at
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:199)
at
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:328)
at
com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:93)
|#]
I am trying to deploy xwiki 1.0 (standalone WAR) on jboss 4.0.5 and mysql 5.
i have also create xwiki db and configured hibernate as required. but when i
deploy the war and start http://mlbp-0667:8080/xwiki/bin/view/Main/WebHome i
get:
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.objects.classes.BaseClass#-114121954]
14:48:19,922 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#882482795]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:375)
14:48:21,453 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#482909206]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:375)
14:48:21,609 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#660831193]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:375)
And, I only get following on my browser's screen:
#template("startpage.vm")
#template("contentview.vm") #template("docextra.vm")
#template("endpage.vm")
I suspect some data is missing from db tables. Anybody idea
--
View this message in context: http://www.nabble.com/%22No-row-with-given-identifier-exists%22-with-xwiki-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, Vincent,
I am sure there is a simple answer, however, it is not simple to locate the answer.
1. How to move a site on XWiki farm from Dodo to Albatross? with myserver/xwiki/bin/view/XWiki/DefaultSkin I got 'not found' and with myserver/xwiki/skins/xwiki10b1/ I got 'wrong user name'
Where to copy/import the skin? (I did change myserver to khclc.xwiki.com)
2. How to modify the look and feel of a site with Albatross? Where is the edit skin page (with the object editor like in Dodo and a 'customize' link)? I found the 'Administration' link on upper right corner lead to a different page from the 'Administration' link on the left side right below the XWiki logo - link to a page where parts of the old skin can be changed, the dodo MySkin, not Albatross...
Anyone else has done this process of moving from Dodo to Albatross on XWiki farm completely?
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
> >>>>
>
>