Re: [hibernate-dev] byteman

2012-09-06 Thread Sanne Grinovero
Byteman needs to open a listening network socket in the agent, so that
the test fixture can connect to it and control the agent to upload the
instrumentation rules (the default is 9091).

If this is your local workstation, maybe you have the port taken by a
different server?
If it's a CI server, I guess you also have the risk of a previous run
hanging and which didn't release the port, or some concurrent builds
on the same machine sharing the port?

In case there are other services using the port you can change the
default with an agent option; maybe we need a dynamic port selection
controlled by jenkins if we need multiple builds to run in parallel.

On 6 September 2012 08:31, Strong Liu  wrote:
> org.hibernate.test.annotations.xml.ejb3.NonExistentOrmVersionTest STANDARD_OUT
> 14:19:50,895  INFO SchemaExport:343 - HHH000227: Running hbm2ddl schema 
> export
> 14:19:50,896 DEBUG SchemaExport:353 - Import file not found: /import.sql
> 14:19:50,896  INFO SchemaExport:405 - HHH000230: Schema export complete
> 14:19:50,896  INFO DriverManagerConnectionProviderImpl:156 - HHH30: 
> Cleaning up connection pool [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE]
>
> org.hibernate.test.annotations.xml.ejb3.OrmVersion1SupportedTest > 
> testOrm1Support STANDARD_OUT
> TransformListener() : unexpected exception opening server socket 
> java.net.BindException: Address already in use
>
> org.hibernate.test.annotations.xml.ejb3.OrmVersion1SupportedTest > 
> testOrm1Support STANDARD_ERROR
> java.net.BindException: Address already in use
>
>
>
> -
> Best Regards,
>
> Strong Liu 
> http://about.me/stliu/bio
>
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Hibernate O/RM 4.1.7 Release

2012-09-06 Thread Steve Ebersole
http://in.relation.to/Bloggers/HibernateORM417Release


-- 
st...@hibernate.org
http://hibernate.org
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Jira + GitHub

2012-09-06 Thread Steve Ebersole
Hey everyone.  A few months ago we had moved Hibernate Jira from using
FishEye to link in commits against GitHub to using Atlassian's "DVCS
Connector" plugin.  Not even sure how many of you were aware but we had
been having a few problems with it (mainly not all commits showing up
automatically).  I have been working with Atlassian to try and get that
corrected.  Today we think those problems are all resolved.

If you notice any pushed commits that do not show up on the commits tab in
the Jira issue please let me know.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev