Hi all,
I deploying Xwiki-1.0.exe on windows xp. However, i noticed the database schema provided in the installation
xwiki_db.script doesn't matched with the one online at http://www.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema.
Why issit so?
Regards
---------------------------------
Real people. Real questions. Real answers. Share what you know.
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi all,
I deploying Xwiki-1.0.exe on windows xp. However, i noticed the database schema provided in the installation
xwiki_db.script doesn't matched with the one online at http://www.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema.
Why issit so?
Regards
---------------------------------
Real people. Real questions. Real answers. Share what you know.
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
I think we need to test a new version in real before we release it.
This will allow reducing the bugs we find.
I propose we add the strategy of deploying a candidate release on
xwiki.org first and play with it for 1 or 2 days before we release
new version.
This should allow us to validate that existing installs can be
migrated to the new version as this is something we are currently not
checking (since our build creates a new version from scratch).
WDYT?
If you're ok I'll add it to the release notes and we'll need to get
Raffaello's help for this. Maybe we could stage xwiki.org and
xwiki.com on a separate machine by copying the existing DBs to try
them out rather than using the real system?
Thanks
-Vincent
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi
Congratulations on this release.
The full screen editing mode introduced in 1.1m4 is not working in RC1. I
just get an empty screen with no icons or text area.
Is this planned to be fixed in the next release? Or should is ubmit a Jira
for this?
Shiva
--
View this message in context: http://www.nabble.com/1.1RC1-Full-Screen-editor-not-working-tf4354275.html#…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi,
This is first release candidate for the final 1.1 release. It brings
only several bug fixes and improvements, as the 1.1 release is almost
ready. It was delayed a bit by unexpected bugs introduced by some
fixes, but we managed to get it along. Unfortunately, there will have
to be another release candidate, as right after finishing the release
we detected several things that could be improved, and we're also
trying to make the installer a bit more user-friendly.
See the release notes (
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11RC1
) for more details on this release. With release candidates we need
your help more than ever for testing and reporting any remaining bug
(and eventually provide a patch, too).
Thanks!
The XWiki developers team
--
http://purl.org/net/sergiu
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi everyone,
After upgrading xwiki.org from XWiki 1.1b3 to 1.1RC1, I tryed to run
the FixRCS script.
I got an error "while parsing velocity page Wrapped Exception: Invocation of method 'getRenderedContent' in class com.xpn.xwiki.api.Document threw exception java.lang.StackOverflowError @ [7,7]"
Here is the stack trace :
Error number 4001 in 4: Error while parsing velocity page
Wrapped Exception: Invocation of method 'getRenderedContent' in class com.xpn.xwiki.api.Document threw exception java.lang.StackOverflowError @ <unknown template>[7,7]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page
Wrapped Exception: Invocation of method 'getRenderedContent' in class com.xpn.xwiki.api.Document threw exception java.lang.StackOverflowError @ <unknown template>[7,7]
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:148)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1240)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1201)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:511)
at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1240)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1201)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:157)
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:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
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:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.lang.StackOverflowError
at java.util.regex.Pattern.atom(Pattern.java:1863)
at java.util.regex.Pattern.sequence(Pattern.java:1743)
at java.util.regex.Pattern.expr(Pattern.java:1687)
at java.util.regex.Pattern.compile(Pattern.java:1397)
at java.util.regex.Pattern.<init>(Pattern.java:1124)
at java.util.regex.Pattern.compile(Pattern.java:817)
at java.lang.String.replaceAll(String.java:2000)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:699)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:673)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
[...] last line x 1000
It seems like a recursion problem.
--
Raffaello Pelagalli
XPertNet - XWiki.com
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi,
This is first release candidate for the final 1.1 release. It brings
only several bug fixes and improvements, as the 1.1 release is almost
ready. It was delayed a bit by unexpected bugs introduced by some
fixes, but we managed to get it along. Unfortunately, there will have
to be another release candidate, as right after finishing the release
we detected several things that could be improved, and we're also
trying to make the installer a bit more user-friendly.
See the release notes (
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11RC1
) for more details on this release. With release candidates we need
your help more than ever for testing and reporting any remaining bug
(and eventually provide a patch, too).
Thanks!
The XWiki developers team
--
http://purl.org/net/sergiu
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi Tharindu/Asiri,
As you've seen I've moved XEclipse to the trunk proper and released
version 1.0M1. While testing it for the release, I've found some
issues for which I've raised JIRA issues.
Do you think you could schedule the ones you'd like to fix for 1.0M2
and also update the 1.0M2 plan so that we have a list of jira issues
that are realistic for 1.0M2 (planned for the 10th of Sep).
Again, well done for the 1.0M1 release.
I'm eager to move xwiki.org to 1.1M4 or later to start using the
XEclipse plugin :)
Thanks
-Vincent
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Hi,
I am developing Xwiki from source code. I am using
maven-2.1-SNAPSHOTto build xwiki.
Also using Linux,java1.6. While building I have came across
following Exception...
ignu@sixteen:~/xwiki_build/xwiki_src/trunks-users/xwiki-product-enterprise/distribution-test$
mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] XWiki Products - Enterprise - Functional Tests
[INFO] XWiki Products - Enterprise - Functional XMLRPC Tests
[INFO] XWiki Products - Enterprise - Functional Selenium Tests
[INFO]
----------------------------------------------------------------------------
[INFO] Building XWiki Products - Enterprise - Functional Tests
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing
/media/sda6/xwiki_build/xwiki_src/trunks-users/xwiki-product-enterprise/distribution-test/pom.xml
to
/home/ignu/.m2/repository/com/xpn/xwiki/products/xwiki-enterprise-test/1.2-SNAPSHOT/xwiki-
enterprise-test-1.2-SNAPSHOT.pom
[INFO]
----------------------------------------------------------------------------
[INFO] Building XWiki Products - Enterprise - Functional XMLRPC Tests
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
Downloading: http://maven.xwiki.org/externals/groovy/groovy-all-1.0-jsr/06/groovy-all-1.…
Downloading:
http://maven.xwiki.org/releases/groovy/groovy-all-1.0-jsr/06/groovy-all-1.0…
Downloading:
http://repo1.maven.org/maven2/groovy/groovy-all-1.0-jsr/06/groovy-all-1.0-j…
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [site:attach-descriptor]
[INFO] [dependency:unpack]
[INFO] Configured Artifact:
com.xpn.xwiki.products:xwiki-enterprise:hsqldb:1.2-SNAPSHOT:zip
Downloading:
http://maven.xwiki.org/snapshots/com/xpn/xwiki/products/xwiki-enterprise/1.…
40645K downloaded
[INFO] Expanding:
/home/ignu/.m2/repository/com/xpn/xwiki/products/xwiki-enterprise/1.2-SNAPSHOT/xwiki-
enterprise-1.2-SNAPSHOT-hsqldb.zip into
/media/sda6/xwiki_build/xwiki_src/trunks-users/xwiki-product-enterprise/distribution-test/xmlrpc-tests/target
Downloading:
http://maven.xwiki.org/externals/com/xpn/xwiki/platform/xwiki-core/1.2-SNAP…
Downloading:
http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.2-SNAP…
19K downloaded
[INFO] [surefire:test]
[INFO] Surefire report directory:
/media/sda6/xwiki_build/xwiki_src/trunks-users/xwiki-product-enterprise/distribution-test/xmlrpc-tests/target/surefire-reports
org.apache.maven.surefire.booter.SurefireExecutionException:
com.xpn.xwiki.it.xmlrpc.AllTests; nested exception is
java.io.FileNotFoundException:
/home/ignu/.m2/repository/com/xpn/xwiki/products/xwiki-enterprise-wiki/1.2-SNAPSHOT/xwiki-
enterprise-wiki-1.2-SNAPSHOT.xar (No such file or directory); nested
exception is org.apache.maven.surefire.testset.TestSetFailedException:
com.xpn.xwiki.it.xmlrpc.AllTests; nested exception is
java.io.FileNotFoundException :
/home/ignu/.m2/repository/com/xpn/xwiki/products/xwiki-enterprise-wiki/1.2-SNAPSHOT/xwiki-
enterprise-wiki-1.2-SNAPSHOT.xar (No such file or directory)
org.apache.maven.surefire.testset.TestSetFailedException:
com.xpn.xwiki.it.xmlrpc.AllTests ; nested exception is
java.io.FileNotFoundException:
/home/ignu/.m2/repository/com/xpn/xwiki/products/xwiki-enterprise-wiki/1.2-SNAPSHOT/xwiki-
enterprise-wiki-1.2-SNAPSHOT.xar (No such file or directory)
java.io.FileNotFoundException :
/home/ignu/.m2/repository/com/xpn/xwiki/products/xwiki-enterprise-wiki/1.2-SNAPSHOT/xwiki-
enterprise-wiki-1.2-SNAPSHOT.xar (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at com.xpn.xwiki.it.xmlrpc.XhtmlValidityTest.readXarContents(
XhtmlValidityTest.java :166)
at com.xpn.xwiki.it.xmlrpc.XhtmlValidityTest.suite(
XhtmlValidityTest.java:94)
at com.xpn.xwiki.it.xmlrpc.AllTests.suite(AllTests.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.junit.JUnitTestSet.createInstanceFromSuiteMethod(
JUnitTestSet.java:180)
at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(
JUnitTestSet.java:140)
at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(
JUnitTestSet.java:247)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(
AbstractDirectoryTestSuite.java :104)
at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(
Surefire.java:150)
at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:290)
at org.apache.maven.surefire.booter.SurefireBooter.main (
SurefireBooter.java:818)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 44 minutes 19 seconds
[INFO] Finished at: Wed Aug 29 14:02:36 IST 2007
[INFO] Final Memory: 10M/17M
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
------------------------------------------------------------------------
[INFO] XWiki Products - Enterprise - Functional Tests ........ SUCCESS [
0.665s]
[INFO] XWiki Products - Enterprise - Functional XMLRPC Tests . FAILED [44:
18.231s]
[INFO] XWiki Products - Enterprise - Functional Selenium Tests NOT BUILT
[INFO]
------------------------------------------------------------------------
[INFO] Error for project: XWiki Products - Enterprise - Functional XMLRPC
Tests (during org.apache.maven.plugins:maven-surefire-plugin:2.3:test)
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] BUILD ERRORS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 44 minutes 19 seconds
[INFO] Finished at: Wed Aug 29 14:02:36 IST 2007
[INFO] Final Memory: 10M/17M
[INFO]
------------------------------------------------------------------------
FATAL ERROR: Unable to configure the Maven application
--
Dinesh P. Chothe
INDICTRANS
Computing in Indian Languages
Mobile : +91 9850076045
Email : chothe.dinesh(a)gmail.com
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs