Wildfly port change and Internet requests
by Christopher Fahey
Hopefully someone can help me. I want to progress to the next step of
development by configuring our server to handle requests from over the
internet. Currently the server is only handling internal lan requests
but it is somewhat limiting. The port number of 8080 is not an
available port number for our IP address through the firewall so I
changed the Wildfly port number to 8623 and altered the firewall
accordingly. I can still access the AeroGear server on the local lan
IP using the new port number and I can access the Wildfly server over
the internet on port 8623 but when I try to access the application on
the port over the internet, I receive an error "Internal Server Error".
Does anyone know why I am receiving this error and how to fix it? I am
familiar with Tomcat but clueless about Wildfly and even more so on how
AeroGear works within Wildfly. Any help is appreciated.
Christopher Fahey
--
Christopher Fahey
DealerRewards, Inc.
Maryland Branch Office
(410) 924-3185
------------------------------------------------------------------------
This electronic message transmission contains information from
DealerRewards Inc. This message is confidential. It may also be
privileged or otherwise protected by work-product immunity or other
legal rules. If you have received it by mistake, please let us know by
email reply and delete it from your system; you may not copy this
message or disclose its contents to anyone.
DISCLAIMER: Since 2006, the U.S. Government has been monitoring all
internet communications. If you have information that you do not wish to
have monitored, please send it using regular postal services to the
address listed on our website.
------------------------------------------------------------------------
8 years, 4 months
AGPUSH docker
by Giovanni Mondo
Hi,
I am trying current docker unifiedpush-wildfly-dev image with a CentOS 7 following instructions in github README.md, but I get the errors in PS.
I see two main reasons:
1. Could not parse file /opt/jboss/wildfly/standalone/tmp/vfs/temp/temp73986d221e62b797/content-263926592f4ae9c8/WEB-INF/hornetq-jms.xml
(may be related to https://issues.jboss.org/browse/AGPUSH-1587 )
2. Unknown column 'userfedera0_.RealmEntity_ID' in 'field list' (may be related to https://issues.jboss.org/browse/KEYCLOAK-1777 )
The issues related to these problems seem resolved or closed.
What do you suggest me to do ?
Regards,
Giovanni
PS
17:34:40,690 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."ag-push.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."ag-push.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "ag-push.war"
...
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /opt/jboss/wildfly/standalone/tmp/vfs/temp/temp73986d221e62b797/content-263926592f4ae9c8/WEB-INF/hornetq-jms.xml
at org.wildfly.extension.messaging.activemq.deployment.MessagingXmlParsingDeploymentUnitProcessor.deploy(MessagingXmlParsingDeploymentUnitProcessor.java:95)
... 6 more
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[20,1]
Message: Unexpected element '{urn:jboss:messaging-deployment:1.0}messaging-deployment'
...
17:34:54,039 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread Pool -- 72) Unknown column 'userfedera0_.RealmEntity_ID' in 'field list'
17:34:54,047 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 72) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./auth: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
17:34:54,153 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "auth-server.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./auth" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
17:34:54,159 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ag-push.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ag-push.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ag-push.war\".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \"ag-push.war\"
...
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /opt/jboss/wildfly/standalone/tmp/vfs/temp/temp73986d221e62b797/content-263926592f4ae9c8/WEB-INF/hornetq-jms.xml
...
17:34:54,822 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 40176ms - Started 450 of 745 services (3 services failed or missing dependencies, 440 services are lazy, passive or on-demand)
8 years, 4 months
Aerogear issue for project creation - Push plugin
by Prasad, Ganesh
n Aerogear Push, while project creation:
After executing following 5 basic commands, build fails with following error:
1. >cordova create MyApp
2. >cd MyCrdvaApp
3. >cordova platform add android
4. >cordova plugin add https://github.com/aerogear/aerogear-cordova-push.git
5. >cordova build android
FAILURE: Build failed with an exception.
* Where:
Script '~\WKSPS\MyCrdvaApp\platforms\android\aerogear-cordova-push\hellocordova-dependencies.gradle' line: 15
* What went wrong:
A problem occurred evaluating root project 'android'.
> Failed to apply plugin [id 'com.google.gms.google-services']
> Plugin with id 'com.google.gms.google-services' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 4.376 secs
Thanks
ganesh
8 years, 4 months