You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2011/02/10 09:41:57 UTC

[jira] Created: (STANBOL-70) Continuous integration setup

Continuous integration setup
----------------------------

                 Key: STANBOL-70
                 URL: https://issues.apache.org/jira/browse/STANBOL-70
             Project: Stanbol
          Issue Type: Task
          Components: Build
            Reporter: Bertrand Delacretaz


Setup https://hudson.apache.org/ to do a full build of Stanbol

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (STANBOL-70) Continuous integration setup

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved STANBOL-70.
----------------------------------------

    Resolution: Fixed
      Assignee: Bertrand Delacretaz

ok, marking fixed

> Continuous integration setup
> ----------------------------
>
>                 Key: STANBOL-70
>                 URL: https://issues.apache.org/jira/browse/STANBOL-70
>             Project: Stanbol
>          Issue Type: Task
>          Components: Build
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>
> Setup https://hudson.apache.org/ to do a full build of Stanbol

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (STANBOL-70) Continuous integration setup

Posted by "Olivier Grisel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002608#comment-13002608 ] 

Olivier Grisel commented on STANBOL-70:
---------------------------------------

As hudson is working smoothly so far can you mark this issue as resolved? I suggest we track solaris support will be tracked in another issue when needed.

> Continuous integration setup
> ----------------------------
>
>                 Key: STANBOL-70
>                 URL: https://issues.apache.org/jira/browse/STANBOL-70
>             Project: Stanbol
>          Issue Type: Task
>          Components: Build
>            Reporter: Bertrand Delacretaz
>
> Setup https://hudson.apache.org/ to do a full build of Stanbol

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (STANBOL-70) Continuous integration setup

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992956#comment-12992956 ] 

Bertrand Delacretaz commented on STANBOL-70:
--------------------------------------------

Basic setup done at https://hudson.apache.org/hudson/job/stanbol-trunk-1.6/

Didn't set a lock on the build job, we might need to add this if we create multiple jobs.

The https://hudson.apache.org/hudson/view/S-Z/view/Stanbol/ view shows all jobs having names that match the stanbol.* regexp

> Continuous integration setup
> ----------------------------
>
>                 Key: STANBOL-70
>                 URL: https://issues.apache.org/jira/browse/STANBOL-70
>             Project: Stanbol
>          Issue Type: Task
>          Components: Build
>            Reporter: Bertrand Delacretaz
>
> Setup https://hudson.apache.org/ to do a full build of Stanbol

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (STANBOL-70) Continuous integration setup

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993028#comment-12993028 ] 

Bertrand Delacretaz commented on STANBOL-70:
--------------------------------------------

I have set the build job to run either on the Ubuntu or Solaris boxes. This might allow it to run more quickly, as most builds are tied to the Ubuntu boxes and the Solaris boxes are much less loaded.

This will also help expose portability issues, we must just be careful to check where the build ran if it fails.

> Continuous integration setup
> ----------------------------
>
>                 Key: STANBOL-70
>                 URL: https://issues.apache.org/jira/browse/STANBOL-70
>             Project: Stanbol
>          Issue Type: Task
>          Components: Build
>            Reporter: Bertrand Delacretaz
>
> Setup https://hudson.apache.org/ to do a full build of Stanbol

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (STANBOL-70) Continuous integration setup

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993059#comment-12993059 ] 

Bertrand Delacretaz commented on STANBOL-70:
--------------------------------------------

Enhancer integration tests fail on Solaris, tried the runnable jar at the command line on that box and the http services don't start (stack trace below). 

A trunk version of the Sling Launchpad runnable jar starts, so future versions might work on Solaris, I don't want to spend too much time investigating.

For now, I have changed the build job to run on Ubuntu only.


10.02.2011 08:20:24.137 *WARN* ¡Jetty HTTP Service¿ org.apache.felix.http.jetty Error starting handlers (java.lang.InternalError: URLSeedGenerator file:/dev/random generated exception: null) java.lang.InternalError: URLSeedGenerator file:/dev/random generat
ed exception: null
        at sun.security.provider.SeedGenerator$URLSeedGenerator.getSeedByte(SeedGenerator.java:455)
        at sun.security.provider.SeedGenerator.getSeedBytes(SeedGenerator.java:123)
        at sun.security.provider.SeedGenerator.generateSeed(SeedGenerator.java:118)
        at sun.security.provider.SecureRandom.engineGenerateSeed(SecureRandom.java:114)
        at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:171)
        at java.security.SecureRandom.nextBytes(SecureRandom.java:433)
        at java.security.SecureRandom.next(SecureRandom.java:455)
        at java.util.Random.nextLong(Random.java:284)
        at org.mortbay.jetty.servlet.HashSessionIdManager.doStart(HashSessionIdManager.java:139)


> Continuous integration setup
> ----------------------------
>
>                 Key: STANBOL-70
>                 URL: https://issues.apache.org/jira/browse/STANBOL-70
>             Project: Stanbol
>          Issue Type: Task
>          Components: Build
>            Reporter: Bertrand Delacretaz
>
> Setup https://hudson.apache.org/ to do a full build of Stanbol

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira