Hello,
I have gone though the form editing part of the xwiki,where we can include
the fields according to the requirement.
As per the requirement of our project (AJAX FORM EDITOR) we have to provide
one USER INTERFACE for the user through which he can drag /drop the fields
according to his form requirement.
We can extend this idea a little bit .We will not only provide the form
generation part but also include its action part i.e user will give the
name of the database where the action has to take place(if have to insert
the record or update the record in the database).Moreover, we can also add
style for each field where user can define its style according to its choice
and we can also provide the style sheet for the whole form also.
User will select the type of the field for example in the form there are
certain fields which get insert ,some gets updated when the form gets
submitted,so according to the nature and requirement, user will enter the
type of the field.Types can be "INSERT","UPDATE","VIEW" etc.
So for this we can use the resources which is present in the xwiki,in that
we have all the fully functional fields , we can make any field , so our
work will now to provide the interface for the user where he can drag/drop
the fields and also provide the interface for the style part and also to
create the action file and rendering file which would render the
requirement.
Thnx
Nikhil Gupta
--
Nikhil Gupta
BTech CSE III yr
IIIT Hyderabad
Hyderabad 500032
Hi again,
in my ongoing efforts in customizing the appearance of the pages of my
wiki I've followed the steps of the skin extension tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
I've created a StyleSheetExtension and selected 'Use this extension'
'Always on the wiki' and it works as expected.
However I've started to replace fix color settings by references to the
themes settings
e.g. $theme.borderColor ... $theme.titleColor
and also I've checked 'Parse content' 'Yes' and disabled caching this
doesn't work.
Velocity statements seem not to be processed or I am referring to
invalid property names.
(I have been trying the ones from /templates/colorThemeInit.vm)
What am I doing wrong here ?
In the example the page is laoded on demand with
$xwiki.jsx.use("XWiki.MyFirstStylesheetExtension")
so I would assume there should be a document named
"MyFirstStylesheetExtension" in XWiki space (or maybe some other space).
Thats not the case for my own instance of
XWiki.MyFirstStylesheetExtension that I've added.
Shouldn't I be able to find the instance as a document somewhere in the
spaces ?
Thanks for your support
Andreas
Hi XWiki users,
fwiw I just want to share my experiences and observations with XWiki
instance running out of memory.
I was having a hard time to track this down but in the end I could
successfully isolate the problem.
For quite some time my XWiki instance was getting unresponsive to
requests sooner or later.
The Wiki was hosted on a VirtualBox VM and in most cases the VM guest
was just freezing and needed to be restarted leaving no usable traces in
the logs. In some cases I even found JVM crash reports so I first
checked different JVMs and VirtualBox versions (PUEL and OSE licences).
I had no success with this approach and so I moved the XWiki directly to
a host environment (Ubuntu 10.10). I added Server instrumentation
(VisualVM) but still the wiki got down after a while. Surprisingly the
system was hanging although in many cases there was even enough memory
available (I checked different VM settings up to 4GB).
Finally a VisualVM thread dump showed what happened:
When the robots came visiting my service they query a large number of
pages and among them was one user-url:
.../XWiki/someUser which ran into an infinite looping condition when
rendering the page.
I don't know how this could happen but as a result the whole memory was
consumed and partly released afterwards so it seemed that there is still
enough space available. Once this happened however the Webserver needed
to be restarted because it wasn't responsive any more.
Since I have deleted this user account everything is running ok for a
couple of days now - I still have to move the service back into the
VirtualBox guest VM.
What puzzles me finally that its possible that one single request can
kill the service by going into an infinte rendering loop.
I would have thought that at some level there is a depth limit to
prevent such conditions.
Hope these observations help someone though ....
enjoy
Andreas
Hello,
I am Nikhil Gupta third year student pursuing my Btech in Computer Science
from IIIT,Hyderabad.
I have done many web based project which includes wide usage of the
scripting language (JavaScript and Jquery) and PHP and ASP as their core
language.
I have done one project(Automatic Form Generator) which is very much similar
to the AJAX Form Editor project .In that project, automated form is
generated from the configuration file,user has to just give the input field
and their type and from the configuration file form can be generated.In that
project I have used PHP,JavaScript ,Jquery.
I am deeply interested in the project.How should I proceed for it?
Regards
Nikhil Gupta
Nikhil Gupta
BTech CSE III yr
IIIT Hyderabad
Hyderabad 500032
Hi,
I've could get my upgrade from 2.4.3 to 2.7.1 working in my test environment. The new features seem remarkable indeed, but one of the most important for our XWiki instance is not working properly: the Office Preview in attachments of Office Macro. The little eye right beside the edit and delete buttons on the attachments sections doesn't appear. Is there something I'm missing? Any configuration steps required?
If I try the office macro, I get an exception: "org.xwiki.rendering.macro.MacroExecutionException: Failed to view office attachment.
" and "Caused by: java.lang.Exception: Attachment [name = [DescricaoSGAeSGA1.doc], type = [ATTACHMENT], parent = [name = [WebHome], type = [DOCUMENT], parent = [name = [Main], type = [SPACE], parent = [name = [xwiki], type = [WIKI], parent = [null]]]]] does not exist.", but the attachment is really there, showed in the attachments section.
How can I handle this?
Ramon Gomes Brandão
Hi xwiki users,
I am a bit worried I have messing up all the things with my xwiki.. I
deleted the xWiki space by mistake (by using the velocity macro to
delete spaces) and I am not able now to log as admin any more neither
to install the Administration Application (if it is the needed action
to do..).
Could you please help me? I didn't found any specific information
about it online. Do I need to install again the xwiki?? Did I lose my
work???
Hope there is a way to recover,
thank you in advance
Alessandro
Hi everyone,
I'd like to make the proposal to drop the existing mailing lists in
favor of a forum (bulletin board) software.
The objective is to promote the XWiki community discussions to a broader
audience.
1) A forum serves like an advertising window as anyone can read the
contributions without subscription.
2) Anyone can judge the activity by reading the view count.
3) New users can get in touch with the community without being urged to
subscribe to a mailing list.
4) Many people consider mailing lists as spam and prefer not to subscribe
5) Contributions have a longer visibility and older entries will get
responses
6) Communication gets more efficient as the same topics won't get
repeatedly discussed
7) To my experience forums get much better indexed by google as mail
collectors like Nabble , Markmail, e.t.c.
8) Forums encourage user to user discussions and you will see new users
taking an active role
9) There should be at least one additional category IMHO: administrators
10) A forum is more pleasure to read once a topic split into many threads
11) A forum is beneficial when expecting increasing support requirements
- some real large scale forums were run by just a few moderators
12) More people will see what a teriffic job the XWiki team does.
Here's my +1
Andreas
Is it possible to remap the Meta+G (Ctrl+G in Windows) to another key?
Just switched from Firefox to Chrome and Chrome captures Ctrl+G for
searching.
Also noticed that the default Welcome page in XWiki 2.7 has minor layout
problems when displayed in Chrome. The Xwiki.org Playground (version 2.6.2)
appears to be OK. Anyone else seen this. e.g., the spaces column drops the
text to the right of the icon onto the line below.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p61836…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all
I've a problem with IE (tried with IE7 and IE8, same result) in adding in a
ClassSheet page a really simple form like:
1
2
3
No problem in "view" mode, but when I go in "inline" mode then:
- if I try to "Save and Continue" I got a error message like "Error :
'this.form' is Null or not an object" and debug target line in
"actionButton.js" and I stay blocked on the page with "Saving..." animation.
- if I click on "Save and View", nothing happens (no error or anything
else) but I stay also blocked on the page.
I got none problem with FireFox...
Has someone could help me?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Add-a-form-in-a-ClassSheet-page-tp6191537…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Vincent,
> Date: Sun, 20 Mar 2011 13:47:06 +0100
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <76F3E2F3-A7C4-4376-865C-65E36568D6D4(a)massol.net>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Xino,
>
> On Mar 20, 2011, at 7:50 AM, xino(a)lavabit.com wrote:
>
>> Hello!
>>
>> I'd like to make a request for a new Xwiki-based hosted wiki on myxwiki.
>>
>> My username is xino, and I'd like to have the host name of elonadev.
>
> Could you fill your first name/last name please on
> http://myxwiki.org/xwiki/bin/view/XWiki/xino ?
Done, and thank you!
>
>> The purpose of the wiki is to host development efforts of the
>> continuation
>> of the non-commercial but closed-source game, Elona.
>
> I'll create it.
>
> Thanks
> -Vincent
>
>
>
> Date: Sun, 20 Mar 2011 13:55:55 +0100
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <C5D82E49-1C62-4D7D-B4A2-1F253F1EF56A(a)massol.net>
> Content-Type: text/plain; charset=us-ascii
>
> Hi again Xino,
>
> You wiki has been created at
> http://elonadev.myxwiki.org/xwiki/bin/view/Main/WebHome
>
> Enjoy it and please report here any issue or anything not working.
> Improvement ideas are also very welcome.
>
Gladly. I've been running Xwiki on my laptop so far, and I've found it
quite powerful.
> Thanks
> -Vincent on behalf of the xwiki community
>
> On Mar 20, 2011, at 1:47 PM, Vincent Massol wrote:
>
>> Hi Xino,
>>
>> On Mar 20, 2011, at 7:50 AM, xino(a)lavabit.com wrote:
>>
>>> Hello!
>>>
>>> I'd like to make a request for a new Xwiki-based hosted wiki on
>>> myxwiki.
>>>
>>> My username is xino, and I'd like to have the host name of elonadev.
>>
>> Could you fill your first name/last name please on
>> http://myxwiki.org/xwiki/bin/view/XWiki/xino ?
>>
>>> The purpose of the wiki is to host development efforts of the
>>> continuation
>>> of the non-commercial but closed-source game, Elona.
>>
>> I'll create it.
>>
>> Thanks
>> -Vincent
>>
>
>
>
Regards,
John
I followed the instruction to install the xiwi to tomcat and using mysql
database.
I think database connection is right, because the tables of xwiki was
installed to databse. according to the error log, it might caused by
"*java.sql.BatchUpdateException: Data too long for column
'XWD_MINOREDIT' at
row 1*".
Anyone can help me out?
here is my configuration file:
hibernate:
<property
name="connection.url">jdbc:mysql://localhost:3306/xwiki?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8&sessionVariables=sql_mode=''</property>
<property name="connection.username">root</property>
<property name="connection.password">root</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
The error track:
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document
xwiki:XWiki.XWikiPreferences
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:425)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
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.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
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:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document xwiki:XWiki.XWikiPreferences
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:657)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:183)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:177)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1442)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1389)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1384)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3310)
at com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:873)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:842)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:763)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:406)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
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.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
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:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.hibernate.exception.DataException: Could not execute JDBC batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:77)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:253)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:871)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:842)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:647)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:183)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:177)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1442)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1389)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1384)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3310)
at com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:873)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:842)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:763)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:406)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
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.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
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:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
*Caused by: java.sql.BatchUpdateException: Data too long for column
'XWD_MINOREDIT' at row 1*
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1566)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
... 56 more
--
Best wishes,
许凌志
MOE KLINNS Lab and SKLMS Lab, Xi'an Jiaotong University
Department of Computer Science and Technology, Xi’an Jiaotong University
Hello!
I'd like to make a request for a new Xwiki-based hosted wiki on myxwiki.
My username is xino, and I'd like to have the host name of elonadev.
The purpose of the wiki is to host development efforts of the continuation
of the non-commercial but closed-source game, Elona.
Thanks,
Xino
We've upgraded our wiki from 2.1.1 to 2.7.1
The video macro stops working?
I've a url to a vimeo video
Workaround is a {{Html}} macro with the embedding code from vimeo
Any reason why video macro stops working?
gerritjan
Hallo!
- Using HSQLDB
I have increased -Xmx too much 900m
After reducing to 300m i get the HTTP ERROR 500.
What can i do to go back to Xmx=300m without export/import?
Volker
Hi all,
I'm I'm trying to install /xwiki-enterprise-2.7.1 on Tomcat 6. And I
have the following Java error:
[...]
SEVERE: The web application [/xwiki-enterprise-2.7.1] created a
ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap]
(value [org.apache.log4j.helpers.ThreadLocalMap@15ef45a]) and a value
of type [java.util.Hashtable] (value
[{url=http://localhost:8888/xwiki-enterprise-2.7.1/bin/view/Main/}])
but failed to remove it when the web application was stopped. This is
very likely to create a memory leak.
log4j:ERROR Error occured while converting date.
java.lang.NullPointerException
at java.lang.System.arraycopy(Native Method)
at java.lang.AbstractStringBuilder.getChars(AbstractStringBuilder.java:345)
at java.lang.StringBuffer.getChars(StringBuffer.java:218)
at org.apache.log4j.helpers.ISO8601DateFormat.format(ISO8601DateFormat.java:130)
at java.text.DateFormat.format(DateFormat.java:333)
[...]
I didn't have the 'common' dir hanging on $TOMCAT_HOME dir, so I
copied from another tomcat instance which is working OK. I created
log4j.properties according xwiki web, but I have the same error.
Database connection is Oracle, and I don't know what to do.
Any ideas?
Regards,
Hi,
how do you change the default dashboard layout ?
I mean dashboard source shows :
{{dashboard source="Main.Dashboard"/}}
and Main.Dashboard has:
{{dashboard/}}
How do you change for example the dashbord layout or limit the liste of
spaces shown ?
Hi Xwiki Group,
I am upgrading from 2.4.3 to 2.7.1. Right after I deploy the fresh new 2.7.1 war, with proper update schema flag set on xwiki.cfg, how should I procceed? Should I access the application first, without going directly to the import feature, in order to grant the schema update, or should I go directly to the import page (xwiki/bin/Import ...)?
I've tried the first approach and it's taking so long for a very small database (about 13Mb). Is it normal?
Regards,
Ramon Gomes Brandão
Hi,
we're using Xwiki as our main local knowledge repository (kind of) and
we've started some gardening.
We did some assessment and some minimal cleanup but as far as we can
see we'll need to do some automated wiki gardening : broken links
detection, duplicated content, etc.
Do you use some automated tools to do it ? or simply do the cleaning manually ?
Thanks !
--
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man)
Programming: love it or leave it
Hi community,
Time flies when you're having fun, so we missed last week's Thursday
bugfixing day (which would have made it a monthly event). So, tomorrow
there will be another bugfixing day, in preparation for a clean 3.0 release.
As usual, everyone is welcome to participate in bugfixing, but not only:
bug triage and bug reporting is also very much appreciated.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
How can I set the Watchlist Notification E-mail content to NOT show the text formatting HTML tags (like "text align", "% width" etc), but only the modified text? I'm using XE 2.4.3, migrating to 2.7.1.
Regards,
Ramon Gomes Brandão
Hi All,
In november, some guys propose to deprecate $xwiki.parseMessage :
http://markmail.org/message/7eorelxviymtyzc3
Surely, it was a good idea, I have every confidence in those guys.
But now, the xwiki.log file of XWiki 2.7 is full of WARNs. Do you have any
hint to make them disappear ?
Thanks for your help.
Maxime
Hello list,
as I am slowly realizing, there's no way to prevent the output of the following headers which basically say that no client or proxy caching should be done.
I agree that the default policy should be to not cache but it should be possible to allow to cache.
Even changing the header values with:
$response.setHeader("Cache-Control","max-age=60, public")
fails because it adds no-cache to the front.
$reponse.setDateHeader("Expires",someDate) seems to work.
This is quite odd I have to say.
Should I hunt somewhere else?
I fear I need to dig into the servlets.
paul