Jboss Seam + Erro Jar

5 respostas
G

Boa Tare Pessoal

Estou tentando rodar um projeto jboss seam, porem esta dando o seguinte erro na primeira linha!!!

Referenced file contains errors (jar:file:/C:/eclipse/eclipse/plugins/org.jboss.tools.seam.xml_3.1.0.v201003050540R-H56-GA.jar!/schemas/components-1.2.xsd).

Alguem pode me ajudar?

abraços
Damião

5 Respostas

E

verifique seu build path e olhe as bibliotecas se estão corretas, add denovo se for o caso
feche o eclipse abra denovo, retire seu projeto do servidor e addicione denovo

aqui tbm ele fico loco as veszes e só roda quando quer ;D
tenta algumas destas dicas que lhe passei
abraço

G

Boa Tarde erichcaina

Muito obrigado pelas discas, so que ele ainda continua dando o erro, e quando eu tento rodar ele também da o seguinte erro!!!

at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Unknown Source)

14:02:48,920 ERROR [[Faces Servlet]] Allocate exception for servlet Faces Servlet
java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions!
If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml.
A typical config looks like this;

org.apache.myfaces.webapp.StartupServletContextListener

at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:90)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:88)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:806)

att
damiao

E

pelo o que eu vi +/- ta faltando alguma biblioteca ai…

mas poste seu stacktrace pra gente ver melhor

G

Boa Tarde

Segue abaixo:

Boa Tarde

Segue abaixo

14:02:38,295 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale

14:02:38,295 INFO  [Component] Component: org.jboss.seam.core.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector

14:02:38,311 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager

14:02:38,326 INFO  [Component] Component: org.jboss.seam.core.messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages

14:02:38,326 INFO  [Component] Component: org.jboss.seam.core.methodContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.MethodContext

14:02:38,326 INFO  [Component] Component: org.jboss.seam.core.pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext

14:02:38,326 INFO  [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages

14:02:38,342 INFO  [Component] Component: org.jboss.seam.core.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.PersistenceContexts

14:02:38,358 INFO  [Component] Component: org.jboss.seam.core.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect

14:02:38,358 INFO  [Component] Component: org.jboss.seam.core.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer

14:02:38,358 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle

14:02:38,373 INFO  [Component] Component: org.jboss.seam.core.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SafeActions

14:02:38,373 INFO  [Component] Component: org.jboss.seam.core.sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext

14:02:38,389 INFO  [Component] Component: org.jboss.seam.core.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher

14:02:38,389 INFO  [Component] Component: org.jboss.seam.core.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent

14:02:38,389 INFO  [Component] Component: org.jboss.seam.core.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal

14:02:38,405 INFO  [Component] Component: org.jboss.seam.core.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Validation

14:02:38,405 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators

14:02:38,405 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts

14:02:38,420 INFO  [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter

14:02:38,420 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector

14:02:38,436 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate

14:02:38,451 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime

14:02:38,451 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime

14:02:38,451 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession

14:02:38,467 INFO  [Component] Component: org.jboss.seam.pdf.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.pdf.DocumentStore

14:02:38,467 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider

14:02:38,483 INFO  [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting

14:02:38,483 INFO  [Component] Component: org.jboss.seam.security.configuration, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration

14:02:38,498 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RuleBasedIdentity

14:02:38,514 INFO  [Component] Component: org.jboss.seam.servlet.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter

14:02:38,514 INFO  [Component] Component: org.jboss.seam.servlet.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter

14:02:38,530 INFO  [Component] Component: org.jboss.seam.servlet.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter

14:02:38,530 INFO  [Component] Component: org.jboss.seam.theme.theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme

14:02:38,530 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector

14:02:38,545 INFO  [Component] Component: org.jboss.seam.ui.entityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter

14:02:38,545 INFO  [Component] Component: org.jboss.seam.ui.entityConverterStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverterStore

14:02:38,545 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.dynamicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.DynamicImageResource

14:02:38,561 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.dynamicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.DynamicImageStore

14:02:38,561 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource

14:02:38,576 INFO  [Component] Component: proproEntityManagerFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EntityManagerFactory

14:02:38,576 INFO  [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase

14:02:38,592 INFO  [Component] Component: tbbatidaHome, scope: CONVERSATION, type: JAVA_BEAN, class: org.domain.propro.entity.TbbatidaHome

14:02:38,608 INFO  [Component] Component: tbbatidaList, scope: EVENT, type: JAVA_BEAN, class: org.domain.propro.entity.TbbatidaList

14:02:38,608 INFO  [Component] Component: tbfuncionarioHome, scope: CONVERSATION, type: JAVA_BEAN, class: org.domain.propro.entity.TbfuncionarioHome

14:02:38,623 INFO  [Component] Component: tbfuncionarioList, scope: EVENT, type: JAVA_BEAN, class: org.domain.propro.entity.TbfuncionarioList

14:02:38,639 INFO  [Lifecycle] starting up: org.jboss.seam.remoting.remoting

14:02:38,655 INFO  [Lifecycle] starting up: org.jboss.seam.servlet.multipartFilter

14:02:38,670 INFO  [Lifecycle] starting up: org.jboss.seam.servlet.exceptionFilter

14:02:38,670 INFO  [Lifecycle] starting up: org.jboss.seam.ui.resource.webResource

14:02:38,686 INFO  [Lifecycle] starting up: org.jboss.seam.ui.graphicImage.dynamicImageResource

14:02:38,686 INFO  [Lifecycle] starting up: org.jboss.seam.servlet.redirectFilter

14:02:38,701 INFO  [Lifecycle] starting up: proproEntityManagerFactory

14:02:38,858 INFO  [AnnotationBinder] Binding entity from annotated class: org.domain.propro.entity.Tbfuncionario

14:02:38,905 INFO  [EntityBinder] Bind entity org.domain.propro.entity.Tbfuncionario on table tbfuncionario

14:02:39,030 INFO  [AnnotationBinder] Binding entity from annotated class: org.domain.propro.entity.Tbbatida

14:02:39,030 INFO  [EntityBinder] Bind entity org.domain.propro.entity.Tbbatida on table tbbatida

14:02:39,076 INFO  [CollectionBinder] Mapping collection: org.domain.propro.entity.Tbfuncionario.tbbatidas -> tbbatida

14:02:39,076 INFO  [CollectionBinder] Mapping collection: org.domain.propro.entity.Tbfuncionario.tbbatidas_1 -> tbbatida

14:02:39,139 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}

14:02:39,139 INFO  [DatasourceConnectionProvider] Using datasource: java:/proproDatasource

14:02:39,155 INFO  [SettingsFactory] RDBMS: MySQL, version: 5.1.43-community

14:02:39,155 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.11 ( $Date: 2005-09-21 18:20:03 +0000 (Wed, 21 Sep 2005) $, $Revision: 4287 $ )

14:02:39,155 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect

14:02:39,155 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory

14:02:39,155 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup

14:02:39,155 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup

14:02:39,155 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled

14:02:39,155 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled

14:02:39,155 INFO  [SettingsFactory] JDBC batch size: 15

14:02:39,155 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled

14:02:39,155 INFO  [SettingsFactory] Scrollable result sets: enabled

14:02:39,155 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled

14:02:39,155 INFO  [SettingsFactory] Connection release mode: auto

14:02:39,155 INFO  [SettingsFactory] Maximum outer join fetch depth: 2

14:02:39,155 INFO  [SettingsFactory] Default batch fetch size: 1

14:02:39,155 INFO  [SettingsFactory] Generate SQL with comments: disabled

14:02:39,155 INFO  [SettingsFactory] Order SQL updates by primary key: disabled

14:02:39,155 INFO  [SettingsFactory] Order SQL inserts for batching: disabled

14:02:39,155 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

14:02:39,170 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory

14:02:39,170 INFO  [SettingsFactory] Query language substitutions: {}

14:02:39,170 INFO  [SettingsFactory] JPA-QL strict compliance: enabled

14:02:39,170 INFO  [SettingsFactory] Second-level cache: enabled

14:02:39,170 INFO  [SettingsFactory] Query cache: disabled

14:02:39,170 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.NoCacheProvider

14:02:39,170 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled

14:02:39,170 INFO  [SettingsFactory] Structured second-level cache entries: disabled

14:02:39,170 INFO  [SettingsFactory] Echoing all SQL to stdout

14:02:39,170 INFO  [SettingsFactory] Statistics: disabled

14:02:39,170 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled

14:02:39,170 INFO  [SettingsFactory] Default entity-mode: pojo

14:02:39,170 INFO  [SettingsFactory] Named query checking : enabled

14:02:39,170 INFO  [SessionFactoryImpl] building session factory

14:02:39,436 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured

14:02:39,436 INFO  [SchemaUpdate] Running hbm2ddl schema update

14:02:39,436 INFO  [SchemaUpdate] fetching database metadata

14:02:39,436 INFO  [SchemaUpdate] updating schema

14:02:39,561 INFO  [TableMetadata] table found: ponto.tbbatida

14:02:39,561 INFO  [TableMetadata] columns: [databatida, horabatida, tbfuncionario_cod, idtbbatida]

14:02:39,561 INFO  [TableMetadata] foreign keys: [fkfef32a5f63766e16, fk_tbbatida_1, fkfef32a5fd32f3d87]

14:02:39,561 INFO  [TableMetadata] indexes: [fkfef32a5f63766e16, primary, fkfef32a5fd32f3d87]

14:02:39,655 INFO  [TableMetadata] table found: ponto.tbfuncionario

14:02:39,655 INFO  [TableMetadata] columns: [ctps, cpf, rg, nome, idtbfuncionario]

14:02:39,655 INFO  [TableMetadata] foreign keys: []

14:02:39,655 INFO  [TableMetadata] indexes: [primary]

14:02:39,655 INFO  [SchemaUpdate] schema update complete

14:02:39,655 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}

14:02:39,655 INFO  [Lifecycle] starting up: org.jboss.seam.debug.hotDeployFilter

14:02:39,670 INFO  [Initialization] done initializing Seam

14:02:39,670 INFO  [SeamFilter] Initializing filter: org.jboss.seam.servlet.multipartFilter

14:02:39,670 INFO  [SeamFilter] Initializing filter: org.jboss.seam.servlet.redirectFilter

14:02:39,670 INFO  [SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter

14:02:39,670 INFO  [SeamFilter] Initializing filter: org.jboss.seam.servlet.exceptionFilter

14:02:39,686 ERROR [[/propro]] StandardWrapper.Throwable

java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions!

If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml.

A typical config looks like this;



org.apache.myfaces.webapp.StartupServletContextListener
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:90)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:88)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4071)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4375)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy44.start(Unknown Source)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy45.start(Unknown Source)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)

14:02:39,686 ERROR [[/propro]] Servlet /propro threw load() exception
java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions!
If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml.
A typical config looks like this;

att
damiao

E

cara
acho que é alguma biblioteca do proprio jboss que ta faltando ai…problema na instalação talvez
tenta verifica isso denovo ai.
abraço

Criado 26 de março de 2010
Ultima resposta 28 de mar. de 2010
Respostas 5
Participantes 2