Link to home
Start Free TrialLog in
Avatar of stevens_ns
stevens_ns

asked on

JobScheduler ERROR MSWIN-000000C1 LoadLibrary, Java Virtual Machine

I am having trouble installing the scheduler on a Windows Server 2012 R2 machine, I have successfully installed this version before on the same OS using the same method. For some reason this time the service will not start.

The below error appears in the log repeatedly.
{scheduler} LoadLibrary E:\Program Files (x86)\Java\jdk1.7.0_55\jre\bin\server\jvm.dll
[ERROR MSWIN-000000C1 [LoadLibrary, Java Virtual Machine E:\Program Files (x86)\Java\jdk1.7.0_55\jre\bin\server\jvm.dll]]

I am using 32 bit JAVA 7 and the 32 bit Scheduler for Windows 8 and Windows Server 2012 R2. the mscvr71.dll and mscvr100.dll both appears in system32 and syswo64. The sos ini is also pointing at the 32bit jvm.dll and my java_home also points to the 32bit java home

Any help is appreciated.

Many thanks,
stevens_ns
Avatar of gheist
gheist
Flag of Belgium image

Whatever software you use hardcodes JDK path, which is completely wrong approach and you need to fix it.
Avatar of stevens_ns
stevens_ns

ASKER

We're removing the JDK's on this VM and starting again, can't work out why the software is ignoring the path we have set in it's initialisation files
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thankyou for your help.