[aerogear-dev] Do AeroGear UnifiedPushServer can be installed on JBOSS 5/6 ?

Matthias Wessendorf matzew at apache.org
Tue Mar 11 07:43:38 EDT 2014


Hello and thanks for the interest on the UnifiedPush Server

We have not tested to deploy on JBoss AS 5 or 6;

Currently we (internally) use some newer features of JavaEE (async EJB, CDI
etc), hence our main targets right now are JBoss 7.1.x and WildFly-8


Greetings,
Matthias



On Tue, Mar 11, 2014 at 11:26 AM, malliq9 <malliq9 at yahoo.com> wrote:

> Hi,
>
> I am installed the AeroGear UnifiedPushServer version 0.80 on JBOSS 7.1
> Final, it is working fine. But as I want to use JBOSS 5.1 GA for cluster
> setup and want AeroGear UFPS to be installed on JBOSS 5.1 GA, where I am
> getting below error. I am thinking this is due to incompatability with the
> JBOSS Server.
>
> Appreciate any answer/work around for my query
>
> Showing below trace in log
> ------------------------------------------------------------------------
>
> vfszip:/D:/SNG/Softwares/jboss-5.1.0.GA_ORIGINAL/server/default/deploy/aerogear-unifiedpush-server.war/
>         at
>
> org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
>         at
>
> org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:362)
>         at
>
> org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:322)
>         at
>
> org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:294)
>         at
>
> org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:234)
>         at
>
> org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
>         at
>
> org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
>         at
>
> org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
>         at
>
> org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
>         at
>
> org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
>         at
>
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
>         at
>
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
>         at
>
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
>         at
>
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
>         at
>
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
>         at
>
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
>         at
>
> org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
>         at
>
> org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
>         at
>
> org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
>         at
>
> org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
>         at
>
> org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
>         at
>
> org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
>         at
>
> org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
>         at
>
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
>         at
>
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
>         at
>
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
>         at
>
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
>         at
>
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
>         at
>
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
>         at
>
> org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
>         at
>
> org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
>         at
> org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
>         at org.jboss.Main.boot(Main.java:221)
>         at org.jboss.Main$1.run(Main.java:556)
>         at java.lang.Thread.run(Thread.java:662)
> Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source:
> Failed to resolve schema nsURI=http://java.sun.com/xml/ns/javaee
> location=http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd
>         at
>
> org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
>         at
> org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168)
>         at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:189)
>         at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:166)
>         at
>
> org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:137)
>         at
>
> org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:121)
>         at
>
> org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)
>         at
>
> org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:188)
>         at
>
> org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:348)
>         ... 33 more
> Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to resolve
> schema nsURI=http://java.sun.com/xml/ns/javaee
> location=http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd
>         at
>
> org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:281)
>         at
>
> org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:401)
>         at
> org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
>         at
> org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown
> Source)
>         at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown
> Source)
>         at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
> Source)
>         at
>
> org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
> Source)
>         at
>
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
>         at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> Source)
>         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> Source)
>         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> Source)
>         at
> org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
>         at
>
> org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:199)
>         ... 41 more
>
>
>
> --
> View this message in context:
> http://aerogear-dev.1069024.n5.nabble.com/Do-AeroGear-UnifiedPushServer-can-be-installed-on-JBOSS-5-6-tp6725.html
> Sent from the aerogear-dev mailing list archive at Nabble.com.
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20140311/e73791e2/attachment-0001.html 


More information about the aerogear-dev mailing list