Hello,
Just migrated from 4.5.2 to 5.4.3, and it worked perfectly except some
"issues" (or misunderstandings) :
- My user is in an admin group with admin and PR rights, and I've set it
also (on the group) the "create wiki" right. Still, when logged in, I don't
have any "wiki" item in the "Add" menu (only usual space, page, ...). I'm
sure I'm missing something obvious but can't find it.
- I show the Blog in a gadget of the Dashboard. Weirdly, "permalinks"
correctly point to each blog entry, but the link from page title points to
a create action (though it points apparently to exact same url as permalink
except for the "create" action). The same for the buttons on right side of
each blog subject (create/delete/....)
Thanks,
Jeremie
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