Comment 2 by Jonas
posted on 11/15/2007 at 4:29 PM
A silly question: How do I prevent OS X 10.4.11 Server from extracting the .jar file? When I double-click on the chf8000002.zip file it shows the jar file for a split micro second and then I am left with a bunch of extracted folders and files...
via terminal I suppose, but how? Thanks for any hint on this certainly BASIC issue... apologies, relatively new to OS X Server systems... although I love it already :-)
Comment 3 by Raymond Camden
posted on 11/15/2007 at 5:35 PM
Odd. I've never seen that on my OSX machine. Instead of double clicking, right click, and see what your options are, and maybe try each one.
Comment 4 by Jonas
posted on 11/15/2007 at 6:00 PM
Ok, found a solution so I'll share it in case anyone else has the same issue:
I downloaded a utility called JarInspector and was able to open the zip in that and "extract" (funny enough) the jar file so that the jar file remained untouched. And good to go.
Btw: Installing Mac OS X Server 10.4.11 Update (over 10.4.10) was smooth and the restart took no more than 3 minutes before everything was up and running again. Nice one. ColdFusion Stop and Start Service via CF8 Launcher (in the ColdFusion8 directory in Applications), took a mere minute as well.
About JarInspector: Written by Christoph Gerdes, Jar Inspector is available from www . codeland . org
Comment 5 by Will Belden
posted on 11/15/2007 at 8:29 PM
Did anyone else get any errors when applying this? I applied the HF2 to three machines. (Local, Dev, Production).
Local runs Apache on XP Dev and Prod run IIS on Server 2003
My Production ran fine after the install and a reboot. My Local and Dev boxes (Apache AND IIS) both get the following error:
Hi all, another question - it seems that when I log out the current user on Mac OS X 10.4.11, then the coldfusion server stops - can I prevent this somehow, as in to allow for user switching(different administrators working on it, whilst CF continues to do its thing, just like Apache..? guess I should have ticked a box somewhere during installation...
Archived Comments
i wish they would solve some of the cf implementation issues affecting full use of the oracle thin JDBC client :(
http://zacster.blogspot.com...
A silly question: How do I prevent OS X 10.4.11 Server from extracting the .jar file? When I double-click on the chf8000002.zip file it shows the jar file for a split micro second and then I am left with a bunch of extracted folders and files...
via terminal I suppose, but how?
Thanks for any hint on this certainly BASIC issue... apologies, relatively new to OS X Server systems... although I love it already :-)
Odd. I've never seen that on my OSX machine. Instead of double clicking, right click, and see what your options are, and maybe try each one.
Ok, found a solution so I'll share it in case anyone else has the same issue:
I downloaded a utility called JarInspector and was able to open the zip in that and "extract" (funny enough) the jar file so that the jar file remained untouched. And good to go.
Btw: Installing Mac OS X Server 10.4.11 Update (over 10.4.10) was smooth and the restart took no more than 3 minutes before everything was up and running again. Nice one. ColdFusion Stop and Start Service via CF8 Launcher (in the ColdFusion8 directory in Applications), took a mere minute as well.
About JarInspector: Written by Christoph Gerdes, Jar Inspector is available from www . codeland . org
Did anyone else get any errors when applying this? I applied the HF2 to three machines. (Local, Dev, Production).
Local runs Apache on XP
Dev and Prod run IIS on Server 2003
My Production ran fine after the install and a reboot.
My Local and Dev boxes (Apache AND IIS) both get the following error:
Page Title: JRun Servlet Error
500
ROOT CAUSE:
java.lang.NoSuchMethodError: coldfusion.filter.FusionContext.isSecureJSON()Z
at coldfusion.runtime.AppHelper.setApplicationDefaults(AppHelper.java:387)
at coldfusion.runtime.AppHelper.<init>(AppHelper.java:89)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilte...:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThrea...(WorkerThread.java:66)
Based on that error output, it looks like there might be a type somewhere in the new files?
Note the "Z" at the end of that first line:
java.lang.NoSuchMethodError: coldfusion.filter.FusionContext.isSecureJSON()Z
Seems a bit odd, right?
Quick solution. Remove the HF. Find the c*2.jar file in your Jrun folder, move it out. (Don't try to rename it like I did, it'll still run.)
Thanks to Ray (via the #ColdFusion Dalnet IRC channel.)
Adobe still hasn't updated this page which is supposed to tell you which version you're running...:
http://kb.adobe.com/selfser...
Hi all, another question - it seems that when I log out the current user on Mac OS X 10.4.11, then the coldfusion server stops - can I prevent this somehow, as in to allow for user switching(different administrators working on it, whilst CF continues to do its thing, just like Apache..? guess I should have ticked a box somewhere during installation...