I installed AX2012 CU9 on Windows 8.1 Pro as development machine(server, database and client on the machine). I couldn't start AOS service successfully. Here are some text from my Windbg. Could someone please help me to solve this problem? Thanks.
*** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\fa8eef6f6cb67c660d71e15c5cad71b5\mscorlib.ni.dll
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\LavasoftTcpService64.dll -
FAULTING_IP:
KERNELBASE!RaiseException+68
00007ffa`5c828a5c 488b8c24c0000000 mov rcx,qword ptr [rsp+0C0h]
EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00007ffa5c828a5c (KERNELBASE!RaiseException+0x0000000000000068)
ExceptionCode: e0434352 (CLR exception)
ExceptionFlags: 00000001
NumberParameters: 5
Parameter[0]: ffffffff80004005
Parameter[1]: 0000000000000000
Parameter[2]: 0000000000000000
Parameter[3]: 0000000000000000
Parameter[4]: 00007ffa52a20000
CONTEXT: 0000000000000000 -- (.cxr 0x0;r)
rax=fffffffffffffffe rbx=0000000000000001 rcx=0000000000000000
rdx=00007ffa51b2dcb8 rsi=000000000e248348 rdi=0000000000000005
rip=00007ffa5c828a5c rsp=000000000e2481d0 rbp=000000000e2484b0
r8=00000003002a5d70 r9=0000000000000000 r10=00007ffa52b9dcbd
r11=0000000000ec1498 r12=0000000000004000 r13=0000000000000000
r14=00000000e0434352 r15=000000000e248490
iopl=0 nv up ei pl nz na po nc
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000204
KERNELBASE!RaiseException+0x68:
00007ffa`5c828a5c 488b8c24c0000000 mov rcx,qword ptr [rsp+0C0h] ss:00000000`0e248290=0000f8c5855235ec
FAULTING_THREAD: 0000000000002a20
DEFAULT_BUCKET_ID: WRONG_SYMBOLS
PROCESS_NAME: Ax32Serv.exe
ERROR_CODE: (NTSTATUS) 0xe0434352 - <Unable to get error code text>
EXCEPTION_CODE: (NTSTATUS) 0xe0434352 - <Unable to get error code text>
EXCEPTION_PARAMETER1: ffffffff80004005
EXCEPTION_PARAMETER2: 0000000000000000
EXCEPTION_PARAMETER3: 0000000000000000
EXCEPTION_PARAMETER4: 0
NTGLOBALFLAG: 0
APPLICATION_VERIFIER_FLAGS: 0
APP: ax32serv.exe
ANALYSIS_VERSION: 6.3.9600.17336 (debuggers(dbg).150226-1500) amd64fre
MANAGED_STACK:
at System.Net.UnsafeNclNativeMethods.SetFileCompletionNotificationModes(CriticalHandle handle, FileCompletionNotificationModes modes)
at System.Net.HttpListener.CreateRequestQueueHandle()
at System.Net.HttpListener.Start()
at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at Microsoft.Dynamics.Ax.Services.WCFController.StartWCF()
at StartServices()
at Microsoft.Dynamics.Ax.Services.AOSAppDomainHelper.startAOSDomain(String applName, Boolean isRestart)