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

error enabling pdf service manager

$
0
0

After installing CF11 Update 5 I noticed I'm get an error in the server.log file.

Prior to installing Update 5, I was running Update 3 without any issues.

The server is W2012R2 with CF11 64 bit Standard Edition.

 

"Error","Thread-12","05/13/15","04:31:46",,"Registration error for service manager : .http://127.0.0.1:8987/PDFgServlet/.Reason: JAVA.UTIL.CONCURRENTMODIFICATIONEXCEPTION"

"Error","ajp-bio-8014-exec-1","05/13/15","15:32:03",,"java.util.ConcurrentModificationExce ption"

"Error","ajp-bio-8014-exec-1","05/13/15","15:32:03",,"Connection verification failed. http://127.0.0.1:8987/PDFgServlet/verify"

 

Any suggestions as to where to look, to fix this?

 

Thanks,

 

--Evan


Cannot add remote servers to MultiServer monitor

$
0
0
We just setup our new CF8 environment. (2 Windows 2003 IIS 6 servers, Jrun 4 Updater 7).
Note, we did not do the Multi server install option, but rather installed Jrun 4 first, then installed CF8 from the WAR deployments. (Note sure if that would have anything to do with it).

To the issue, I am launching Multiserver Monitor in CF Admin. I add the local server, when I add the CF instance on the remote server, it says "Permission Denied"...
Another strange I noticed is that the Local CF Instance, the Status indicator states Logged In, then goes to "Log in Failed, then it attempts to login which it does and cycles doing that. This process, each step happens like every 5~10 seconds.
What is happening.

Verity / cfindex issues

$
0
0
I've been having problems working with collections on our site. This has been happening frequently ever since we upgraded from CFMX6 to CFMX7. Sometimes it works, sometimes it doesn't. Happens for both PURGE and REFRESH. I am performing the CFINDEX within a CFM file, and it deosn't matter if I run the program in a browser or from ColdFusion scheduled tasks.

Here is the error message I usually get:
An error occurred while performing an operation in the Search Engine library.
Error reading collection information: com.verity.api.administration.ConfigurationException: java.io.IOException: Read timed out

Here is another message that I have received:
An error occurred while performing an operation in the Search Engine library.
Error switching collection offline: com.verity.api.administration.ConfigurationException: java.io.IOException: Read timed out

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

CFMX8 (64-bit) and GZIP

$
0
0

Is there a work-around or replacement for CFX_GZIP for CFMX v8.01 64-bit version?  Developers report the error coldfusion.tagext.DerivedNativeCFXException.

Unable to update the NT registry. Variable DRIVERPATH is undefined.

$
0
0

Hi All,

 

Got a bit of a problem. When i try to add a microsoft access database to the datasources in the coldfusion administrator i get the following error message:

 

Unable to update the NT registry.
Variable DRIVERPATH is undefined.

I read the following post (http://forums.adobe.com/thread/142416) which had a possible solution for this problem,

 

---------------------------------------

I had same problem with x64 vista found answer

 

Open C:\Windows\SysWOW64\odbcad32.exe and create a System DSN using the Microsoft Access Driver (*.mdb).

Then open the ColdFusion Admin and create a datasource using the ODBC Socket driver.

Check the Trusted connection checkbox and it should work.

----------------------------------------

 

Unfortunately i cannot select the dsn datasource in the coldfusion administrator although i did add it to C:\Windows\SysWOW64\odbcad32.exe

Any help would be greatly appriciated.

 

Well the following article did work http://forums.adobe.com/message/1971734 so this topic can be closed.

 

My system specs are:

Windows 7 enterprise (64 bit)

Coldfusion 9 (64 bit)

 

Kind regards,

Nebu

.

Installing ColdFusion 9 search services, after the fact.

$
0
0

When I first installed CF9 on our Windows 2003, I only chose the Solr search services, thinking that the "ColdFusion 9 search services" was only for Verity, which we did not want.  Turns out, as best as I can tell.  ColdFusion 9 Solr Services will not work without the ColdFusin 9 Search Services.

Can anybody quickly point me to documentation on how I can just install this ColdFusion 9 Search Service?  I'm hoping I do not have to do a full CF9 install again.

CF8/64-bit/Multi-server Configuration

$
0
0

I'm experimenting with setting up a multi-server configuration of CF8 64-bit on Windows Server 2008 64-bit, thanks to several helpful blogs I found on the topic.  I've got the basic setup complete, but what I'm finding is that when I create my first instance in Instance Manager, that instance is MUCH slower than it should be.  This is immediately noticeable going into the CF Admin on the new instance (port 8301) compared to the initial CFUSION install (the default where you configure the instances from).  Everything is slow--the page load, the image load, etc.  I threw a simple index.cfm page with one cfoutput in the root directory for the main install and in the cfusion.ear/cfusion.war folder for the instance, and it too was much slower to open (repeatedly) in the new instance.

 

Because everything is slower, I'm prone to blame IIS7, but before I go through the bother of installing Apache, I thought I'd see if anyone had run into this.  Another candidate could be the install on 64-bit, but I thought everything matched up okay.  Is there a specific JVM that runs best on Windows 64-bit?

 

My goal is to have 2-3 CF instances running on this server (which has 10Gb of RAM), so I can have isolated JVM heaps to run large overnight jobs which tend to create memory issues if they're run on the same instance.  So each instance could have its own codebase.

 

Speaking of that part, this may be a dumb question, but since I've only ever worked with Single Server installs, I'm not sure.  When I add/modify cfcs and cfms for the instances, do I just update the files within the cfusion.ear/cfusion.war folder for that instance (in the jrun4/servers directory), or is there something you have to do to package and deploy?  I've used Tomcat for JSP apps before and I hate it, so I'm hoping it's nothing like that.

 

I appreciate any suggestions anyone can provide.


ColdFusion 8 server running slow

$
0
0

I have a CF 8 server that seems to be randomly running slow all of a sudden. As far as I can tell, doesn't seem to be any application code causing it. Doesn't seem to be any abnormal DB activity and I tried running some simple HTM pages and those get returned fast. I only get slowness on .cfm pages, even if they have no DB queries or processor intensive operations. As in, I have a .cfm page with "This is a test" written in it and it's slow, as opposed to the .htm file with the same content. So it doesn't seem to be DB or web server related, which has me down to thinking there's something funny happening with the CF server itself.

 

For background, this is running on Windows Server 2003 on IIS. The web server is dedicated, so there's no DB server or other such process running on it. One thing I noticed, but that may be completely irrelevant, is that w3wp.exe is using 150MB of RAM and is spiking the CPU a bit more than on another server that I have setup exactly the same way, where the same process uses only 50MB of RAM.

 

Any ideas on what could cause this type of slowness? I tried looking into JVM issues, but it's kind of difficult to know what to look for as far as thread dumps are concerned. Any help is appreciated.

Altering maximum JVM Heap Size to 1024 gives error

$
0
0

Altering maximum JVM Heap Size to 1024 gives error.

 

Environment:

CF9
O/S Windows 2003 R2 Sp2
CPU XEON
RAM 2Gb

 

After installing ColdFusion one of the settings that gets changed is:
Server Settings > Java and JVM > Maximum JVM Heap Size (MB) 1024
ColdFusion Application service will not start with this setting. An error file is created in \ColdFusion9\runtime\bin\hs_err_pid1234.log (where 1234 number changes). The log file details are long so will paste a sample soon.


Arguments to the JVM are:
java.args=-server  -Xmx1024m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars

 

The 1024m max JVM is one of the commonly recommended changes. Why would altering maximum JVM setting from 512m stop ColdFusion from functioning?

CF9 port descriptions

$
0
0

I'm using ColdFusion 9 Enterprise on CentOS and am looking for information about some of the TCP ports that my servers are listening on.  I run multiple CF instances per server.  Each instance listens on ports that I have configured for JNDI, the JRun web server, and the JRun proxy server.  However, they are listening on some additional ports that I have not been able to find descriptions for.  First, each instance seems to be listening on a port somewhere in the 30000 - 60000 range.  I can't find a configuration file that matches this port number so this port may be selected randomly at startup.  Then, one server on each instance is listening on 2522, described in an Adobe doc at http://kb2.adobe.com/cps/183/tn_18336.html as "JRun RMI (CORBA, EJBs)", and also 6085 which I haven't found listed in any Adobe docs.

 

Can someone out there explain what these last 3 ports are for?  I'm curious about two things in particular.  1) If the first of the 3 mystery ports is selected randomly, does CF or JRun check to make sure it's free before using it?  And 2) Why is only one instance listening on the other 2 ports?  Does this in any way impact the functioning of the instances that are not listening on those ports?

 

The reason I'm looking for this detail is that I may wish to run other servers on the same system, and I want to make sure I can avoid any conflicts.

 

Thanks!

Server hanging httpd threads & eventually creashing

$
0
0

I think my coldfusion server is doing somehting odd, it appears to be hanging on to httpd processess & not letting them go - ventually running the server out of memory

 

I get this when I try to stop the server :

 

Stopping ColdFusion 8, please wait
Error occurred during initialization of VM
Could not reserve enough space for object heap
*** glibc detected *** /opt/coldfusion8/runtime/bin/coldfusion8: free(): invalid pointer: 0xbffe9660 ***
======= Backtrace: =========
/lib/libc.so.6[0xb7ee6aa6]
/lib/libc.so.6(cfree+0x90)[0xb7ee9fc0]
/opt/coldfusion8/runtime/jre/lib/i386/server/libjvm.so[0x6602f93]
/opt/coldfusion8/runtime/jre/lib/i386/server/libjvm.so[0x65b3fe0]
/opt/coldfusion8/runtime/jre/lib/i386/server/libjvm.so[0x65b5c1d]
/opt/coldfusion8/runtime/jre/lib/i386/server/libjvm.so[0x65b9099]
/opt/coldfusion8/runtime/jre/lib/i386/server/libjvm.so(JNI_CreateJavaVM+0x53)[0x639c293]
/opt/coldfusion8/runtime/bin/coldfusion8[0x804c518]
/opt/coldfusion8/runtime/bin/coldfusion8[0x804ad7b]
/opt/coldfusion8/runtime/bin/coldfusion8[0x804a0f2]
/opt/coldfusion8/runtime/bin/coldfusion8[0x8049036]
/lib/libc.so.6(__libc_start_main+0xdc)[0xb7e95dec]
/opt/coldfusion8/runtime/bin/coldfusion8(dlopen+0x41)[0x8048ea1]
======= Memory map: ========
06000000-0665c000 r-xp 00000000 00:59 86672232   /opt/coldfusion8/runtime/jre/lib/i386/server/libjvm.so
0665c000-066a0000 rwxp 0065c000 00:59 86672232   /opt/coldfusion8/runtime/jre/lib/i386/server/libjvm.so
066a0000-06ac2000 rwxp 066a0000 00:00 0
08048000-08051000 r-xp 00000000 00:59 86682252   /opt/coldfusion8/runtime/bin/coldfusion8
08051000-08052000 rwxp 00008000 00:59 86682252   /opt/coldfusion8/runtime/bin/coldfusion8
08052000-08095000 rwxp 08052000 00:00 0
80400000-80421000 rwxp 80400000 00:00 0
80421000-80500000 --xp 80421000 00:00 0
8050d000-80518000 r-xp 00000000 00:59 25170338   /lib/libgcc_s-4.1.2-20070626.so.1
80518000-80519000 rwxp 0000a000 00:59 25170338   /lib/libgcc_s-4.1.2-20070626.so.1
b4d22000-b4d2b000 rwxp b4d22000 00:00 0
b4d2b000-b4de2000 rwxp b4d2b000 00:00 0
b4de2000-b5022000 rwxp b4de2000 00:00 0
b5022000-b7de2000 rwxp b5022000 00:00 0
b7de2000-b7df1000 r-xp 00000000 00:59 86672238   /opt/coldfusion8/runtime/jre/lib/i386/libzip.so
b7df1000-b7df3000 rwxp 0000e000 00:59 86672238   /opt/coldfusion8/runtime/jre/lib/i386/libzip.so
b7df3000-b7e16000 r-xp 00000000 00:59 86672272   /opt/coldfusion8/runtime/jre/lib/i386/libjava.so
b7e16000-b7e18000 rwxp 00023000 00:59 86672272   /opt/coldfusion8/runtime/jre/lib/i386/libjava.so
b7e18000-b7e23000 r-xp 00000000 00:59 86672264   /opt/coldfusion8/runtime/jre/lib/i386/libverify.so
b7e23000-b7e24000 rwxp 0000b000 00:59 86672264   /opt/coldfusion8/runtime/jre/lib/i386/libverify.so
b7e24000-b7e2d000 r-xp 00000000 00:59 25170318   /lib/libnss_files-2.5.so
b7e2d000-b7e2e000 r-xp 00008000 00:59 25170318   /lib/libnss_files-2.5.so
b7e2e000-b7e2f000 rwxp 00009000 00:59 25170318   /lib/libnss_files-2.5.so
b7e2f000-b7e42000 r-xp 00000000 00:59 25170304   /lib/libnsl-2.5.so
b7e42000-b7e43000 r-xp 00012000 00:59 25170304   /lib/libnsl-2.5.so
b7e43000-b7e44000 rwxp 00013000 00:59 25170304   /lib/libnsl-2.5.so
b7e44000-b7e46000 rwxp b7e44000 00:00 0
b7e47000-b7e4f000 rwxs 00000000 68:05 17126466   (deleted) /tmp/hsperfdata_apache/30648
b7e4f000-b7e56000 r-xp 00000000 00:59 25170246   /lib/librt-2.5.so
b7e56000-b7e57000 r-xp 00006000 00:59 25170246   /lib/librt-2.5.so
b7e57000-b7e58000 rwxp 00007000 00:59 25170246   /lib/librt-2.5.so
b7e58000-b7e7d000 r-xp 00000000 00:59 25170336   /lib/libm-2.5.so
b7e7d000-b7e7e000 r-xp 00024000 00:59 25170336   /lib/libm-2.5.so
b7e7e000-b7e7f000 rwxp 00025000 00:59 25170336   /lib/libm-2.5.so
b7e7f000-b7e80000 rwxp b7e7f000 00:00 0
b7e80000-b7fba000 r-xp 00000000 00:59 25170592   /lib/libc-2.5.so
b7fba000-b7fbc000 r-xp 0013a000 00:59 25170592   /lib/libc-2.5.so
b7fbc000-b7fbd000 rwxp 0013c000 00:59 25170592   /lib/libc-2.5.so
b7fbd000-b7fc0000 rwxp b7fbd000 00:00 0
b7fc0000-b7fc2000 r-xp 00000000 00:59 25170292   /lib/libdl-2.5.so
b7fc2000-b7fc3000 r-xp 00001000 00:59 25170292   /lib/libdl-2.5.so
b7fc3000-b7fc4000 rwxp 00002000 00:59 25170292   /lib/libdl-2.5.so
b7fc4000-b7fd7000 r-xp 00000000 00:59 25170430   /lib/libpthread-2.5.so
b7fd7000-b7fd8000 r-xp 00012000 00:59 25170430   /lib/libpthread-2.5.so
b7fd8000-b7fd9000 rwxp 00013000 00:59 25170430   /lib/libpthread-2.5.so
b7fd9000-b7fdc000 rwxp b7fd9000 00:00 0
b7fdc000-b7fe2000 r-xp 00000000 00:59 86672314   /opt/coldfusion8/runtime/jre/lib/i386/native_threads/libhpi.so
b7fe2000-b7fe3000 rwxp 00006000 00:59 86672314   /opt/coldfusion8/runtime/jre/lib/i386/native_threads/libhpi.so
b7fe3000-b7fe4000 rwxp b7fe3000 00:00 0
b7fe4000-b7fe5000 r-xp b7fe4000 00:00 0
b7fe5000-b7ffe000 r-xp 00000000 00:59 25170244   /lib/ld-2.5.so
b7ffe000-b7fff000 r-xp 00019000 00:59 25170244   /lib/ld-2.5.so
b7fff000-b8000000 rwxp 0001a000 00:59 25170244   /lib/ld-2.5.so
bffae000-bffb1000 --xp bffae000 00:00 0
bffb1000-bfffe000 rwxp bffb1000 00:00 0
ffffe000-fffff000 r-xp 00000000 00:00 0
sh: line 1: 30648 Aborted                 /opt/coldfusion8/runtime/bin/coldfusion8 -jar jrun.jar stop coldfusion
The ColdFusion 8 server seems to be hanging, will stop non-gracefully
ColdFusion 8 has been stopped

 

 

 

any help? ideas? getting desperate

 

-thanks

-sean

MX7 Hot Fixes?

CF9 64bits + Windows Server 2008 R2 + IIS7.5 = Error 404.3

$
0
0
Hello,
Sincemylastinstallation of CF9on Windows2008Server R2withIIS7.5 service script aretreated by coldufusionareseenthroughapage404.3.Thereforeimpossibleto callaserviceasctionsciptfromoutside. My services are located in SSAS sever side (.asr)
The response is 404.3 so the request is good in CF9.
Idonot knowhow to setthehandlermappingsinIIS7.5
It's impossible to work my application with this error.

 


Thank you foryourhelp.

Seb

install coldfusion 8 32 bit on 64bit system

$
0
0

in agreement with docs

http://kb2.adobe.com/cps/403/kb403277.html#main__Toc193176416

("As of ColdFusion 8 Update 1, the Standard Edition can run as a 32-bit application on all supported 64-bit platforms in addition to 32-bit platforms")

i'm trying to install coldfusion-801-lin.bin on

a linux 64bit system

 

but i receive this error

 

[root@lnx1 store]# ./coldfusion-801-lin.bin

Preparing to install...

Extracting the JRE from the installer archive...

Unpacking the JRE...

Extracting the installation resources from the installer archive...

Configuring the installer for this system's environment...

strings: '/lib/libc.so.6': No such file

 

Launching installer...

 

./coldfusion-801-lin.bin: /tmp/install.dir.9137/Linux/resource/jre/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

./coldfusion-801-lin.bin: line 2479: /tmp/install.dir.9137/Linux/resource/jre/bin/java: Success

 

=========

 

if i tryng to install coldfusion-801 64bit version,

the serial number is not valid

(my serial number is CF standard, upg license)

 

you can help me?

 

many thanks!



How to enable persistent connection with ColdFusion8 and IIS6

$
0
0

Hello,

 

I'm trying to use HTTP persistent connection (Connection: keepalive) with coldfusion dynamic content.

Actually, persistent connection already works fine with static content handle by IIS6.

 

Is there a way to enable it (using chunked encoding I think, or waiting the end of cfm execution to get the content length)

 

I'm looking for a solution on the "server configuration" side. I know I can deal manually with the content-length header on my cfm, but I'm looking for a larger solution.

 

Is anyone know a way to achieve it ?

 

For information, I'm using ColdFusion 8 Entreprise, IIS6 with Windows 2003 R2 32 bits.

 

Regards,

 

--

Erwan

CF8 Multiserver configuration - how to identify jvm config file for an instance?

$
0
0

hello.

 

i've inhereted a web server running the multiserver configuraiton of cf8, on a win2003 (64 bit), and i am wondering how to identify the jvm config file used by each instance?  i've found a number of config files in the JRun4/bin/ folder, but unfortunately they are not in all cases named the same as the cf instance. 

 

thanks for your help.

ColdFusion 10 Mandatory Update J2EE/unexploded .war

$
0
0

We are following the "For J2EE installations"

On Windows

In Silent mode (for unexploded EAR/WAR deployment)

 

Here's what our install_properties_file looks like...

INSTALLER_UI=SILENT

USER_INSTALL_DIR=C:\\TEMP\\CF10\\hotfix

INSTALL_FILES_OUTSIDE_CF=true

DONOT_START_SERVERS_POST_INSTALL=true

 

Here's the command we are using...

C:\TEMP\CF10\work> java -jar cf10_mdt_updt.jar -i silent -f install.props

 

After running the command:

1) The C:\TEMP\CF10\hotfix\ dir is empty

2) One new dir was created under work named TEMPCF10hotfix

   C:\TEMP\CF10\work\TEMPCF10hotfix

3) The TEMPCF10hotfix dir is empty

4) Two files were created under C:\TEMP\CF10\work\

   f553e11813c44c897f7.details

   f553e11813c44c897f7.notes

5) The .notes file is empty

6) The .details file is 2k in size

   no errors and the last line says...

 

   Install Directory: C:\TEMP\CF10\hotfix\

   Status: SUCCESSFUL

 

 

Per the instructions...

"First, install the hotfix files outside your EAR/WAR on your system and then manually update the EAR/WAR."

 

But there were no files after running the command...?

 

Btw, we have tried silent and GUI... still no files.

ColdFusion 10 Mandatory Update Won't Install

$
0
0

So, I'm trying to install the CF10 Mandatory update.  I've run the command line arguments and run through the GUI steps and all appeared fine.  However, in the admin my CF version is still set at: ColdFusion 10,282462.  According to Adobe, my  build number should be ColdFusion 10,283111 or ColdFusion 10,282913.

 

I've tried re-running the update but now it tells me it's already installed?  OK....so I try to install the other available hotfixes but they won't install...I'm assuming because my build number is not what it should be.  They "go through the motions" but nothing happens and I'm still at the same build number and update level.

 

Before this attempt, i was at Update level 2.  Running on Windows.

 

Not sure what to do now.

 

Ideas?

CFSTAT - average DB Time - What means it really?

$
0
0

Hello,

 

we have running an CF10 Server. We do monitoring with cfstat for one week.

 

We are not sure, what the avg db time value shows.

The documentation says (for CF10): 

A running average of the time that ColdFusion spends on database-related processing of ColdFusion requests. Averages are displayed for the last two completed requests


The documentation für CF8 :

(A running average of the time that ColdFusion spends on database-related processing of ColdFusion requests.)

 

The difference is with or without the last two completed requests.

 

Now, we can track that the value for the avg db time constantly goes higher and higher.

100.000 milli seconds and more.

 

But we didn't have any problem with long database requests.

Request time for all database requests at our application are near 100 milliseconds.

 

What means the avg db time really?

What do I understand not correctly?

 

Thomas

 

 

 

 

 


Viewing all 78799 articles
Browse latest View live


Latest Images

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