• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Java error when uninstalling CF11 32-bit

New Here ,
Apr 22, 2015 Apr 22, 2015

Copy link to clipboard

Copied

HI all,

I am trying to uninstall ColdFusion 11 (32-bit) edition so I can reinstall CF11 64-bit on my Win2k8r2 production server. I currently have CF9 installed and running on this server.  I get a fatal error from the jre when attempting the CF11 uninstall. Detailed below is the PID error log from the uninstall directory:

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  Internal Error (0xc06d007e), pid=5088, tid=2328

#

# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)

# Java VM: Java HotSpot(TM) Client VM (25.25-b02 mixed mode windows-x86 )

# Problematic frame:

# C  [kernel32.dll+0x1ed5b]

#

# Failed to write core dump.

#

# If you would like to submit a bug report, please visit:

#   http://bugreport.sun.com/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#

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

Current thread (0x465ecc00):  JavaThread "uninstall" [_thread_in_native, id=2328, stack(0x47310000,0x47360000)]

siginfo: ExceptionCode=0xc06d007e, ExceptionInformation=0x4735e074

Registers:

EAX=0x4735e000, EBX=0x00000000, ECX=0x00000001, EDX=0x00000000

ESP=0x4735e000, EBP=0x4735e050, ESI=0x7188f11c, EDI=0x00000000

EIP=0x7524ed5b, EFLAGS=0x00000216

Top of Stack: (sp=0x4735e000)

0x4735e000:   c06d007e 00000000 00000000 7524ed5b

0x4735e010:   00000001 4735e074 4735e438 752eefcb

0x4735e020:   38f077b8 fffffffe 75243626 75243701

0x4735e030:   7ef8bc00 00000000 00000000 4735e05c

0x4735e040:   752436c8 7188ef90 00000000 00000000

0x4735e050:   4735e0b8 7188b6db c06d007e 00000000

0x4735e060:   00000001 4735e0c4 465ecd38 464c81b8

0x4735e070:   00000000 00000024 7188f11c 718920c0

Instructions: (pc=0x7524ed5b)

0x7524ed3b:   02 50 ff 75 14 8d 45 c4 50 e8 da 03 0a 00 e9 16

0x7524ed4b:   3d 02 00 89 45 c0 8d 45 b0 50 ff 15 14 07 24 75

0x7524ed5b:   c9 c2 10 00 66 83 fa 06 0f 84 9f e0 01 00 66 83

0x7524ed6b:   fa 09 75 0c c7 46 18 d8 21 00 00 e9 36 62 ff ff

Register to memory mapping:

EAX=0x4735e000 is pointing into the stack for thread: 0x465ecc00

EBX=0x00000000 is an unknown value

ECX=0x00000001 is an unknown value

EDX=0x00000000 is an unknown value

ESP=0x4735e000 is pointing into the stack for thread: 0x465ecc00

EBP=0x4735e050 is pointing into the stack for thread: 0x465ecc00

ESI=0x7188f11c is an unknown value

EDI=0x00000000 is an unknown value

Stack: [0x47310000,0x47360000],  sp=0x4735e000,  free space=312k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [kernel32.dll+0x1ed5b]

C  [net.dll+0xb6db]

C  [net.dll+0xb54a]

C  [net.dll+0x5361]

C  0x465f3d78

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j  java.net.NetworkInterface.getAll()[Ljava/net/NetworkInterface;+0

j  java.net.NetworkInterface.getNetworkInterfaces()Ljava/util/Enumeration;+0

j  sun.security.provider.SeedGenerator.addNetworkAdapterInfo(Ljava/security/MessageDigest;)V+0

j  sun.security.provider.SeedGenerator.access$000(Ljava/security/MessageDigest;)V+1

j  sun.security.provider.SeedGenerator$1.run()Ljava/lang/Void;+61

j  sun.security.provider.SeedGenerator$1.run()Ljava/lang/Object;+1

v  ~StubRoutines::call_stub

j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0

j  sun.security.provider.SeedGenerator.getSystemEntropy()[B+40

j  sun.security.provider.SecureRandom$SeederHolder.<clinit>()V+4

v  ~StubRoutines::call_stub

j  sun.security.provider.SecureRandom.engineNextBytes([B)V+21

j  java.security.SecureRandom.nextBytes([B)V+5

j  java.security.SecureRandom.next(I)I+17

j  java.util.Random.nextLong()J+3

j  java.io.File$TempDirectory.generateFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File;+3

j  java.io.File.createTempFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File;+45

j  java.io.File.createTempFile(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;+3

j  com.macromedia.utils.StaticLocations.<clinit>()V+4

v  ~StubRoutines::call_stub

j  com.macromedia.ant.windowsdll.ExecProcess.<clinit>()V+111

v  ~StubRoutines::call_stub

j  com.macromedia.ant.ExecBase.execute()V+369

j  org.apache.tools.ant.Task.perform()V+20

j  org.apache.tools.ant.Target.execute()V+45

j  org.apache.tools.ant.Target.performTasks()V+9

j  org.apache.tools.ant.Project.executeTarget(Ljava/lang/String;)V+43

j  org.apache.tools.ant.taskdefs.Ant.execute()V+342

j  org.apache.tools.ant.taskdefs.CallTarget.execute()V+85

j  org.apache.tools.ant.Task.perform()V+20

j  org.apache.tools.ant.Target.execute()V+45

j  org.apache.tools.ant.Target.performTasks()V+9

j  org.apache.tools.ant.Project.executeTarget(Ljava/lang/String;)V+43

j  com.zerog.ia.installer.util.AntUtility.go()Ljava/lang/String;+106

j  com.zerog.ia.installer.actions.AntRunner.installSelf()Lcom/zerog/ia/installer/IAStatus;+146

j  com.zerog.ia.installer.Uninstaller.ah(Lcom/zerog/ia/installer/Installer;)V+541

j  com.zerog.ia.installer.Uninstaller.uninstall(Lcom/zerog/ia/installer/Installer;)V+65

j  com.zerog.ia.installer.actions.UninstallProgressAction.ae()V+7

j  com.zerog.ia.installer.actions.ProgressPanelAction$1.run()V+18

v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )

  0x465ee000 JavaThread "SeedGenerator Thread" daemon [_thread_blocked, id=5576, stack(0x47830000,0x47880000)]

  0x465ed800 JavaThread "SeedGenerator Thread" daemon [_thread_in_Java, id=6072, stack(0x478b0000,0x47900000)]

=>0x465ecc00 JavaThread "uninstall" [_thread_in_native, id=2328, stack(0x47310000,0x47360000)]

  0x465ed400 JavaThread "Timer-5" [_thread_blocked, id=3508, stack(0x45b90000,0x45be0000)]

  0x465ec800 JavaThread "TimerQueue" daemon [_thread_blocked, id=1828, stack(0x45fc0000,0x46010000)]

  0x0260c000 JavaThread "DestroyJavaVM" [_thread_blocked, id=5040, stack(0x00a90000,0x00ae0000)]

  0x44f3f800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5004, stack(0x460c0000,0x46110000)]

  0x4503f800 JavaThread "Thread-2" [_thread_blocked, id=5844, stack(0x45e10000,0x45e60000)]

  0x4505b000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4968, stack(0x45c60000,0x45cb0000)]

  0x4505a000 JavaThread "AWT-Shutdown" [_thread_blocked, id=5904, stack(0x003f0000,0x00440000)]

  0x45018400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1512, stack(0x45ab0000,0x45b00000)]

  0x44edac00 JavaThread "Service Thread" daemon [_thread_blocked, id=5996, stack(0x451b0000,0x45200000)]

  0x44ecac00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2224, stack(0x453f0000,0x45440000)]

  0x44ec9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6048, stack(0x00160000,0x001b0000)]

  0x44ec6800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3484, stack(0x02530000,0x02580000)]

  0x44e90000 JavaThread "Finalizer" daemon [_thread_blocked, id=5840, stack(0x45340000,0x45390000)]

  0x44e8b400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2408, stack(0x45260000,0x452b0000)]

Other Threads:

  0x44e86000 VMThread [stack: 0x04780000,0x047d0000] [id=4516]

  0x44ee4000 WatcherThread [stack: 0x45570000,0x455c0000] [id=5760]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:

def new generation   total 78720K, used 22098K [0x04800000, 0x09d60000, 0x19d50000)

  eden space 70016K,  31% used [0x04800000, 0x05d94bc0, 0x08c60000)

  from space 8704K,   0% used [0x08c60000, 0x08c60000, 0x094e0000)

  to   space 8704K,   0% used [0x094e0000, 0x094e0000, 0x09d60000)

tenured generation   total 174784K, used 29070K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  16% used [0x19d50000, 0x1b9b3950, 0x1b9b3a00, 0x24800000)

Metaspace       used 13894K, capacity 14118K, committed 14208K, reserved 14720K

Card table byte_map: [0x44800000,0x44a10000] byte_map_base: 0x447dc000

Polling page: 0x000f0000

CodeCache: size=32768Kb used=2128Kb max_used=2254Kb free=30639Kb

bounds [0x02610000, 0x02848000, 0x04610000]

total_blobs=1205 nmethods=977 adapters=159

compilation: enabled

Compilation events (10 events):

Event: 14.178 Thread 0x44ecac00  987             org.apache.xerces.util.SymbolTable::hash (38 bytes)

Event: 14.178 Thread 0x44ecac00 nmethod 987 0x02738c08 code [0x02738d00, 0x02738de0]

Event: 14.178 Thread 0x44ecac00  988             org.apache.xerces.util.XMLChar::isName (23 bytes)

Event: 14.178 Thread 0x44ecac00 nmethod 988 0x02738988 code [0x02738a80, 0x02738b40]

Event: 14.178 Thread 0x44ecac00  989             org.apache.xerces.impl.XMLEntityScanner::scanName (319 bytes)

Event: 14.178 Thread 0x44ecac00 nmethod 989 0x02737e08 code [0x02737f90, 0x02738484]

Event: 14.178 Thread 0x44ecac00  990             org.apache.xerces.util.SymbolTable::addSymbol (162 bytes)

Event: 14.179 Thread 0x44ecac00 nmethod 990 0x02737488 code [0x027375e0, 0x02737960]

Event: 14.187 Thread 0x44ecac00  991 % !         sun.security.provider.SeedGenerator$ThreadedSeedGenerator::run @ 112 (256 bytes)

Event: 14.188 Thread 0x44ecac00 nmethod 991% 0x02736048 code [0x027361f0, 0x02736ad8]

GC Heap History (10 events):

Event: 1.320 GC heap before

{Heap before GC invocations=0 (full 0):

def new generation   total 78656K, used 69952K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)

  from space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)

  to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)

tenured generation   total 174784K, used 0K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,   0% used [0x19d50000, 0x19d50000, 0x19d50200, 0x24800000)

Metaspace       used 7120K, capacity 7226K, committed 7296K, reserved 7552K

Event: 1.352 GC heap after

Heap after GC invocations=1 (full 0):

def new generation   total 78656K, used 8704K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)

  from space 8704K, 100% used [0x094d0000, 0x09d50000, 0x09d50000)

  to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)

tenured generation   total 174784K, used 6279K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,   3% used [0x19d50000, 0x1a371d28, 0x1a371e00, 0x24800000)

Metaspace       used 7120K, capacity 7226K, committed 7296K, reserved 7552K

}

Event: 1.660 GC heap before

{Heap before GC invocations=1 (full 0):

def new generation   total 78656K, used 78656K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)

  from space 8704K, 100% used [0x094d0000, 0x09d50000, 0x09d50000)

  to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)

tenured generation   total 174784K, used 6279K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,   3% used [0x19d50000, 0x1a371d28, 0x1a371e00, 0x24800000)

Metaspace       used 7965K, capacity 8104K, committed 8192K, reserved 8576K

Event: 1.708 GC heap after

Heap after GC invocations=2 (full 0):

def new generation   total 78656K, used 8704K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)

  from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)

  to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)

tenured generation   total 174784K, used 21526K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  12% used [0x19d50000, 0x1b255800, 0x1b255800, 0x24800000)

Metaspace       used 7965K, capacity 8104K, committed 8192K, reserved 8576K

}

Event: 2.032 GC heap before

{Heap before GC invocations=2 (full 0):

def new generation   total 78656K, used 78656K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)

  from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)

  to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)

tenured generation   total 174784K, used 21526K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  12% used [0x19d50000, 0x1b255800, 0x1b255800, 0x24800000)

Metaspace       used 8878K, capacity 9055K, committed 9088K, reserved 9600K

Event: 2.052 GC heap after

Heap after GC invocations=3 (full 0):

def new generation   total 78656K, used 2372K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)

  from space 8704K,  27% used [0x094d0000, 0x09721298, 0x09d50000)

  to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)

tenured generation   total 174784K, used 30154K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  17% used [0x19d50000, 0x1bac28c0, 0x1bac2a00, 0x24800000)

Metaspace       used 8878K, capacity 9055K, committed 9088K, reserved 9600K

}

Event: 8.378 GC heap before

{Heap before GC invocations=3 (full 0):

def new generation   total 78656K, used 72324K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)

  from space 8704K,  27% used [0x094d0000, 0x09721298, 0x09d50000)

  to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)

tenured generation   total 174784K, used 30154K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  17% used [0x19d50000, 0x1bac28c0, 0x1bac2a00, 0x24800000)

Metaspace       used 11912K, capacity 12124K, committed 12160K, reserved 12672K

Event: 8.409 GC heap after

Heap after GC invocations=4 (full 0):

def new generation   total 78656K, used 8704K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)

  from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)

  to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)

tenured generation   total 174784K, used 34973K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  20% used [0x19d50000, 0x1bf77450, 0x1bf77600, 0x24800000)

Metaspace       used 11912K, capacity 12124K, committed 12160K, reserved 12672K

}

Event: 8.430 GC heap before

{Heap before GC invocations=4 (full 0):

def new generation   total 78656K, used 10917K [0x04800000, 0x09d50000, 0x19d50000)

  eden space 69952K,   3% used [0x04800000, 0x04a296b8, 0x08c50000)

  from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)

  to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)

tenured generation   total 174784K, used 34973K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  20% used [0x19d50000, 0x1bf77450, 0x1bf77600, 0x24800000)

Metaspace       used 12074K, capacity 12284K, committed 12288K, reserved 12672K

Event: 8.468 GC heap after

Heap after GC invocations=5 (full 1):

def new generation   total 78720K, used 0K [0x04800000, 0x09d60000, 0x19d50000)

  eden space 70016K,   0% used [0x04800000, 0x04800000, 0x08c60000)

  from space 8704K,   0% used [0x08c60000, 0x08c60000, 0x094e0000)

  to   space 8704K,   0% used [0x094e0000, 0x094e0000, 0x09d60000)

tenured generation   total 174784K, used 29070K [0x19d50000, 0x24800000, 0x44800000)

   the space 174784K,  16% used [0x19d50000, 0x1b9b3950, 0x1b9b3a00, 0x24800000)

Metaspace       used 12074K, capacity 12281K, committed 12288K, reserved 12672K

}

Deoptimization events (0 events):

No events

Internal exceptions (10 events):

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cbfe70) thrown at

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc1100) thrown at

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc23b8) thrown at

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc36b0) thrown at

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc48f8) thrown at

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc59e8) thrown at

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc6bc8) thrown at

Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc7e60) thrown at

Event: 14.179 Thread 0x465ecc00 Exception <a 'java/security/PrivilegedActionException'> (0x05d0ba18) thrown at

Event: 14.180 Thread 0x465ecc00 Exception <a 'java/security/PrivilegedActionException'> (0x05d108a8) thrown at

Events (10 events):

Event: 14.189 loading class java/net/Inet4Address

Event: 14.189 loading class java/net/Inet4Address done

Event: 14.189 loading class java/net/Inet6Address

Event: 14.189 loading class java/net/Inet6Address done

Event: 14.189 loading class java/net/Inet6Address$Inet6AddressHolder

Event: 14.189 loading class java/net/Inet6Address$Inet6AddressHolder done

Event: 14.189 loading class java/net/InterfaceAddress

Event: 14.189 loading class java/net/InterfaceAddress done

Event: 14.189 loading class java/net/DefaultInterface

Event: 14.189 loading class java/net/DefaultInterface done

Dynamic libraries:

0x00af0000 - 0x00b20000 C:\CF11\jre\bin\javaw.exe

0x77190000 - 0x772f0000 C:\Windows\SysWOW64\ntdll.dll

0x75230000 - 0x75340000 C:\Windows\syswow64\kernel32.dll

0x758a0000 - 0x75966000 C:\Windows\syswow64\ADVAPI32.dll

0x76890000 - 0x76980000 C:\Windows\syswow64\RPCRT4.dll

0x75170000 - 0x751d0000 C:\Windows\syswow64\Secur32.dll

0x76be0000 - 0x76cb0000 C:\Windows\syswow64\USER32.dll

0x76540000 - 0x765d0000 C:\Windows\syswow64\GDI32.dll

0x74a40000 - 0x74bde000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18523_none_5cdd65e20837faf2\COMCTL32.dll

0x767e0000 - 0x7688a000 C:\Windows\syswow64\msvcrt.dll

0x76770000 - 0x767c8000 C:\Windows\syswow64\SHLWAPI.dll

0x75530000 - 0x75590000 C:\Windows\system32\IMM32.DLL

0x756e0000 - 0x757a8000 C:\Windows\syswow64\MSCTF.dll

0x75220000 - 0x75229000 C:\Windows\syswow64\LPK.DLL

0x76a50000 - 0x76acd000 C:\Windows\syswow64\USP10.dll

0x707c0000 - 0x7087f000 C:\CF11\jre\bin\msvcr100.dll

0x6df40000 - 0x6e2e4000 C:\CF11\jre\bin\client\jvm.dll

0x74d90000 - 0x74d97000 C:\Windows\system32\WSOCK32.dll

0x75970000 - 0x7599d000 C:\Windows\syswow64\WS2_32.dll

0x767d0000 - 0x767d6000 C:\Windows\syswow64\NSI.dll

0x748e0000 - 0x74912000 C:\Windows\system32\WINMM.dll

0x75590000 - 0x756d4000 C:\Windows\syswow64\ole32.dll

0x759a0000 - 0x75a2d000 C:\Windows\syswow64\OLEAUT32.dll

0x747e0000 - 0x74819000 C:\Windows\system32\OLEACC.dll

0x765d0000 - 0x765d7000 C:\Windows\syswow64\PSAPI.DLL

0x72fb0000 - 0x72fbc000 C:\CF11\jre\bin\verify.dll

0x72660000 - 0x72681000 C:\CF11\jre\bin\java.dll

0x72f70000 - 0x72f83000 C:\CF11\jre\bin\zip.dll

0x75a30000 - 0x76540000 C:\Windows\syswow64\SHELL32.dll

0x74ed0000 - 0x74eee000 C:\Windows\system32\USERENV.dll

0x6f640000 - 0x6f786000 C:\CF11\jre\bin\awt.dll

0x74390000 - 0x7439c000 C:\Windows\system32\DWMAPI.DLL

0x718a0000 - 0x718c0000 C:\CF11\uninstall\resource\iawin32.dll

0x70a40000 - 0x70a78000 C:\CF11\jre\bin\fontmanager.dll

0x71880000 - 0x71895000 C:\CF11\jre\bin\net.dll

0x74db0000 - 0x74deb000 C:\Windows\system32\mswsock.dll

0x74790000 - 0x74795000 C:\Windows\System32\wship6.dll

0x72fa0000 - 0x72faf000 C:\CF11\jre\bin\nio.dll

0x70bc0000 - 0x70be4000 C:\CF11\jre\bin\dcpr.dll

0x74d10000 - 0x74d3c000 C:\Windows\system32\apphelp.dll

0x765e0000 - 0x7676a000 C:\Windows\syswow64\SETUPAPI.dll

0x71ac0000 - 0x71b7a000 C:\Windows\system32\PROPSYS.dll

0x76990000 - 0x76a14000 C:\Windows\syswow64\CLBCatQ.DLL

0x70a10000 - 0x70a40000 C:\CF11\jre\bin\t2k.dll

0x718e0000 - 0x71993000 C:\Windows\system32\WindowsCodecs.dll

0x72f90000 - 0x72f96000 C:\Windows\system32\IconCodecService.dll

VM Arguments:

jvm_args: -Xms268435456 -Xmx1073741824

java_command: com.zerog.lax.LAX C:/CF11/uninstall/uninstall.lax c:/TEMP/2/laxB3F7.tmp

java_class_path (initial): C:\CF11\uninstall\;C:\CF11\uninstall\InstData\Execute.zip;C:\CF11\uninstall\uninstaller.jar;C:\CF11\uninstall\resource;C:\CF11\uninstall\uninstallerResources.zip;

Launcher Type: SUN_STANDARD

Environment Variables:

PATH=C:\ProgramData\Oracle\Java\javapath;C:\PHP\;C:\CF9\verity\k2\_nti40\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\

USERNAME=Administrator

OS=Windows_NT

PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel

---------------  S Y S T E M  ---------------

OS: Windows Server 2008 , 64 bit Build 6001 Service Pack 1

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, tsc, tscinvbit

Memory: 4k page, physical 16685308k(11576684k free), swap 33168860k(23662396k free)

vm_info: Java HotSpot(TM) Client VM (25.25-b02) for windows-x86 JRE (1.8.0_25-b18), built on Oct  7 2014 14:31:05 by "java_re" with MS VC++ 10.0 (VS2010)

time: Wed Apr 22 12:25:12 2015

elapsed time: 14 seconds (0d 0h 0m 14s)

Any help or ideas would be appreciated.

Thank you,

Ross Herman

Views

663

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 02, 2015 May 02, 2015

Copy link to clipboard

Copied

I would advise you not to install two versions of Coldfusion on the same Windows machine. The dividing lines for the settings are not strictly enforced.

However, if you must, you may proceed as follows. Re-install CF11 32-bit. Just to revive it for the kill.

In Windows' services panel, stop Coldfusion 11 a(32-bit) and all its related services. Then uninstall it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 18, 2015 May 18, 2015

Copy link to clipboard

Copied

LATEST

I also get a fatal error after installing cf11.

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x00000095d4acc035, pid=1636, tid=2996

#

# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# J 3290 C2 java.nio.MappedByteBuffer.load()Ljava/nio/MappedByteBuffer; (119 bytes) @ 0x00000095d4acc035 [0x00000095d4acbe20+0x215]

...

This error occurs on every installation attempt. It is the only coldfusion version on the computer. Win 8.1 64bit.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation