Avatar

Please consider registering
guest

sp_LogInOut Log In sp_Registration Register

Register | Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

sp_Feed Topic RSS sp_TopicIcon
Version 4.1.0 throws "java.lang.IllegalArgumentException: null arg" when connecting to server
August 22, 2019
14:34, EEST
Avatar
nmnemonic
Member
Members
Forum Posts: 5
Member Since:
August 22, 2019
sp_UserOfflineSmall Offline

After upgrading from 4.0.0-774 to 4.1.0-868 my client app gets this when connecting to the server.

java.lang.IllegalArgumentException: null arg
at com.prosysopc.ua.stack.application.Application.addApplicationInstanceCertificate(SourceFile:92)
at com.prosysopc.ua.client.UaClient.A(SourceFile:5729)
at com.prosysopc.ua.client.UaClient.connect(SourceFile:857)
.
.
I assume that this is caused by the ApplicationIdentity used not having a defined KeyPair, but why is the KeyPair mandatory also when using SecurityMode.NONE ?
Prior to version 4.1 the code worked well without having to set a KeyPair.

Here is a simplified version of the sourceCode used (none of the uppercase arguments are null):
———————————————————————–
UaClient myClient = new UaClient(SERVER_URI);

ApplicationDescription appDescription = new ApplicationDescription();
appDescription.setApplicationName(new LocalizedText(APPLICATION_NAME, Locale.ENGLISH));
appDescription.setApplicationUri(APPLICATION_URI);
appDescription.setProductUri(PRODUCT_URI);
appDescription.setApplicationType(ApplicationType.Client);

ApplicationIdentity identity = new ApplicationIdentity();
identity.setApplicationDescription(appDescription);
identity.setOrganisation(ORGANIZATION);
myClient.setApplicationIdentity(identity);

myClient.setLocale(Locale.ENGLISH);
myClient.setTimeout(CONNECTION_TIMEOUT);
myClient.setSecurityMode(SecurityMode.NONE);

UserIdentity userIdentity= new UserIdentity(USERNAME, PASSWORD);
myClient.setUserIdentity(userIdentity);
myClient.connect(); // The IllegalArgumentException is thrown here.
————————————————————-

August 22, 2019
15:21, EEST
Avatar
Bjarne Boström
Moderator
Moderators
Forum Posts: 982
Member Since:
April 3, 2012
sp_UserOfflineSmall Offline

Hi,

Thanks for reporting and sorry for the issue. Seems to be a side-effect of the improvement that UaClient.getEncoderContext() can now be called before connect(). Due to changes there is now one null-check missing. Seems we need to do 4.1.2 release real soon. I can send a beta build as the issue is fixed (wont take long), send email to uajava-support@prosysopc.com if needed.

September 9, 2019
11:43, EEST
Avatar
Michael Jacoby
New Member
Members
Forum Posts: 1
Member Since:
September 9, 2019
sp_UserOfflineSmall Offline

I’ve also encountered above problem. Any rough estimation on when to expect an officially released fixed version?

September 9, 2019
12:05, EEST
Avatar
Bjarne Boström
Moderator
Moderators
Forum Posts: 982
Member Since:
April 3, 2012
sp_UserOfflineSmall Offline

The release is work in process, hopefully during today.

Forum Timezone: Europe/Helsinki

Most Users Ever Online: 518

Currently Online:
14 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

ibrahim: 75

rocket science: 75

Sabari: 62

kapsl: 57

gjevremovic: 49

Xavier: 43

fred: 41

Member Stats:

Guest Posters: 0

Members: 707

Moderators: 16

Admins: 1

Forum Stats:

Groups: 3

Forums: 15

Topics: 1466

Posts: 6253

Newest Members:

christi10l, ahamad1, Flores Frederick, ellenmoss, harriettscherer, shanonhumphreys, KupimotoblokfuB, tamhollander5, paulinafcf, bridgette18l

Moderators: Jouni Aro: 1009, Otso Palonen: 32, Tuomas Hiltunen: 5, Pyry: 1, Petri: 0, Bjarne Boström: 982, Heikki Tahvanainen: 402, Jukka Asikainen: 1, moldzh08: 0, Jimmy Ni: 26, Teppo Uimonen: 21, Markus Johansson: 42, Niklas Nurminen: 0, Matti Siponen: 319, Lusetti: 0, Ari-Pekka Soikkeli: 5

Administrators: admin: 1