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.
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
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
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.