Skip to content

Instantly share code, notes, and snippets.

View alesj's full-sized avatar
🎯
Focusing

Aleš Justin alesj

🎯
Focusing
View GitHub Profile
INFO: Deployed replication controller [2]: eaprc
java.lang.IllegalStateException: Error launching test org.jboss.test.ce.testsuite.common.SmokeTest public void org.jboss.test.ce.testsuite.common.SmokeTest.testBasic() throws java.lang.Exception
at org.jboss.arquillian.ce.protocol.CEServletExecutor.invoke(CEServletExecutor.java:99)
at org.jboss.arquillian.container.test.impl.execution.RemoteTestExecuter.execute(RemoteTestExecuter.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2013, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; you can redistribute it and/or modify it
~ under the terms of the GNU Lesser General Public License as
15:07:26,866 WARN [org.wildfly.mail.ra.NewMsgsWorker] (default-threads - 1) Interrupted waiting for new msg check: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017) [rt.jar:1.7.0_45]
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052) [rt.jar:1.7.0_45]
at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:539) [rt.jar:1.7.0_45]
at org.wildfly.mail.ra.NewMsgsWorker.run(NewMsgsWorker.java:89) [mail-ra-impl-1.0.0.Alpha1.jar:1.0.0.Alpha1]
at org.jboss.jca.core.workmanager.WorkWrapper.run(WorkWrapper.java:219)
at org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:33)
at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:808)
at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:45)
at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:828)
testSendAndReceiveFullMessage(com.google.appengine.tck.mail.MailServiceTest) Time elapsed: 48.482 sec <<< FAILURE!
java.lang.AssertionError: No MimeProperties found in temp data after 45 seconds.
at org.junit.Assert.fail(Assert.java:88)
at com.google.appengine.tck.mail.MailServiceTest.assertMessageReceived(MailServiceTest.java:400)
at com.google.appengine.tck.mail.MailServiceTest.testSendAndReceiveFullMessage(MailServiceTest.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
Running com.google.appengine.tck.mail.MailServiceTest
Tests run: 12, Failures: 5, Errors: 0, Skipped: 3, Time elapsed: 50.667 sec <<< FAILURE!
testSendAndReceiveFullMessage(com.google.appengine.tck.mail.MailServiceTest) Time elapsed: 2.32 sec <<< FAILURE!
org.junit.ComparisonFailure: subject: expected:<[Full-Message-Test-1391513788413]> but was:<[Valid-Attachment-Test-1391254761028]>
at org.junit.Assert.assertEquals(Assert.java:115)
at com.google.appengine.tck.mail.MailServiceTest.assertMessageReceived(MailServiceTest.java:403)
at com.google.appengine.tck.mail.MailServiceTest.testSendAndReceiveFullMessage(MailServiceTest.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Running com.google.appengine.tck.oauth.ClientSideWebAppFlowTest
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.398 sec <<< FAILURE!
testGetEmailValidScope(com.google.appengine.tck.oauth.ClientSideWebAppFlowTest) Time elapsed: 4.22 sec <<< FAILURE!
org.junit.ComparisonFailure: Should have been authenticated. expected:<c[apedwarftest@gmail.com]> but was:<c[om.google.appengine.api.oauth.OAuthRequestException: javax.ws.rs.ProcessingException: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "name" (Class org.jboss.capedwarf.oauth.UserInfoResponse), not marked as ignorable
at [Source: org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor$FinishableGZIPInputStream@5dfee223; line: 5, column: 11] (through reference chain: org.jboss.capedwarf.oauth.UserInfoResponse["name"]) Invalid scope: https://www.googleapis.com/auth/userinfo.email]>
at org.junit.Assert.assertEquals(Assert.java:115)
at com.google.appengine.tck.oauth.ClientSideWebAppFlowTest.t
11:39:30,550 ERROR [io.undertow.request] (default task-3) UT005023: Exception handling request to /_ah/admin: java.lang.NullPointerException
at io.undertow.servlet.spec.HttpServletRequestImpl.getRequestDispatcher(HttpServletRequestImpl.java:850) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.servePage(ServletFormAuthenticationMechanism.java:59) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.FormAuthenticationMechanism.sendChallenge(FormAuthenticationMechanism.java:158) [undertow-core-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.SecurityContextImpl$ChallengeSender.transition(SecurityContextImpl.java:330) [undertow-core-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.SecurityContextImpl$ChallengeSender.transition(SecurityContextImpl.java:349) [undertow-core-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.SecurityContextImpl$ChallengeSender.transition(SecurityContextImpl
22:03:49,926 ERROR [io.undertow.request] (default task-8) UT005023: Exception handling request to /_ah/admin/datastore.vm: javax.servlet.ServletException: java.io.IOException: Broken pipe
at org.jboss.capedwarf.admin.AdminServlet.service(AdminServlet.java:77) [capedwarf-admin-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:130) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:123) [undertow-websockets-jsr-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:56) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.servlet.handlers.FilterHandler$Fi
11:18:11,073 ERROR [io.undertow.request] (default task-15) UT005023: Exception handling request to /_ah/admin: java.lang.NullPointerException
at io.undertow.servlet.spec.HttpServletRequestImpl.getRequestDispatcher(HttpServletRequestImpl.java:850) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.servePage(ServletFormAuthenticationMechanism.java:59) [undertow-servlet-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.FormAuthenticationMechanism.sendChallenge(FormAuthenticationMechanism.java:158) [undertow-core-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.SecurityContextImpl$ChallengeSender.transition(SecurityContextImpl.java:330) [undertow-core-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.SecurityContextImpl$ChallengeSender.transition(SecurityContextImpl.java:349) [undertow-core-1.0.0.Final.jar:1.0.0.Final]
at io.undertow.security.impl.SecurityContextImpl$ChallengeSender.transition(SecurityContextImp
Skywalker:bin alesj$ more hadoop
#!/usr/bin/env bash
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#