[cfaussie] Re: Microsoft Uses Flash!!!

2008-05-19 Thread Mike Kear

I've never been one of the brigade that takes a swipe at Microsoft
simply because it's Microsoft - the company that shapes our world as
much as any other on the planet.  But I sure got frustrated with their
bloody web site today - and there's a lesson or two for all of us who
have responsiblities to advise our clients on managing their web
sites. ..

I had a client call me and ask if he should install this Silverlight
thing the MS site wanted him to install.  I said I knew what it was
and didnt think there would be any reason why not but since he'd asked
me, i went and took a look at the site for myself.   Click on the
little "Silverlight" icon on the home page - I thought that would take
me to where i could see what it's about..The 'Install" popup's
design seemed to give only one option - install Silverlight.  The "no
thanks" is almost invisible in my browser.   I navigated about and
eventually got to the SIlverlight page, to see what i could point my
client to so he'd know what it does.What is silverlight?Try to
find out.  YOU CANT!

When you go the SIlverlight page, the first thing (and presumably the
most important in Microsoft's view) is a large page of unreadable
legal gobbldegook called the "Privacy Policy".   After studying that
policy carefully (yeah right!) I clicked on "Overview" to see the page
i could point my client to. Instead of giving me an overview, it
gives me an Install button again.   Oh wait, there's another
"Overview" link.  Click on it and there's a whole host of  alleged
benefits of SIlverlight - not one of which tells me anything.  They're
all motherhood statements that make Silverlight sound exactly like
everything between Windows3.1 and SQLServer2008.  What a weak selling
effort.Lots of effort put into the graphics of this section but
about 30 seconds into the words,   And nary a word that actually
explains what Silverlight does in terms a novice might understand.
And not one reason .why the customer should go ahead and download it.

If you dont know anything about Silverlight, and you're one of the
great many people like most of my family and clients, there's nothing
understandable on the Microsoft site about SIlverlight.  The argument
boils down to "dont be a cry-baby - go ahead and download it  we're
Microsoft - how bad can it be for you??"

This whole thing is common in Microsoft's web site.Just try to
find out, for example,  what's actually in the XPPro Service Pack 3.
 There's bug fixes and security updates,  and "some feature
improvements"  but there's no link anywhere to find out what those
feature improvements might be.   Apparently Microsoft doesnt think we
deserve to know what they are.   We're expected to manage our systems,
but just blindly install anything Microsoft says we should.

The point of all this is not to bash Microsoft, because they're far
from alone in this.   But we all have an obligation to our own site
owners to make sure we dont fall inlto the same mistake.   We must
always remember that while we are intimately involved with whatever we
are selling or promoting on our web site, many of our site visitors
arent.  For example, for every piece of software,  the site should
have aomething that answers the queston 'WHAT THE HELL IS IT?? - WHY
DO I WANT IT??"

[/rant]

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Microsoft Uses Flash!!!

2008-05-19 Thread Dale Fraser
Scott,

 

Seriously? Microsoft use Flash all over their sites, and there is a very
good reason. It's because the one thing that Flash does that Silverlight
can't is reach 98% of people.

 

Sparkle has a lot of catching up to do before Microsoft can use it main
stream.

 

Regards

Dale Fraser

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Barnes
Sent: Monday, 19 May 2008 3:40 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Microsoft Uses Flash!!!

 

There is nothing in this site that can't be done in Silverlight. That being
said, I don't have an official reason for the use of Flash inside this site,
suffice to say it was most likely an agency decision with whom we outsource
the creative to, and not ours. 


 

On Tue, May 13, 2008 at 11:37 PM, Barry Beattie <[EMAIL PROTECTED]>
wrote:


it's all a moment in time.

While Flash is on Version 9, Silverlight still hasn't got the coverage
(or perhaps features the MS designers want)

... yet.

in other words you're talking about today, but not necessarily
tomorrow. May the best tool win.



On Wed, May 14, 2008 at 4:01 PM, AUG Vic <[EMAIL PROTECTED]> wrote:
>
>  I am sorry to burst your bubble, but Microsoft has been using Flash in
>  certain places for ages, pre Silverlight.
>
>  The people at end of doing serious stuff need to :-)
>
>  On May 14, 12:29 pm, "Owen West" <[EMAIL PROTECTED]>
>  wrote:
>
> > Check this out...
>  >
>  > http://www.worldwidetelescope.org  
>  >
>  > Errr...Silverlight? Anybody?
>  >
>  > Gotta love Microsoft sometimes...
>  >
>  > Owen West  M.SysDev (C.Sturt) MCP MCAD MCSD
>  > Computer Programmer
>  > Applications Development Team
>  > Information Technology & Telecommunications
>  > Hunter New England Health
>  > Ph: (02) 4921 4194
>  > Fax: (02) 4921 4191
>  > Email: [EMAIL PROTECTED]
>
>
> >
>
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Out of Memory

2008-05-19 Thread Joel Cass

First thing that comes to mind is Sessions.

If you are placing a lot of data in the session scope, your server can
be brought down by all kinds of traffic especially spiders.

And then there's excessive caching. If you are caching on a per-user
basis or not caching effectively (e.g. storage bugs, whitespace) you can
get this.

Depends on your application. Perhaps it is loading some huge data
structure into memory but it would have to be excessively huge to bring
down the server.

My two cents

On Mon, 2008-05-19 at 13:15 +1000, Dale Fraser wrote:
> Yeah,
> 
> I've been told that the code is ok, but I think I'll need to look through it
> myself.
> 
> Regards
> Dale Fraser
> http://learncf.com
> http://flexcf.com
> 
> 
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Kai Koenig
> Sent: Monday, 19 May 2008 12:17 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Out of Memory
> 
> 
> Dale,
> 
> something on your page seems to go crazy and suck all the remaining
> VM memory. 
> 
> Cheers
> Kai
> 
> >We are getting these errors on a particular page. Looking at the code
> >there is nothing wrong that we can see other than the fact that it is
> >manipulating a large amount of data.
> > 
> >Any ideas on what we can do to eliminate these issues.
> >500
> >ROOT CAUSE:
> >coldfusion.runtime.EventHandlerException: Event handler exception.
> >at coldfusion.runtime.AppEventInvoker.onRequest
> >(AppEventInvoker.java:251)
> >at coldfusion.filter.ApplicationFilter.invoke
> >(ApplicationFilter.java:269)
> >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
> >(ClientScopePersistenceFilter.java: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.filter.RequestThrottleFilter.invoke
> >(RequestThrottleFilter.java:126)
> >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:284)
> >at jrun.servlet.ServletEngineService.dispatch
> >(ServletEngineService.java:543)
> >at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
> >(JRunProxyService.java:203)
> >at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
> >(ThreadPool.java:320)
> >at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
> >(ThreadPool.java:428)
> >at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
> >(ThreadPool.java:266)
> >at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
> >Caused by: java.lang.OutOfMemoryError: Java heap space
> > 
> >javax.servlet.ServletException: ROOT CAUSE:
> >coldfusion.runtime.EventHandlerException: Event handler exception.
> >at coldfusion.runtime.AppEventInvoker.onRequest
> >(AppEventInvoker.java:251)
> >at coldfusion.filter.ApplicationFilter.invoke
> >(ApplicationFilter.java:269)
> >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
> >(ClientScopePersistenceFilter.java: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.filter.RequestThrottleFilter.invoke
> >(RequestThrottleFilte

[cfaussie] Re: Out of Memory

2008-05-19 Thread Zac Spitzer

how much memory do you have allocated to the cf jvm?

On Tue, May 20, 2008 at 9:22 AM, Joel Cass <[EMAIL PROTECTED]> wrote:
>
> First thing that comes to mind is Sessions.
>
> If you are placing a lot of data in the session scope, your server can
> be brought down by all kinds of traffic especially spiders.
>
> And then there's excessive caching. If you are caching on a per-user
> basis or not caching effectively (e.g. storage bugs, whitespace) you can
> get this.
>
> Depends on your application. Perhaps it is loading some huge data
> structure into memory but it would have to be excessively huge to bring
> down the server.
>
> My two cents
>
> On Mon, 2008-05-19 at 13:15 +1000, Dale Fraser wrote:
>> Yeah,
>>
>> I've been told that the code is ok, but I think I'll need to look through it
>> myself.
>>
>> Regards
>> Dale Fraser
>> http://learncf.com
>> http://flexcf.com
>>
>>
>> -Original Message-
>> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>> Of Kai Koenig
>> Sent: Monday, 19 May 2008 12:17 PM
>> To: cfaussie@googlegroups.com
>> Subject: [cfaussie] Re: Out of Memory
>>
>>
>> Dale,
>>
>> something on your page seems to go crazy and suck all the remaining
>> VM memory.
>>
>> Cheers
>> Kai
>>
>> >We are getting these errors on a particular page. Looking at the code
>> >there is nothing wrong that we can see other than the fact that it is
>> >manipulating a large amount of data.
>> >
>> >Any ideas on what we can do to eliminate these issues.
>> >500
>> >ROOT CAUSE:
>> >coldfusion.runtime.EventHandlerException: Event handler exception.
>> >at coldfusion.runtime.AppEventInvoker.onRequest
>> >(AppEventInvoker.java:251)
>> >at coldfusion.filter.ApplicationFilter.invoke
>> >(ApplicationFilter.java:269)
>> >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
>> >(ClientScopePersistenceFilter.java: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.filter.RequestThrottleFilter.invoke
>> >(RequestThrottleFilter.java:126)
>> >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:284)
>> >at jrun.servlet.ServletEngineService.dispatch
>> >(ServletEngineService.java:543)
>> >at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
>> >(JRunProxyService.java:203)
>> >at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
>> >(ThreadPool.java:320)
>> >at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
>> >(ThreadPool.java:428)
>> >at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
>> >(ThreadPool.java:266)
>> >at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>> >Caused by: java.lang.OutOfMemoryError: Java heap space
>> >
>> >javax.servlet.ServletException: ROOT CAUSE:
>> >coldfusion.runtime.EventHandlerException: Event handler exception.
>> >at coldfusion.runtime.AppEventInvoker.onRequest
>> >(AppEventInvoker.java:251)
>> >at coldfusion.filter.ApplicationFilter.invoke
>> >(ApplicationFilter.java:269)
>> >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
>> >(ClientScopePersistenceFilter.java:28)
>> >at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
>> >at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
>> > 

[cfaussie] Re: Out of Memory

2008-05-19 Thread Dale Fraser

1024 mb

Regards
Dale Fraser
http://learncf.com
http://flexcf.com


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Zac Spitzer
Sent: Tuesday, 20 May 2008 10:25 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Out of Memory


how much memory do you have allocated to the cf jvm?

On Tue, May 20, 2008 at 9:22 AM, Joel Cass <[EMAIL PROTECTED]> wrote:
>
> First thing that comes to mind is Sessions.
>
> If you are placing a lot of data in the session scope, your server can
> be brought down by all kinds of traffic especially spiders.
>
> And then there's excessive caching. If you are caching on a per-user
> basis or not caching effectively (e.g. storage bugs, whitespace) you can
> get this.
>
> Depends on your application. Perhaps it is loading some huge data
> structure into memory but it would have to be excessively huge to bring
> down the server.
>
> My two cents
>
> On Mon, 2008-05-19 at 13:15 +1000, Dale Fraser wrote:
>> Yeah,
>>
>> I've been told that the code is ok, but I think I'll need to look through
it
>> myself.
>>
>> Regards
>> Dale Fraser
>> http://learncf.com
>> http://flexcf.com
>>
>>
>> -Original Message-
>> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
>> Of Kai Koenig
>> Sent: Monday, 19 May 2008 12:17 PM
>> To: cfaussie@googlegroups.com
>> Subject: [cfaussie] Re: Out of Memory
>>
>>
>> Dale,
>>
>> something on your page seems to go crazy and suck all the remaining
>> VM memory.
>>
>> Cheers
>> Kai
>>
>> >We are getting these errors on a particular page. Looking at the code
>> >there is nothing wrong that we can see other than the fact that it is
>> >manipulating a large amount of data.
>> >
>> >Any ideas on what we can do to eliminate these issues.
>> >500
>> >ROOT CAUSE:
>> >coldfusion.runtime.EventHandlerException: Event handler exception.
>> >at coldfusion.runtime.AppEventInvoker.onRequest
>> >(AppEventInvoker.java:251)
>> >at coldfusion.filter.ApplicationFilter.invoke
>> >(ApplicationFilter.java:269)
>> >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
>> >(ClientScopePersistenceFilter.java: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.filter.RequestThrottleFilter.invoke
>> >(RequestThrottleFilter.java:126)
>> >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:284)
>> >at jrun.servlet.ServletEngineService.dispatch
>> >(ServletEngineService.java:543)
>> >at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
>> >(JRunProxyService.java:203)
>> >at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
>> >(ThreadPool.java:320)
>> >at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
>> >(ThreadPool.java:428)
>> >at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
>> >(ThreadPool.java:266)
>> >at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>> >Caused by: java.lang.OutOfMemoryError: Java heap space
>> >
>> >javax.servlet.ServletException: ROOT CAUSE:
>> >coldfusion.runtime.EventHandlerException: Event handler exception.
>> >at coldfusion.runtime.AppEventInvoker.onRequest
>> >(AppEventInvoker.java:251)
>> >at coldfusion.filter.ApplicationFilter.invoke
>> >(ApplicationFilter.java:269)
>> >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(ExceptionFil

[cfaussie] Re: Out of Memory

2008-05-19 Thread Zac Spitzer

i have seen this with pages with lots of queries...

adding debug="no" to the those query helped a lot

z

On Tue, May 20, 2008 at 11:21 AM, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> 1024 mb
>
> Regards
> Dale Fraser
> http://learncf.com
> http://flexcf.com
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Zac Spitzer
> Sent: Tuesday, 20 May 2008 10:25 AM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Out of Memory
>
>
> how much memory do you have allocated to the cf jvm?
>
> On Tue, May 20, 2008 at 9:22 AM, Joel Cass <[EMAIL PROTECTED]> wrote:
>>
>> First thing that comes to mind is Sessions.
>>
>> If you are placing a lot of data in the session scope, your server can
>> be brought down by all kinds of traffic especially spiders.
>>
>> And then there's excessive caching. If you are caching on a per-user
>> basis or not caching effectively (e.g. storage bugs, whitespace) you can
>> get this.
>>
>> Depends on your application. Perhaps it is loading some huge data
>> structure into memory but it would have to be excessively huge to bring
>> down the server.
>>
>> My two cents
>>
>> On Mon, 2008-05-19 at 13:15 +1000, Dale Fraser wrote:
>>> Yeah,
>>>
>>> I've been told that the code is ok, but I think I'll need to look through
> it
>>> myself.
>>>
>>> Regards
>>> Dale Fraser
>>> http://learncf.com
>>> http://flexcf.com
>>>
>>>
>>> -Original Message-
>>> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
>>> Of Kai Koenig
>>> Sent: Monday, 19 May 2008 12:17 PM
>>> To: cfaussie@googlegroups.com
>>> Subject: [cfaussie] Re: Out of Memory
>>>
>>>
>>> Dale,
>>>
>>> something on your page seems to go crazy and suck all the remaining
>>> VM memory.
>>>
>>> Cheers
>>> Kai
>>>
>>> >We are getting these errors on a particular page. Looking at the code
>>> >there is nothing wrong that we can see other than the fact that it is
>>> >manipulating a large amount of data.
>>> >
>>> >Any ideas on what we can do to eliminate these issues.
>>> >500
>>> >ROOT CAUSE:
>>> >coldfusion.runtime.EventHandlerException: Event handler exception.
>>> >at coldfusion.runtime.AppEventInvoker.onRequest
>>> >(AppEventInvoker.java:251)
>>> >at coldfusion.filter.ApplicationFilter.invoke
>>> >(ApplicationFilter.java:269)
>>> >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
>>> >(ClientScopePersistenceFilter.java: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.filter.RequestThrottleFilter.invoke
>>> >(RequestThrottleFilter.java:126)
>>> >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:284)
>>> >at jrun.servlet.ServletEngineService.dispatch
>>> >(ServletEngineService.java:543)
>>> >at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
>>> >(JRunProxyService.java:203)
>>> >at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
>>> >(ThreadPool.java:320)
>>> >at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
>>> >(ThreadPool.java:428)
>>> >at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
>>> >(ThreadPool.java:266)
>>> >at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>>> >Caused by: java.lang.OutOfMemoryError: Java heap space
>>> >
>>> >javax.servlet.ServletException: ROOT CAUSE:
>>> >coldfusion.runtime.EventHandlerException: Event handler exception.
>>> >at coldfusion.runtime.AppEventInvoker.onRequest
>>> >(AppEventInvoker.java:251)
>>> >at coldfusion.filter.ApplicationFilter.invoke
>>> >(ApplicationFilter.java:269)
>

[cfaussie] Connect To Remote CF Server Admin API from AIR Application

2008-05-19 Thread Owen West
Hi all,
 
Hoping somebody can help me out. We have several clustered CF8 instances here 
at work and I want to develop an AIR application whereby our developers can 
connect to a CF Cluster name from the AIR app, enter CF DSN details, Mappings, 
etc and have these settings created automaticallly at the click of a button on 
each CF instance in the cluster. This will greatly simplify our deployment as 
currently we need to log in to each instance separately using the CF 
administrator URL, create all required elements, making sure we get all the 
settings right, and repeat for each cf server.
 
My main problem at the moment is that I am having difficulty in getting the AIR 
application to connect to a remote ColdFusion server's Admin API cfcs. I can 
connect to my local development server's admin api, but not my remote testing 
server. It is certainly possible that I have missed something really obvious, 
however I cannot seem to figure out how to do this. All the examples I have 
seen show using cfml code such as 
 
  adminObj = createObject("component", "cfide.adminapi.administrator ( 
http://appdevcf.cfide.adminapi.administrator )");
 
However, this only connects to the local CF server. How can I "point" this at a 
remote ColdFusion server's admin api?
 
As I said, maybe I'm missing something really obvious - if so please point me 
in the right direction!
 
Cheers,
 
 
 
Owen West  M.SysDev (C.Sturt) MCP MCAD MCSD
Computer Programmer 
Applications Development Team
Information Technology & Telecommunications
Hunter New England Health
Ph: (02) 4921 4194
Fax: (02) 4921 4191
Email: [EMAIL PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Connect To Remote CF Server Admin API from AIR Application

2008-05-19 Thread Simon Haddon
The only think I can think off would be to write a web service that sits on
each server and talks to the admin api.  Then you would just need to make
web service calls from AIR. You would just want ot make sure that the
services a very well protected.

Cheers,
Simon

2008/5/20 Owen West <[EMAIL PROTECTED]>:

>  Hi all,
>
> Hoping somebody can help me out. We have several clustered CF8 instances
> here at work and I want to develop an AIR application whereby our developers
> can connect to a CF Cluster name from the AIR app, enter CF DSN details,
> Mappings, etc and have these settings created automaticallly at the click of
> a button on each CF instance in the cluster. This will greatly simplify our
> deployment as currently we need to log in to each instance separately using
> the CF administrator URL, create all required elements, making sure we get
> all the settings right, and repeat for each cf server.
>
> My main problem at the moment is that I am having difficulty in getting the
> AIR application to connect to a remote ColdFusion server's Admin API cfcs. I
> can connect to my local development server's admin api, but not my remote
> testing server. It is certainly possible that I have missed something really
> obvious, however I cannot seem to figure out how to do this. All the
> examples I have seen show using cfml code such as
>
>   adminObj = createObject("component", 
> "cfide.adminapi.administrator
> ");
>
> However, this only connects to the local CF server. How can I "point" this
> at a remote ColdFusion server's admin api?
>
> As I said, maybe I'm missing something really obvious - if so please point
> me in the right direction!
>
> Cheers,
>
>
>
> Owen West  M.SysDev (C.Sturt) MCP MCAD MCSD
> Computer Programmer
> Applications Development Team
> Information Technology & Telecommunications
> Hunter New England Health
> Ph: (02) 4921 4194
> Fax: (02) 4921 4191
> Email: [EMAIL PROTECTED]
>
> >
>


-- 
Cheers
Simon Haddon

Woman loves feeling danger and speed. That is why woman wants man. They get
a speed rush that is the most dangerous of all.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] cfhttp to https

2008-05-19 Thread andrewlorien

We're working on a commweb gateway
and we're having trouble sending the data to the payment server via
cfhttp.

we installed the certificate from the commweb server to allow the
cfhttp request to authenticate,
it worked for a couple of days, but now cfhttp returns

Charset  [empty string]
ErrorDetail I/O Exception: peer not authenticated
Filecontent Connection Failure
Header  [empty string]
MimetypeUnable to determine MIME type of file.
Responseheader  struct [empty]
Statuscode  Connection Failure. Status code unavailable.
TextYES

the ErrorDetail is the same error you get when the certificate isn't
installed at all.
we can't work out why this would have stopped working - could the bank
be changing their certificate?  is there any way of authenticating
without the certificate - the commweb docs don't mention that at all??
has anyone had any experience with CommWeb?

thanks,
andrew
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP

2008-05-19 Thread Dhanabal

FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO
VBScript, SAP - ABAP visit ebooks.univdatabase.com



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---