cancel
Showing results for 
Search instead for 
Did you mean: 

UnsatisfiedLinkError with SSO2Ticket.init

former_member273222
Participant
0 Kudos

Hi All,

I'm trying to get this Java app to run on Web AS Java but when it tries to authenticate a SAP Logon ticket I get this error:

Processing HTTP request to servlet [action] finished with error. The error is: java.lang.UnsatisfiedLinkError: init

at com.mysap.sso.SSO2Ticket.init(Native Method)

at com.ahrs.ohrcc.sap.arch.auth.LoginTicketAuthenticator.getUserId(LoginTicketAuthenticator.java:167)

at . . . .

I suspect that the app can't find the sapsecu.dll, sapsecu.lib, and sapssoext.dll files. But I put them in the c:\windows\system32 directory where I think they belong. Do I need to do anything other than just copy the files to the directory?

Also of note:

This app has been deployed on a central installation system and it does not get this error. But when I deployed it onto a MSCS clustered system I get this problem. Any help will be great and points will be rewarded. Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please check for this as well...

SSO_PSE_NAME=g:
sapmarkets
properties
umed.pse is set in the

properties file and that the umed.pse exists in this folder?.

I think http://help.sap.com/saphelp_erp2004/helpdata/en/12/9f244183bb8639e10000000a1550b0/frameset.htm will also help u.

Thanks

Subbu