Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
09. Nov 2008, 17:22 America/New_York | Link

still struggling with latest releases of code base.

i have seam 2.1 sp1, jboss tools beta and jboss as 5.0.0.cr2.

(i am ignorning the problem already noted that the xxxEntityManagerFactory isnt installed - this also caused me grief - but you can find common on this in the lists)

most of the time when in deploy a very simple noddy seam app i keep getting errors when the deploy takes placev that look like this

..
15:53:57,122 INFO  [Initialization] done initializing Seam
15:53:57,132 INFO  [SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter
15:53:57,132 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
15:53:57,132 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
15:53:57,162 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
15:53:57,162 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, javax.faces.DEFAULT_SUFFIX=.xhtml}
15:53:57,162 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
15:53:57,202 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
15:53:57,202 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, javax.faces.DEFAULT_SUFFIX=.xhtml}
15:53:57,202 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
15:53:57,202 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
15:53:57,202 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
15:53:57,202 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
15:53:57,202 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
15:53:57,252 WARN  [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

*** DEPLOYMENTS MISSING DEPLOYERS: Name

vfsfile:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:709)
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:661)
	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291)
	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
	at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

however when i try and run a browser query at the home page, it goes through a redploy internally and come up fine

16:01:21,591 INFO  [Initialization] redeploying
16:01:21,591 INFO  [Initialization] Installing components...
16:01:21,601 INFO  [Initialization] done redeploying
16:01:21,711 INFO  [Contexts] starting up: org.jboss.seam.security.identity
16:01:21,711 INFO  [Contexts] starting up: org.jboss.seam.security.ruleBasedPermissionResolver
16:01:24,174 INFO  [RuleBase] parsing rules: /security.drl
16:01:24,595 INFO  [Contexts] starting up: org.jboss.seam.web.session
16:01:29,993 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jboss-seam-ui.jar/META-INF/s.taglib.xml
16:01:30,033 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/richfaces-ui.jar/META-INF/a4j.taglib.xml
16:01:30,063 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/richfaces-ui.jar/META-INF/ajax4jsf.taglib.xml
16:01:30,133 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/richfaces-ui.jar/META-INF/jsp.taglib.xml
16:01:30,253 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/richfaces-ui.jar/META-INF/rich.taglib.xml
16:01:30,283 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/richfaces-ui.jar/META-INF/richfaces.taglib.xml
16:01:30,283 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jboss-seam-mail.jar/META-INF/seam-mail.taglib.xml
16:01:30,293 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jboss-seam-pdf.jar/META-INF/seam-pdf.taglib.xml
16:01:30,333 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jsf-core.taglib.xml
16:01:30,343 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jsf-html.taglib.xml
16:01:30,484 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jsf-ui.taglib.xml
16:01:30,504 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jstl-core.taglib.xml
16:01:30,514 INFO  [compiler] Added Library from: vfszip:/E:/jboss/jboss-5.0.0.CR2/server/default/deploy/temp-ear.ear/temp.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jstl-fn.taglib.xml
16:01:31,325 INFO  [Initialization] redeploying
16:01:31,325 INFO  [Initialization] Installing components...
16:01:31,325 INFO  [Initialization] done redeploying
16:01:31,455 INFO  [Initialization] redeploying
16:01:31,455 INFO  [Initialization] Installing components...
16:01:31,455 INFO  [Initialization] done redeploying
16:01:31,725 INFO  [Initialization] redeploying
16:01:31,725 INFO  [Initialization] Installing components...
16:01:31,725 INFO  [Initialization] done redeploying