Archiving (monitoring) broken in 4.0.0

function showConversation(conv) {

    selectedConversation = conv;

    conversations.getConversationInfo(showConv, conv, true);

}

The above function is what it’s using but isn’t being defined properly. Here is the output from the console of when I load the archiving page. When I click on an event is when I get the above function attempting to fire, but conversations is not defined.

http://spark:9090/plugins/monitoring/dwr/engine.js Failed to load resource: the server responded with a status of 404 (Not Found)

http://spark:9090/plugins/monitoring/dwr/util.js Failed to load resource: the server responded with a status of 404 (Not Found)

http://spark:9090/plugins/monitoring/dwr/interface/conversations.js Failed to load resource: the server responded with a status of 404 (Not Found)

7archive-search.jsp?participant1=Any&participant2=Any&startDate=Any&endDate=Any& keywords=&submitForm…:281 Uncaught ReferenceError: conversations is not defined

archive-search.jsp?participant1=Any&participant2=Any&startDate=Any&endDate=Any&k eywords=&submitForm…:281 Uncaught ReferenceError: conversations is not definedshowConversation @ archive-search.jsp?participant1=Any&participant2=Any&startDate=Any&endDate=Any& keywords=&submitForm…:281onclick @ archive-search.jsp?participant1=Any&participant2=Any&startDate=Any&endDate=Any& keywords=&submitForm…:695

Hey, I tried with OF 4.0.0 and monitoring service plugin 1.4.6. It’s working fine.

I just re-loaded openfire server completely, and verified my openfire is the same build as the github site - it’s still performing this way.

I had a dev who is writing us a plugin test it as well, and he is experiencing the same issue.

I completely removed plugins/monitoring* (jar and folder), unloaded it in plugin list, and copied it over fresh from the github clone folder after building it fresh via ant.

http://spark.:9090/plugins/monitoring/dwr/engine.js Failed to load resource: the server responded with a status of 404 (Not Found)

http://spark.:9090/plugins/monitoring/dwr/util.js Failed to load resource: the server responded with a status of 404 (Not Found)

http://spark.:9090/plugins/monitoring/dwr/interface/conversations.js Failed to load resource: the server responded with a status of 404 (Not Found)

7archive-search.jsp?participant1=Any&participant2=Any&startDate=Any&endDate=Any& keywords=&submitForm…:281 Uncaught ReferenceError: conversations is not defined

Which version of monitoring service plugin is used?? and can you share the details of environment?

Java Version:
1.7.0_91 Oracle Corporation – OpenJDK 64-Bit Server VM
Appserver:
jetty/9.2.z-SNAPSHOT
Host Name:
spark
OS / Hardware:
Linux / amd64

Plugin
Monitoring Service
README changelog

Monitors conversations and statistics of the server.
1.5.0

Jive Software

Refresh
Delete

I should note that we do have a modified version of the monitoring plugin that we were using, but have since switched back to base version.

ahartlaub/openfire_monitoring · GitHub is the pre-4.0.0 modified version.

I have an updated version of the above for 4.0.0 and the backend changes that it did could potentially be the culprit.

Might be due to modified version. I used monitoring service 1.4.6 with OF 4.0.0 version.

Hi aks,

I had the dev making the plugin attempt to do a fresh base install, and he has the same behavior:

The latest code produces the same result. I tried with and without my modifications. I was able to get the 1.4.7 version from their site to work however when I downloaded the 1.5 version it does the same thing as the built version.

Version 1.5.0 does not work, reverted to 1.4.6 and it works.

Cannot get chat history after updating Openfire to 3.10.3 and Monitoring service to 1.4.7

See this thread, others are experiencing it as well.