Quantcast
Channel: Adobe Community : Popular Discussions - ColdFusion Server Administration
Viewing all 78799 articles
Browse latest View live

Coldfusion 11 random crash after 6-12 hours

$
0
0

Hello,

We upgraded from Coldfusion 9 to Coldfusion 11.

 

System:

OS: Windows 2008 r2 64bit

Ram: 16 gb

 

Steps I took to do this upgrade.

1. uninstalled CF 9

2. uninstalled current version of java

3. reboot system

4. install latest Java 1.8.x

5. install Coldfusion 11

6. run coldfusion 11 updates

7. configured all datasources and settings in cfusion instance. (didn't want to import from 9)

8. test cfusion instance to make sure everything is working.

9. create are new instances for the websites. (4)

10. sign in to each instance and tweak settings.

11. assign 1 site to each instance for testing.

12. test the each site and make sure everything is still working.

13. follow Adobe lockdown guide as much as we can.

14 retest everything still seems fine.

 

run 6-12 hours and I get random crashes.

suddently get CF errors saying can't find includes which is a false error.

 

in the coldfusion-out.log I get this when the issue happens

Jan 13, 2015 8:04:20 AM org.apache.coyote.ajp.AjpProcessor getRealPathFromServer

SEVERE: Error in getRealPathFromConn

java.net.SocketException: Software caused connection abort: socket write error

  at java.net.SocketOutputStream.socketWrite0(Native Method)

  at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)

  at java.net.SocketOutputStream.write(SocketOutputStream.java:141)

  at org.apache.coyote.ajp.AjpProcessor.getRealPathFromServer(AjpProcessor.java:403)

  at org.apache.coyote.ajp.AbstractAjpProcessor.getRealPath(AbstractAjpProcessor.java:1286)

  at org.apache.naming.resources.FileDirContext.doGetRealPath(FileDirContext.java:202)

  at org.apache.naming.resources.BaseDirContext.getRealPath(BaseDirContext.java:424)

  at org.apache.catalina.core.StandardContext.getRealPath(StandardContext.java:4660)

  at org.apache.catalina.core.ApplicationContext.getRealPath(ApplicationContext.java:440)

  at org.apache.catalina.core.ApplicationContextFacade.getRealPath(ApplicationContextFacade.ja va:333)

  at coldfusion.runtime.ServletContextWrapper.doGetRealPath(ServletContextWrapper.java:184)

  at coldfusion.runtime.ServletContextWrapper._doGetRealPath(ServletContextWrapper.java:116)

  at coldfusion.runtime.ServletContextWrapper.getRealPath(ServletContextWrapper.java:98)

  at coldfusion.runtime.RuntimeServiceImpl.getRealPath(RuntimeServiceImpl.java:1142)

  at coldfusion.runtime.RuntimeServiceImpl.getRealPath(RuntimeServiceImpl.java:1156)

  at coldfusion.filter.FusionContext.getRealPath(FusionContext.java:965)

  at coldfusion.filter.FusionContext.getRealPath(FusionContext.java:937)

  at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:889)

  at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:422)

  at cfsiteWideError2ecfm1972823533.runPage(D:\inetpub\cfadmin\JICustom\ErrorHandlers\siteWide Error.cfm:6)

  at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:246)

  at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:736)

  at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:572)

  at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)

  at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)

  at coldfusion.filter.ExceptionFilter.runSiteWideHandler(ExceptionFilter.java:626)

  at coldfusion.filter.ExceptionFilter.handleException(ExceptionFilter.java:311)

  at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:108)

  at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)

  at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)

  at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:58)

  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:219)

  at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:303)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

  at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )

  at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:241)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)

  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)

  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)

  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)

  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422)

  at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:199)

  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:607)

  at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

  at java.lang.Thread.run(Thread.java:745)

 

in windows event log I get

Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2

Faulting module name: isapi_redirect.dll, version: 1.2.40.0, time stamp: 0x545a1577

Exception code: 0xc0000005

Fault offset: 0x00000000000158a7

Faulting process id: 0x1204

Faulting application start time: 0x01d02e62f49ae158

Faulting application path: c:\windows\system32\inetsrv\w3wp.exe

Faulting module path: D:\applications\ColdFusion11\config\wsconfig\9\isapi_redirect.dll

Report Id: 53bd00cb-9a7c-11e4-9717-0026553456ec

 

after getting these errors and doing a google search I saw the connector tuning steps.

so I tried that but still get the same crashes.

 

I don't know what to look at next, I'm at a total loss on this issue since everything ran fine in CF 9.

 

Thank you in advance for any help and if you need more information let me know.


CFHTMLTOPDF / PDF Service Manager

$
0
0

In reviewing the CFHTMLTOPDF tag, it seemed like it would meet our needs.  Everything seemed to test well until things went into production.

 

Continuous requests caused the following error:

 

The content of this document process takes more than 60 milliseconds to process.This timeout value is obtained from the request timeout set in the ColdFusion Administrator. The specific sequence of files included or processed is: C:\Applications\cliq\apps\students\print.cfm, line: 26


I was able to easily overload the our test and development servers to cause the same error by repeatedly calling a page with the CFHTMLTOPDF tag.


Our interim solution was to restart to the Coldfusion Addon Services on the Windows 2012 server.  But I don't think this is ideal as it seems like a relatively low threshhold to be able to crash the process.


Does anyone know of any documentation or settings that could be set to avoid this issue?  We are currently on CF 11 Update 4 Enterprise Edition.


All the best,

Terry

ColdFusion MX 7 Administrator Password Reset

$
0
0

The ColdFusion Administrator site will not take the password.

Has anyone had any issues with programing after the password reset?

I did not develop or program our server, just sort of picking up the pieces until we get a new Enterprise Web Developer.

 

System Configuration:

 

HP Proliant ML370 G2

Pentium III 1.3 Ghz x2

2GB RAM

Windows Server 2003 Enterprise SP2

Macromedia MX 7.0.2

EMS SQL Studio MySQL Servers & Clients 5.0.27

MySQL Admin 1.0

IISLogs 1.0

My OBDC 3.51

Setting Authentication and SSL Settings by folder/file in ColdFusion 10

$
0
0

Am attempting to upgrade to ColdFusion 10 (patched to current level) on our development network.  We are running Windows Server 2008 R2.  On both of the below instances it worked fine with ColdFusion 8 and 9.

 

On the first instance the entire site is SSL with the exception of one directory.  The entire site is set to Anonymous Authentication Disabled and Windows Authentication Enabled for the entire site except for the one directory that is not SSL.  On ColdFusion 10, that one directory that is not supposed to be SSL and have anonymous authentication will not allow access unless you hit it with an https: and authenticate.  It ignores the settings for that directory and uses the overall site settings.

 

 

On another instance the entire site is set to Anonymous Authentication except one file (login.cfm) is set to Windows Authentication.  When you enter that site it hits the login.cfm, if you authenticate it gives you more options.  If you don't you still get in but without the extra options.  The system ignores the Windows Authentication and defaults to the overall site's setting of Anonymous Authentication.  I have tried setting the authentication at the site level to both Anonymous and Windows then going through individual directories and changing them to what they should be, but the settings are ignored and it uses the overall site settings.

 

Is Tomcat somehow overriding the page/folder specific SSL and or Authentication settings?

Coldfusion 9 ODBC Agent & ODBC Server not starting

$
0
0

Hello !

 

I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server.  I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent & Server services will not start.  I have tried starting them but they start for a second and then stop.  A dialog box then gets displayed which says "The Coldfusion 9 ODBC Agent service on Local Computer started and then stopped.  Some services stop automatically if they are not in use by other services or programs".  I have checked the event viewer on the server and I am seeing the following messages on the enterprise edition server.

 

The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ColdFusion 9 ODBC Agent@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to open event trace file because the file version is not recognised.

 

The description for Event ID 0 from source ColdFusion 9 ODBC Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ColdFusion 9 ODBC Server@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to open event trace file because the file version is not recognised.

 

 

The strange this is that I have Coldfusion 9 Standard Edition 64 bit also installed on another Windows 2008 R2 64 bit server and both of the ODBC services on that machine are starting fine.  I have checked the account these services are running under on both servers and both services on both machines are running under the local system account so I am not sure if it is permission related or not.

 

 

I would appreciate it if some could assist me in getting these services started and what I need to do.

 

Thank you.

 

Ed

Why am I getting '500 Internal server error' after installing CF 10?

$
0
0

Hello,

 

I am not able to get to CF admin after installing CF 10. I am getting a '500 internal server error' along with the following message. How do I get around it? Thanks.

 

Best regards,

 

Chung Lee

 

type Exception report

message

descriptionThe server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: java.lang.NullPointerException coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:129) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:203) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang.Thread.run(Thread.java:722) 

root cause

java.lang.NullPointerException coldfusion.CfmServlet.init(CfmServlet.java:82) coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:203) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang.Thread.run(Thread.java:722) 

noteThe full stack trace of the root cause is available in the Apache Tomcat/7.0.23 logs.

ColdFusion 11 - PDF Server - Linux SLES 12

$
0
0

I've buy CF11 ancd want to use the PDF server, but i dosn't work.

The "Verify all Service Manager" in the PDF Service page say:

     "Connection verification failed for PDF Service Manager: localhost Check logs for more details."

I the log i found only this line (/opt/coldfusion/cfusion/logs/server.log)

     "Error","ajp-bio-8014-exec-4","11/18/15","14:16:03",,"Connect to 127.0.0.1:8987 [/127.0.0.1] failed: Connection refused http://127.0.0.1:8987/PDFgServlet/verify"

 

After some google serch i found that page: https://helpx.adobe.com/coldfusion/pdf-generation-in-coldfusion.html

 

But .... i've a SLES 12 (Suse Linux Enterprise Server) and i don't find on YAST all the libraries that this Adobe document mention.

What i've to do? Whare i can find that libraries?

Adobe tell me that CF 11 work on SLES 12 and i want it all work.

In need the right library for my operating system and the correct instruction for made PDF server oin CF11 work on SLES 12

 

By

Cristian

CF6.1: Administrator Login Failure - too many redirects

$
0
0

We a running CF 6.1 with a Commonspot content management system with IIS 6.0 as the web server.  The CF Administrator login screen comes up and I am able to enter the password.  Depending upon the browser various error messages (see below) appear that seem to indicate redirect issues between index.cfm and enter.cfm.

 

There are two IIS web sites (commonspot and Administration) which both have CFIDE in them.  Renaming the "administrator" folder under either web site causes the CF admin page to be not found. I'm looking for any troubleshooting help.  I think there is an issue between index.cfm and enter.cfm in the login process.  The server is virtual so we can snap back the the original state if the new config fails.

 

Thank you,

 

Ron Deluce

 

 

 

 

 

Error messages:

1) Firefow 3.5.2

     The page isn't redirecting properly

 

     Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


    *   This problem can sometimes be caused by disabling or refusing to accept
          cookies.

 

2) IE 8.0.3  (sits there with an apparent URL loop in the gutter window.

 

 

  3) Google Chrome 2.0.172.43

This webpage has a redirect loop.

The webpage athttp://dtsc-cm.dtsc.ca.gov/cfide/administrator/index.cfmhas resulted in too many redirects. Clearing your cookies for this site may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

Here are some suggestions:

More information on this error

Below is the original error message

Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

4) Safari (Windows) 4.0.3

Safari can’t open the page.

Too many redirects occurred trying to open “http://dtsc-cm.dtsc.ca.gov/cfide/administrator/index.cfm”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.

 

 


Unresponsive server over time

$
0
0

I'm trying to track down why our servers become unresponsive over time.  After about 3-5 hours CF will start to queue requests and the only thing I can do is restart the services.  I'm not seeing any hints in all of our hardware monitoring that it is a hardware related issue.  Our database servers are fine, the load on the systems are fine but after about 3-5 hours, they'll just start queuing and are unable to recover on their own without a restart.  The only hint I've been able to gather is there will be a large number of locked threads.      

Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Connection reset by peer: socket write error

$
0
0
Hi all

We are receiving the below coldfusion error very consistently ( once in 1-2 mins ) though we done have any issues reported by the users.

Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Connection reset by peer: socket write error

Only change in the environment is, recently we moved databases (SQL server 2000) from windows 2000 server to Windows 2003 64 bit.

Any help on this regard is appreciated.

-M

ColdFusionMX 6 with JRE1.7

$
0
0

Our ColdFusionMX 6 is very old, and there is no plan to upgrade this year.  At the same time, the company wants to increase security and implement SHA2 certificate and TLSv1.2.  Our current CF is on JRE 1.4, and JRE1.4 doesn't support this.  Is it possible to upgrade our JRE 1.7 on CFMX version 6?  Thanks.

ColdFusion 10 silent installation and configuration

$
0
0

Hi,

 

CF 10 docs seem a tad thin on the subject of silent / unattended / scripted installation and configuration.

 

I need to find a fully automated (scripted) way to do these things:

1) install of ColdFusion 10 server in standalone mode

2) create additional servers instances

3) configure each server instance separately (settings, data sources, mappings, etc)

 

Is this currently possible with CF 10? If yes, where's the documentation?

 

I'm aiming for a Chef cookbook for performing unattended CF10 installations on a farm of headless Linux hosts. Manual configuration through the Administrator UI is a definite deal breaker here.

 

Thanks in advance!

 

Best regards,

Jan

Oracle Dead Connection Detection with ColdFusion

$
0
0

Is anybody using Oracle Dead Connection Detection with ColdFusion?

 

thanks,

Chris

 

(also posted to StackExchange)

Can't start ColdFusion 11 Application Server service

$
0
0
Services 
Windows could not stat the ColdFusion I I Application Server on Local
Computer. For more information, review the System Event Log. If this is
a non-Microsoft service, contact the service vendor, and refer to
service-specific error code 2.

CFAdministrator page error

$
0
0
I cannot access the CFAdmin page. Error "The page cannot be displayed" message in the browser

Not enough space on temporary disk error

$
0
0
Error Executing Database Query.[Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary
disk. I am running CF MX 7 on Win2k3.

The only fix so far is to restart all the CF processes and flush the Caching in Server settings in CFMX 7. Anyone have an idea what is wrong?

Here is the error on all my webpages that execute a database query.

[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk.

JVM upgrade breaks secure cfldap connections

$
0
0
I recently upgraded the JVM from 1.4.2_09 to 1.4.2_12 to avoid the Daylight Savings Time issues. Everything seemed to be running fine until I noticed my <cfldap> calls all tell me they can't connect to the ldap server. However, as soon as I change my jvm.config to point to the location of jre 1.4.2_09 and restart CF, the ldap calls work. So it is directly related to the _09 to _12 upgrade.

My only thought as to what may be the issue is the certs we have installed to make the secure connection to the ldap servers. I installed those certs using the (terribly annoying) keypass command line tool a long long time ago. Do I need to re-install those certs since I upgraded the JVM?

Running CFMX 7.0.2 on IIS6, Windows 2003 SP1

IIS - ColdFusion, chunked transfer error

$
0
0
Hi,

I have a ColdFusion page which is receiving urlencoded form variables via an http post from another server.
As you may know, with the http protocol, a server can split large requests into multiple chunks and issue a "Transfer-Encoding: chunked" header. When the form post is being sent from certain mobile (cell/PDA) devices, the threshold at which the server decides to split an http request into multiple chunks is very low. In the mobile world this is a reasonably well-known issue in client-server apps, however I have not dealt with this issue on a coldfusion server before.

What I have found using a tcp/ip packet monitor is that IIS on the destination server is acknowledging all the chunks as being part of the same connection. However after using an automated dump of headers from GetHttpRequestData(), I determined that the coldfusion page only ever sees the first chunk. This suggests that IIS is not managing to combine the chunks back into a single request correctly, or if it is, then it is not passing it onto the ColdFusion server correctly.

Does anybody have any experience of this, or can at least confirm that ColdFusion server can process chunked http requests?

Thanks in advance,
SebT

Backup/Restore CF MX 6

$
0
0
I need to backup my ColdFusion MX 6 settings so I can reinstall it on a new server. I searched for backup in the three most logical forums and came up with nothing pertinent. Is there any way to backup my settings for restoring or do I just need to stick with printing out each page of configurations and resetting them by hand after the reinstall?

Thanks,

Mike

"The ColdFusion ODBC Server service is not running or has not been installed."

$
0
0

In the coldfusion administrator I get "The ColdFusion ODBC Server service is not running or has not been installed."  message when I open an existing ODBC datasource. However when I look at the service running on my machine both the Coldfusion 8 ODBC Agent aswell as the Coldfusion 8 ODBC Server services are running!

 

Configuration:

- Windows Vista Home Edition

- Coldfusion 8,0,0,176276

- Apache 2.2

- ODBC System DSN: Virio Incidents, which points to a local excel file on my system

 

It used to work fine and as any good user I haven't changed anything :-). So has any one any ideas what is going on?

 

Regards,

 

Mike

Viewing all 78799 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>