CF 9 Performance Monitor problem on Win Server 2003 R2 x64

This is a new install of both the operating system and CF 9. I'm unable to get the CF 9 counters to even show up in Performance monitor.
I get the following error in the Event Viewer when trying to enable them... any ideas on what to try next?
"The data buffer created for the "ColdFusion 9 Application Server" service in the "C:\WINDOWS\system32\cfpefmon_9.dll" library is not aligned on an 8-byte boundary. This may cause problems for applications that are trying to read the performance data buffer. Contact the manufacturer of this library or service to have this problem corrected or to get a newer version of this library."

Sorry. I was waiting to see if others had answers.
Since so far they don't, let me ask this: if you view Perfmon, do you find whether it lists CF 8 as a performance object (in perfmon)?
If so, add them to the display and see if perhaps those show what you thought should be reported for CF9.
I just checked my own 2k3 server, and I too had updated it from 8 to 9. Though not 64bit, I see the same error in my event log, but I see that my CF9 server stats are being reported under CF8. To be clear,  don't have CF8 running. But I did update from Enterprise Multiserver 8 to 9 Standard. That may explain why the cf8 dll is still in windows\system32. I suppose mine is a rather rare case, but maybe it's what happened to you. I could try deleting the cf8 dll, but since I do still have the CF8 install there, with the instances stopped (cfusion, admin, and others), I may have need to turn them on some day. Also, it seems I'd need to restart CF or perhaps the server to make that change take effect, and I'd rather not (it's my prod server).
But let us know if the workaround (viewing under CF8 counters) works, or if you have the same situation and would be willing to delete the CF8 dll and restart.
/charlie

Similar Messages

  • Cannot install Oracle 10g rel. 2 on Win Server 2003 SB

    Hello,
    I cannot install Oracle 10g rel. 2 on Win Server 2003 SB, because when the the configuration assistant installer try to copy the db files, it stop with the following errors:
    ORA-24324 Service Handle not Initialized
    ORA-24323 Value not authorized
    ORA-28547 Connection to Server failed probable Oracle NET ADMIN errorRegards
    Siyavuş

    You should be connected as a local administrator to perform the install process.
    Try to perfom a software only install, then once you make sure the installation was successful, launch the dbca. It is important for you to use a local account to perform the installation and db setup process, otherwise, if you have authentication problems, even if you comment the authentication line at the sqlnet.ora file you will be facing issues that will make fail the assistant, since it is designed to work assuming the user is OS authenticated.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Application Server 8.2 + Axis Web Service Client +Win Server 2003 Issue

    Hi everyone,
    I'm facing a weird problem the last couples of days and I'm getting bored of banging my head against the logs/screen, so please if you could help I'd really appreciate it.
    I'm working on a Sun Application Server 8.2 project that includes an axis web service client. I am using Netbeans 5 to do the writing plus I am on a Win XP platform.
    The developers of the web service I intend to absorb were kind enough to package the client into a jar so all I have to do is to import the client and the axis related jar files (axis, axis-ant etc.) in my project and my classpath.
    Everything is working perfect on my pc but when I deploy the project on my actual server the web service client is running forever, leaving my end users with a blank browser window that is also loading forever.
    The server OS is Win Server 2003 and is directly connected to a gateway - no proxies. Also my development pc and my server are running the same jre and have the exact server police settings; but Sun's Application Server is running on port 8080 on my pc whereas on my server it's running on port 80.
    Here's my server's log:
    [#|2008-04-14T21:50:01.795+0300|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=14;|StandardWrapperValve[obos]: Servlet.service() for servlet obos threw exception
    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (0)null
    faultActor:
    faultNode:
    faultDetail:
         {}:return code: 0
         {http://xml.apache.org/axis/}HttpErrorCode:0
    (0)null
         at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at uk.ac.ebi.ook.web.services.OntologyQuerySoapBindingStub.getOntologyNames(OntologyQuerySoapBindingStub.java:509)
         at org.dude.ols.client.obos.processRequest(obos.java:30)
         at org.dude.ols.client.obos.doGet(obos.java:64)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    |#]
    Any ideas?

    Hi Paz,
    Thanks for taking the time :)
    To answer your questions:
    1. Has this WebServices ever worked or is this the first time?
    The web service is working perfectly fine on my working station, the problem appears only when I deploy it on my actual server, which means that the web service is working.
    2. What Apache Axis Version are you using?
    1.4
    3. What JRE version are you using?
    Both my development pc and my server run jre 1.5.0_14
    4. In the actual server environment, can you confirm all information are exactly same as DEV environment...
    Oh yes! Absolutely.
    My recent assumption is that some windows service might be needed to run the web service client and obviously I have no clue which one it might be.
    Just to make sure; is the security policy of my Application Server set correctly?
         permission java.lang.RuntimePermission     "getClassLoader";
         permission java.lang.RuntimePermission "createClassLoader";
         permission java.lang.RuntimePermission "loadLibrary.*";
         permission java.lang.RuntimePermission "queuePrintJob";
         permission java.net.SocketPermission "*", "connect,accept,resolve";
         permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete";
    // work-around for pointbase bug 4864405
    permission java.io.FilePermission "${com.sun.aas.instanceRoot}${/}lib${/}databases${/}-", "delete";
    permission java.io.FilePermission "${java.io.tmpdir}${/}-", "delete";
         permission java.util.PropertyPermission "*", "read,write";
         permission java.lang.RuntimePermission     "modifyThreadGroup";
    Again thanks for taking the time :)

  • How to install utility or manage Airport extreme base from Win server 2003

    I hope that everybody is doing well.
    I am currently studying Server Administration and Maintenance. I am running Win server 2003 and soon to use Win server 2008, provided by the school several months ago. I am trying to install the utility for my airport extreme base in the server that I have at home to no avail. I will appreciated if somebody can help me. My options are limited I cannot buy another wireless router and I really need to do this for my studies. My server does connect to the base by the Ethernet but not I cannot manage the router in the server a major problem in the class that starts today. I will really appreciate if somebody can help to solve this issue which may be the other viable option because I cannot buy another computer I truly hope there is another option that does not include having to purchase another router I love my airport extreme base ;-D

    In finder, go to - Mac HD, Library, Preferences - drag the folder 'SystemConfiguration' into the trash
    Restart.
    Evidently, there were some corrupt files in there which, in my case, made my AP utility sporadically lose both my airport devices. Trashing that folder and the files within, and restarting automatically creates a new fresh system configurations folder. The AP Utility immediately found my hardware with this fix, but only time will tell if this was root cause and be a long-term fix.
    Best of luck.

  • WIN server 2003 and CF Administrator

    I just upgraded my server. The new one is running WIN Server
    2003 instead of the old Server 2000. I have upgraded to 8.0 with
    all the hotfixes. I am running Sun Java 6 (update 3). When I click
    the any of the "Browse" buttons in the Administrator cgi the
    browser closes. Any one know the fix for this?

    The problem turned out to be the Java JRE version. I
    uninstalled Java 6 and installed 1.4.05 and the problem
    resolved.

  • Remote desktop from Win 7 to Win server 2003 only allows 16 bit color depth. How to increase to at least 24 bit?

    Hi! I'd like to RDP in to a Win server 2003 computer from my new Windows 7 (x64) computer. There's no problem to connect but the connection only allows me to use 16 bit color depth on the Windows server 2003 client. The program I want to use on this computer requires at least 24 bit to run.
    I've googled around and tried it all:
    -setting the color depth to 4 or 5 through regedit (on both computers)
    -creating a Group Policy object-snap in through mmc
    -reading endless of forums but no one has had the same issue as I
    My question. If all the ordinary solutions isn't working what could the issue then be? My only suspision at this point is the the RDP-client on Win server isn't working properly. The Windows Server 2003 client is fully updated machine and it should have the RDP 5.2-version installed but I can only find 5.1. Could this be the issue? That it needs to be 5.2 to properly communicate with a win7(x64)? If so, how can I upgrade solely the RDP-client since it seems not to have followed with the Automatic Update as it should?
    All answers and feedback are very much appreciated!
    Many thanks
    Frank

    Hello Frank,
    Thanks for your feedback and the test.
    I still recommend you to check the local group policy setting “Limit maximum color depth” on the Terminal Server side. Based on your description of Group Policy Object Editor, I suspect the loss of Terminal Services folder is caused by system.adm file not loaded successfully. Please try to fix it via the following steps:
    1.     Open Group Policy Object Editor (run “gpedit.msc”) on the terminal server.
    2.     Expand Computer Configuration \ Administrative Templates
    3.     Right click Administrative Templates folder and select Add/Remove Templates, if system is not listed in the panel, go to Step 4; If it is, remove it and go to Step 4.
    4.     Click Add button.
    5.     In the next phase, it is Windows\inf folder, if it is not, please navigate to the folder. Select system.adm file and click Open.
    6.     Check if the Terminal Services folder appears under Windows Components now.
    Thanks for your cooperation and we’re looking forwards to the result. Thanks.
    Regards,
    ·         Lionel Chen

  • How to check NTP source from win.server 2003?

    Hello,
    I have question about NTP. I have two NTP servers. Our two DC's are sync with NTP through GPO group.
    Please how can i check, if NTP deamon on my Windows Server 2003 is sync with DC server? This server is in the domain.
    And all others servers (2008) in domain are sync with the DC - w32tm /query /status
    I checked it on win. server 2003 also, with this command net time /querysntp, but the response was not from my DC. Please where should be the problem?
    Thank you.

    wrong forum, but try 
    W32tm /Stripchart /Computer:<TargetDC> 
    Result looks like this: 
    C:\Users\thomas.bianco>w32tm /stripchart /computer:LabDC
    Tracking LabDC [[fd::2002]:123].
    The current time is 4/25/2014 8:27:54 AM.
    08:27:54 d:+00.0609817s o:-00.1580467s [ * ]
    08:27:57 d:+00.0549835s o:-00.1611882s [ * ]
    08:27:59 d:+00.0649805s o:-00.1663291s [ * ]
    08:28:01 d:+00.0559832s o:-00.1563696s [ * ]
    the Asterisk shows how far of from the target your computer is. dead center is syncronized, left is slow, right is fast. 

  • Win Server 2003 GPO doesn't apply to Win 8.1 clients

    Hi guys,
    Currently all my DCs are running Win Server 2003. Recently I've upgraded a few PCs to Win 8.1 and found out that the GPOs are not applied on them.
    I've set the Default Homepage and logon script to map a few drives but when I logged on to the Win 8.1 clients, none of these are being applied. However, when I logged on to Win 7 clients, these policies are being applied.
    Appreciate you guys here can help me on this.
    Thanks!!

    Windows 8.1 comes with IE11 which can't be configured by the old IE maintenance policies. You would need to use group policy preferences but these were introduced in Windows 2008 so I don't think you can configure IE settings for IE11 from Windows 2003 DC's.
    As for the mapping of drives if this is a login script I don't see why this wouldn't work on a windows 8.1 client.
    Can you run a gpresult / rsop report on the windows 8 computer and see what policies are being applied / not applied and any errors.
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

  • Can i install Try version NW CE on Win Server 2003 64 bit or must it be 32?

    Hallo everybody,
    i wish install try version NW CE on Win Server 2003 64 ? Here
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/a0a6bd7b-3dfc-2c10-eb95-aae0f777d4ab
    i read it run on 32 bit. Mean that on 32 only or i can install on 64 Bit too?
    Thank you in advance!!!

    32 only.

  • Win Server 2003 DC repair the Schema owner

    Hello,
    I prepare a new server on Win 2012 R2 64b to add to our DC, with 2 Win Server 2003 R2 32b.
    At the begin, I view the configuration of the actuel DC / W2003, but I see some trouble :
    - Dcdiag
            Warning: CN=NTDS Settings\0ADEL:d96382dc-30df-44f2-9044-82acedf258b7,CN=SUSLAB,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=vzad,DC=lab,DC=fr,DC=at,DC=com is the Schema Owner, but is deleted.
    - netdom query fsmo
    Schema owner                susl.vzad.lab.fr.at.com
    Domain role owner           pluto.vzad.lab.fr.at.com
    PDC role                           pluto.vzad.lab.fr.at.com
    RID pool manager            pluto.vzad.lab.fr.at.com
    Infrastructure owner        pluto.vzad.lab.fr.at.com
    The command completed successfully.
    I think "Schema owner" must be the same as "Domain role owner", your idea ?
    Is it possible to undelete the line see with Dcdiag with Ntdsutil ??
    Regards, Stef

    Warning: CN=NTDS Settings\0ADEL:d96382dc-30df-44f2-9044-82acedf258b7,CN=SUSLAB,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=vzad,DC=lab,DC=fr,DC=at,DC=com
    is the Schema Owner, but is deleted.
    That means that you have an object that was removed and that was not properly cleaned. Is the server SUSLAB still existing? If not then simply proceed with a metadata cleanup and seize the Schema Master FSMO role to another DC.
    Metadata cleanup: https://technet.microsoft.com/en-us/library/cc816907%28v=ws.10%29.aspx
    Seizing FSMO roles: https://support.microsoft.com/kb/255504?wa=wsignin1.0
    If the server still exist then I would recommend demoting and promoting it again.
    For the Best Practices when assigning FSMO roles, you can refer to them here: http://www.windowsdevcenter.com/pub/a/windows/2004/06/15/fsmo.html
    "Rule 3: For simpler management, the Schema Master and Domain Naming Master can be on the same machine, which should also be a GC."
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • AE CS5 no longer supports Win Server 2003?

    We have a dozen dual quad Xeon Win Server 2003 boxes which have been running all things CS4 just fine. Today I finally downloaded the AE CS5 demo to check it out on one of the boxes and it appears that AE will install, but won't run. It gives an error basically saying that "The specified program requires a newer version Windows." This is the first time I've any of our 3D/2D software not being able to run on Win Server 2003. Am I missing something or is AE CS5 indeed incapable of running on WS 2003?

    I wouldn't know about "not supported", but it certainly isn't expected or intended. Since it's pre-Vista tech, it would probably qualify for that. That you could install it at al lis probably merely a slippage in teh installer not checking things in this unusual combination...
    Mylenium

  • Boot MS-DOS for Win Server 2003 on SunFirex4100

    I have installed Win Server 2003 Std edition on SunFire X4100. I would like to boot to DOS using bootdisk. I have a USB floppy drive.
    But how can I boot to the bootdisk? Possible? As I bootup the machine, since the floppy drive is externally plug-in, I don't see any options to select the floppy as boot device.
    Any advice?
    Thanks

    My experience with PC systems is a little rusty at the moment, but I think I recall a BIOS option that you could select booting from a USB device. What is the DOS program? I formatted some drives with Free DOS recently on a PC, it is available to download as a CD image.
    http://www.freedos.org/freedos/files/

  • Acrobat X on Win Server 2003

    Hi,
    I am wanting to know if you can install Acrobat X Std or Pro on Win Server 2003
    Any help would be appreciated.
    Thanks
    Dean

    Not if unlicensed users are able to make use of Acrobat on the server. See the Acrobat License Agreement for more information, section 2.4 in particular: http://www.adobe.com/products/eulas/pdfs/Acrobat10_combined-20100625_1456.pdf#page=105

  • How to remote desktop mor than 2 session in win server 2003

    how to remote desktop more than 2 session in win server 2003?
    plz help me

    Hi Javed,
    Do you need any other assistance?
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Bat File execution Problem in Win Server 2k3

    I have a jar that is calling a .bat file.
    It executes the bat file in Windows XP, and Windows 2000
    But when I run it in Win Server 2k3 it can't execute.
    I get Exit Value 1
    Does anyone know any differences between the Operating Systems that could cause this?
    Thanks
    Paul

    I don't know enough about the difference in system or even between your two installation. An exit 1 error could happen for any reason, such the batch file not being found or other reason.
    The best thing to do is get a handle to the stderr and stdout of the process and display them. To do this you would write a class that reads from an InputStream (the output of the process is read using an InputStream) and displays to System.out. Follows is some code that illustrates this (done off the top of my head, more or less, so it won't necessarily execute as is):
       void runExternalTask()
          String cmd = new String { "myexecutable.exe" };
          Process proc = Runtime.getRuntime().exec(cmd);
          ProcessOutputHandler procOut = new ProcessOutputHandler(proc.getInputStream(),0);
          ProcessOutputHandler procErr= new ProcessOutputHandler(proc.getErrorStream(),0);
       public static class ProcessOutputHandler implements Runnable {
            InputStream _in;
            //PrintStream _out;
            boolean run = true;
             * Constructor for ProcessOutputHandler.
            public ProcessOutputHandler( InputStream in, int procID ) {
                _in = in;
                (new Thread(this,"output.handler."+procID)).start();
            public void close () {
                run = false;
            public void run() {
                try {
                    int i = 0;
                    while ( run && (i=_in.read()) != -1 ) {
                        System.out.print((char)i);
                } catch (IOException e) {
                  e.printStackTrace(System.err);
        }

Maybe you are looking for