Off Line Message issue Windows ok Linux dont work OpenSim 0.7.0.2
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
Luisillo
居住地: Spain
投稿数: 80
I have a strange issue and the only difference is the operating system in which both run.
Premises:
All versions of apache mysql xoopensim are the same on both servers
All settings (.ini) are the same on both servers.
The problem:
Client is login in linux and sending IM to offline user
Hippo say System: User is not logged in. Message not saved
(but is not true... in database is the message)
Client is login in windows sending IM to a offline user
Hippo say System: User is not logged in. Message saved.
in both cases the message is really saved perfectly in table of xoopensim database.
When offline avatar login in retrieve msg from database I see in console in linux or windows the same message
[OFFLINE MESSAGING]: Retrieving stored messages for 5fxxxxxxxxx (uuid of avatar login in)
An then the data of table xxxxx_xoopensim_offline_message is deleted for the uuid of this avatar in both cases too, linux and windows.
Resumed: in windows work all ok.
In linux message is saved but to the client say not saved
when avatar offline login in have nothing...
but delete messages from table.
Im lost. I compare tables, sentences in php in both cases all is the same in Linux as in windows... but in linux fail.
Other difference when user login in linux or windows is that login in linux have a red error in console
[LLCLIENTVIEW]: Caught exception while processing OpenMetaverse.Packets.RetrieveInstantMessagesPacketSystem.NullReferenceException: Object reference not set to an instance of an object
at OpenSim.Region.CoreModules.Avatar.InstantMessage.OfflineMessageModule.RetrieveInstantMessages (IClientAPI client) [0x00000]
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.HandleRetrieveInstantMessages (IClientAPI sender, OpenMetaverse.Packets.Packet Pack) [0x00000]
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.ProcessSpecificPacketAsync (System.Object state) [0x00000]
In windows have not this error in console.
Please, ideas are welcome I am really lost. I dont know now in what direcction continue searching.
Regards
Premises:
All versions of apache mysql xoopensim are the same on both servers
All settings (.ini) are the same on both servers.
The problem:
Client is login in linux and sending IM to offline user
Hippo say System: User is not logged in. Message not saved
(but is not true... in database is the message)
Client is login in windows sending IM to a offline user
Hippo say System: User is not logged in. Message saved.
in both cases the message is really saved perfectly in table of xoopensim database.
When offline avatar login in retrieve msg from database I see in console in linux or windows the same message
[OFFLINE MESSAGING]: Retrieving stored messages for 5fxxxxxxxxx (uuid of avatar login in)
An then the data of table xxxxx_xoopensim_offline_message is deleted for the uuid of this avatar in both cases too, linux and windows.
Resumed: in windows work all ok.
In linux message is saved but to the client say not saved
when avatar offline login in have nothing...
but delete messages from table.
Im lost. I compare tables, sentences in php in both cases all is the same in Linux as in windows... but in linux fail.
Other difference when user login in linux or windows is that login in linux have a red error in console
[LLCLIENTVIEW]: Caught exception while processing OpenMetaverse.Packets.RetrieveInstantMessagesPacketSystem.NullReferenceException: Object reference not set to an instance of an object
at OpenSim.Region.CoreModules.Avatar.InstantMessage.OfflineMessageModule.RetrieveInstantMessages (IClientAPI client) [0x00000]
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.HandleRetrieveInstantMessages (IClientAPI sender, OpenMetaverse.Packets.Packet Pack) [0x00000]
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.ProcessSpecificPacketAsync (System.Object state) [0x00000]
In windows have not this error in console.
Please, ideas are welcome I am really lost. I dont know now in what direcction continue searching.
Regards
投票数:326
平均点:2.18
Luisillo
居住地: Spain
投稿数: 80
More information Xoopensim version 1.50 in both servers
投票数:214
平均点:6.17
iseki
投稿数: 1581
Hi,
Sorry, we have not environment of Linux Viewer.
So, we can not test for Linux client now.
And please use latest version of XoopenSim (v1.55).
http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=5&lid=3
v1.50 has some bugs.
Thanks.
Sorry, we have not environment of Linux Viewer.
So, we can not test for Linux client now.
And please use latest version of XoopenSim (v1.55).
http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=5&lid=3
v1.50 has some bugs.
Thanks.
投票数:94
平均点:5.11
Luisillo
居住地: Spain
投稿数: 80
Thank you for answer Mr. iseky.
I explain bad the problem I think.
My english is very bad. Im sorry for that. I try resume it (less words less errors)
I have grid "A" running in linux all modules work fine but not work Offline messages.
I have grid "B" (the same configurations in all to "A" grid) in this grid all work correctly Offline message too.
I compare differences in both configurations I can not see where is my fault.
Im looking why in windows work all ok and in linux offline messages fail.
Regards,
I explain bad the problem I think.
My english is very bad. Im sorry for that. I try resume it (less words less errors)
I have grid "A" running in linux all modules work fine but not work Offline messages.
I have grid "B" (the same configurations in all to "A" grid) in this grid all work correctly Offline message too.
I compare differences in both configurations I can not see where is my fault.
Im looking why in windows work all ok and in linux offline messages fail.
Regards,
投票数:112
平均点:4.46
Luisillo
居住地: Spain
投稿数: 80
Thank you for answer Mr. iseky.
I explain bad the problem I think.
My english is very bad. Im sorry for that. I try resume it (less words less errors)
I have grid "A" running in linux all modules work fine but not work Offline messages.
I have grid "B" (the same configurations in all to "A" grid) in this grid all work correctly Offline message too.
I compare differences in both configurations I can not see where is my fault.
Im looking why in windows work all ok and in linux offline messages fail.
Regards,
I explain bad the problem I think.
My english is very bad. Im sorry for that. I try resume it (less words less errors)
I have grid "A" running in linux all modules work fine but not work Offline messages.
I have grid "B" (the same configurations in all to "A" grid) in this grid all work correctly Offline message too.
I compare differences in both configurations I can not see where is my fault.
Im looking why in windows work all ok and in linux offline messages fail.
Regards,
投票数:217
平均点:3.50
Luisillo
居住地: Spain
投稿数: 80
Solved.
On 0.7.2.2 Linux and windows
On 0.7.2.2 Linux and windows
投票数:152
平均点:2.89