ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-266

ee-component-showcase can not be deployed on Jboss6 server

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Critical Critical
    • Resolution: Fixed
    • Affects Version/s: EE-2.0.0.Beta1
    • Fix Version/s: EE-2.0.0
    • Component/s: None
    • Labels:
      None
    • Environment:
      Server: Jboss6 final
    • Affects:
      Compatibility/Configuration

      Description

      ee-component-showcase cannot be deployed on Jboss6 server:

      11:49:09,317 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

      DEPLOYMENTS IN ERROR:
        Deployment "vfs:///C:/Servers/jboss-6.0.0.Final/server/default/deploy/ee-component-showcase.war" is in error due to the following reason(s): org.xml.sax.SAXException: cvc-complex-type.2.4.a: Invalid content was found starting with element
       'attribute'. One of '{"http://java.sun.com/xml/ns/javaee":tag-extension}' is expected. @ vfs:///C:/Servers/jboss-6.0.0.Final/server/default/deploy/ee-component-showcase.war/WEB-INF/lib/compat-composite-comps.jar/META-INF/icecc.tld[476,20]

              at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]
              at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]
              at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]
              at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]
              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
              at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
              at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
              at java.lang.Thread.run(Thread.java:619) [:1.6.0_07]

        Activity

        Hide
        Ken Fyten added a comment -

        JBoss6 still doesn't like our CC tagllib?

        Show
        Ken Fyten added a comment - JBoss6 still doesn't like our CC tagllib?
        Hide
        Philip Breau added a comment -

        It runs ok for me now. Did you see this with the latest build?

        18:08:07,774 INFO [TomcatDeployment] deploy, ctxPath=/ee-component-showcase
        18:08:07,914 INFO [StandardContext] The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.
        18:08:07,961 INFO [config] Initializing Mojarra 2.1.0 (SNAPSHOT b08) for context '/ee-component-showcase'
        18:10:12,305 INFO [EnvConfig] ICEfaces Configuration:
        org.icefaces.render.auto: true
        org.icefaces.autoid: true
        org.icefaces.aria.enabled: true [default]
        org.icefaces.blockUIOnSubmit: false [default]
        org.icefaces.compressDOM: false [default]
        org.icefaces.compressResources: true [default]
        org.icefaces.connectionLostRedirectURI: null [default]
        org.icefaces.deltaSubmit: false [default]
        org.icefaces.lazyPush: true [default]
        org.icefaces.sessionExpiredRedirectURI: null [default]
        org.icefaces.standardFormSerialization: false [default]
        org.icefaces.strictSessionTimeout: false [default]
        org.icefaces.windowScopeExpiration = 1000 [default]
        org.icefaces.mandatoryResourceConfiguration: null [default]
        org.icefaces.uniqueResourceURLs: true [default]
        org.icefaces.lazyWindowScope: true [default]

        18:10:12,320 INFO [DOMRenderKit]
        ICEsoft Technologies Inc.
        ICEfaces-EE 2.0.0.Beta
        Build number: 2
        Revision: HEAD

        18:10:12,336 INFO [MainServlet]
        ICEsoft Technologies Inc.
        ICEpush-EE 2.0.0.Beta
        Build number: 12
        Revision: 24013

        18:10:19,039 INFO [service] Removing bootstrap log handlers
        18:10:19,195 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
        18:10:19,211 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
        18:10:19,211 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 3m:51s:344ms

        Show
        Philip Breau added a comment - It runs ok for me now. Did you see this with the latest build? 18:08:07,774 INFO [TomcatDeployment] deploy, ctxPath=/ee-component-showcase 18:08:07,914 INFO [StandardContext] The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored. 18:08:07,961 INFO [config] Initializing Mojarra 2.1.0 (SNAPSHOT b08) for context '/ee-component-showcase' 18:10:12,305 INFO [EnvConfig] ICEfaces Configuration: org.icefaces.render.auto: true org.icefaces.autoid: true org.icefaces.aria.enabled: true [default] org.icefaces.blockUIOnSubmit: false [default] org.icefaces.compressDOM: false [default] org.icefaces.compressResources: true [default] org.icefaces.connectionLostRedirectURI: null [default] org.icefaces.deltaSubmit: false [default] org.icefaces.lazyPush: true [default] org.icefaces.sessionExpiredRedirectURI: null [default] org.icefaces.standardFormSerialization: false [default] org.icefaces.strictSessionTimeout: false [default] org.icefaces.windowScopeExpiration = 1000 [default] org.icefaces.mandatoryResourceConfiguration: null [default] org.icefaces.uniqueResourceURLs: true [default] org.icefaces.lazyWindowScope: true [default] 18:10:12,320 INFO [DOMRenderKit] ICEsoft Technologies Inc. ICEfaces-EE 2.0.0.Beta Build number: 2 Revision: HEAD 18:10:12,336 INFO [MainServlet] ICEsoft Technologies Inc. ICEpush-EE 2.0.0.Beta Build number: 12 Revision: 24013 18:10:19,039 INFO [service] Removing bootstrap log handlers 18:10:19,195 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 18:10:19,211 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 18:10:19,211 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 3m:51s:344ms
        Hide
        Philip Breau added a comment -

        Assigning back to Mandeep for comment

        Show
        Philip Breau added a comment - Assigning back to Mandeep for comment
        Hide
        Ken Fyten added a comment -

        Fix is confirmed.

        Show
        Ken Fyten added a comment - Fix is confirmed.

          People

          • Assignee:
            Mandeep Hayher
            Reporter:
            Mandeep Hayher
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: