firewall or DNS - I would try to ping the server and maybe try the IP

On Tue, Jul 7, 2009 at 1:25 PM, Angeli Wahlstedt <[email protected]>wrote:

>
> Perhaps it's a firewall issue?
>
> Angeli Wahlstedt
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf
> Of Mike Demahy
> Sent: Tuesday, July 07, 2009 12:58 PM
> To: [email protected]
> Subject: [houcfug] Re: Mail Problem
>
>
> If they had changed to an Imap server I would think the same application
> would give me the same error message in development
>
> Mike Demahy
> 832-358-9493
>
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf
> Of Mike Gillespie
> Sent: Tuesday, July 07, 2009 12:55 PM
> To: Houston ColdFusion Users' Group
> Subject: [houcfug] Re: Mail Problem
>
>
> Is it possible it is no longer a pop server, but an imap server
> instead?
> Maybe they went to SSL? (http://australiansearchengine.wordpress.com/
> author/tacofleur/) - CFPOP on GMAIL article
>
> M
>
> On Jul 7, 12:47 pm, "Mike Demahy" <[email protected]> wrote:
> > when executing this command:
> >
> > <cfpop server="webmail02.register.com" username="#form.username#"
> > password="#form.password#" action="getHeaderOnly" name="headers"
> > timeout="600" debug="yes">
> >
> > I am receiveding the following java message:
> >
> > java.net.ConnectException: Connection refused: connect at
> > java.net.PlainSocketImpl.socketConnect(Native Method) at
> > java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at
> > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at
> > java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at
> > java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at
> > java.net.Socket.connect(Socket.java:519) at
> > com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:230) at
> > com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189) at
> > com.sun.mail.pop3.Protocol.<init>(Protocol.java:81) at
> > com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:201) at
> > com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:144) at
> > javax.mail.Service.connect(Service.java:275) at
> > coldfusion.mail.PopImpl.validate_folder(PopImpl.java:192) at
> > coldfusion.tagext.net.PopTag.doStartTag(PopTag.java:329) at
> > coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at
> >
>
> cfmail_client_backup2ecfm1946661197.runPage(D:\Inetpub\wwwroot\Qwebl\webser­
> v
> > ices\mail_client_backup.cfm:14) at
> > coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at
> > coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at
> > coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at
> > coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273) 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(ClientScopePersistenc­
> e
> > Filter.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.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(MonitoringServlet­
> F
> > ilter.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$DownstreamMetrics.invokeRunnable(ThreadPool.java­
> :
> > 320) at
> >
>
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:42­
> 8
> > ) at
> >
>
> jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:2­
> 6
> > 6) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
> >
> > I am having a hard time getting any information from the above message.
> >
> > I am trying to read messages from register.com.  I have been reading
> > messages from their site for years with no problem.  They have updated
> their
> > mail service and Coldfusion is refusing to connect.  Oddly enough this
> works
> > from my Office. But not from production.  I am running CF8 enterprise in
> > production and CF8 standard in development. I have reviewed my settings
> in
> > coldfusion administrator on both servers. They are the same. I have
> checked
> > with my firewall and I can't find any problems.  I have called Register
> and
> > they do not offer support for Coldfusion.
> >
> > Anybody have any ideas?
> >
> > Mike Demahy
> >
> > 832-358-9493
> >
> > Msoft Horizontal LR
> >
> >  image001.jpg
> > 3KViewDownload
>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [email protected]
For more options, visit http://groups.google.com/group/houcfug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to