Sign in to follow this  
DiWorm

More 1.3.5.5 server log error

Recommended Posts

Periodically in log I see this:

 

[11:48:54 PM] INFO com.wurmonline.server.webinterface.WebInterfaceImpl: Unknown Remote Client Add money to bank 2 , 12 for player name: Brodjaga, wid -1
[11:51:57 PM] WARNING com.wurmonline.server.webinterface.WebInterfaceImpl: Could not get ClientHost details due to not in a remote call
java.rmi.server.ServerNotActiveException: not in a remote call
    at sun.rmi.transport.tcp.TCPTransport.getClientHost(TCPTransport.java:613)
    at java.rmi.server.RemoteServer.getClientHost(RemoteServer.java:77)
    at com.wurmonline.server.webinterface.WebInterfaceImpl.getRemoteClientDetails(WebInterfaceImpl.java:204)
    at com.wurmonline.server.webinterface.WebInterfaceImpl.addMoneyToBank(WebInterfaceImpl.java:1848)
    at com.wurmonline.server.webinterface.WebInterfaceImpl.addMoneyToBank(WebInterfaceImpl.java:1776)
    at com.wurmonline.server.LoginServerWebConnection.addMoney(LoginServerWebConnection.java:243)
    at com.wurmonline.server.players.Player.poll(Player.java:3715)
    at com.wurmonline.server.creatures.Creatures.pollAllCreatures(Creatures.java:1716)
    at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1779)
    at com.wurmonline.server.Server.run(Server.java:1853)
    at java.util.TimerThread.mainLoop(Timer.java:555)
    at java.util.TimerThread.run(Timer.java:505)

 

 

And

 

[11:53:47 PM] INFO com.wurmonline.server.tutorial.TriggerEffect: Added karma 100 to Anxed for mission 125 for Magranon's word state change=10.0 to 11.0
[11:53:47 PM] WARNING com.wurmonline.server.deities.Deity: [SQLITE_CONSTRAINT]  Abort due to constraint violation (UNIQUE constraint failed: HELPERS.WURMID)
java.sql.SQLException: [SQLITE_CONSTRAINT]  Abort due to constraint violation (UNIQUE constraint failed: HELPERS.WURMID)
	at org.sqlite.core.DB.newSQLException(DB.java:890)
	at org.sqlite.core.DB.newSQLException(DB.java:901)
	at org.sqlite.core.DB.execute(DB.java:810)
	at org.sqlite.core.DB.executeUpdate(DB.java:847)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:86)
	at com.wurmonline.server.deities.Deity.setPlayerKarma(Deity.java:689)
	at com.wurmonline.server.webinterface.WcEpicKarmaCommand$1.run(WcEpicKarmaCommand.java:152)

 

And

 

[07:33:22 AM] INFO com.wurmonline.server.creatures.Communicator: Unable to find dragged item
com.wurmonline.server.NoSuchItemException: No item found with id 21946782090754
	at com.wurmonline.server.Items.getItem(Items.java:263)
	at com.wurmonline.server.creatures.Communicator.reallyHandle_CMD_MOVE_INVENTORY(Communicator.java:3675)
	at com.wurmonline.server.creatures.Communicator.reallyHandle(Communicator.java:2443)
	at com.wurmonline.communication.SocketConnection.tick(SocketConnection.java:615)
	at com.wurmonline.communication.SocketServer.tick(SocketServer.java:172)
	at com.wurmonline.server.Server.run(Server.java:2459)
	at java.util.TimerThread.mainLoop(Timer.java:555)
	at java.util.TimerThread.run(Timer.java:505)

Ideas?

Edited by DiWorm

Share this post


Link to post
Share on other sites

I'm also having.. Did you find the problem?

Could not get ClientHost details due to not in a remote call
java.rmi.server.ServerNotActiveException: not in a remote call

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this