 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bruce Burden Guest
|
Posted: Sun Sep 10, 2006 7:10 am Post subject: Looking for "authenticateUser" |
|
|
Hi folks,
I know nothing about java, but an app I am attempting to
run is not able to resolve "authenticateUser":
08 Sep 2006 17:44:09,071 [RaidMan:Console:Login:tigerfish.my.domain] ERROR GUIManagementAg
entRemote.doLogin:167 - Login failed
java.rmi.ServerError: Error occurred in server thread; nested exception is:
=====>> java.lang.UnsatisfiedLinkError: authenticateUser
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:382)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall
..java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI_Stub.login(Unknown Source)
at com.ibm.sysmgt.raidmgr.mgtGUI.GUIManagementAgentRemote.doLogin(GUIManagementAge
ntRemote.java:138)
at com.ibm.sysmgt.raidmgr.mgtGUI.ManagedSystem.doLogin(ManagedSystem.java:202)
at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToLocal(LoginHelper.java:610)
at com.ibm.sysmgt.raidmgr.mgtGUI.LoginHelper.doLoginToRemote(LoginHelper.java:94)
at com.ibm.sysmgt.raidmgr.mgtGUI.ManagedSystem$1.run(ManagedSystem.java:647)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.UnsatisfiedLinkError: authenticateUser
at com.ibm.sysmgt.raidmgr.agent.ManagementAgent.authenticateUser(Native Method)
at com.ibm.sysmgt.raidmgr.agent.SecurityManagerRMI.login(SecurityManagerRMI.java:4
26)
at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI.login(GatekeeperRMI.java:133)
at com.ibm.sysmgt.raidmgr.agent.GatekeeperRMI_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
... 1 more
08 Sep 2006 17:46:06,288 [RaidMan:Console:Login:tigerfish.my.domain] ERROR GUIManagementAg
entRemote.doLogin:167 - Login failed
I am working with FreeBSD/jdk1.5. So, basically, I am looking for an
implementation that I can add and modify to work with the FreeBSD password
API.
Thank you,
Bruce
--
------------------------------------------------------------------------
"I like bad!" Bruce Burden Austin, TX.
- Thuganlitha
The Power and the Prophet
Robert Don Hughes |
|
| Back to top |
|
 |
Oliver Wong Guest
|
Posted: Tue Sep 12, 2006 1:51 am Post subject: Re: Looking for "authenticateUser" |
|
|
"Bruce Burden" <brucegb (AT) realtime (DOT) net> wrote in message
news:ee031o0122n (AT) enews3 (DOT) newsguy.com...
| Quote: |
Hi folks,
I know nothing about java, but an app I am attempting to
run is not able to resolve "authenticateUser":
08 Sep 2006 17:44:09,071 [RaidMan:Console:Login:tigerfish.my.domain] ERROR
GUIManagementAg
entRemote.doLogin:167 - Login failed
java.rmi.ServerError: Error occurred in server thread; nested exception
is:
=====>> java.lang.UnsatisfiedLinkError: authenticateUser
|
This means that the JVM (Java Virtual Machine) is trying to interface
with some native code, and failed to do so. Could it be a problem with your
JVM install?
- Oliver |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|