Heya Folks,
Has anyone succeeded in setting up XWiki using mod_proxy_ajp.
With the default setup you get the following base URL for the wiki:
http://localhost.localdomain:8080/xwiki/bin/view/Main/WebHome
I defined a CNAME for the machine on which xwiki is installed and want to use that as base URL for the wiki:
http://xwiki.localdomain
The following at least shows the XWiki Installation page, but none of the wiki pages:
<VirtualHost xwiki.lcoaldomain:80>
ServerName xwiki.localdomain
ProxyRequests On
<Proxy http://xwiki.localdomain/*>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://xwiki.localdomain:8080
ProxyPassReverse / http://xwiki.localdomain:8080
<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>
How to i get this setup so the wiki pages are shown as well?
Mazzel,
Martijn.
Hi,
We have currently some work undergoing on the WYSIWYG Editor by Nam.
http://jira.xwiki.org/jira/browse/XWIKI-382
We would love some testers and get feedback about it. To test it on your
installation, you need to replace the tiny_mce and wiki_editor
directories with the one from the attachment on jira.
Here is currently my feedback about the editor:
- The style does not switch to standard text when you hit enter after a
title (that's a behavior that would be great)
- the window size is not good for the table window
- If you finish a bloc in a table with a carriage return and an empty
line the conversion fails. Here is an example of that failure.
{table}
Title 1|Title 2
abcd |abcd\\
{table}
- an empty line in a table fails to convert to wysiwyg from the wiki syntax
{table}
|
{table}
- titles should not be allowed in list
- there should be a standard text button (first item in the title list)
- windows are too slow to come up
- translations appear after a while in the windows
- clicking on an image and then the image button does not retrieve the
current image parameters.
- you need to find a way to center an image (the text 'center' as the
alignement info could add a <div align='center'> tag).
- xwiki should find the windows size ratio of an image and/or explain
to the user that setting up only the width or the height will take care
of preserving the ratio
- font size, color, and type should be changeable
- other improvements would be predefined and customizable styles in the
editor
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello,
I upgrade my xwiki from 0.9.840 (tomcat 4) to 0.9.1252 under tomcat 5.5.
More or less it is running. But three things are not as before:
1. If I have a document called for example 'Doc.WebHome' the url in the
generated html side is then '.../Doc/' without 'WebHome'. Is this a bug
or a feature?
2. I get many velocity error messages like
Velocity [error] RHS of #set statement is null. Context will not be
modified. [line 6, column 1]
What kind of log4j config line have I to do, to get more information,
what's wrong? Currently I use the default skin!
3. If I go to a document (click on a link;-)) the whole document is
shown, but after that the browser shows an active connection and is
working several seconds before its finnished. This irritates a little
bit and I don't see any reason why this happen. Has anyone see this
behaviour by yourself?
Thanks for your time!
Bye
Frank
--
Dipl. Inform. Frank Häfemeier <frank(a)haefemeier.net>
----------------------------------------------------
If this meeting does get set up, is it possible to set up a phone conference number so I could participate(as in listen in :-)? I am on the East Coast. I have recently joined this group and am interested in contributing when I can find some time. Since I have just recently joined this group (and haven't even built the latest xwiki myself yet) I might not have a lot of useful things to contribute, but I might be able to learn something from the meeting.
We are using xwiki here (at Bear Stearns) for a couple of projects. I was thinking it would be nice to have the following features (and am going to begin working on these one of these days :-))
- full rich text editor for editing pages
- menu items to add new tab (space), and new page
- a dashboard like home page where people can add some spaces to their Favourites
- a default home page and what's new for every new space (tab)
Quick introduction of myself:
- went to school in India
- started my career here in Mountain View with Sun
- went to work for cc:Mail which became Lotus which became IBM
- came over to the East Coast and started consulting in 1994
- started converting slowly from C/C++ to Java/J2EE
- did some very cool stuff during the .COM era (a bunch of web based financial apps including stock trading, and IPO for NDB which was bought by Deutche Bank, portfolio management for Smart Money magazine's web site, online Stock trading apps for Wells Fargo)
- am now working at Bear Stearns in Architecture Office
Thanks
Anil
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Wednesday, October 18, 2006 10:57 AM
To: xwiki-dev(a)objectweb.org
Cc: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-dev] Re: [xwiki-users] XWiki Silicon Valley Meetup this week - Oct 16 to Oct 21st ?
After rethinking it, it seems that getting from Santa Cruz to SF in the
evening is going to be an issue for us.
Since our advertisement of this meetup is limited and there are not too
many people, we should plan for cancelling it unless there are many
peoples showing interest today.
We can have a separate conversation about clustering.. My skype is
'ldubost'.
Ludovic
Dave Mangot a écrit :
> Ludovic Dubost wrote:
> > Maybe it could be possible to organize an XWiki Meetup sometime this
>> week if somebody can host us.
>> We could talk about what's currently happening on XWiki, XWiki's
>> future, how XWiki is currently used and what we could improve.
>> It could include any type of users XWiki. It could last a few hours
>> after work time one evening.
>
>> Anybody interested and/or able to host the meetup ?
>
> Ludovic,
>
> We would be happy to host a Meetup in our offices in San
> Francisco. We are very close to Hwys 101 and 280. We have a large
> conference room with a projector if needed. We use Xwiki for our
> Intranet. We also write Java clustering software so we'd be
> interested in hearing about how you clustered Xwiki and what the
> future directions are.
>
> All would be welcome. We'd propose Thursday night if that's
> amenable to everyone else. Let me know.
>
> Cheers,
>
> -Dave
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-dev(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***********************************************************************
All,
I was trying to find if there was a work around for the double rendering of the {pre} tag. I did find archive topic "{pre} tags not working" and it reference a Blog entry however I could not find it.
Here is my problem and I assume it is the same thing.
I have an inline form I am editing (xwiki class) and in the SheetClass I am displaying the fields and the values (it is an faq). However, whenever I display the textarea that contains the answer and it contains {pre} tags they never show up. And it messes up the formating if you save it after you click edit.
However,
...
Answer:
$doc.display('answer', 'edit', $obj)
...
Thanks,
Tony Nuzzi
With Jeremi, we are visiting Silicon Valley thanks to Google organizing
a Summer of Code Mentor Meetup.
We will be staying one week until December 22nd.
Maybe it could be possible to organize an XWiki Meetup sometime this
week if somebody can host us.
We could talk about what's currently happening on XWiki, XWiki's future,
how XWiki is currently used and what we could improve.
It could include any type of users XWiki. It could last a few hours
after work time one evening.
We will be staying a little out of town (Santa Cruz) but we have a car
and can move to the valley in the evenings.
We will also be back on Friday evening somewhere around Mountain View.
The Meetup could also be saturday morning.
Anybody interested and/or able to host the meetup ?
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
This works for windows, I tried, but will this work for linux?
cheers
anurag chitlangia
To Err is Human, to forgive is not COMPANY policy!
.- -. ..- .-. .- --.
-----Original Message-----
From: Artem Melentyev [mailto:melenartem@yandex.ru]
Sent: Wednesday, October 18, 2006 3:36 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] how to move xwiki port to 80
Anurag Chitlangia wrote:
> Currently my tomcat is pointing to 8080 port
>
> And I want it to be on 80 port. Any clues as how can I do it!
Change in tomcat/conf/server.xml
<Connector port="8080" ...
to
<Connector port="80" ...
and run tomcat on user root (administrator)
--
Artem Melentyev, UralSU, CS401
This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
In linux, there is no difference to windows.
There could be a problem if you have a web server running on
the same machine.
Bye
Frank
>
>This works for windows, I tried, but will this work for linux?
>
>
>cheers
>anurag chitlangia
>To Err is Human, to forgive is not COMPANY policy!
>.- -. ..- .-. .- --.
>
>-----Original Message-----
>From: Artem Melentyev [mailto:melenartem@yandex.ru]
>Sent: Wednesday, October 18, 2006 3:36 PM
>To: xwiki-users(a)objectweb.org
>Subject: Re: [xwiki-users] how to move xwiki port to 80
>
>Anurag Chitlangia wrote:
>> Currently my tomcat is pointing to 8080 port
>>
>> And I want it to be on 80 port. Any clues as how can I do it!
>Change in tomcat/conf/server.xml
><Connector port="8080" ...
>to
><Connector port="80" ...
>
>and run tomcat on user root (administrator)
>
>--
> Artem Melentyev, UralSU, CS401
>
>
>This message and the information contained herein is proprietary and
>confidential and subject to the Amdocs policy statement,
>you may review at http://www.amdocs.com/email_disclaimer.asp
>
>
>
>--
>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
Currently my tomcat is pointing to 8080 port
And I want it to be on 80 port. Any clues as how can I do it!
cheers
anurag chitlangia
To Err is Human, to forgive is not COMPANY policy!
.- -. ..- .-. .- --.
This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
Hi,
I am trying to get XWiki installed with SQL Server for the first time. When I try to access WebHome...it gives me this error
javax.servlet.ServletException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiUsers
Wrapped Exception: Error number 3221 in 3: Exception while saving class XWiki.XWikiUsers
Wrapped Exception: Error number 3222 in 3: Exception while saving class XWiki.XWikiUsers
Wrapped Exception: JDBC rollback failed
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:516)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:423)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127
Please help.
Thanks in advance
Renny
Hi,
Ludovic and me worked on the documentation of the API. I haven't
finish the documentation of Document.
here is the link :
http://build.xpertnet.biz/latestdoc/api/
jeremi
Hi, Brian,
Thanks a lot.
My site is on Xwiki.com, can I do all these steps?
Is there a way just to stop showing comments right now?
Wei-hsing
-------------- Original message ----------------------
From: "THOMAS, BRIAN M (SBCSI)" <bt0008(a)att.com>
> Direct database time...
>
> First, BACK UP your database.
>
> No. First, if you are not an SQL hack, get someone who is.
>
> Now, BACK UP your database.
>
> Next, you must delete all rows connected with spam comments.
>
> I'm going to derive the process whereby you do this, because I'm a
> little rusty on the XWiki database schemas, and because I'm an
> inveterate pedant. You can skip some of these steps that exist for
> information only if you wish, especially if you already know how to do
> them.
>
> First, it's necessary to know which rows constitute comments. XWiki's
> dynamic typing is a great boon to users and an equally great bane to
> administrators, as you will soon see. The xwikiclasses table describes
> user-defined classes (well, actually it doesn't; it names them, and
> describes server-defined custom classes if there are any, which
> fortunately there aren't, because I couldn't tell you what to do if
> there were). The class that defines XWiki comments is named
> XWiki.XWikiComments. The xwikiclassesprop table contains the list of
> fields for a given class, which is identified not by its name but by the
> unique ID from the xwikiclasses table. So you need to get the ID of the
> row in the xwikiclasses table whose name field is 'XWiki.XWikiComments',
> and retrieve the field name and type from all rows of the
> xwikiclassesprop table that have that ID. The following SQL does this
> less verbosely:
>
> select xwp_name, xwp_classtype
> from xwikiclassesprop p, xwikiclasses c
> where xwo_name = 'XWiki.XWikiComments'
> and p.xwp_id = c.xwo_id
>
> The results of this should be:
> +-----------+---------------------------------------------+
> | xwp_name | xwp_classtype |
> +-----------+---------------------------------------------+
> | author | com.xpn.xwiki.objects.classes.StringClass |
> | comment | com.xpn.xwiki.objects.classes.TextAreaClass |
> | date | com.xpn.xwiki.objects.classes.DateClass |
> | highlight | com.xpn.xwiki.objects.classes.TextAreaClass |
> | replyto | com.xpn.xwiki.objects.classes.NumberClass |
> +-----------+---------------------------------------------+
> 5 rows in set (0.00 sec)
>
> You'd have to go into the XWiki source (more specifically, the Hibernate
> configuration, I believe) to see how the xwp_classtype field above links
> to what I'm doing below; I leave that as an exercise for the reader.
> All that's really needed is to know the types of the fields and which
> tables they're stored in.
>
> I've actually misled you somewhat: this is not the actual schema of
> existing comment objects but the prototype for the creation of new
> comments. I've done this ostensibly to give you a fuller understanding
> of how XWiki allows one to change the definition of a user-defined class
> without breaking existing instances, but it's really because I got
> tripped up on it myself, and I wanted to share my misery with you.
>
> To get the actual schema for existing comments you have to look at the
> xwikiobjects table, which defines actual XWiki object instances in terms
> of their class names and the document to which they belong. The xwo_id
> field is the field that ties all of the tables together.
>
> So the following query:
>
> select distinct(xwp_name), xwp_classtype
> from xwikiobjects o, xwikiproperties p
> where xwo_classname='XWiki.XWikiComments'
> and xwo_id = xwp_id
>
> yields a similar-looking result (in my database, anyway), because the
> XWiki.XWikiComments class hasn't changed since these comments were
> added:
> +-----------+-------------------------------------------+
> | xwp_name | xwp_classtype |
> +-----------+-------------------------------------------+
> | author | com.xpn.xwiki.objects.StringProperty |
> | date | com.xpn.xwiki.objects.DateProperty |
> | comment | com.xpn.xwiki.objects.LargeStringProperty |
> | replyto | com.xpn.xwiki.objects.IntegerProperty |
> | highlight | com.xpn.xwiki.objects.LargeStringProperty |
> +-----------+-------------------------------------------+
> 5 rows in set (0.05 sec)
>
> So now we know (without explaining how) that (for example) the contents
> of the "author" field of an instance of the class named
> XWiki.XWikiComments is in the xwikistrings table, in a row whose xws_id
> field matches the xwo_id field of an xwikiobjects row whose
> xwo_classname file is "XWiki.XWikiComments". All the field values can
> be found thus:
>
> field name table name field value
> author xwikistrings xws_value
> date xwikidates xws_value
> comment xwikilargestrings xwl_value
> replyto xwikiintegers xwi_value
> highlight xwikilargestrings xwl_value
>
> So all the fields of a comment would be retrieved, given its ID, by the
> following query:
>
> select s.xws_value, /* author name */
> d.xws_value, /* comment date */
> l.xws_value, /* comment text */
> i.xwi_value, /* reply-to field */
> h.xwl_value /* highlight field */
> from xwikistrings s,
> xwikidates d,
> xwikilargestrings l,
> xwikiintegers i,
> xwikilargestrings h
> where s.xws_id = <comment ID> and s.xws_name = 'author'
> and d.xws_id = s.xws_id and d.xws_name = 'date'
> and l.xws_id = s.xws_id and l.xws_name = 'comment'
> and i.xwi_value = s.xws_id and i.xwi_name = 'replyto'
> and h.xwl_value = s.xws_id and h.xwl_name = 'highlight'
>
> Of course, the job is much simpler than this, for several reasons.
> First, the replyto and highlight fields are not populated by XWiki's
> default templates, so they're always null anyway; second, of the
> remaining values, each one is uniquely identified by the object's ID
> field anyway, so the respective name fields don't need to be specified.
>
> To get a list of all comments in the database, with only their object ID
> field, author name, and date (which produces a fairly neat display) this
> query should do it.
>
> select o.xwo_id,
> s.xws_value,
> d.xws_value
> from xwikiobjects o,
> xwikistrings s,
> xwikidates d
> where xwo_classname='XWiki.XWikiComments'
> and s.xws_id = o.xwo_id
> and d.xws_id = o.xwo_id
> order by xwo_id
>
>
>
> With all that as background, what you need to do is:
>
> 1. Identify the offending comments (by their object IDs).
>
> If the comments were all from bogus registrations, then the above query
> with an added qualifier something like:
>
> where s.xws_value in ('XWiki.spammer1', 'XWiki.spammer2'[,...])
>
> will give you the object IDs you need.
>
> If you have allowed anonymous users to comment, then other criteria must
> be used, although of course "s.xws_value = 'XWiki.XWikiGuest'" should be
> in your WHERE clause. Most likely, you could probably nail most of them
> by saying
>
> select o.xwo_id from xwikiobjects o, xwikilargestrings l
> where o.classname = 'XWiki.XWikiComments' and l.xwl_id = o.xwo_id
> and l.xwl_value like "%Viagra%"
> or l.xwl_value like "%sex"
> or l.xwl_value like "%stock%"
> or ...
>
> you get the idea.
>
> The best idea, of course, is to keep running and refining your query
> until you are sure that you've identified all of the offending comments
> and only the offending comments.
>
> 2. After you've built a query that identifies the set of records you
> want to remove, you must delete them from each table where they appear.
> The easiest way to do this is to modify your query to return only the
> xwikiobjects.xwo_id field in the SELECT clause and put it into a
> temporary table:
>
> create temporary table badcomments (comment_id integer);
>
> insert into badcomments select o.xwo_id from xwikiobjects o [... where,
> etc...];
>
> Then delete every row from xwikistrings, xwikilargestrings, xwikidates,
> and xwikiintegers where the respective ID fields (xws_id, xwl_id,
> xws_id, and xwi_id, respectively) match the comment_id field from your
> badcomments table.
>
>
> You can also do it using the $xwiki.search() method, but there you have
> to tie the XWiki objects together using HQL. The advantage is that you
> don't have to have server access; the disadvantage is that it's
> miserable to get it right (my opinion).
>
> brain[sic]
>
> > -----Original Message-----
> > From: wangwh(a)att.net [mailto:wangwh@att.net]
> > Sent: Tuesday, October 17, 2006 12:32 AM
> > To: xwiki-users(a)objectweb.org
> > Subject: [xwiki-users] delete spam comments
> >
> >
> > Hi,
> > My wiki site got over a thousand spam comments, anyone know
> > how can I delete them quickly (better than edit object, then
> > delete one by one).
> > Wei-hsing
> >
> >
>
>
If your Wiki is getting some traffic, you can be the next target also, someone can put in lots of spam comments with nothing but links to his/her sites to promote the sites. If possible, you might want to allow only certain people to leave comments.
*** I assume people reading this email do not do this, but...
To some *ill-minded* Wiki users, please stop doing that to others!
(the sites you are advertising will get bad names...)
-------------- Original message ----------------------
From: wangwh(a)att.net
> Hi,
> My wiki site got over a thousand spam comments, anyone know how can I delete
> them quickly (better than edit object, then delete one by one).
> Wei-hsing
>
Hi,
My wiki site got over a thousand spam comments, anyone know how can I delete them quickly (better than edit object, then delete one by one).
Wei-hsing
Dear xwiki-users,
We are getting a Java exception when saving a 7MB attachment. The
attachment appears to be attached properly, since it appears in the
attachment list and can be downloaded after the error. However, after
attaching four or five files the server becomes so unresponsive that a
restart is required. Configuration Info:
OS: Windows 2000 Server
RAM: 1GB
JDK: 1.5.0_8
App Server: JBoss 4.0.4
Database: MySQL 4.1.21
Note that JBoss is run with -Xmx 512M, and increasing that to -Xmx 1024M
has no effect.
I've gone through the attachment documentation and mailing list archives
and didn't see any references to a similar problem. Any help would be
appreciated - I plan to checkout the code and see what's happening!
Here is the stack trace:
A problem occured while trying to service your request. Please contact
the support if this happens again.
Detailed information:
Error number 0 in 11: Uncaught exception
Wrapped Exception: Java heap space
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: Java heap space
at
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:224)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilte
r.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:178)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAs
sociationValve.java:175)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.j
ava:74)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
48)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:86
9)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:527)
at
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorker
Thread.java:112)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.lang.OutOfMemoryError: Java heap space
Thanks,
Nathan Smith
I've read about the possibility of creating arbitrary types in
XWikiObject fields, though I haven't found how to do that. One way of
doing it would, of course, be to allow another XWiki class as a type.
I'm not certain of the advisability of such an approach, but putting
that aside, would it require changing the XWiki server code to allow
such a thing to happen?
brain[sic]
Hi,
I'd like to use the Chart Wizard and was trying to create a timeline but
always get a
* Charting exception: Error number 0 in 5: Unparseable date:
How do I have to format the date?
Thanks!
Sascha
Hi,
Passing this on to the user list after discussion with Vincent. Join
us on IRC to discuss XWiki:
Server: irc.freenode.net
Port: 6667
Channel #xwiki
Cheers,
Robin.
On 13/10/06, Vincent Massol <vincent(a)massol.net> wrote:
> Hi everyone,
>
> I've noticed that this project doesn't have an IRC channel yet. I think it's
> extremely valuable for those who are developing on xwiki to be able to share
> ideas, do design, etc with a communication channel that is faster than mail.
>
> This is what we done on the Maven project (irc.codehaus.org, channel
> #maven), Cargo and lots of other projects.
>
> Of course any important decision should also result in an email to the list
> so that everyone can follow what's happening.
>
> I suggest using Freenode. I have set up a channel for us:
>
> Server: irc.freenode.net
> Port: 6667
> Channel #xwiki
>
> In order to connect there you can use any IRC client:
> - mIRC
> - Trillian
> - or any of the other hundreds of clients:
> http://www.ircreviews.org/clients/
>
> WDYT?
>
> Join me there!
>
> Thanks
> -Vincent
>
>
>
>
>
>
> ___________________________________________________________________________
> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
> Demandez à ceux qui savent sur Yahoo! Questions/Réponses
> http://fr.answers.yahoo.com
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-dev(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
Hello!
I am trying to add the lucene plugin
http://www.xwiki.org/xwiki/bin/view/Dev/XWikiLucenePlugin
to my 0.9.1252 XWiki install, but only ever get "No Results".
My boss wants pdf/excel/word search capabilites.
I followed the instructions and also had it once running on a 0.840.
Lucene now seems not to return any results.
Is the plugin compatible with the new versions?
Are changes in XWIKI the reason or could it be that I use the Jetty
windows version?
Thanks and Regards,
Sascha
Hi,
you are faster:-) I have exact the same problem.
>Hi,
>
>My user registration screen is broken and returns a -1 error whenever I try to
>register a new user.
>
>It is on my own xwiki server, not on the farm. I've tried enabling the
>superadmin user, editing, and re-saving the RegisterNewUser document but I
>still get the same problem.
>
>I have two wikis running on this server, with 'virtual' switched on in
>xwiki.cfg; the registration works fine in the default wiki but not in the new
>one I have created.
>
>I'm an utter newbie to xwiki so it's possible I'm missing something obvious...
>if someone could post step-by-step instructions as to what is normally done to
>solve this problem, I'd be grateful.
>
>Many thanks
>Jonathan Essex.
>
>
>
>--
>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 have a downloaded version of xwiki (9.840), and I am trying to create
a blog as per the documentation given in the website url
-http://www.xwiki.org/xwiki/bin/view/Main/MakeABlog
However, in step 1 itself, when I make a page called Test.BlogMacro, I
am getting an error while saving the page.
Error number 4001 in 4: Error while parsing velocity page Test.BlogMacro
Wrapped Exception: Encountered "Blog" at line 1, column 14. Was
expecting one of: "[" ... "(" ... ... "true" ... "false" ... ... ... "{"
... "!" ...
What is wrong? How do I correct it?
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
Hi everyone!
We have to build a research paper submission system. The papers are stored in the db in Paper table. The abstract and other paper related info is stored in Paper table, and the paper data, e.g. the file_Name of the paper is stored in PaperData table, in the db. Only the abstract is stored, in db, the whole paper is stored in a file, and its filename is stored in the db PaperData table.
Now what we have to accomplish:
1. Be able to load the paper info, for example the abstract and the Paper contents from db and file, respectively.
2. Be able to Edit the abstract and the Paper contetns, and do other wiki things , like add an attachment, and history, PDF etc.
How XWiki does all the things:
XWiki stores the wiki pages, in the xwikidoc table, all the processing is done on this table extracted contents, which are populated in the XWikiDocument doc object in java, in the XWikiHibernateStore class.
But our requirement is a bit different we want to use the XWiki provided functionality (as we are maintaining a wiki as well) as well as, load the Paper from different tables than the xwikidoc table. from the Paper table and paper contents file.
There are a few ways how we can accomplish these things:
The first Solution:
The first solution, which I visualized as I went for a jog ;) this morning. Modify the XWikiHibernateStore class to load the data from Paper table, and paper contents file rather than xwiki doc table, since, XWikiHibernateClass is huge, and all the attacments and other things are also done in it, so we modify those methods as well, but to do minimum work we put a paper_id, in xwikiattachments table, and load those according to the current paper_id, we will have to modify the attachments classes, and attachments Hibernate configuration and the db table. Similarly, we will modify the XWikiDocument classes, and modify the associated Hibernate configuration, adding the paper methods and properties, so we will be able to use the xwiki code to the maximum.
The second solution:
Its that we rewrite everything, we write our own Hibernate java classes, and do everything on our own, this will take a lot of time and trouble, so this solution is less accepted.
The third solution:
there is a property in XWiki Classes on the view layer called Database List Property, which also takes a hibernate query, parameter, can we use that, how can we, some suggestions.
The fourth Solution:
There is an Article Object, can we use that, but I don't think, that such rich functionality will be available to us. Remember we have to populate from our own tables, instead of XWiki tables, and do all the things, which we do with a document, or which a wiki can do with a wiki page.
I hope I will get some answers, the first solution seems to be the best fit, I am waiting for your suggestions.
Regards,
Babar Abbas.
Hi,
I'm working on setting up an XWiki-based site for a small community of users. All has gone well for the most part, but I've got one issue that I'm hoping someone out there can shed some light on.
I have about 60 users that are members of a group that has read/write access to the Wiki, and logging in, editing, etc. works just fine for the majority of users, but for a small subset (3 users I'm aware of) after login, they get redirected to the main page as they should, but it appears the site is unaware of who they are. For instance, where it normally would say "Hello Joe", it says "Hello $docuser.display("first_name", "view", $objuser)". They also get the message "You are not allowed to view this document or perform this action" when viewing pages they should be able to access.
The problem doesn't seem to be related to the actual users themselves, because I had one of the users login with someone elses computer, and it was successful. But for all 3 users, switching between IE and Firefox doesn't help, and I haven't been able to find any browser settings that help either. I have also been unable to reconfigure my own browser to reproduce the problem.
Does anyone have any ideas about what might be causing this? My best guess is that somehow the browser is not presenting a session ID that matches the user's actual session object, but I don't know why that might happen. I'm relatively new to both WXiki and Tomcat, so I'm not sure what logging options might help me see some relevant information.
I see many messages like this in my logs, but they occur even when users that do not exhibit this problem hit the site, so I'm not sure they are related.
14:39:10,729 WARN TP-Processor1 http://<site>/xwiki/bin/view/OpsTeam.Record/Schedule XWikiStatsServiceImpl:findVisit:314 - Found visit with cookie 8YXUJFTIQSJJA1CQRCDJ0RXGMZAVS8XY in session 2E90CB72684FB68726A51AFA5E6B6D13 for request with cookie 5QZRQ6GC89SGSSBCZPTQOJQXJ9WT2BQG
I'm using XWiki 0.9.840 on Tomcat 5.5.16 behind apache/mod_jk
Thanks for any help or ideas you can provide,
Kyle
Hi,
My user registration screen is broken and returns a -1 error whenever I try to register a new user.
It is on my own xwiki server, not on the farm. I've tried enabling the superadmin user, editing, and re-saving the RegisterNewUser document but I still get the same problem.
I have two wikis running on this server, with 'virtual' switched on in xwiki.cfg; the registration works fine in the default wiki but not in the new one I have created.
I'm an utter newbie to xwiki so it's possible I'm missing something obvious... if someone could post step-by-step instructions as to what is normally done to solve this problem, I'd be grateful.
Many thanks
Jonathan Essex.
Hello,
I just figured out that if I have a bulleted / unnumbered list of more
than 294 items, the behavior changes:
#set($mycount = [1..295])
#foreach($i in $mycount)
* $i
#end
If you create the above list, you'll see that your list changes from a
bulleted list to a list of items all on the same line alternating bold
and regular type. If you only go to 294, you get a bulleted list. Is
this configurable? Where is this set?
Thanks,
-jeff