4 Replies Latest reply on Sep 1, 2008 6:57 AM by cybertech

    Re-Deployment issue

    cybertech
      Hello,

      We have a JBoss Application, which works well when deployment for the first time on the server. We are able to login, test all the web page and so on. But the subsequent redeployments (with out restarting the JBoss server) does not let us to login. We do get the login page and when we click on the Login button we see the following exceptions:

      08:08:24,409 ERROR [STDERR] Aug 31, 2008 8:08:24 AM com.sun.facelets.FaceletViewHandler handleRenderException
      SEVERE: Error Rendering View[/login.xhtml]
      com.sun.facelets.tag.TagAttributeException: /login.xhtml @49,91 switchType="client" object is not an instance of declaring class
           at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:53)
           at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
           at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
      .
      .
      .
      .
      .
      Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
           at java.lang.reflect.Method.invoke(Method.java:585)

      Once we get this exception, we can not proceed any further and the only solution is to shutdown the JBoss server and start it all over again. This is causing is to spend too much of time during development. Any suggestion by you would be of great help to us.

      Please NOTE:
      1. There are no deployment errors at the time of redeployment.
      2. We are using JBoss 4.2.2 GA, JBoss Seam 2.0.2 SP1, RichFaces 3.2.1GA

      Thank you,
      Vinod
        • 1. Re: Re-Deployment issue
          thejavafreak

          Usually when redeploment occurs, there a log info about the components that is being bootstrapped/reloaded again. Could you please post it here?

          • 2. Re: Re-Deployment issue
            cybertech
            Thanks for your reply. Here is the JBoss console that we got at the time of re-deployment:

            22:53:22,859 WARN  [Component] Component class should be serializable: accountabilityHierarchyBean
            22:53:22,859 INFO  [Component] Component: accountabilityHierarchyBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.accountabilityhierarchy.EditAccountabilityHierarchy
            22:53:23,015 INFO  [Component] Component: adRefLookupCodesHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.lookup.RefLookupCodesHome
            22:53:23,015 INFO  [Component] Component: adRefLookupTypesHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.lookup.RefLookupTypesHome
            22:53:23,031 INFO  [Component] Component: applicationsDAO, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.applications.ApplicationsDAO
            22:53:23,046 WARN  [Component] Component class should be serializable: approvalStatusSelectItemsBean
            22:53:23,046 INFO  [Component] Component: approvalStatusSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ApprovalStatusSelectItems
            22:53:23,046 INFO  [Component] Component: auditReader, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.auditor.AuditReader
            22:53:23,109 INFO  [Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.security.Authenticator
            22:53:23,109 INFO  [Component] Component: breadcrumb, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.common.BreadcrumbHandler
            22:53:23,125 INFO  [Component] Component: comlianceDepartSelectItemsBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ComplianceDepartSelectItems
            22:53:23,125 INFO  [Component] Component: comlianceOfficerSelectItemsBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ComlianceOfficerSelectItems
            22:53:23,125 INFO  [Component] Component: commonUtilDAO, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.common.CommonUtilDAO
            22:53:23,125 INFO  [Component] Component: complianceAreaSelectItemsBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ComplianceAreaSelectItems
            22:53:23,125 INFO  [Component] Component: complianceFrameworkSelectItemsBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ComplianceFrameworkSelectItems
            22:53:23,140 INFO  [Component] Component: complianceProceduresListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceprocedure.PmComplianceProceduresList
            22:53:23,140 INFO  [Component] Component: complianceSectionSelectItemsBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ComplianceSectionSelectItems
            22:53:23,156 WARN  [Component] Component class should be serializable: complianceStatusSelectItemsBean
            22:53:23,156 INFO  [Component] Component: complianceStatusSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ComplianceStatusSelectItems
            22:53:23,156 WARN  [Component] Component class should be serializable: configBean
            22:53:23,156 INFO  [Component] Component: configBean, scope: SESSION, type: JAVA_BEAN, class: com.camsoft.grc.config.Config
            22:53:23,187 INFO  [Component] Component: coreModuleBean, scope: APPLICATION, type: JAVA_BEAN, class: com.camsoft.grc.core.integration.CoreModule
            22:53:23,203 WARN  [Component] Component class should be serializable: defaultFormatter
            22:53:23,203 INFO  [Component] Component: defaultFormatter, scope: SESSION, type: JAVA_BEAN, class: com.camsoft.grc.core.common.util.DefaultFormatter
            22:53:23,203 WARN  [Component] Component class should be serializable: documentationStatusSelectItemsBean
            22:53:23,203 INFO  [Component] Component: documentationStatusSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.DocumentationStatusSelectItems
            22:53:23,218 INFO  [Component] Component: editComplianceAreasBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.compliancearea.EditPmComplianceAreas
            22:53:23,250 WARN  [Component] Component class should be serializable: editComplianceFrameworkBean
            22:53:23,250 INFO  [Component] Component: editComplianceFrameworkBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceframework.EditComplianceFramework
            22:53:23,265 INFO  [Component] Component: editComplianceProcedureBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceprocedure.PmEditComplianceProcedure
            22:53:23,281 INFO  [Component] Component: editComplianceProgramsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceprogram.EditCompliancePrograms
            22:53:23,296 INFO  [Component] Component: editComplianceSectionsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.compliancesection.EditPmComplianceSections
            22:53:23,312 WARN  [Component] Component class should be serializable: editReportBean
            22:53:23,312 INFO  [Component] Component: editReportBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.reports.reports.edit.EditReport
            22:53:23,312 WARN  [Component] Component class should be serializable: editReportGroupBean
            22:53:23,312 INFO  [Component] Component: editReportGroupBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.reports.groups.edit.EditReportGroup
            22:53:23,328 WARN  [Component] Component class should be serializable: editReportParameterBean
            22:53:23,328 INFO  [Component] Component: editReportParameterBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.reports.parameters.edit.EditReportParameter
            22:53:23,328 INFO  [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
            22:53:23,328 WARN  [Component] Component class should be serializable: impactStatusSelectItemsBean
            22:53:23,328 INFO  [Component] Component: impactStatusSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ImpactStatusSelectItems
            22:53:23,343 INFO  [Component] Component: lookupCodesHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.lookup.LookupCodesHome
            22:53:23,406 INFO  [Component] Component: lookupTypeDAO, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.lookup.LookupTypeDAO
            22:53:23,421 WARN  [Component] Component class should be serializable: lookupTypeSelectItemsBean
            22:53:23,421 INFO  [Component] Component: lookupTypeSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.LookupTypeSelectItems
            22:53:23,421 INFO  [Component] Component: lookupTypesHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.lookup.LookupTypesHome
            22:53:23,421 INFO  [Component] Component: lookupTypesList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.lookup.LookupTypesList
            22:53:23,437 INFO  [Component] Component: lookupTypesTranslationHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.lookup.LookupTypeTranslationHome
            22:53:23,453 WARN  [Component] Component class should be serializable: menuBean
            22:53:23,453 INFO  [Component] Component: menuBean, scope: SESSION, type: JAVA_BEAN, class: com.camsoft.grc.core.user.bean.MenuBean
            22:53:23,453 INFO  [Component] Component: menuDAO, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.menu.MenuDAO
            22:53:23,453 INFO  [Component] Component: menuHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.menu.MenuHome
            22:53:23,484 WARN  [Component] Component class should be serializable: menuStateBean
            22:53:23,484 INFO  [Component] Component: menuStateBean, scope: SESSION, type: JAVA_BEAN, class: com.camsoft.grc.util.MenuState
            22:53:23,484 INFO  [Component] Component: modulesManagerBean, scope: APPLICATION, type: JAVA_BEAN, class: com.camsoft.grc.core.integration.ModulesManager
            22:53:23,500 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
            22:53:23,500 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
            22:53:23,500 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
            22:53:23,500 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
            22:53:23,515 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
            22:53:23,515 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
            22:53:23,515 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
            22:53:23,515 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
            22:53:23,531 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
            22:53:23,531 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
            22:53:23,531 INFO  [Component] Component: org.jboss.seam.core.events, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Events
            22:53:23,531 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
            22:53:23,531 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
            22:53:23,531 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
            22:53:23,546 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
            22:53:23,562 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
            22:53:23,562 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
            22:53:23,593 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
            22:53:23,609 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
            22:53:23,625 INFO  [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter
            22:53:23,625 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
            22:53:23,687 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
            22:53:23,703 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
            22:53:23,703 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
            22:53:23,718 INFO  [Component] Component: org.jboss.seam.faces.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
            22:53:23,718 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
            22:53:23,718 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
            22:53:23,718 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
            22:53:23,734 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
            22:53:23,734 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
            22:53:23,734 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
            22:53:23,734 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
            22:53:23,750 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
            22:53:23,750 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
            22:53:23,750 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
            22:53:23,781 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
            22:53:23,781 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
            22:53:23,781 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
            22:53:23,781 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
            22:53:23,781 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
            22:53:23,796 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
            22:53:23,843 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
            22:53:23,875 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
            22:53:23,875 INFO  [Component] Component: org.jboss.seam.pdf.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.pdf.DocumentStore
            22:53:23,890 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
            22:53:23,906 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
            22:53:23,921 INFO  [Component] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
            22:53:23,921 INFO  [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
            22:53:23,921 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
            22:53:23,921 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.HibernateEntityPermissionChecker
            22:53:23,937 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
            22:53:23,953 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RuleBasedIdentity
            22:53:23,968 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
            22:53:23,984 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
            22:53:23,984 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
            22:53:24,000 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
            22:53:24,000 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverter
            22:53:24,015 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.entityConverter.EntityIdentifierStore
            22:53:24,015 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.entityConverter.EntityLoader
            22:53:24,031 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
            22:53:24,031 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
            22:53:24,031 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
            22:53:24,031 INFO  [Component] Component: org.jboss.seam.ui.hibernateEntityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.entityConverter.HibernateEntityLoader
            22:53:24,046 INFO  [Component] Component: org.jboss.seam.ui.resource.safeStyleResources, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.SafeStyleResources
            22:53:24,046 INFO  [Component] Component: org.jboss.seam.ui.resource.styleResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.StyleResource
            22:53:24,046 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
            22:53:24,046 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
            22:53:24,078 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
            22:53:24,093 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
            22:53:24,109 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
            22:53:24,109 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
            22:53:24,109 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
            22:53:24,109 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
            22:53:24,109 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
            22:53:24,109 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
            22:53:24,125 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
            22:53:24,187 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
            22:53:24,203 WARN  [Component] Component class should be serializable: orgComplianceProgramSelectItemsBean
            22:53:24,203 INFO  [Component] Component: orgComplianceProgramSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.OrgComplianceProgramSelectItems
            22:53:24,218 WARN  [Component] Component class should be serializable: organisationHierarchy
            22:53:24,218 INFO  [Component] Component: organisationHierarchy, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.organization.OrganisationHierarchy
            22:53:24,218 INFO  [Component] Component: organizationDAO, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.organization.OrganizationDAO
            22:53:24,218 INFO  [Component] Component: organizationsHome, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.organization.OrganizationsHome
            22:53:24,281 INFO  [Component] Component: organizationsList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.organization.OrganizationsList
            22:53:25,062 INFO  [Component] Component: passwordValidator, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.user.PasswordValidator
            22:53:25,062 INFO  [Component] Component: pmComplianceAreasListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.compliancearea.PmComplianceAreasList
            22:53:25,078 INFO  [Component] Component: pmComplianceFrameworkListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceframework.PmComplianceFrameworkList
            22:53:25,078 INFO  [Component] Component: pmComplianceProgramsListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceprogram.PmComplianceProgramsList
            22:53:25,078 INFO  [Component] Component: pmComplianceSectionsListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.compliancesection.PmComplianceSectionsList
            22:53:25,093 INFO  [Component] Component: pmOrgComplianceProgramsList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.orgprogram.PmOrgComplianceProgramsList
            22:53:25,093 INFO  [Component] Component: pmRefComplianceAreasList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.compliancearea.PmRefComplianceAreasList
            22:53:25,093 INFO  [Component] Component: pmRefComplianceFrameworkList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceframework.PmRefComplianceFrameworkList
            22:53:25,093 INFO  [Component] Component: pmRefComplianceProgramsList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.complianceprogram.PmRefComplianceProgramsList
            22:53:25,093 INFO  [Component] Component: pmRefComplianceSectionsList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.action.compliancesection.PmRefComplianceSectionsList
            22:53:25,109 INFO  [Component] Component: ppmModuleBean, scope: APPLICATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.integration.PPMModule
            22:53:25,109 WARN  [Component] Component class should be serializable: ppmUserSettings
            22:53:25,125 INFO  [Component] Component: ppmUserSettings, scope: SESSION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.config.PPMUserSettings
            22:53:25,125 WARN  [Component] Component class should be serializable: programTypeSelectItemsBean
            22:53:25,125 INFO  [Component] Component: programTypeSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.ProgramTypeSelectItems
            22:53:25,140 INFO  [Component] Component: reportsGroupsListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.reports.groups.list.ReportsGroupsList
            22:53:25,140 INFO  [Component] Component: reportsListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.reports.reports.list.ReportsList
            22:53:25,156 INFO  [Component] Component: reportsParametersListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.reports.parameters.list.ReportsParametersList
            22:53:25,156 WARN  [Component] Component class should be serializable: revisionStatusSelectItemsBean
            22:53:25,156 INFO  [Component] Component: revisionStatusSelectItemsBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.camera.ppm.common.RevisionStatusSelectItems
            22:53:25,171 INFO  [Component] Component: roles, scope: CONVERSATION, type: ENTITY_BEAN, class: com.camsoft.grc.core.administration.role.entity.Roles
            22:53:25,171 INFO  [Component] Component: rolesDAO, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.role.RolesDAO
            22:53:25,171 INFO  [Component] Component: rolesHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.role.RolesHome
            22:53:25,203 INFO  [Component] Component: rolesList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.role.RolesList
            22:53:25,234 INFO  [Component] Component: saasTenants, scope: CONVERSATION, type: ENTITY_BEAN, class: com.camsoft.grc.core.tenant.entity.SaasTenants
            22:53:25,250 INFO  [Component] Component: securityErrorsResolverBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.common.security.SecurityErrorsResolver
            22:53:25,250 INFO  [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
            22:53:25,250 WARN  [Component] Component class should be serializable: sessionObjectsProvider
            22:53:25,250 INFO  [Component] Component: sessionObjectsProvider, scope: SESSION, type: JAVA_BEAN, class: com.camsoft.grc.common.util.SessionObjectsProvider
            22:53:25,265 INFO  [Component] Component: systemHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.systeminfo.SystemHome
            22:53:25,265 INFO  [Component] Component: systemList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.systeminfo.SystemList
            22:53:25,281 INFO  [Component] Component: tenantApplications, scope: CONVERSATION, type: ENTITY_BEAN, class: com.camsoft.grc.core.common.entity.TenantApplications
            22:53:25,281 INFO  [Component] Component: treeDemoStateAdvisor, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.organization.MenuStateAdvisor
            22:53:25,281 INFO  [Component] Component: userNameUniqueValidator, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.user.UserNameUniqueValidator
            22:53:25,296 WARN  [Component] Component class should be serializable: userRolesHome
            22:53:25,296 INFO  [Component] Component: userRolesHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.userrole.UserRolesHome
            22:53:25,296 INFO  [Component] Component: userRolesList, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.userrole.UserRolesList
            22:53:25,328 WARN  [Component] Component class should be serializable: userSettings
            22:53:25,328 INFO  [Component] Component: userSettings, scope: SESSION, type: JAVA_BEAN, class: com.camsoft.grc.core.config.UserSettings
            22:53:25,343 INFO  [Component] Component: users, scope: CONVERSATION, type: ENTITY_BEAN, class: com.camsoft.grc.core.administration.user.entity.Users
            22:53:25,359 INFO  [Component] Component: usersDAO, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.user.UsersDAO
            22:53:25,390 INFO  [Component] Component: usersHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.user.UsersHome
            22:53:25,406 INFO  [Component] Component: usersListBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.core.administration.user.UsersList
            22:53:25,406 WARN  [Component] Component class should be serializable: versionsReaderManager
            22:53:25,406 INFO  [Component] Component: versionsReaderManager, scope: CONVERSATION, type: JAVA_BEAN, class: com.camsoft.grc.core.auditor.VersionsReaderManager
            22:53:25,421 INFO  [Component] Component: viewBirtReportBean, scope: EVENT, type: JAVA_BEAN, class: com.camsoft.grc.reports.reports.birt.ViewBirtReport


            Please let me know if I need to provide more information.

            Thank you,
            Vinod
            • 3. Re: Re-Deployment issue
              thejavafreak

              Does this occur when your Appserver is restarted? How does your xhtml of login page look like?

              • 4. Re: Re-Deployment issue
                cybertech
                Here is the body code of our xhtml login page:

                <body>
                  <h:form id="login" styleClass="login-form">
                 
                    <div class="wrapper">
                      <h:messages styleClass="message"/>
                       <a href="" class="logo"></a>
                       <div class="box">
                     
                             <span class="left">#{messages['LOGIN_LABEL_USERNAME']}</span>
                             <span class="right">
                               <h:inputText id="name" required="true"
                                          requiredMessage="#{messages['USERNAME_REQUIRED']}"
                                            value="#{identity.username}" />
                             </span>
                       
                             <span class="left">#{messages['LOGIN_LABEL_PASSWORD']}</span>
                             <span class="right">
                                <h:inputSecret id="password" required="true"
                                             requiredMessage="#{messages['PASSWORD_REQUIRED']}"
                                             value="#{identity.password}" />
                              </span>
                           </div>

                                 <h:commandButton styleClass="submit"
                                                    value="#{messages['LOGIN_BUTTON_LOGIN']}"
                                                    action="#{identity.login}"/>
                              
                    </div>
                  </h:form>
                </body>