Thanks Sumit. That fixed it. I'm sure glad I don't need to run my Mach- II apps on a separate CF instance anymore!
-Tony On Jan 19, 2:53 am, Sumit Verma <[email protected]> wrote: > Ok, so since I got an new MAC with Lion on it, this needed to be resolved. > I suspected it to be a Java issue and it sure was. > > Removing this line from HTMLHelperProperty fixes the issue: > > <cfset variables.AWT_TOOLKIT = CreateObject("java", > "java.awt.Toolkit").getDefaultToolkit() /> > > Sumit Verma > Partner / Vice President | ten24, LLC > office: 877.886.5806 x 103 | mobile: > 617.290.8214www.ten24web.com|www.linkedin.com/in/sverma| twitter: blogonria > > > > > > > > On Mon, Sep 19, 2011 at 2:12 PM, Kurt Wiersma <[email protected]> wrote: > > > So you're running CF9.0.1 in multi-server mode on Lion and not seeing > > these > > > issues with hanging on Mach-II apps? > > > Correct, I have only seen hanging when I do something like cfdocument. > > > If you think it might be related to the new friendly app start screen > > then try running under Mach II 1.8.1 final and see if that helps. > > > --Kurt > > > On Mon, Sep 19, 2011 at 12:14 PM, Tony G <[email protected]> wrote: > > > Kurt - > > > I agree -- the things I've been seeing are definitely CF9/Lion > > > related. On my Mac Pro at home I'm running CF9 on Snow Leopard an I'm > > > not having any issues with Mach-II or any other CFML app. So you're > > > running CF9.0.1 in multi-server mode on Lion and not seeing these > > > issues with hanging on Mach-II apps? > > > > -Tony > > > > On Sep 19, 12:25 pm, Kurt Wiersma <[email protected]> wrote: > > >> I am running Mach II 1.9 BER apps using OS X Lion and have not seen > > >> this issue. I have seen several other issues with ACF on Lion. Namely > > >> cfdocument hangs and the server settings page hangs well. I understand > > >> that Adobe engineers are already aware of those issues. I have had to > > >> restart my local CF instance several times for other hangs so I don't > > >> think this is a Mach II issue. > > > >> --Kurt > > > >> On Mon, Sep 19, 2011 at 11:01 AM, Sumit Verma <[email protected]> > > wrote: > > >> > Well, What's really interesting is why it works on the > > standard install and > > >> > not in Multi-server (J2EE) install... > > > >> > Sumit Verma > > >> > Partner / Vice President | ten24, LLC > > >> > office: 877.886.5806 x 103 | mobile: 617.290.8214 > > >> >www.ten24web.com|www.linkedin.com/in/sverma|twitter: blogonria > > > >> > On Mon, Sep 19, 2011 at 11:33 AM, Matthew Woodward < > > [email protected]> > > >> > wrote: > > > >> >> On Mon, Sep 19, 2011 at 8:31 AM, Tony G <[email protected]> wrote: > > > >> >>> Hopefully the remaining CF9 compatibility bugs will be ironed out > > soon > > >> >>> so I don't have to run a separate instance of CF on my laptop just > > for > > >> >>> my Mach-II apps. But for now this will have to do. > > > >> >> Thanks for the additional info--keep us posted. It's very bizarre to > > me > > >> >> that there would be issues with CF 9 on Lion specifically since > > under the > > >> >> hood it's all Java, so there must be some issue with the Apple > > version of > > >> >> Java and JRun that's causing the problem. Interesting. > > >> >> -- > > >> >> Matthew Woodward > > >> >> [email protected] > > >> >>http://blog.mattwoodward.com > > >> >> identi.ca / Twitter: @mpwoodward > > > >> >> Please do not send me proprietary file formats such as Word, > > PowerPoint, > > >> >> etc. as attachments. > > >> >>http://www.gnu.org/philosophy/no-word-attachments.html > > > >> >> -- > > >> >> To post to this group, send email to > > >> >> [email protected] > > >> >> For more options and to unsubscribe, visit this group at > > >> >>http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > > >> >> SVN:http://svn.mach-ii.com/machii/ > > >> >> Wiki / Documentation / Tickets:http://trac.mach-ii.com/machii/ > > > >> > -- > > >> > To post to this group, send email to > > [email protected] > > >> > For more options and to unsubscribe, visit this group at > > >> >http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > > >> > SVN:http://svn.mach-ii.com/machii/ > > >> > Wiki / Documentation / Tickets:http://trac.mach-ii.com/machii/ > > > > -- > > > To post to this group, send email to > > [email protected] > > > For more options and to unsubscribe, visit this group at > >http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > > > SVN:http://svn.mach-ii.com/machii/ > > > Wiki / Documentation / Tickets:http://trac.mach-ii.com/machii/ > > > -- > > To post to this group, send email to > > [email protected] > > For more options and to unsubscribe, visit this group at > >http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > > SVN:http://svn.mach-ii.com/machii/ > > Wiki / Documentation / Tickets:http://trac.mach-ii.com/machii/ -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
