Pete220652393l9r
New Here
Pete220652393l9r
New Here
Activity
‎Oct 24, 2024
10:21 AM
applied update 17 to some of our dev servers and was told that certain code no longer works - specifically when invoking the split command - the below code is something being actively worked on - my concern is that there might be other things it could affect - is this unusual? <cfif len(trim(manager)) gt 0> <cfset mgr = manager.split(",")[1]/> <cfset mgr = mgr.substring(3,len(mgr))/> <cfset mgr_fname = mgr.split(' ')[1]/> <cfset mgr_lname = mgr.split(' ')[2]/> <cfelse> <cfset mgr = ''/> <cfset mgr_fname = ''/> <cfset mgr_lname = ''/> </cfif> error from log: Error","ajp-nio-127.0.0.1-8020-exec-9","10/24/24","11:00:00","HumanscaleHostSite","The split method was not found.Either there are no methods with the specified method name and argument types or the split method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity. The specific sequence of files included or processed is: E:\internal\betahost.h\schedtasks\ad.cfm, line: 17"
... View more
‎Oct 24, 2024
10:13 AM
the developer told me that the syntax was correct - that he was filtering or limiting the results returned. Before posting, I was looked up the syntax myself and from the Google, it should have been working - but how it goes I act like a court jester and look for answers and it inspires others to do me up
... View more
‎Jul 10, 2024
06:07 AM
tks everyone - we seem to have gotten the results we were expecting -
... View more
‎Jul 04, 2024
08:27 AM
please see the attached image - they only it to the root of the ad - start="dc=mycompany,DC=COM" the code isn't going to help - they told me they tried - but I myself haven't seen the attempt to set a specific our disregard the marrow arrow (that was for something else) If I give this as an example is this the correct syntax or can CFLDAP only scan the whole AD. start="ou=New Hires,ou=Domain Users,ou=offices,dc=mycompany dc=com" The point is to lock this process down to the newuser OU as part of a bigger onboard workflow that involves sweeping out that ou when other actions are performed
... View more
‎Jul 02, 2024
05:42 PM
Hey folks, question about the start parameter in the cfldap command- I am trying to work with our developers to automate the onboarding process; we want our intranet site based in CF to read from specific ou to create users in the intranet app They seem to be having a hard time. Questions: 1) Is this possible? 2)can someone possibly provide an example if the OU I want is three levels down the tree: mycompany.com/Offices/Domain Users/New Hires (note the spaces in the names) the google say it is possible, but more times than not I see examples of people only using the dc portion of the name (dc-mycompany, dc=.com)
... View more
‎Jan 09, 2023
02:40 AM
is there a open thread for community support - We are trying to to figure out an issue we are having - we see the following; getting the following error. Detail: The request failed. The request failed. The remote server returned an error: (401) Message:Access to exchange Server Denied. On the exchange side, the error is: The password entered exceeds the length. Please reach out to your admin to reset the password. It seems like the server is not accepting the token as the password. password="#auth-token#". Has anyone else run into this issue?
... View more
‎Jan 22, 2022
08:30 PM
Updating the last server in our company and get an error that I do not get on the two other environments. we are applying update 3 to CF 2021 - developers are pointing at server issue as works in other two enviroemts - I attached a picture of what the page should look like - seems to pull up some grid view any help always apprective Jan 22, 2022 10:48:04 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [CfmServlet] in context with path [] threw exception [ROO. CAUSE: java.lang.IndexOutOfBoundsException at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:121) at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:211) at java.base/java.io.PrintWriter.write(PrintWriter.java:507) at coldfusion.runtime.CharBuffer.writeTo(CharBuffer.java:154) at coldfusion.runtime.NeoJspWriter.writeOutput(NeoJspWriter.java:281) at coldfusion.runtime.NeoJspWriter.flush(NeoJspWriter.java:374) at coldfusion.runtime.NeoPageContext.flushOutput(NeoPageContext.java:2545) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:42) 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:231) 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 coldfusion.inspect.weinre.MobileDeviceDomInspectionFilter.doFilter(MobileDeviceDomInspectionFilter.java:57) 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 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.ajp.AjpProcessor.service(AjpProcessor.java:462) 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) ] with root cause javax.servlet.ServletException: ROOT CAUSE: java.lang.IndexOutOfBoundsException at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:121) at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:211) at java.base/java.io.PrintWriter.write(PrintWriter.java:507) at coldfusion.runtime.CharBuffer.writeTo(CharBuffer.java:154) at coldfusion.runtime.NeoJspWriter.writeOutput(NeoJspWriter.java:281) at coldfusion.runtime.NeoJspWriter.flush(NeoJspWriter.java:374) at coldfusion.runtime.NeoPageContext.flushOutput(NeoPageContext.java:2545) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:42) 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:231) 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 coldfusion.inspect.weinre.MobileDeviceDomInspectionFilter.doFilter(MobileDeviceDomInspectionFilter.java:57) 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 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.ajp.AjpProcessor.service(AjpProcessor.java:462) 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) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:74) 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 coldfusion.inspect.weinre.MobileDeviceDomInspectionFilter.doFilter(MobileDeviceDomInspectionFilter.java:57) 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 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.ajp.AjpProcessor.service(AjpProcessor.java:462) 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
‎Jan 03, 2022
06:50 PM
hey guys, thanks for the input - in the application in question is extremely old - probably over 10 years worth of coding - and the cf error handler defiantly looks to be a custom page - we found the the link in one of the class files and it was removed - and like Eddie said we checked waybackmachine that day after about two hours looking for the string and we came to the same conclusion, we are in process of updating the sites CF version and authentication methods and such.
... View more
‎Dec 27, 2021
09:15 AM
so one of developers point this out - and it seems not to be updated related. When you get the default error page on CF and under vistor information there is a link "Check Browser" it goes to the following link "https://user-agents.me/test/user-agent-parser") DO NOT CLICK on the link t b basically goes to a dating site (for lack of a better word). I thought this was a result of the recently installed Update 3 but I reverted to a previous snap and does not seem to be the case -
... View more
‎Dec 23, 2021
05:03 PM
First off Charlie thank you very much for taking your time to help. I upgraded the JVM as you suggested without issue. I upgraded to 11.0.12 As of now everything is working. Pete What is recommended JVM version to be on? What's the best practice in upgrading it?
... View more
‎Dec 21, 2021
03:15 PM
Thank you for the reply - So I read your blogs - and followed the manual install instructions. I shut down all the CF services. I shut down IIS I had to uninstall the update (3) first - because when I went to invoke the jar via the command line - the installer started just like you said - but it detected it was already installed and there were no further options - so I started everything back up and uninstalled via the web interface - I went through the steps again, installed the patch manually, and started up IIS first, then the CF services. And everything worked - SSO was initialized, and I was brought to the homepage. Come the morning when a developer tells me they can't access the sftp service - A restart of the OpenSSH service failed, so I rebooted the box - and then and there that's when sso broke again. I plan on dancing with the box tonight and will dissect the patch and verify file versions and such. Reinstall and reboot and test. Probably something out of sorts on that server. Any guidance is always appreciative. pete
... View more
‎Dec 20, 2021
05:01 PM
Hello Community - need help badly as I am more of a infrastructure person then coder We were in the process of setting up SSO with Azure as the identity provider - we had it working with the simplest of code: (basically from the Adobe help page) <cfset config = { idp = {name = "ptestidp"}, sp = {name = "testsp"}, relayState = "cart" }> <cfset InitSAMLAuthRequest(config)> since the update I get the following - line 11 being the call to initialize the azure call Error Occurred: 12/20/2021 07:48:07 PM Error Type: java.lang.NullPointerException Error Message: Error Detail: Template: E:\internal\betahost.mycompany.com\pindex.cfm Line: 11 Column: 0
... View more
‎Dec 18, 2021
08:15 AM
my developer faced a siialr issue - probably the group by doing it
... View more
‎Dec 15, 2021
05:31 PM
Hello, We applied the mitigation until the patch is released. In doing so, it broke our SSO integration. what we did: -Dlog4j2.formatMsgNoLookups=true to Jvm.config the error we get when the saml request is initialized "The system has attempted to use a undefined value, which usually indicates a programming error...." removing the mitigation makes it work -
... View more
‎Dec 02, 2021
08:12 PM
hello, I am trrying to setup SSO with a ColdFusion 2021 application and Azure SSO - does anyone know of a guide? I am running into the problem where is seems I get stuck in a loop on the Idp side (azure) I think the problem is where I am using the certificates. 1) do I have to figure out how to extract the public key from the cf keystore and where exactly do I need to past the cert obtained from the Idp in the sign or encrypt section of the idp configuration on the cfd side this is the error Error Message: The Message of the Response is not signed and the SP requires it
... View more