Lucee 5.0.0.65-BETA error

After upgrading to new latest beta 65, I receive this error:

“ERROR”,“cfthread-3”,“09/03/2015”,“07:00:09”,“”,"cfthread-3;Could not initialize class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory;java.lang.NoClassDefFoundError: Could not initialize class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory.(PoolingHttpClientConnectionManager.java:572)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.(PoolingHttpClientConnectionManager.java:174)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.(PoolingHttpClientConnectionManager.java:158)
at org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:962)
at lucee.runtime.tag.Http._doEndTag(Http.java:1022)
at lucee.runtime.tag.Http.doEndTag(Http.java:640)
at core.asynchttp.asynchttp_cfc$cf.threadCall(/home/wwwroot/contens/core/asynchttp/asynchttp.cfc:101)

Also in the Lucee Administrator (Update Info):
Info
server http://dev.lucee.org failed to return a valid response. Could not initialize class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory

I guess there is a problem with the commons http jars, but have now idea how to fix that?

-Harry