-
For a while I considered adding support also for MSSQL 2005 but as it was not possible to add detection for MSSQL version in easy way and due to the fact that MSSQL 2005 version was compatible with newer MSSQL version but with worse performance I decided not to add support for MSSQL 2005 and only support MSSQL versions from MSSQL 2008. Moreover we now have 2014 so chance that someone would like to use database software from 2005 is rather small.
+Summary:+
Issue is fixed now for MSSQL 2008 and never versions.
-
Hello.Now i can get response in the 7.0.1 version service , but 5.2.3. did not reply
Information is as follows:
2016-01-08 09:51:26.425 [in_0-message-archive] AbstractMessageReceiver$QueueListener.run() SEVERE: [in_0-message-archive] Exception during packet processing: from=sess-man@localhost, to=message-archive@10.10.10.219, DATA=
<retrieve xmlns="urn:xmpp:archive" start="2000-00-00T00:00:00+0800"> <set xmlns="http://jabber.org/protocol/rsm"> <max>500</max> </set> </retrieve>
, SIZE=286, XMLNS=jabber:client, PRIORITY=NORMAL, PERMISSION=AUTH, TYPE=get
java.lang.NullPointerException: Neither attribute key or value can be set to null.
at tigase.xml.Element$XMLIdentityHashMap.put(Element.java:1294) at tigase.xml.Element.setAttribute(Element.java:1026) at tigase.xml.Element.setAttributes(Element.java:1077) at tigase.xml.Element.<init>(Element.java:141) at tigase.archive.MessageArchiveComponent.getMessages(MessageArchiveComponent.java:415) at tigase.archive.MessageArchiveComponent.processActionPacket(MessageArchiveComponent.java:227) at tigase.archive.MessageArchiveComponent.processPacket(MessageArchiveComponent.java:107)
- at tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1475)
please help me。3Q3Q3Q
-
First it is not a good idea to comment on closed task. In this case it is not related to your issue.
Verision 5.2.3 uses older version of Message Archiving component in which it was not possible to execute any retrieval from MessageArchiving without specifying
with
attribute. In new version distributed with 7.0.0 version of Tigase XMPP Server we added possibility to omitwith
attribute.My suggestion to solve your problem is to use Tigase XMPP Server 7.0.1 as it is latest stable version.
Type |
Consulting
|
Priority |
Normal
|
Assignee | |
RedmineID |
1922
|
There is an issue with generic SQL queries used to retrieve data on MSSQL. We would need to prepare custom queries for MSSQL to make it work.
Created from thread https://projects.tigase.org/boards/19/topics/1888