We are still not released because the hibernate configuration was incorrect.
This has been fixed in:
https://github.com/xwiki/xwiki-enterprise/commit/d012e205f58a9af12384ad8d0e9038df63cbcd27
so we should have a new staged testable release today.

Caleb


On 06/17/2011 06:09 AM, Thomas Mortagne wrote:
> On Fri, Jun 17, 2011 at 11:50, Thomas Mortagne
> <[email protected]> wrote:
>> On Fri, Jun 17, 2011 at 10:46, Sorin Burjan <[email protected]> wrote:
>>> I have tested the standalone releases and two of them don't work properly
>>>> The release is in the nexus staging repository, It would be nice if we 
>>>> could all take a look even if only to make sure it starts.
>>>>
>>>> Standalone releases:
>>>> http://nexus.xwiki.org/nexus/service/local/repositories/xwiki_releases_staging-001/content/org/xwiki/enterprise/xwiki-enterprise-jetty-hsqldb/3.1/xwiki-enterprise-jetty-hsqldb-3.1.zip
>>>> http://nexus.xwiki.org/nexus/service/local/repositories/xwiki_releases_staging-001/content/org/xwiki/enterprise/xwiki-enterprise-installer-windows/3.1/xwiki-enterprise-installer-windows-3.1.exe
>>> Tested on 3 windows systems and I got stack traces in consoles and on
>>> the screen.
>>>> http://nexus.xwiki.org/nexus/service/local/repositories/xwiki_releases_staging-001/content/org/xwiki/enterprise/xwiki-enterprise-installer-generic/3.1/xwiki-enterprise-installer-generic-3.1-standard.jar
>>>
>>> Tested on linux machine, I got the same stack trace as above:
>>>
>>> Will paste only a part of the exception:
>>>
>>> 2011-06-17 11:43:31.296::INFO:  Started [email protected]:8080
>>> 2011-06-17 11:44:43,433 [http://localhost:8080/xwiki/bin/view/Main/]
>>> WARN  UserSuppliedConnectionProvider - No connection properties
>>> specified - the user must supply JDBC connections
>>> 2011-06-17 11:44:43,445 [http://localhost:8080/xwiki/bin/view/Main/]
>>> WARN  o.a.s.a.RequestProcessor       - Unhandled Exception thrown: class
>>> com.xpn.xwiki.XWikiException
>>> 2011-06-17 11:44:43.446::WARN:  /xwiki/bin/view/Main/
>>> com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize
>>> main XWiki context
>>> Wrapped Exception: Error number 3001 in 3: Cannot load class
>>> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
>>> from param xwiki.store.migration.manager.class
>>> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
>>> Wrapped Exception: Hibernate Dialect must be explicitly set
>>>     at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:424)
>>>     at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:493)
>>>
>>>
>>> Also it seems that Migration Manager doesn't kick in on first fresh
>>> start of server.
>>>
>>> We must fix these before releasing.
>>
>> Just created http://jira.xwiki.org/jira/browse/XE-958
> 
> I can't reproduce it when using proper profiles (mvn clan install
> -Phsqldb in installer generic), looks like a release mistake. Don't
> forget the -Darguments='-Pci,hsqldb,jetty -DskipTests' par in your
> release:process
> 
>>
>>>
>>> Regards,
>>> Sorin B.
>>>
>>>> Server release:
>>>> http://nexus.xwiki.org/nexus/service/local/artifact/maven/redirect?r=xwiki_releases_staging-001&g=org.xwiki.enterprise&a=xwiki-enterprise-web&v=3.1&p=war
>>>> http://nexus.xwiki.org/nexus/service/local/artifact/maven/redirect?r=xwiki_releases_staging-001&g=org.xwiki.enterprise&a=xwiki-enterprise-wiki&v=3.1&p=xar
>>>>
>>>> Manager:
>>>> http://nexus.xwiki.org/nexus/service/local/artifact/maven/redirect?r=xwiki_releases_staging-001&g=org.xwiki.manager&a=xwiki-manager-application-xem&v=3.1&p=xar
>>>> http://nexus.xwiki.org/nexus/service/local/repositories/xwiki_releases_staging-001/content/org/xwiki/manager/xwiki-manager-jetty-mysql/3.1/xwiki-manager-jetty-mysql-3.1.zip
>>>> http://nexus.xwiki.org/nexus/service/local/artifact/maven/redirect?r=xwiki_releases_staging-001&g=org.xwiki.manager&a=xwiki-manager-web&v=3.1&p=war
>>>> http://nexus.xwiki.org/nexus/service/local/artifact/maven/redirect?r=xwiki_releases_staging-001&g=org.xwiki.manager&a=xwiki-manager-wiki-administrator&v=3.1&p=xar
>>>>
>>>>
>>>> Caleb
>>>>
>>>>
>>>>
>>>> On 06/16/2011 05:29 AM, Vincent Massol wrote:
>>>>> On Jun 15, 2011, at 6:15 PM, Caleb James DeLisle wrote:
>>>>>
>>>>>> Looks like we missed another day.
>>>>>> The good news is that the 2 failing object tests are no longer failing.
>>>>>> http://ci.xwiki.org/job/xwiki-enterprise-tests-3.1/135/org.xwiki.enterprise$xwiki-enterprise-test-ui/testReport/
>>>>>>
>>>>>> testCreatePageWhenNoTemplateAvailable has flickered before, perhaps this 
>>>>>> week's stability manager can get that fixed?
>>>>>>
>>>>>> The bad news is we have what appears to be a regression and is labeled 
>>>>>> as a blocker:
>>>>>> http://jira.xwiki.org/jira/browse/XWIKI-6708
>>>>>> Nobody is currently assigned to it, would anyone like to volunteer to 
>>>>>> tackle this one?
>>>>> I've analyzed it and it's not a regression, see my comments on 
>>>>> http://jira.xwiki.org/jira/browse/XWIKI-6708
>>>>>
>>>>> It's not blocking the release anymore and we can proceed.
>>>>>
>>>>> Thanks
>>>>> -Vincent
>>>>>
>>>>>> Caleb
>>>>>>
>>>>>>
>>>>>> On 06/15/2011 09:37 AM, Caleb James DeLisle wrote:
>>>>>>> We have 2 broken object tests, can anyone confirm that these are 
>>>>>>> failing in error and not a real problem?
>>>>>>> http://ci.xwiki.org/job/xwiki-enterprise-tests-3.1/134/org.xwiki.enterprise$xwiki-enterprise-test-ui/testReport/
>>>>>>>
>>>>>>> Caleb
>>>>>>>
>>>>>>> On 06/15/2011 07:07 AM, Sergiu Dumitriu wrote:
>>>>>>>> On 06/15/2011 11:48 AM, Caleb James DeLisle wrote:
>>>>>>>>> As far as I know it is only:
>>>>>>>>> http://jira.xwiki.org/jira/browse/XWIKI-6697
>>>>>>>>> which is now blocking the release.
>>>>>>>>> Is there an estimated time of repair on this bug?
>>>>>>>> Fixed.
>>>>>>>>
>>>>>>>>> Does anyone know of anything else which is holding up the release?
>>>>>>>> Nothing else that I know of.
>>>>>>>>
>>>>>>>>> In our last successful integration test cycle, there were 4 failing 
>>>>>>>>> tests which seem to be related to XWIKI-6697.
>>>>>>>>> http://ci.xwiki.org/job/xwiki-enterprise-tests-3.1/131/testReport/
>>>>> _______________________________________________
>>>>> devs mailing list
>>>>> [email protected]
>>>>> http://lists.xwiki.org/mailman/listinfo/devs
>>>>>
>>>> _______________________________________________
>>>> devs mailing list
>>>> [email protected]
>>>> http://lists.xwiki.org/mailman/listinfo/devs
>>>
>>> _______________________________________________
>>> devs mailing list
>>> [email protected]
>>> http://lists.xwiki.org/mailman/listinfo/devs
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>>
> 
> 
> 

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to