Skip to content

Instantly share code, notes, and snippets.

@johnament
Created September 1, 2014 22:48
Show Gist options
  • Save johnament/fab370d1fc06b182c56f to your computer and use it in GitHub Desktop.
Save johnament/fab370d1fc06b182c56f to your computer and use it in GitHub Desktop.
Controller
johns-mbp:target johnament$ java -jar weld-cdi-javafx-bug-1.0-SNAPSHOT.jar
Sep 01, 2014 6:41:53 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: SNAPSHOT
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Sep 01, 2014 6:41:54 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Sep 01, 2014 6:41:54 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.grape.IvyGrabRecord because of underlying class loading error: Type org.apache.ivy.core.module.id.ModuleRevisionId not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.grape.GrapeIvy because of underlying class loading error: Type org.apache.ivy.Ivy not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.lang.GroovyLogTestCase because of underlying class loading error: Type junit.framework.TestCase not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.servlet.ServletBinding$ServletOutput$1 because of underlying class loading error: Type javax.servlet.ServletOutputStream not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.servlet.AbstractHttpServlet because of underlying class loading error: Type javax.servlet.http.HttpServlet not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.servlet.ServletCategory because of underlying class loading error: Type javax.servlet.jsp.PageContext not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.servlet.GroovyServlet because of underlying class loading error: Type javax.servlet.http.HttpServlet not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.servlet.TemplateServlet because of underlying class loading error: Type javax.servlet.http.HttpServlet not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.util.AllTestSuite because of underlying class loading error: Type junit.framework.TestSuite not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.util.AntBuilder because of underlying class loading error: Type org.apache.tools.ant.BuildException not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.util.CliBuilder because of underlying class loading error: Type org.apache.commons.cli.ParseException not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.util.GroovyTestCase because of underlying class loading error: Type junit.framework.TestCase not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.util.GroovyShellTestCase because of underlying class loading error: Type junit.framework.TestCase not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.util.GroovyTestSuite because of underlying class loading error: Type junit.framework.TestSuite not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from groovy.util.JavadocAssertionTestSuite because of underlying class loading error: Type junit.framework.TestSuite not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.CompileTaskSupport because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.GenerateStubsTask because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.FileScanner because of underlying class loading error: Type org.apache.tools.ant.Task not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.Groovyc because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.Groovydoc because of underlying class loading error: Type org.apache.tools.ant.Task not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.UberCompileTask$JavacAdapter because of underlying class loading error: Type org.apache.tools.ant.taskdefs.Javac not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.UberCompileTask$GenStubsAdapter because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.Groovy because of underlying class loading error: Type org.apache.tools.ant.taskdefs.Java not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.UberCompileTask because of underlying class loading error: Type org.apache.tools.ant.Task not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.UberCompileTask$GroovycAdapter because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.GroovycTask because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.RootLoaderRef because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.ant.VerifyClass because of underlying class loading error: Type org.apache.tools.ant.taskdefs.MatchingTask not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.bsf.GroovyEngine because of underlying class loading error: Type org.apache.bsf.util.BSFEngineImpl not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.bsf.CachingGroovyEngine because of underlying class loading error: Type org.apache.bsf.util.BSFEngineImpl not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.cli.GroovyPosixParser because of underlying class loading error: Type org.apache.commons.cli.Parser not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.runtime.ScriptTestAdapter because of underlying class loading error: Type junit.framework.Test not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.commands.HelpCommandCompletor because of underlying class loading error: Type jline.SimpleCompletor not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.commands.ImportCommandCompletor because of underlying class loading error: Type jline.ArgumentCompletor not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.commands.InspectCommandCompletor because of underlying class loading error: Type jline.SimpleCompletor not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.CommandsMultiCompletor because of underlying class loading error: Type jline.MultiCompletor not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.IO because of underlying class loading error: Type org.fusesource.jansi.AnsiRenderWriter not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.ReflectionCompletor because of underlying class loading error: Type jline.Completor not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.util.ClassNameCompletor because of underlying class loading error: Type jline.SimpleCompletor not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.util.SimpleCompletor because of underlying class loading error: Type jline.SimpleCompletor not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.codehaus.groovy.tools.shell.Groovysh because of underlying class loading error: Type jline.History not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.jboss.jandex.JandexAntTask because of underlying class loading error: Type org.apache.tools.ant.Task not found. If this is unexpected, enable DEBUG logging to see the full error.
Sep 01, 2014 6:41:54 PM org.jboss.weld.bootstrap.MissingDependenciesRegistry handleResourceLoadingException
INFO: WELD-000119: Not generating any bean definitions from org.jboss.logging.JBossLogManagerProvider because of underlying class loading error: Type org.jboss.logmanager.Logger$AttachmentKey not found. If this is unexpected, enable DEBUG logging to see the full error.
Controller initialized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment