KennethMHutch
New Here
KennethMHutch
New Here
Activity
‎Aug 04, 2023
03:05 PM
no I just added what they said to confirm what you said. Thanks again Charlie.
... View more
‎Jul 31, 2023
02:20 PM
Thanks Charlie, I also spoke with Adobe Support. Kenneth Hutchins | 08:03 PM while running the upgrade I marked our test server as production. Kenneth Hutchins | 08:04 PM Once I realized this I updated the licenseinfo.properties. does this correct my mistake? Kenneth Hutchins | 08:04 PM or do I need to purchase another CF Enterprise license? Kenneth Hutchins | 08:04 PM Did you enter the serial key during the installation? Vikram | 08:05 PM I did it after the installation, but I marked it as a prod deployment. Because I was use to how the CF 2018 worked. Kenneth Hutchins | 08:06 PM OK, we can change it. Vikram | 08:07 PM Remove the serial key from the license.properties. Save and restart. Vikram | 08:07 PM Change the deploymenttype in licenseinfo.properties Vikram | 08:08 PM and you can use the same serial key on other server. Vikram | 08:09 PM ok Kenneth Hutchins | 08:09 PM how many non prod environments can we run with one license? Kenneth Hutchins | 08:10 PM 1 ENT license can be used in 1 Prod and 1 Dev server Vikram | 08:10 PM Dev as in non prod, correct? Kenneth Hutchins | 08:12 PM Yes Vikram | 08:12 PM Thats correct
... View more
‎Jul 31, 2023
07:16 AM
so updating the licenseinfo.properties doesnt undo me indicating the test server as prod?
... View more
‎Jul 26, 2023
11:14 AM
Thanks Charlie your post explaining how to use command line install of the CF update, adding that new arg (like I'd added to CF's JVM args), before the -jar arg pointing to the update jar. worked. An example of doing that, for CF2021 update 9 (Windows users should be sure to use "run as admin" in opening the command line): java -Djdk.util.zip.disableZip64ExtraFieldValidation=true -jar hotfix-009-330148.jar Sure enough, it worked, allowing the update to run. (If you may never have yet run the CF update jar this way, it presents a series of a couple of screen walking one through the CF update process.) ref: Beware you can't download or install CF updates via the CF Admin after Jul 2023 JVM update - Charlie Arehart - Server Troubleshooting (carehart.org)
... View more
‎Jul 25, 2023
11:11 AM
Has anyone else had issue running Java 11.0.20 with ColdFusion2018/2021. The appplication functions but when I try to download Adobe Hotfix updates I get Error occurred while installing the update:
Failed Signature verification When manually download the hotfix and try to apply it via command line I get this ColdFusion2018\cfusion\hf-updates>java -jar hotfix-017-330143.jar Error: An unexpected error occurred while trying to open file hotfix-017-330143.jar
... View more
‎Jul 25, 2023
10:29 AM
ok got it. so if I update the deployment type changing it from production to testing in licenseinfo.properties is that enough. or do I need purchase a new license?
... View more
‎Jul 24, 2023
11:47 AM
Nevermind I found an older reponse from you Charlie with the info I needed Link: Re: ColdFusion 2021 Deployment Type - Adobe Support Community - 13934845 Again thanks for the assistance you have been a great resource to me as I admin CF at my company. Cheers.
... View more
‎Jul 24, 2023
11:24 AM
One last question, does the deployment type matter? If its a test server should I use the Testing Deployment type or Production?
... View more
‎Jul 24, 2023
11:16 AM
Thanks Charlie, you answered my question. I was just doing research. Thanks for clarify that the issue reported isnt related to missuse of license.
... View more
‎Jul 24, 2023
10:34 AM
ok thanks for the info. So are we limited to one license file per environment?
... View more
‎Jul 24, 2023
09:50 AM
Hi did you resolve this issue? Are you limited to having one license per server environment? So did you need 2 licenses one for test, one for Prod?
... View more
‎Dec 15, 2021
03:17 PM
In my ColdFusion 2018 environment, I ran this and ran into an issue where my http://localhost:8501/CFIDE/administrator/index.cfm did not come up it said The Monitoring service is not available. (see attachment). When I added the following 2.16.0 file, the admin page comes up and the monitoring service starts. log4j-api-2.16.0.jar log4j-core-2.16.0.jar log4j-to-slf4j-2.16.0.jar The Adobe fix only covers log4j-core-2.9.0.jar doesnt cover log4j-to-slf4j & log4j-api, are they not needed?
... View more
‎Dec 15, 2021
02:18 PM
Did anyone run into an issue with the CF Admin page after applying the fix? I applied the fix and everything appears to be running ok, but when I try to launch the CF admin page I get this message. The web site you are accessing has experienced an unexpected error. Please contact the website administrator. The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request The Monitoring service is not available. This exception is usually caused by service startup failure. Check your server configuration. The error occurred in Application.cfm: line 114 Called from Application.cfm: line 4 Called from Application.cfm: line 1 -1 : Unable to display error's location in a CFML template. Resources: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0 Remote Address 127.0.0.1 Referrer Date/Time 15-Dec-21 05:07 PM Stack Trace at cfApplication2ecfm1524830424._factor3(/CFIDE/administrator/Application.cfm:114) at cfApplication2ecfm1524830424._factor11(/CFIDE/administrator/Application.cfm:4) at cfApplication2ecfm1524830424.runPage(/CFIDE/administrator/Application.cfm:1) coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Monitoring service is not available.
at coldfusion.server.ServiceFactory.getMonitoringService(ServiceFactory.java:227)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:101)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3627)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3604)
at cfApplication2ecfm1524830424._factor3(/CFIDE/administrator/Application.cfm:114)
at cfApplication2ecfm1524830424._factor11(/CFIDE/administrator/Application.cfm:4)
at cfApplication2ecfm1524830424.runPage(/CFIDE/administrator/Application.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:262)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:735)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:565)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:471)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:162)
at coldfusion.filter.IpFilter.invoke(IpFilter.java:45)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:96)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:78)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:226)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:228)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:163)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:190)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:163)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:190)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:163)
at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java:75)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:190)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:163)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:373)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1723)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
... View more
‎Jun 22, 2020
11:12 AM
Hi Charlie thanks for the update. I talked it over with my team and we are intrested in upgrading to CF 2018. Can you point me to any blog post you have related to the upgrade?
... View more
‎Jun 11, 2020
09:49 AM
I need to know the latest version of JVM and Tomcat for Cold Fusion 2016 Currently I am using JVM: 11.0.6+8-LTS looking at upgrading to JVM 11.0.7 As well as upgrading from Tomcat 8.5.42 to Tomcat 8.5.55
... View more