• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Coldfusion2023 docker image admin console hung

New Here ,
Jun 21, 2023 Jun 21, 2023

Copy link to clipboard

Copied

I'm trying to get the Coldfusion2023 docker image to build and while it has worked on occaision the admin page won't open / is hung with no information in the logs.  I'm new to cold fusion and I don't know where to begin troubleshooting this problem any suggestions would be appreciated.

 

Here is my test docker-compose.yml

 

version: "3"
services:
coldfusion:
image: adobecoldfusion/coldfusion2023:latest
ports:
- 8500:8500
environment:
- acceptEULA=YES
- password=123
volumes:
- ../cold_fusion/app:/app

 

And here are the logs for /opt/coldfusion/cfusion/bin/../logs/coldfusion-out.log
20:57:24.661 [main] ERROR coldfusion.server - Protocol not available
java.net.SocketException: Protocol not available
at sun.nio.ch.Net.getInterface4(Native Method) ~[?:?]
at sun.nio.ch.DatagramChannelImpl.getOption(DatagramChannelImpl.java:417) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.getOption(DatagramSocketAdaptor.java:426) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.outgoingNetworkInterface(DatagramSocketAdaptor.java:657) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.defaultNetworkInterface(DatagramSocketAdaptor.java:672) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.joinGroup(DatagramSocketAdaptor.java:522) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.joinGroup(DatagramSocketAdaptor.java:481) ~[?:?]
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:325) ~[?:?]
at coldfusion.centralconfig.client.discovery.CFToCCSMulticastSender.startMulticastService(CFToCCSMulticastSender.java:75) ~[cfusion.jar:development]
at coldfusion.centralconfig.client.CentralConfigClientUtil.initMulticast(CentralConfigClientUtil.java:435) ~[cfusion.jar:development]
at coldfusion.centralconfig.client.CentralConfigClientUtil.init(CentralConfigClientUtil.java:427) ~[cfusion.jar:development]
at coldfusion.centralconfig.client.CentralConfigClientUtil.<clinit>(CentralConfigClientUtil.java:144) ~[cfusion.jar:development]
at coldfusion.server.ServiceBase.doDeserialize(ServiceBase.java:170) ~[cfusion.jar:development]
at coldfusion.server.ServiceBase.access$000(ServiceBase.java:50) ~[cfusion.jar:development]
at coldfusion.server.ServiceBase$1.run(ServiceBase.java:143) ~[cfusion.jar:development]
at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?]
at coldfusion.server.ServiceBase.deserialize(ServiceBase.java:139) ~[cfusion.jar:development]
at coldfusion.server.ServiceBase.deserialize(ServiceBase.java:134) ~[cfusion.jar:development]
at coldfusion.log.LogService.load(LogService.java:346) ~[cfusion.jar:development]
at coldfusion.server.ServiceBase.start(ServiceBase.java:82) ~[cfusion.jar:development]
at coldfusion.log.LogService.start(LogService.java:251) ~[cfusion.jar:development]
at coldfusion.server.CFService.setupLogger(CFService.java:361) ~[cfusion.jar:development]
at coldfusion.server.CFService.start(CFService.java:1636) ~[cfusion.jar:development]
at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:610) ~[cfusion.jar:development]
at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:553) ~[cfusion.jar:development]
at javax.servlet.GenericServlet.init(GenericServlet.java:158) ~[servlet-api.jar:4.0.FR]
at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:137) ~[cfmx_bootstrap.jar:development]
at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:111) ~[cfmx_bootstrap.jar:development]
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1106) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1063) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:960) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4730) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5031) ~[catalina.jar:9.0.72]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[catalina.jar:9.0.72]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-util.jar:9.0.72]
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[?:?]
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795) ~[catalina.jar:9.0.72]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[catalina.jar:9.0.72]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-util.jar:9.0.72]
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[?:?]
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249) ~[catalina.jar:9.0.72]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428) ~[catalina.jar:9.0.72]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[catalina.jar:9.0.72]
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:916) ~[catalina.jar:9.0.72]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[catalina.jar:9.0.72]
at com.adobe.coldfusion.launcher.Launcher.run(Launcher.java:1036) ~[cf-startup.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at com.adobe.coldfusion.bootstrap.Bootstrap.init(Bootstrap.java:114) ~[cf-bootstrap.jar:?]
at com.adobe.coldfusion.bootstrap.Bootstrap.main(Bootstrap.java:241) ~[cf-bootstrap.jar:?]
Jun 21, 2023 20:57:24 PM Information [main] - Starting logging...
Jun 21, 2023 20:57:24 PM Information [main] - Starting license...
Jun 21, 2023 20:57:26 PM Information [main] - Developer Edition enabled
Jun 21, 2023 20:57:29 PM Information [main] - Starting crypto...
Jun 21, 2023 20:57:30 PM Information [main] - Installed JSafe JCE provider: Version 6.21 Crypto-J 6.2.1, EMC Corporation. JsafeJCE Security Provider (implements RSA, DSA, ECDSA, Diffie-Hellman, ECDH, AES, DES, Triple DES, DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, HMACDRBG, HASHDRBG, CTRDRBG, FIPS186PRNG, SHA1PRNG, MD5PRNG; RFC 3394, RFC 5649 AES Key Wrap; X.509 CertificateFactory; PKCS12, PKCS15 KeyStore; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathValidators; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathBuilders; LDAP, Collection CertStores)
Jun 21, 2023 20:57:30 PM Information [main] - Starting security...
Jun 21, 2023 20:57:31 PM Information [main] - Starting scheduler...
Jun 21, 2023 20:57:31 PM Information [main] - Starting WatchService...
Jun 21, 2023 20:57:31 PM Information [main] - Starting runtime...
Jun 21, 2023 20:57:33 PM Information [main] - Starting client...
Jun 21, 2023 20:57:33 PM Information [main] - Starting archive...
Jun 21, 2023 20:57:33 PM Information [main] - Starting CloudConfig...
Jun 21, 2023 20:57:33 PM Information [main] - Starting VendorCredential...
Jun 21, 2023 20:57:33 PM Information [main] - Starting rest...
Jun 21, 2023 20:57:33 PM Information [main] - Starting registry...
Jun 21, 2023 20:57:34 PM Information [main] - Package adminapi started...
Jun 21, 2023 20:57:34 PM Information [main] - Package administrator started...
Jun 21, 2023 20:57:34 PM Information [main] - ccs package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - redissessionstorage package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - debugger package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - zip package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - image package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - caching package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - cfmongodb package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - mail package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - spreadsheet package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - axis package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - chart package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - feed package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - print package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - search package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - document package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - presentation package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - eventgateways package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - dotnet package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - pmtagent package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - htmltopdf package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - awslambda package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - com package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - saml package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - awss3 package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - awss3legacy package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - azureblob package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - pdf package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - websocket package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - orm package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - ormsearch package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - ajax package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - derby package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - oracle package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - mysql package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - db2 package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - sybase package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - postgresql package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - sqlserver package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - odbc package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - Starting sql...
Jun 21, 2023 20:57:34 PM Information [main] - scheduler package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - ftp package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - awssqs package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - awssns package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - azureservicebus package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - awsdynamodb package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - gcpfirestore package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - gcppubsub package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - gcpstorage package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - report package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - exchange package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - sharepoint package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - graphqlclient package will not be deployed as it is not installed.
Jun 21, 2023 20:57:34 PM Information [main] - ColdFusion started
Jun 21, 2023 20:57:34 PM Information [main] - ColdFusion: application services are now available

Views

80

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Documentation