Rastislav Wagner created JBIDE-13244:
----------------------------------------
Summary: NPE in jboss-as-helloworld-errai
Key: JBIDE-13244
URL:
https://issues.jboss.org/browse/JBIDE-13244
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.0.0.CR1
Reporter: Rastislav Wagner
Assignee: Snjezana Peco
Fix For: 4.0.x
From AS console log:
{code}11:17:02,980 INFO [stdout] (http-localhost/127.0.0.1:8080-3) *** FAILED TO COMPILE
MARSHALLER CLASS ***
11:17:02,980 INFO [stdout] (http-localhost/127.0.0.1:8080-3) *** Classpath Used:
/files/RedHat/JBoss/AS/with spaces/jboss-eap-6.0/jboss-modules.jar
11:17:02,980 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,981 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 1. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 12)
11:17:02,981 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.bus.client.api.base.MessageDeliveryFailure;
11:17:02,981 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^^^^
11:17:02,981 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.bus cannot be resolved
11:17:02,981 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,981 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 2. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 13)
11:17:02,981 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.bus.client.api.base.TransportIOException;
11:17:02,982 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^^^^
11:17:02,982 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.bus cannot be resolved
11:17:02,982 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,982 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 3. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 14)
11:17:02,982 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.api.Marshaller;
11:17:02,982 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,982 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,983 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,983 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 4. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 15)
11:17:02,983 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.api.MarshallerFactory;
11:17:02,983 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,983 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,983 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,984 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 5. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 16)
11:17:02,984 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.api.MarshallingSession;
11:17:02,984 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,984 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,984 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,984 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 6. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 17)
11:17:02,984 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.api.json.EJArray;
11:17:02,985 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,985 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,985 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,985 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 7. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 18)
11:17:02,985 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.api.json.EJObject;
11:17:02,985 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,985 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,986 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,986 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 8. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 19)
11:17:02,986 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.api.json.EJValue;
11:17:02,986 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,986 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,986 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,986 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 9. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 20)
11:17:02,987 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.BigDecimalMarshaller;
11:17:02,987 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,987 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,987 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,987 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 10. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 21)
11:17:02,988 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.BigIntegerMarshaller;
11:17:02,988 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,988 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,988 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,988 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 11. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 22)
11:17:02,989 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.BooleanMarshaller;
11:17:02,989 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,989 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,989 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,989 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 12. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 23)
11:17:02,990 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.ByteMarshaller;
11:17:02,990 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,991 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,993 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,993 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 13. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 24)
11:17:02,993 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.CharacterMarshaller;
11:17:02,993 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,994 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,994 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,994 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 14. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 25)
11:17:02,994 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.DateMarshaller;
11:17:02,994 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,994 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,995 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,995 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 15. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 26)
11:17:02,995 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.DoubleMarshaller;
11:17:02,995 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,995 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,996 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,996 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 16. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 27)
11:17:02,996 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.FloatMarshaller;
11:17:02,996 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,996 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,996 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,997 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 17. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 28)
11:17:02,997 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.IntegerMarshaller;
11:17:02,997 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,997 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,997 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,998 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 18. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 29)
11:17:02,998 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.LinkedListMarshaller;
11:17:02,998 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,998 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,998 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,998 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 19. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 30)
11:17:02,999 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.ListMarshaller;
11:17:02,999 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:02,999 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:02,999 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:02,999 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 20. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 31)
11:17:03,000 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.LongMarshaller;
11:17:03,000 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,000 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,000 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,000 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 21. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 32)
11:17:03,000 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.MapMarshaller;
11:17:03,001 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,001 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,001 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,001 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 22. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 33)
11:17:03,001 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.ObjectMarshaller;
11:17:03,001 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,002 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,002 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,002 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 23. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 34)
11:17:03,002 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.PriorityQueueMarshaller;
11:17:03,007 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,007 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,008 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,008 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 24. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 35)
11:17:03,008 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.QualifyingMarshallerWrapper;
11:17:03,008 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,009 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,009 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,009 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 25. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 36)
11:17:03,009 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.QueueMarshaller;
11:17:03,009 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,010 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,010 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,010 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 26. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 37)
11:17:03,010 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.SQLDateMarshaller;
11:17:03,010 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,011 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,011 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,011 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 27. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 38)
11:17:03,011 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.SetMarshaller;
11:17:03,011 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,012 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,012 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,012 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 28. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 39)
11:17:03,012 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.ShortMarshaller;
11:17:03,012 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,012 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,013 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,013 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 29. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 40)
11:17:03,013 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.SortedMapMarshaller;
11:17:03,013 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,013 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,013 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,014 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 30. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 41)
11:17:03,014 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.SortedSetMarshaller;
11:17:03,014 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,014 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,014 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,015 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 31. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 42)
11:17:03,015 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.StringBufferMarshaller;
11:17:03,015 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,015 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,015 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,015 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 32. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 43)
11:17:03,016 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.StringBuilderMarshaller;
11:17:03,016 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,016 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,016 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,016 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 33. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 44)
11:17:03,016 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.StringMarshaller;
11:17:03,017 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,017 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,017 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,017 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 34. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 45)
11:17:03,017 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.TimeMarshaller;
11:17:03,018 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,018 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,018 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,018 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 35. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 46)
11:17:03,018 INFO [stdout] (http-localhost/127.0.0.1:8080-3) import
org.jboss.errai.marshalling.client.marshallers.TimestampMarshaller;
11:17:03,018 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,019 INFO [stdout] (http-localhost/127.0.0.1:8080-3) The import
org.jboss.errai.marshalling.client cannot be resolved
11:17:03,019 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,019 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 36. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 48)
11:17:03,019 INFO [stdout] (http-localhost/127.0.0.1:8080-3) public class
ServerMarshallingFactoryImpl implements MarshallerFactory {
11:17:03,019 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^
11:17:03,019 INFO [stdout] (http-localhost/127.0.0.1:8080-3) MarshallerFactory cannot be
resolved to a type
11:17:03,020 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,020 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 37. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 49)
11:17:03,020 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private Map<String,
Marshaller> marshallers = new HashMap<String, Marshaller>();
11:17:03,020 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^
11:17:03,020 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,020 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,021 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 38. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 49)
11:17:03,021 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private Map<String,
Marshaller> marshallers = new HashMap<String, Marshaller>();
11:17:03,021 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^
11:17:03,021 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,021 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,022 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 39. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 50)
11:17:03,022 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<LinkedHashMap> java_util_LinkedHashMap;
11:17:03,022 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,022 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,022 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,023 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 40. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 51)
11:17:03,023 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ByteMarshaller
java_lang_Byte;
11:17:03,023 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,023 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ByteMarshaller cannot be
resolved to a type
11:17:03,023 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,023 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 41. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 52)
11:17:03,024 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<TreeMap> java_util_TreeMap;
11:17:03,024 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,024 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,024 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,024 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 42. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 53)
11:17:03,024 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
PriorityQueueMarshaller java_util_PriorityQueue;
11:17:03,025 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,025 INFO [stdout] (http-localhost/127.0.0.1:8080-3) PriorityQueueMarshaller
cannot be resolved to a type
11:17:03,025 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,025 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 43. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 54)
11:17:03,025 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private BooleanMarshaller
java_lang_Boolean;
11:17:03,025 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^^
11:17:03,026 INFO [stdout] (http-localhost/127.0.0.1:8080-3) BooleanMarshaller cannot be
resolved to a type
11:17:03,026 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,026 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 44. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 55)
11:17:03,026 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private SortedSetMarshaller
java_util_TreeSet;
11:17:03,026 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^
11:17:03,026 INFO [stdout] (http-localhost/127.0.0.1:8080-3) SortedSetMarshaller cannot
be resolved to a type
11:17:03,027 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,027 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 45. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 56)
11:17:03,027 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<Map> java_util_Map;
11:17:03,027 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,027 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,027 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,028 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 46. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 57)
11:17:03,028 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private FloatMarshaller
java_lang_Float;
11:17:03,028 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^
11:17:03,028 INFO [stdout] (http-localhost/127.0.0.1:8080-3) FloatMarshaller cannot be
resolved to a type
11:17:03,028 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,028 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 47. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 58)
11:17:03,028 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
BigIntegerMarshaller java_math_BigInteger;
11:17:03,029 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^
11:17:03,029 INFO [stdout] (http-localhost/127.0.0.1:8080-3) BigIntegerMarshaller cannot
be resolved to a type
11:17:03,029 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,029 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 48. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 59)
11:17:03,029 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<HashMap> java_util_HashMap;
11:17:03,029 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 49. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 60)
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
StringBufferMarshaller java_lang_StringBuffer;
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) StringBufferMarshaller
cannot be resolved to a type
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 50. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 61)
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ListMarshaller
java_util_ArrayList;
11:17:03,030 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ListMarshaller cannot be
resolved to a type
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 51. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 62)
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private TimestampMarshaller
java_sql_Timestamp;
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) TimestampMarshaller cannot
be resolved to a type
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 52. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 63)
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private LongMarshaller
java_lang_Long;
11:17:03,031 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) LongMarshaller cannot be
resolved to a type
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 53. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 64)
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
BigDecimalMarshaller java_math_BigDecimal;
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) BigDecimalMarshaller cannot
be resolved to a type
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 54. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 65)
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private SetMarshaller
java_util_Set;
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^
11:17:03,032 INFO [stdout] (http-localhost/127.0.0.1:8080-3) SetMarshaller cannot be
resolved to a type
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 55. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 66)
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private StringMarshaller
java_lang_String;
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) StringMarshaller cannot be
resolved to a type
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 56. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 67)
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
LinkedListMarshaller java_util_LinkedList;
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^
11:17:03,033 INFO [stdout] (http-localhost/127.0.0.1:8080-3) LinkedListMarshaller cannot
be resolved to a type
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 57. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 68)
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ListMarshaller
java_util_Stack;
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ListMarshaller cannot be
resolved to a type
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 58. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 69)
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private CharacterMarshaller
java_lang_Character;
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^
11:17:03,034 INFO [stdout] (http-localhost/127.0.0.1:8080-3) CharacterMarshaller cannot
be resolved to a type
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 59. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 70)
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private QueueMarshaller
java_util_AbstractQueue;
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QueueMarshaller cannot be
resolved to a type
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 60. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 71)
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ShortMarshaller
java_lang_Short;
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^
11:17:03,035 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ShortMarshaller cannot be
resolved to a type
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 61. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 72)
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
StringBuilderMarshaller java_lang_StringBuilder;
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) StringBuilderMarshaller
cannot be resolved to a type
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 62. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 73)
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private TimeMarshaller
java_sql_Time;
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,036 INFO [stdout] (http-localhost/127.0.0.1:8080-3) TimeMarshaller cannot be
resolved to a type
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 63. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 74)
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private SetMarshaller
java_util_HashSet;
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) SetMarshaller cannot be
resolved to a type
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 64. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 75)
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private DateMarshaller
java_util_Date;
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) DateMarshaller cannot be
resolved to a type
11:17:03,037 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 65. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 76)
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private QueueMarshaller
java_util_Queue;
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QueueMarshaller cannot be
resolved to a type
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 66. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 77)
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private IntegerMarshaller
java_lang_Integer;
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^^
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) IntegerMarshaller cannot be
resolved to a type
11:17:03,038 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 67. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 78)
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ObjectMarshaller
java_lang_Object;
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ObjectMarshaller cannot be
resolved to a type
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 68. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 79)
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ListMarshaller
java_util_List;
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ListMarshaller cannot be
resolved to a type
11:17:03,039 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 69. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 80)
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private SortedSetMarshaller
java_util_SortedSet;
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) SortedSetMarshaller cannot
be resolved to a type
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 70. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 81)
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private SetMarshaller
java_util_LinkedHashSet;
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) SetMarshaller cannot be
resolved to a type
11:17:03,040 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 71. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 82)
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<AbstractMap> java_util_AbstractMap;
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 72. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 83)
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private DoubleMarshaller
java_lang_Double;
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) DoubleMarshaller cannot be
resolved to a type
11:17:03,041 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 73. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 84)
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ListMarshaller
java_util_Vector;
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ListMarshaller cannot be
resolved to a type
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 74. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 85)
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<SortedMap> java_util_SortedMap;
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,042 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 75. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 86)
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private SQLDateMarshaller
java_sql_Date;
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^^^^
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) SQLDateMarshaller cannot be
resolved to a type
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 76. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 87)
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private SetMarshaller
java_util_AbstractSet;
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) SetMarshaller cannot be
resolved to a type
11:17:03,043 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 77. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 88)
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private ListMarshaller
java_util_AbstractList;
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^^^^^
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ListMarshaller cannot be
resolved to a type
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 78. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 89)
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<StackTraceElement[]>
arrayOf_java_lang_StackTraceElement_D1;
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,044 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 79. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 90)
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<NegativeArraySizeException> java_lang_NegativeArraySizeException;
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 80. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 91)
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<ClassCastException> java_lang_ClassCastException;
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,045 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 81. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 92)
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<Throwable> java_lang_Throwable;
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 82. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 93)
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<EmptyStackException> java_util_EmptyStackException;
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,046 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 83. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 94)
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<UnsupportedOperationException> java_lang_UnsupportedOperationException;
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 84. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 95)
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<ConcurrentModificationException>
java_util_ConcurrentModificationException;
11:17:03,047 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 85. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 96)
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<AssertionError> java_lang_AssertionError;
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 86. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 97)
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<StackTraceElement> java_lang_StackTraceElement;
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,048 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 87. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 98)
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<ArithmeticException> java_lang_ArithmeticException;
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 88. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 99)
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<MessageDeliveryFailure>
org_jboss_errai_bus_client_api_base_MessageDeliveryFailure;
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 89. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 99)
11:17:03,049 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<MessageDeliveryFailure>
org_jboss_errai_bus_client_api_base_MessageDeliveryFailure;
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) MessageDeliveryFailure
cannot be resolved to a type
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 90. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 100)
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<IOException> java_io_IOException;
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 91. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 101)
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<StringIndexOutOfBoundsException>
java_lang_StringIndexOutOfBoundsException;
11:17:03,050 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 92. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 102)
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<ArrayStoreException> java_lang_ArrayStoreException;
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 93. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 103)
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<NullPointerException> java_lang_NullPointerException;
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,051 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 94. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 104)
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<IllegalArgumentException> java_lang_IllegalArgumentException;
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 95. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 105)
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<IndexOutOfBoundsException> java_lang_IndexOutOfBoundsException;
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 96. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 106)
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<TransportIOException>
org_jboss_errai_bus_client_api_base_TransportIOException;
11:17:03,052 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 97. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 106)
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<TransportIOException>
org_jboss_errai_bus_client_api_base_TransportIOException;
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) TransportIOException cannot
be resolved to a type
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 98. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 107)
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
Marshaller<RuntimeException> java_lang_RuntimeException;
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ^^^^^^^^^^
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) Marshaller cannot be
resolved to a type
11:17:03,053 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 99. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 108)
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<Object[]> arrayOf_java_lang_Object_D1;
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 100. ERROR in
/tmp/errai/c0e1dd719256e24bd93f1f47e15b2a3bd5ad0a2f543cd843014524a80de2e75/errai.gen/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl.java
(at line 109)
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) private
QualifyingMarshallerWrapper<String[]> arrayOf_java_lang_String_D1;
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) QualifyingMarshallerWrapper
cannot be resolved to a type
11:17:03,054 INFO [stdout] (http-localhost/127.0.0.1:8080-3) ----------
11:17:03,054 ERROR [stderr] (http-localhost/127.0.0.1:8080-3)
java.lang.NullPointerException
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.jboss.errai.marshalling.server.MappingContextSingleton.loadPrecompiledMarshallers(MappingContextSingleton.java:99)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.jboss.errai.marshalling.server.MappingContextSingleton.<clinit>(MappingContextSingleton.java:79)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.jboss.errai.bus.server.io.MessageFactory.getParts(MessageFactory.java:109)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.jboss.errai.bus.server.io.MessageFactory.createCommandMessage(MessageFactory.java:93)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.jboss.errai.bus.server.servlet.DefaultBlockingServlet.doPost(DefaultBlockingServlet.java:117)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
11:17:03,055 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:679)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931)
11:17:03,056 ERROR [stderr] (http-localhost/127.0.0.1:8080-3) at
java.lang.Thread.run(Thread.java:722){code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira