• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

cannot retrieve character list

Initiate Mage
Joined
Aug 7, 2015
Messages
2
Reaction score
0
hello can anyone help with this problem i have a 148 v85 server when i log in to client it hangs on char screen the this error pops up cannot retrieve character list searched here and goggle to no luck though
my servers running ubantu 12.04 :)
thanks for anyhelp you can give
 
Junior Spellweaver
Joined
Dec 28, 2008
Messages
114
Reaction score
13
I would check the role.jsp file in your pwAdmin folder.
Make sure it has
<%@include file="WEB-INF/.pwadminconf.jsp"%>
at the top with the "imports". If it is there, then I would check the code and make sure all the paths are correct.

If you get the page showing but no characters, the bar that says "players" has a "synchronize" button at the end. Just click it so it can import all the players. You have to import them before you can do anything with them - AND MAPS MUST BE OFF!!! make a second startup script just like the one you use but take out the maps. I would also ad a line at the bottom to restart your tomcat7...
service tomcat7 restart
Shutdown gameserver run this new script, go to your pwAdmin page import the roles (synchronize) once the page says its done shutdown gameserver, do backups add updates and restart server.
Your players will then show up and you can edit, but any new players that are created after the "sync" will not show up until you repeat the process again.

This all could be done in a script instead of using both script and pwAdmin (synchronizing) I just have not had time to really work on one.
 
Last edited:
Upvote 0
Back
Top