Closed jens-stahl closed 8 years ago
can you give more details of your scenario? how are you running the image? did you build an image using s2i? exact recreate steps would be useful.
name: 8080-tcp
protocol: TCP
port: 8080
targetPort: 8080
selector: deploymentconfig: wildfly-10 portalIP: 172.30.140.48 clusterIP: 172.30.140.48 type: ClusterIP sessionAffinity: None status: loadBalancer: { }
I have then deployed a JSF application which runs on other Wildflys without issues. During startup I receive the above mentioned error. (E-Mails sending is not affected though my application is able to send mails)
it sounds like you're saying you build a new wildfly app by selecting the wildfly image from the web console and then specified your own git repo containing a JSF application to be built.
Is that correct?
Is the git repo containing that application public so i can look at it?
ok i was able to recreate the issue, https://github.com/openshift-s2i/s2i-wildfly/pull/107 will fix it.
Great, thanks! (I'm not allowed to share my JSF application, it is hosted privately)
Starting wildfly I get the following error event though I have not changed anything regarding email service:
[0m [31m12:10:28,051 ERROR [org.jboss.as.controller.management-operation](Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem" => "mail"), ("mail-session" => "default") ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.mail-session.default is missing [jboss.outbound-socket-binding.mail-smtp]"]}