Hello all,
I am brand new to XWiki and am just getting my feet wet, so please forgive
my ignorance.
I have installed XWiki Enterprise 5.4.3 on a Ubuntu VM and am
authenticating using an Apache https web server.
When I attempt to move a document within a space, by attempting to edit the
parent, I get the error "Failed to retrieve suggestions: Internal Server
Error" in the GUI when I type into the parent field. I also get a
corresponding error in the Catalina log:
Apr 04, 2014 11:29:09 AM org.restlet.engine.security.AuthenticatorUtils
parseResponse
WARNING: Couldn't find any helper support the HTTP_Digest challenge scheme.
Apr 04, 2014 11:29:09 AM org.restlet.engine.application.StatusFilter
doHandle
WARNING: Exception or error caught in status service
java.lang.NullPointerException
at java.lang.String.<init>(String.java:168)
at
org.xwiki.rest.internal.XWikiSecretVerifier.verify(XWikiSecretVerifier.java:71)
at
org.restlet.security.SecretVerifier.verify(SecretVerifier.java:130)
at
org.restlet.security.ChallengeAuthenticator.authenticate(ChallengeAuthenticator.java:162)
at
org.xwiki.rest.internal.XWikiAuthentication.authenticate(XWikiAuthentication.java:133)
at
org.restlet.security.Authenticator.beforeHandle(Authenticator.java:122)
at org.restlet.routing.Filter.handle(Filter.java:204)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at
org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:154)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.engine.ChainHelper.handle(ChainHelper.java:114)
at
org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:75)
at org.restlet.Application.handle(Application.java:391)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Router.doHandle(Router.java:500)
at org.restlet.routing.Router.handle(Router.java:740)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Router.doHandle(Router.java:500)
at org.restlet.routing.Router.handle(Router.java:740)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.engine.ChainHelper.handle(ChainHelper.java:114)
at org.restlet.Component.handle(Component.java:391)
at org.restlet.Server.handle(Server.java:491)
at org.restlet.engine.ServerHelper.handle(ServerHelper.java:74)
at
org.restlet.engine.http.HttpServerHelper.handle(HttpServerHelper.java:153)
at
org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1031)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:200)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
This would lead me to believe that some part of XWiki does not like the
fact that I am using Digest authentication; however, other than this, it
would appear that XWiki is perfectly happy with my configuration.
Does this error make any sense to someone out there?
Thanks,
Justin
---------- Weitergeleitete Nachricht ----------
Von: "Daniel Ebanja" <danielebanja(a)googlemail.com>
Datum: 02.04.2014 15:50
Betreff: Xwiki 5.4. Implicit Search
An: "Sergiu Dumitriu" <sergiu(a)xwiki.org>
Cc:
Hi Sergiu,
i have this problem when I search.
Searching for say, "foot" gives me only results where this word is
explicitly found.
I will like to have implicit results e.g footy, football i.e as if i had
searched for foot*. Can this be configured in xwiki.cfg?
Thanks in advance.
Wish you a nice day.
Daniel
Hi,
If, in App Within Minutes, you select an attribute of type Static List with
multiple options and you set the selection type to Radio Button the :
$doc.display('SL1') shows the radio buttons in Edit mode, but not in
Display mode.
I feel radio buttons should always display all the options and highlight
the 'selected' one.
But now, in view mode the user has nu clue what he/she can choose.
It's a but odd to select EDIT before he/she can see the options.
In the sheet i've modified the generated code from;
: $doc.display('SL1') -> : $doc.display('SL1', 'edit')
But this allows the user to select another option (the control is active)
Is there a more elegant way to have the control show the radio buttons and
the one currently selected highlighted but that the control is not active?
Gerritjan
I tried looking for something on the subject somewhere, but couldn't find
anything.
Was there (or is there) a known issue with XWiki's search feature?
When I do a search, most often then not, the number of pages, and total
results are wrong.
For example, on page 1, it will tell me I have 12 results, and it will
display 6 items instead of 10.
Then when I go on page 2, it will tell me I have 16 results, and display 5
items.
I am not the one who installed and configured this wiki.
So I have no idea of what was done, or where to look.
Anybody has an idea? Or a pointer? Any help would be appreciated.
Thanks.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Incorrect-search-result-in-XWiki-Enterpri…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I created some pages starting from the wiki space root.
Now I defined a clearer structure and then I move such pages in the tree as
child of other pages.
This is usefull because, otherwise breadcrumb indications are wrong.
I didn't find the way (5.4.3 version).
How can I do this ?
Tks
Tullio
--
View this message in context: http://xwiki.475771.n2.nabble.com/Moving-pages-in-the-tree-tp7589986.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I wan't to know if it's possible to open all external links in a new
window/tab.
I know how to do this for each link but I want to force it by default.
Regards,
Christophe
Hello,
I wanted to try 6.0 version...
The distribution Wizard doesn't want install UI extension. DW display:
"We couldn't find any extension with id 'org.xwiki.enterprise:xwiki-enterprise-ui-mainwiki' and version '6.0-milestone-1'. Make sure you have the right extension repositories configured."
I suppose I must add 6.0milestone1 repository in my xwiki.properties:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Repos…
But what is the line to modify?
I add this line without success:
extension.repositories=milestone-xwiki:milestone:http://nexus.xwiki.org/nex…
Thxs for your help.
Pascal B
Good mornig;
When I try to insert a gadget is lodged during the error:
404 <html><head><title>Apache Tomcat/7.0.28 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc</u></p><p><b>description</b> <u>The requested resource (/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/7.0.28</h3></body></html>
Anyone know how I can fix?