java.lang.reflect.InvocationTargetException: java.lang.LinkageError: NTDelegate only works on Windows NT, not on Windows 2000
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3004, 1 year ago
java.lang.reflect.InvocationTargetException: java.lang.LinkageError: NTDelegate only works on Windows NT, not on Windows 2000
at weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:124)
at weblogic.security.ntrealm.NTDelegate.
(NTDelegate.java:56) at weblogic.security.ntrealm.NTRealm.
(NTRealm.java:39) at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at weblogic.security.acl.Realm.getRealm(Realm.java:79)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1744)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1084)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:484)