[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3277) Null pointer exception related to URLScanner causing many skipped tests

Jay Balunas (JIRA) jira-events at lists.jboss.org
Mon Aug 18 09:34:58 EDT 2008


Null pointer exception related to URLScanner causing many skipped tests
-----------------------------------------------------------------------

                 Key: JBSEAM-3277
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3277
             Project: Seam
          Issue Type: Bug
          Components: Core, Test Harness
    Affects Versions: 2.1.0.A1
            Reporter: Jay Balunas
            Assignee: Norman Richards
            Priority: Blocker
             Fix For: 2.1.0.BETA1


All Seam  hudson builds are showing a huge # of skipped tests with the exception below.  It appears to have started with these changes http://fisheye.jboss.org/changelog/Seam/?cs=8713

See http://hudson.qa.jboss.com/hudson/view/Seam/job/Seam-trunk-CI/649 for more details.

[testng] FAILED CONFIGURATION: @BeforeSuite startSeam
   [testng] org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.navigation.pages
   [testng] 	at org.jboss.seam.Component.newInstance(Component.java:2041)
   [testng] 	at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
   [testng] 	at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
   [testng] 	at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:95)
   [testng] 	at org.jboss.seam.init.Initialization.init(Initialization.java:631)
   [testng] 	at org.jboss.seam.mock.AbstractSeamTest.startSeam(AbstractSeamTest.java:917)
   [testng] 	at org.jboss.seam.mock.SeamTest.startSeam(SeamTest.java:58)
   [testng] Caused by: java.lang.NullPointerException
   [testng] 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:132)
   [testng] 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
   [testng] 	at org.jboss.seam.deployment.URLScanner.handleDirectory(URLScanner.java:137)
   [testng] 	at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:95)
   [testng] 	at org.jboss.seam.navigation.Pages$PagesScanner.scanForPages(Pages.java:1635)
   [testng] 	at org.jboss.seam.navigation.Pages$PagesDeploymentStrategy.scan(Pages.java:1676)
   [testng] 	at org.jboss.seam.navigation.Pages.initialize(Pages.java:124)
   [testng] 	at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
   [testng] 	at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:126)
   [testng] 	at org.jboss.seam.Component.callComponentMethod(Component.java:2146)
   [testng] 	at org.jboss.seam.Component.callCreateMethod(Component.java:2069)
   [testng] 	at org.jboss.seam.Component.newInstance(Component.java:2029)
   [testng] 	... 21 more
   [testng] ... Removed 19 stack frames

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list