Hi all,
I am interested in the Classes and objects feature. I managed to create
a class from a xwiki page and to add several properties. I also was able
to create some objects of this class.
My question is: how can I display the list of objects nicely scripting
with Velocity/groovy? Is there a standard binding to access the list of
objects?
Thank you in advance
Matthias
Hi, All!
5.2 Brand new install + Short URLs with Tuckey.org plugin as described in
http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HUrlRewriteFilter
Short URLs work perfect, XWiki generates correct link in pages, BUT some links are genereated with /bin/ part still.
Quick search showed some places:
1. XWiki Logo
2. Attachments
3. "Welcome to your wiki" link in the Recent Changes Panel
Should it be considered as a bug?
Is there a reason NOT to bundle Tuckey's solution with standard XWiki distribution?
Kind regards,
Dmitry
Hi,
I've been using XWiki within my team at work and would like to expand
adoption of it across different groups. While doing research I was
thoroughly confused by the differences between Workspaces, SubWikis, Wikis,
multi-tenancy, etc...
What I would like to do is be able to run one instance of XWiki and be able
to create separate Wikis (in different schemas). Within each Wiki I'd like
to allow users to create their own Workspaces (I think I'm using that
correctly).
Example:
- IT Wiki
-- Bob's Workspace
-- Alice's Workspace
- Finance Wiki
-- Joe's Workspace
-- Jane's Workspace
I want to be able to keep the users separated between the IT Wiki and
Finance Wiki but allow shared users for the Workspaces under each of those
Wikis.
I think installing the Wiki Manager Application and Workspace Application
should do the trick. However, it sounds like Wiki Manager is the old way
of doing it and it's being deprecated.
Thanks in advance for any feedback.
It would be great to meet XWiki guys/gals there!
Cheers!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
I would like to display data with an "AppWithinMinutes" (AWM), but I know
that the data wil have many, many columns (maybe 30 or 40 columns).
Normally, AWM will adjust the column width automaticly (which is fine when
you have only a few columns), but with many columns the width gets too small
:-(
Is there a way to "freeze" certain columns (the first 3 for example), and
let the user scroll between the remaining columns? This way, the column
width can remain "normal". This is a common practise when displaying data
with many columns (thinking about a DataGridView).
Is this possible with AWM?
--
View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-with-many-columns-tp7587…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like to create a collapsable sidemenu/panels for our wiki.
The "main area" should be maximized and the sidemenu should only be like
40px wide.
To see what I am trying to accomplish, create a new page and paste the
following code/text
*****
{{html wiki="true"}}
<div id="menu">
{{spoiler title="TOC"}}{{toc depth="2"/}}{{/spoiler}}
</div>
{{/html}}
= Chapter 1 =
Text
== Chapter 1.1 ==
Text
== Chapter 1.2 ==
Text
= Chapter 2 =
Text
= Chapter 3 =
Text
== Chapter 3.1 ==
Text
== Chapter 3.2 ==
Text
= Header 4 =
Text
= Header 5 =
Text
*****
Now add an XWiki.StyleSheetExtension to that page and add the following CSS
to it:
#menu
{
position: fixed;
right: 0;
top: 150px;
padding-left: 5px;
background-color: rgb(120,120,120);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
z-index:999;
}
If you would refresh that page, you will see a "collapsable menu" (the TOC).
I would realy like to expand this and add more menu-items, preferably with
ICONS.
If anyone got any suggestions, I am all ears!
Thanks!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Collapsable-Sidemenu-Panels-tp7587450.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of
XWiki 5.3 Milestone 1.
This is more a developer oriented release with new Extension Manager
APIs, an XWiki Enterprise Maven Archetype, XAR plugin improvements and
fold observation events but it also has a number of bug fixes (36) and
improvements (22) that the users will appreciate.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki53M1
Thanks
-The XWiki dev team
hi!
i wish to import my files (.doc ...) into my xwiki page and I have installed
the xar offered by xwiki called
org.xwiki.platform:xwiki-platform-office~.xar
now i must start the office server but when i try to make it I receive this
error:
Failed to execute the [velocity] macro
the path of my office installation is
/usr/lib64/openoffice.org
and i have another directory called
/usr/lib64/openoffice.org3
my xwiki. properties file has this paths.
where is the problem?
waiting for your response...
--
View this message in context: http://xwiki.475771.n2.nabble.com/xwiki-office-tp7587684.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
The wiki is selfbus.myxwiki.org
Our wiki was upgraded to 5.2 and I did the database upgrade/migration some
moments ago.
Unfortunately now most images and icons are missing. Even many of those
that come with xwiki.
I would be very happy if somebody has suggestions about how I could fix
this.
Thanks in advance,
Stefan
Hi everybody,
I'm working with XWiki 3.5.1 deployed on Tomcat 7 and I always have
the same error in Tomcat logs when I try to submit a form :
ERROR c.x.x.o.c.PasswordClass - Wrong hash algorithm [custom]
in [null]
java.security.NoSuchAlgorithmException: custom MessageDigest not
available
at sun.security.jca.GetInstance.getInstance(Unknown Source)
~[na:1.7.0_45]
at java.security.Security.getImpl(Unknown Source) ~[na:1.7.0_45]
at java.security.MessageDigest.getInstance(Unknown Source)
~[na:1.7.0_45]
at
com.xpn.xwiki.objects.classes.PasswordClass.getPasswordHash(PasswordClass.java:220)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at
com.xpn.xwiki.objects.classes.PasswordClass.getPasswordHash(PasswordClass.java:213)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at
com.xpn.xwiki.objects.classes.PasswordClass.getProcessedPassword(PasswordClass.java:193)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at
com.xpn.xwiki.objects.classes.PasswordClass.fromString(PasswordClass.java:75)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at com.xpn.xwiki.objects.BaseObject.set(BaseObject.java:456)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
Do you know how I could solve this problem ?
Thanks !
Pierrick
Since updating to 5.2 yesterday, the instant search is not working (no results, just says Searching...)
Full search still works. What do I need to do fix that?
- keith
This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.
www.pridedallas.com
I installed Bulletin Board Application on Xwiki5.1.
However, we see strange problems when I create a Category/Topic with special
characters in their names.
Category/Topic name with + symbol get created with wrong page names (e.g.
C++Programming becomes CProgramming)
Is it somehow related to http://jira.xwiki.org/browse/XWIKI-188?
Can this be fixed sometime soon, or is there any workaround?
I have posted this as a bug in http://jira.xwiki.org/browse/XBB-10. But, it
is not assigned to or responded by anyone since last 2 days.
Thanks and Regards,
Jim
--
View this message in context: http://xwiki.475771.n2.nabble.com/Category-Topic-with-with-symbol-in-name-g…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am deploying a number of Spaces on our wiki that will look visually
similar, and with similar subpages. I am wondering what is the best way
to deploy from a template space. I have been trying out simply copying
the relevant pages to a new space, but the hierarchy path doesn't update
properly. Am I missing something?
Paul Pinkerton
KnowledgeNow Project Lead
Can I do an upgrade from 5.03 to 5.2? Do I need to upgrade to 5.1 first?
--
Mark Gardner
KC Research Automation
Mark.Gardner(a)kc.frb.org
(816) 881-2957
I have no idea why this is failing. I can revert back to 5.1 and it works fine. Here is what exception that I am getting. I have done compare of my hibernate.cfg.xml file and the only settings I'm changing from the new (5.2) default are those that are necessary for storing files on the drive, for MySQL and for LDAP. All of those settings match my 5.1 hibernate.cfg.xml file.
HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
--------------------------------------------------------------------------------
type Exception report
message com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
description The server encountered an internal error that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:422)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:152)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
root cause
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading document [xwiki:XWiki.XWikiGlobalRights]
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:916)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1515)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1558)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:885)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:855)
com.xpn.xwiki.XWiki.<init>(XWiki.java:792)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:152)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
root cause
org.hibernate.MappingException: invalid configuration
org.hibernate.cfg.Configuration.doConfigure(Configuration.java:2241)
org.hibernate.cfg.Configuration.configure(Configuration.java:2158)
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.configure(DefaultHibernateSessionFactory.java:105)
com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:217)
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:640)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:789)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1515)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1558)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:885)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:855)
com.xpn.xwiki.XWiki.<init>(XWiki.java:792)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:152)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
root cause
org.xml.sax.SAXParseException; lineNumber: 186; columnNumber: 21; The content of element type "session-factory" must match "(property*,mapping*,(class-cache|collection-cache)*,event*,listener*)".
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
org.dom4j.io.SAXReader.read(SAXReader.java:465)
org.hibernate.cfg.Configuration.doConfigure(Configuration.java:2238)
org.hibernate.cfg.Configuration.configure(Configuration.java:2158)
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.configure(DefaultHibernateSessionFactory.java:105)
com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:217)
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:640)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:789)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1515)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1558)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:885)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:855)
com.xpn.xwiki.XWiki.<init>(XWiki.java:792)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:152)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.
www.pridedallas.com
Hi everybody ,
I have deployed my XWiki (version 3.5.1) with Tomcat and I have
currently a big problem : Tomcat crashes weekly and I can't find the
origin of the problem. I have searched a solution inside Tomcat's log
but there is nothing useful I could use to solve this. So I tried to
use javamelody in order to monitor my XWiki instance
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Monitoring). I can
have useful information with this tool, however when my Tomcat crashes,
I loose registered datas of java melody and so I can't know the
situation just before the crash.
So this is my question : is it possible to keep javamelody's data even
after a crash ?
Thanks!
Regards, Pierrick
Hello XWiki community,
I realized that my stats is not working. The data is showing 0 to all my columns in my "Stats.ActivityData" page.
I don't have idea how to troubleshoot it. I checked in my DB Oracle and the table of stats is being filled normally.
Thank you,
Danilo
I’m installing xwiki on linux machine with an oracle db.
I put xwiki directory into the Apache’s directory named ‘webapps’ and when
I run the ./start_xwiki.sh command, I receive this error :
Starting Jetty on port 8080 ...
2013-10-16 15:06:19.005:INFO:oejs.Server:jetty-8.1.9.v20130131
2013-10-16 15:06:19.023:INFO:oejs.NCSARequestLog:Opened
/root/Desktop/apache-tomcat-8.0.0-RC3/webapps/xwiki/data/logs/2013_10_16.request.log
2013-10-16 15:06:19.029:INFO:oejdp.ScanningAppProvider:Deployment monitor
/root/Desktop/apache-tomcat-8.0.0-RC3/webapps/xwiki/jetty/contexts at
interval 10
2013-10-16 15:06:19.035:INFO:oejd.DeploymentManager:Deployable added:
/root/Desktop/apache-tomcat-8.0.0-RC3/webapps/xwiki/jetty/contexts/root.xml
2013-10-16 15:06:25.181:INFO:oejw.StandardDescriptorProcessor:NO JSP Support
for /, did not find org.apache.jasper.servlet.JspServlet
2013-10-16 15:06:32,165 [main] INFO o.x.s.s.i.EmbeddedSolrInstance -
Starting embedded Solr server...
2013-10-16 15:06:32,174 [main] INFO o.x.s.s.i.EmbeddedSolrInstance - Using
Solr home directory: data/solr
2013-10-16 15:06:34,656 [main] WARN o.a.s.c.SolrCore - New
index directory detected: old=null new=data/solr/./data/index/
2013-10-16 15:06:37,212 [main] INFO o.x.s.s.i.EmbeddedSolrInstance -
Started embedded Solr server.
2013-10-16 15:06:38.485:WARN:oejuc.AbstractLifeCycle:FAILED
SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already
in use
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:174)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:139)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
at
org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
at
org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
at
org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.Server.doStart(Server.java:291)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at
org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1259)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1182)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:473)
at org.eclipse.jetty.start.Main.start(Main.java:615)
at org.eclipse.jetty.start.Main.main(Main.java:96)
2013-10-16 15:06:38.486:WARN:oejuc.AbstractLifeCycle:FAILED
org.eclipse.jetty.server.Server@3ac552d5: java.net.BindException: Address
already in use
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:174)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:139)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
at
org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
at
org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
at
org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.Server.doStart(Server.java:291)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at
org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1259)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1182)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:473)
at org.eclipse.jetty.start.Main.start(Main.java:615)
at org.eclipse.jetty.start.Main.main(Main.java:96)
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:473)
at org.eclipse.jetty.start.Main.start(Main.java:615)
at org.eclipse.jetty.start.Main.main(Main.java:96)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:174)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:139)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
at
org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
at
org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
at
org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.Server.doStart(Server.java:291)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at
org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1259)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1182)
... 7 more
Usage: java -jar start.jar [options] [properties] [configs]
java -jar start.jar --help # for more information
in waiting for your help ...
jane
--
View this message in context: http://xwiki.475771.n2.nabble.com/errore-xwiki-tp7587624p7587625.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like to mark the topics/questions that I have created as [SOLVED], so
I (and everybody else) can see which topics have been solved (and which
topics still need an answer).
Is this possible with the current Nabble forum?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Marking-topics-as-SOLVED-tp7587493.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
I have registered as Username GavanCollett and would like to set up a private Wiki for hobby purposes. Could you provide me with some hosting space?
The server name should be "gavancollett"
Many thanks,
Gavan Collett
Hi !
I'd like to see this kind of feature in xwiki but I'm not able to find it ?
https://www.dokuwiki.org/config:signature
A button to insert a pre-formated signature with date. Would be very
useful to me, maybe to you too :)
Cheers
--
Martin Hamant
Hi all,
i use xwiki 5.2 with Navigation Panel.
However, i see many duplicate identical entries here in the Navigation
Panel.
Example:
Space Sandbox, 8 x WebHome
Space Main, 10 x Welcome
Any help here ?
thx
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Navigation-Panel-many-duplicate-entries-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.