Failed

es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest.testDoRegisterSuccess

Failing for the past 1 build (Since Unstable#87 )
Took 20 sec.

Error Message

Can't invoke method assertOnIt.

Stacktrace

java.lang.IllegalStateException: Can't invoke method assertOnIt.
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at es.uvigo.esei.dgss.letta.jsf.pages.IndexPage.assertOnIt(IndexPage.java:27)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.jboss.arquillian.graphene.proxy.GrapheneProxyHandler.invokeReal(GrapheneProxyHandler.java:130)
	at org.jboss.arquillian.graphene.proxy.GrapheneContextualHandler$1.invoke(GrapheneContextualHandler.java:163)
	at org.jboss.arquillian.graphene.proxy.GrapheneContextualHandler$2.call(GrapheneContextualHandler.java:213)
	at org.jboss.arquillian.graphene.context.BrowserActions.performAction(BrowserActions.java:62)
	at org.jboss.arquillian.graphene.proxy.GrapheneContextualHandler.invoke(GrapheneContextualHandler.java:209)
	at org.jboss.arquillian.graphene.proxy.GrapheneContextualHandler.intercept(GrapheneContextualHandler.java:233)
	at es.uvigo.esei.dgss.letta.jsf.pages.IndexPage$$EnhancerByGraphene$$96940a0c.assertOnIt(<generated>)
	at es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest.testDoRegisterSuccess(RegisterUserControllerTest.java:109)

Standard Output

Hibernate: select user0_.login as login1_2_0_, user0_.email as email2_2_0_, user0_.password as password3_2_0_, user0_.role as role4_2_0_ from User user0_ where user0_.login=?
Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.login=?
Hibernate: select user0_.login as login1_2_, user0_.email as email2_2_, user0_.password as password3_2_, user0_.role as role4_2_ from User user0_ where user0_.email=?
Hibernate: select registrati0_.uuid as uuid1_1_, registrati0_.email as email2_1_, registrati0_.login as login3_1_, registrati0_.password as password4_1_, registrati0_.role as role5_1_ from Registration registrati0_ where registrati0_.email=?
Hibernate: insert into Registration (email, login, password, role, uuid) values (?, ?, ?, ?, ?)

Standard Error

log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
log4j:WARN Please initialize the log4j system properly.