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

CF10: Apache returns 404 when ;jsessionid is appended

$
0
0

Hi all,

 

we are currently upgrading a SLES 11 Server to CF10 64bit.

Last week we spend 2 days to eliminate a problem with the connector.

Apache refused to deliver CF-Pages. The log file said that mod_jk could not connect to the cfusion instance - Error 503...

 

We finally fixed this by copying a mod_jk binary from a working CF10 Server to this one.

Now Apache (2.2.23) serves all CF pages flawlessly.

 

What I just discovered was a problem, when a client doesn't accept cookies and J2EE-Sessions are turned on.

A URL with the sessionid appended (as for example cflocation creates it) results in a 404 error:

http://xxxxx.xxxxxx.com/login.cfm;jsessionid=xyxxyxyxyxyxyxy

 

I remember such a problem from a CF6/7 install, but that was IIS on Windows.

 

I'm just stuck with this one.

Can somebody please help?

 

Regards

Joerg


CF10 Update Notification Email Fails to send

$
0
0

In CF10 under Server Update, you can have it send an email to notify you if there are any updates available.  Unfortunately, the format of the "From" value in not a valid email format so I get the following error in the exception.log

 

com.sun.mail.smtp.SMTPSendFailedException: 501 5.1.7 Invalid address

 

The undelivered mail looks like this.  Any way to make the from value from a valid email address instead of just "ColdFusion"?

 

type:  text/html; charset=UTF-8

server:  redacted.redacted.com:25

from:  ColdFusion

to:  redacted@redacted.com

subject:  New Update Available for ColdFusion Server

X-Mailer:  ColdFusion 10 Application Server

body:  1 updates available for ColdFusion Server(version: 10,0,0,282913)<br/>

body:                                          <p><table width="100%" cellspacing="5">

body:  

body:                                                    <tr ><td width="100%"><b>ColdFusion 10 Update 4</b><br/>

body:  

body:  If the version of your ColdFusion 10 installation is 282462, ensure that you have applied the mandatory update

body:  available at http://www.adobe.com/support/coldfusion/downloads_updates.html before applying this update.

body: 

body:  The ColdFusion 10 Update 4 includes several important bug fixes.

body:  For a complete list of fixes included in this update, click "Read More".

body: 

body:  IMPORTANT: After applying the update, reconfigure the connectors using wsconfig tool. It is in {cf_install_home}/cfusion/runtime/bin

body: 

body:  Note that this update is cumulative and includes fixes from previous updates.</td>

body:                                                    </tr>

body:                                                    <tr><td width="1" bgcolor="#FFFFFF"></td></tr>

body:  

body:                                          </table></p><br/>

body:                                          Login to ColdFusion Administrator to get more details and install updates.

cant update CF (Error occurred while installing the update: Failed Signature verification)

$
0
0

Hi I'm suffering with this issue Bug#3506758 - MySQL 5.6 Unable to Execute Queries

 

and therefore am trying to update cf 10 to version 13 (current version is 8) however I get 'Error occurred while installing the update: Failed Signature verification'

 

I'm running Mavericks on Mac.

 

Can anyone point me to a step by step way to resovle this please (I'm new to Macs and am a cf coder but alas dont have any experience in server admin).

 

Thanks very much indeed.

 

Nick

JRun Servlet Error

$
0
0
I can no longer access anything on my development machine in IE (6 or 7). I receive a JRun Servlet Error with an error code of 413 Header Length too Large. I get this even when I try to access the CF Administrator.

Everything works fine in Firefox. Any Ideas aside from ditching IE as that is not an option?

thanks,
BCA

Cold Fusion 8.0.1 returning 500 java.lang.AbstractMethodError: getPostParametersLimit() error

$
0
0

I have a Windows 2008 IIS 7 web server running Cold Fusion 8.0.1.  This morning this server began returning an error for, apparently, all actual form submissions.  Regular pages, even if they build dynamically via data being selected from a database, work just fine.  Anything that gets submitted, it appears by an action="post", query searches, basic email form submissions, even the CF Administrator login submission fail.  I'm not sure if a database search using a method="get" works or not as these types of pages are secondary to applications that require a login submission first.

 

I have searched extensively through the Adobe site, the forums site and the internet at large (using Google and Yahoo) for keys from the error message but to no avail.  All post submissions are returning this error:

 

500
ROOT CAUSE:
java.lang.AbstractMethodError: coldfusion.server.jrun4.RuntimeHelper.getPostParametersLimit()I
at coldfusion.filter.FormScope.parseQueryString(FormScope.java:350)
at coldfusion.filter.FormScope.parsePostData(FormScope.java:328)
at coldfusion.filter.FormScope.fillForm(FormScope.java:278)
at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:438)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
at coldfusion.CfmServlet.service(CfmServlet.java:198)
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$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)

 

javax.servlet.ServletException: ROOT CAUSE:
java.lang.AbstractMethodError: coldfusion.server.jrun4.RuntimeHelper.getPostParametersLimit()I
at coldfusion.filter.FormScope.parseQueryString(FormScope.java:350)
at coldfusion.filter.FormScope.parsePostData(FormScope.java:328)
at coldfusion.filter.FormScope.fillForm(FormScope.java:278)
at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:438)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
at coldfusion.CfmServlet.service(CfmServlet.java:198)
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$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)

at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:70 )
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:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

 

   Since this is a public access production server, I'd appreciate it greatly if, in addition to answering in this forum, you could copy any solutions you may have directly to my email address. 

 

jon.eckerle@cio.idaho.gov

 

 

Thanks in advance.

How to enable file upload in FCK Editor in CF10

$
0
0

Hello there,

 

We need to turn on the ability to upload a file in the fck editor, how would someone do that in ColdFusion 10?

 

Thanks!

ColdFusion 11 Administrator: ColdFusion Archives Page shows error

$
0
0

Hello, I am in the process to deploy .car file from ColdFusion 9 into ColdFusion 11.

 

When I open ColdFusion 11 Administrator -> Package & Deployment -> ColdFusion Archives -> It shows Internal Server Error 500.

Application Log file shows the error below:

 

Element CAR.ARCHIVES is undefined in REQUEST. The specific sequence of files included or processed is: E:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\archives\index.cfm, line: 247

 

Any help on this would be highly appriciated.

 

Thank you in advance !!

ColdFusion Administrator Page Access Error

$
0
0

Hi,

 

I get the following error message when I try to load the CF Admin Page.

 

Error Occurred While Processing RequestThe web site you are  accessing has experienced an unexpected error.
Please contact the website  administrator.

 

The following information is meant for the website developer for  debugging purposes.
Error Occurred While Processing Request

unexpected  constant #2 56

Resources:
  • Enable Robust Exception Information to provide greater detail about the  source of errors. In the Administrator, click Debugging & Logging > Debug  Output Settings, and select the Robust Exception Information option.
  • Check the ColdFusion documentation to verify that you are using the correct  syntax.
  • Search the Knowledge Base to find a solution to your problem.
Browser  Mozilla/4.0 (compatible;  MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR  3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR  3.5.30729)
Remote  Address  127.0.0.1
Referrer 
Date/Time  24-Jun-09 02:56 PM

 

waiting for Help..

 

Naveen


High Eden Java Memory Usage/Garbage Collection

$
0
0

Hi,

 

I am trying to make sure that my Coldfusion Server is optomised to the max and to find out what is normal limits.


Basically it looks like at times my servers can run slow but it is possible that this is caused by a very old bloated code base.

 

Jrun can sometimes have very high CPU usage so I purchased Fusion Reactor to see what is going on under the hood.

 

Here are my current Java settings (running v6u24):

java.args=-server -Xmx4096m -Xms4096m -XX:MaxPermSize=256m -XX:PermSize=256m -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -Dsun.io.useCanonCaches=false -XX:+UseParallelGC -Xbatch ........

 

With regards Memory, the only memory that seems to be running a lot of Garbage Collection is the Eden Memory Space. It climbs to nearly 1.2GB in total just under every minute at which time it looks like GC kicks in and the usage drops to about 100MB.

 

Survivor memory grows to about 80-100MB over the space of 10 minutes but drops to 0 after the scheduled full GC runs. Old Gen memory fluctuates between 225MB and 350MB with small steps (~50MB) up or down when full GC runs every 10 minutes.

 

I had the heap set to 2GB initally in total giving about 600MB to the Eden Space. When I looked at the graphs from Fusion Reactor I could see that there was (minor) Garbage Collection about 2-3 times a minute when the memory usage maxed out the entire 600MB which seemed a high frequency to my untrained eye. I then upped the memory to 4GB in total (~1.2GB auto given to Eden space) to see the difference and saw that GC happened 1-2 times per minute.

 

Is it normal in Coldfusion that the Eden memory would grow so quickly and have garbage collection run so often? i.e do these graphs look normal?

Also should I somehow redistribute the memory available to give the Eden memory more since it seems to be where all the action is?

Any other advice for performance improvements would be much appreciated.

 

Note: These graphs are not from a period where jrun had high CPU.

 

Here are the graphs:


PS Eden Space Graph

http://img833.imageshack.us/img833/7002/psedenspacegraph.png

 

PS Survivor Space Graph

http://img69.imageshack.us/img69/3241/pssurvivorspacegraph.png

 

PS Old Gen Graph

http://img689.imageshack.us/img689/8093/psoldgengraph.png

 

PS Perm Gen Graph

http://img6.imageshack.us/img6/3291/pspermgengraph.png

 

Heap Memory Graph

http://img692.imageshack.us/img692/2348/heapmemorygraph.png

 

Heap/Non Heap Memory Graph

http://img196.imageshack.us/img196/594/heapnonheapmemorygraph.png

 

CPU Graph

http://img28.imageshack.us/img28/8781/cpugraph.png

 

Request Average Execution Time Graph

http://img33.imageshack.us/img33/6573/requestaverageexecution.png

 

Request Activity Graph

http://img845.imageshack.us/img845/5065/requestactivitygraph.png

 

Code Cache Graph

http://img6.imageshack.us/img6/6620/codecachegraph.png

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

java.lang.AbstractMethodError on data source verification

$
0
0

Using the easysoft JDBC-ODBC bridge to connect to an Access DB. Has been working great since CF6. Currently no issues on CF9(solaris). We're working to upgrade our servers to CF10 on Redhat and have everything working except when we attemtp to verify our data sources that use this driver we get the following error:

In the CF administrator: Connection verification failed for data source: csd_training_index
java.lang.AbstractMethodError: null
The root cause was that: java.lang.AbstractMethodError

 

"Error","ajp-bio-8012-exec-1","04/08/14","16:50:43",,""

 

in the server.log file

 

Note: EasySoft says "There is nothing in that stack trace to indicate CF is even connecting with Easysoft."

Stack trace:

"Error","ajp-bio-8012-exec-1","03/17/14","11:35:11",,""

java.lang.AbstractMethodError

      at coldfusion.server.j2ee.sql.JRunConnection.<init>(JRunConnection.java:133)

        at coldfusion.server.j2ee.sql.pool.JDBCPool.create(JDBCPool.java:555)

        at coldfusion.server.j2ee.sql.pool.JDBCPool._checkOut(JDBCPool.java:472)

        at coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut(JDBCPool.java:378)

        at coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection(JDBCPool.java:785)

        at coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection(JDBCManager.java:123)

        at coldfusion.server.j2ee.sql.JRunDataSource.getConnection(JRunDataSource.java:135)

        at coldfusion.server.j2ee.sql.JRunDataSource.getConnection(JRunDataSource.java:122)

        at coldfusion.sql.CFDataSource.getConnection(CFDataSource.java:45)

        at coldfusion.sql.Executive.verifyDatasource(Executive.java:492)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)

        at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)

        at java.lang.reflect.Method.invoke(UnknownSource)

        at coldfusion.runtime.StructBean.invoke(StructBean.java:508)

        at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2465)

        at cfudflibrary2ecfm1867463752$funcVERIFYDSN.runFunction(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\udflibrary.cfm:14)

        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)

        at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)

        at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)

        at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)

        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:518)

        at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2624)

        at cfindex2ecfm782328217._factor12(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:450)

        at cfindex2ecfm782328217._factor17(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:396)

        at cfindex2ecfm782328217._factor18(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:168)

        at cfindex2ecfm782328217.runPage(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:1)

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

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

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

        at coldfusion.filter.IpFilter.invoke(IpFilter.java:64)

        at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:449)

        at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)

        at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)

        at coldfusion.filter.PathFilter.invoke(PathFilter.java:112)

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

        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)

        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.java:305)

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

        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.java:243)

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

        at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java:75)

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

        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)

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

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

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

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

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

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

        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)

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

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

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

        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539)

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

        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(UnknownSource)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(UnknownSource)

        at java.lang.Thread.run(UnknownSource)

Scheduled Tasks stopping at Midnight

$
0
0
Dear All,
I run a scheduled task every 10 minutes 24/7 this task sends invitiation emails to people.
At midnight every night it strangley stops.
Then over the weekend it carrys over perfectly until Sunday night it stops again.
Its totally bizarre, that Sunday/Thursday we get unexplained stoppages at exactly midnight.
Does anyone know what is going on?
Or have any explanation for this totally bizarre problem.
Gurdip Virdi

CFSTAT on CF8

$
0
0
Hi,

I upgraded our CF7-Standard to CF8-Standard (Linux RHE).

After that CFSTAT (/opt/coldfusion8/bin/cfstat) stop working.
It gives me the follow message:

--------------------------------
Could not contact the ColdFusion Application Server running on this machine:
Perhaps ColdFusion is not running on this machine?
Perhaps cfstat is not enabled from the ColdFusion administrator?
Perhaps ColdFusion was not restarted after enabling cfstat?
Perhaps cfstat service is not listening on default port?
Use option -port with port number as per the cfstatport
defined in the neo-metrics xml file.
--------------------------------

I didn´t figured out how to enable CFSTAT via Coldfusion Administrator.

Looking into neo-metric.xml file I can see:

--------------------------------
<wddxPacket version='1.0'><header/><data><struct type='coldfusion.server.ConfigMap'><var name='cfstat'><string>true</string></var><var name='c
fstatport'><number>1.0</number></var><var name='simpleLoad.sampleRate'><string>5</string></var><var name='reqTimingWindow'><string>10</string>
</var><var name='simpleLoad.constLoad'><string>200</string></var><var name='simpleLoad.maxRequests'><string>500</string></var><var name='cfper
fmon.pullfreq'><number>1.0</number></var><var name='simpleLoad.sampleSize'><string>50</string></var><var name='cfperfmon'><string>false</strin
g></var></struct></data></wddxPacket>
--------------------------------

Any help would be appreciated

Thanks,
Ronan

Repeated JVM Crashes

$
0
0
Hi -

I'm investigating recurring server crashes on our CF MX 7 server and have noticed in the Hot Spot process dump a HUGE number (in the hundreds) of obj-skimmer daemons, all marked [_thread_blocked].

What kinds of things might cause this to occur?

Start of a typical dump:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (4A41564123414C4C530E4350500016), pid=4928, tid=6872
#
# Java VM: Java HotSpot(TM) Server VM (1.4.2_11-b06 mixed mode)

--------------- T H R E A D ---------------

Current thread (0x0069bda0): JavaThread "CompilerThread1" daemon [_thread_in_vm, id=6872]

Stack: [0x045c0000,0x046c0000)
[error occurred during error reporting, step 110, id 0xc0000005]


[error occurred during error reporting, step 120, id 0xc0000005]


Current CompileTask:
opto:2652 ice.pilots.html4.CSSMatcher.createCSSBox(Lice/pilots/html4/DElement;Lice/pilots/html4/CSS Box;Lice/pilots/html4/CSSLayout;)Lice/pilots/html4/CSSBox; (4273 bytes)


--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x78fa2cd8 JavaThread "Image Fetcher 1" daemon [_thread_in_vm, id=7172]
0x04beb288 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=312]
0x088a7008 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=6488]
0x04a279d0 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3864]
0x09484448 JavaThread "AWT-Shutdown" [_thread_blocked, id=3420]
0x0526aa50 JavaThread "Timer queue for AWT thread" daemon [_thread_blocked, id=4860]
0x0553c978 JavaThread "jrpp-86" [_thread_in_native, id=1224]
0x795dbb00 JavaThread "jrpp-85" [_thread_in_native, id=5852]
0x08846ea0 JavaThread "jrpp-84" [_thread_in_native, id=7124]
0x048298b8 JavaThread "scheduler-22" [_thread_blocked, id=6004]
0x04a27610 JavaThread "jrpp-83" [_thread_in_native, id=1568]
0x092922d8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5472]
0x08f6f4c0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=7028]
0x053c28a8 JavaThread "J-Integra COM initialization thread (please don't touch)" daemon [_thread_blocked, id=760]
0x088a7170 JavaThread "jrpp-82" [_thread_in_native, id=4376]
0x04a44ba0 JavaThread "jrpp-81" [_thread_in_native, id=2016]
0x04a47da8 JavaThread "jrpp-79" [_thread_in_native, id=2868]
0x086fa578 JavaThread "jrpp-78" [_thread_in_native, id=6524]
0x093309d0 JavaThread "jrpp-77" [_thread_in_native, id=6608]
0x79072ea0 JavaThread "jrpp-75" [_thread_in_native, id=2508]
0x051bbe50 JavaThread "jrpp-74" [_thread_in_native, id=5684]
0x051b3be8 JavaThread "jrpp-69" [_thread_in_Java, id=6900]
0x088452a0 JavaThread "jrpp-60" [_thread_in_native, id=4976]
0x04d76610 JavaThread "jrpp-57" [_thread_in_native, id=3196]
0x0491dd10 JavaThread "jrpp-56" [_thread_in_native, id=372]
0x78fbae88 JavaThread "jrpp-51" [_thread_in_native, id=7936]
0x04ae9c10 JavaThread "jrpp-43" [_thread_in_native, id=3704]
0x04a37de0 JavaThread "jrpp-27" [_thread_in_native, id=6588]
0x08ff25c8 JavaThread "scheduler-2" [_thread_blocked, id=2492]
0x051ecae0 JavaThread "SeeFusion XmlTalker 127.0.0.1" daemon [_thread_blocked, id=2148]
0x09315df8 JavaThread "SeeFusion HTTP Talker 127.0.0.1:4336" daemon [_thread_in_native, id=5056]
0x04b07808 JavaThread "SocketTimeout" daemon [_thread_blocked, id=1116]
0x04829040 JavaThread "scheduler-1" [_thread_blocked, id=2512]
0x005c06c8 JavaThread "DestroyJavaVM" [_thread_blocked, id=7216]
0x09292008 JavaThread "RMI RenewClean-[10.2.52.113:3868]" daemon [_thread_blocked, id=4556]
0x087d2e60 JavaThread "RMI TCP Accept-1099" daemon [_thread_in_native, id=5808]
0x048c9c58 JavaThread "Thread-21" [_thread_in_native, id=6520]
0x047e5328 JavaThread "obj-skimmer" daemon [_thread_blocked, id=5084]
0x047e4710 JavaThread "obj-skimmer" daemon [_thread_blocked, id=6172]

Download ColdFusion MX Server 6.1 :

$
0
0
Hi Macromedia guys,

How can I get installer for ColdFusion MX Server 6.1 Enterprise edition? I have the license but we lost the installer. Can anyone provide me the link?

Thanks & regards
Shaffiq

Jrun.exe at 99% CPU, Website unresponsive

$
0
0
I'm running ColdFusion MX 6.1 Updater with IIS 5 on a Windows 2000 Server (P4 2.4GHz, 1GB RAM). Recently I decided to install updates/hotfixes that I'd been behind on (it was running 6.1 without any updates). I installed the 6.1 Updater, then proceeded to install the hotfixes on this page, minus the ones that didn't apply (IIS 6, random database fixes):http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3a939ce (everything above 6.1 Updater, of course)

I also modified the JVM arguments and Scheduler arguments as recommeded on this page:
http://www.sargeway.com/blog/index.cfm/2004/10/19/CFMX-Performance

Currently, the JVM arguments are as follows:
quote:

-server -Dsun.io.useCanonCaches=false -Xbootclasspath/a:"{application.home}/../lib/webchartsJava2D.jar" -Djavax.xml.parsers.SAXParserFactory=com.macromedia.crimson.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=com.macromedia.crimson.jaxp.DocumentBuilderFac toryImpl -XX:NewSize=64m -XX:PermSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC


Min JVM heap size is set to 256MB, Max is 512MB. I'm running J2SDK 1.4.2_11 (I was running 1.4.2b28 before, or whichever version was distributed with MX 6).





So, the server runs fine for a while, but without any warning, JRUN.EXE starts using 99% of the CPU, and the website is effectively unresponsive. This goes for about 5 minutes, and then JRUN.EXE seems to go back to normal, yet IIS still won't respond to any requests.

When this first happened, I tried stopping and starting the World Wide Web Publishing service, but it was unresponsive. I had to use a third-party utility (pskill) to stop INETINFO.EXE, at which point it restarted automatically, and web pages were served as normal again. If I killed jrun.exe (with the same utility) while it was using all of the CPU, this would also fix the site's issues.

Looking through the logs, the only thing that looks significant around the same time is a few "Connection Reset" entries in \runtime\logs\default-event.log, but these could be due to people hitting Stop because the page is taking too long to load.

What's awesome is that I have a test server configured exactly the same way (same software, same hotfixes, same JVM configuration), all except for the CPU (P3 ~400Mhz), and it hasn't had any problems whatsoever.

So, can anyone give me some insight as to why this might be happening?

JRE

$
0
0
ok so i downloaded JDK 6... i'm trying to use VisualGC tool to view my garbage collection in order to fine tune the sever. i can't seem to figure out what to set the paths to for JVMSTAT_HOME, JVMSTAT_JAVA_HOME and JAVA_HOME... its very confusing because i need to somehow point the coldfusion jvm right?

Coldfusion 8 install problems with Windows 2003 and IIS 6

$
0
0
Ok, we finally got our CF8 upgrade and after playing with the developer edition on my local machine we have been trying to install onto our new dev machine but have been having some major issues trying to install onto a windows server 2003 machine, running IIS 6. I know there has been some noted issues with IIS 6, but have not been able to find anything that has really been that useful. Basically here is our problem:

After installing Coldfusion 8, we try to open the administrator/index.cfm page but get the server error: Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request. This was after not even being able to open .htm files, and making sure we mapped the jrun-6-wildcard.dll (something like that) file, and made sure the coldfusion extensions pointed there as well.

We first tried a fresh install directly to the inetpub/wwwroot folder and could not get anything to run, then installed it to run off its own server, and used the web server config tool after to configure to run with IIS. Now, we can open the index.cfm page, but only when we add the port 8500 to url.

Just a note we are using the trial download from the website to install, because even months after release Adobe can't seem to get a download link for us to download in our licensing site. Not sure if this might have any relevance.

If you have any help, or links or info that could help us please respond. We have been searching and feel we are close but cannot get it up and running.

Thanks in advance,
Ryan

CF Server just spikes, how do you see what it's running!

$
0
0

we have 7 webservers in a cluster.  The code is all the same via svn.  Now we have a few websites, a few simple monitors that report the server load (these are all linux servers) and they all hover around .5 -> 2.  Lunch time, early evening for a span of 30-90 minutes, one will start, go from a 1.5 to 13, then 24, then 45 killing the box.  The loadbalancer sees it and takes it out of the loop so it won't continue to get new traffic but the load continues to rise as 'it' processes whatever it is running.

 

Is there a way to say in plain english, "Cold Fusion, what pages, queries, etc. are you running right now"?   I tried using the CF Monitor, the alerts which send you a huge dump on info none of which really helps.  I have thought about fusionreactor, which we looked at a long time ago, but had problems installing and didn't have time dedicated to really looking at it.

 

So is there an 'apachetop' type thing command line, or something to help debug.  We get thousands of logs every 10 minutes so using a log parser like splunk seems almost impossible.

 

Thanks.

Maximum number of simultaneous Template requests

$
0
0

I am running a CF-server (standard) on a

 

Intel(R) Xeon(R) CPU           E5420  @ 2.50GHz, 8 cores

 

I have read somewhere on the net that you can set 8-10 maximum number of simultaneous template requests per core, which in my case

would be 64-80 simultaneous template requests.

 

Is that a correct assumption?

 

This does feel quite high considering the default value of the server is 10 simultaneous requests.

 

//Toby

Viewing all 78799 articles
Browse latest View live


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