java - Trying to run Glassfish server on OpenShift in a DIY cartridge -


i'm trying run glassfish on openshift in diy cartridge , have problem because i'm receiving error saying can't bind port 8080.

i have been talking openshift support , have told me must remove ruby file binding 8080 port.

error:

[#|2015-04-21t17:58:27.887-0400|severe|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_threadid=1;_threadname=main;|shutting down v3 due startup exception : permission denied: 8080=com.sun.enterprise.v3.services.impl.monitor.monitorableselectorhandler@15ac5d5|#]  

i think have done this, because have removed .rb file in git directory problem persists.

does have suggestions?

you need make sure glassfish server binding port 8080 on gear's ip address, openshift_diy_ip environment variable.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -