Avatar
Please consider registering
guest
sp_LogInOut Log Insp_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 RSSsp_TopicIcon
Restarting Server
April 16, 2013
12:44, EEST
Avatar
TimK
Member
Members
Forum Posts: 41
Member Since:
June 27, 2012
sp_UserOfflineSmall Offline

I’m calling shutdown(), and then later trying to start the server back up with start().

My custom node manager’s init() is being called twice on that second start() call, once from NodeManagerTable.init(), and once from NodeManager.start(), via NodeManagerTable.start().

First, is this something that should work? If so, is this a bug, or do I need to do something differently?

April 16, 2013
16:28, EEST
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1029
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

It sounds like a bug. The SDK was not originally developed to support server restart, but apparently it should work, since you are not the only one doing it (I am investigating another case related to a test setup, which fails a bit worse). So, it seems that there are currently some issues with it.

Just report your findings here and we will improve it, accordingly.

April 17, 2013
13:07, EEST
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1029
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

Hmm, I took another look and it seems that this is intentional, after all, to make sure init is getting called.

You should write your init like this to ensure that you only initialize once.

if (!initialized) {

}
super.init(); // sets initialized=true

close() sets initialized=false.

Forum Timezone: Europe/Helsinki
Most Users Ever Online: 1919
Currently Online:
Guest(s) 45
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 90
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 732
Moderators: 8
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1545
Posts: 6516
Newest Members:
mood edibles, LouieWreve, daniellabdx, janessan21, sammiebeak359, gena7127517, thorstenbouldin, Brett.Rollason, steven014223542, Roberthat
Moderators: Jouni Aro: 1029, Pyry: 1, Petri: 1, Bjarne Boström: 1045, Jimmy Ni: 26, Matti Siponen: 353, Lusetti: 0, Elias: 0
Administrators: admin: 1