Paco Avila created AMQ-6632:
-------------------------------
Summary: Cant' see a AddLuceneWork message in ActiveMQ
Key: AMQ-6632
URL: https://issues.apache.org/jira/browse/AMQ-6632
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.14.4, 5.13.4
Environment: Java 8 - Ubuntu 16.04
Reporter: Paco Avila
Priority: Minor
I've Hibernate in cluster mode, which uses ActiveMQ to send messages between
nodes. When I try to see a AddLuceneWork message body an error is shown in log:
{code:xml}
org.apache.jasper.JasperException: An exception occurred processing JSP page
/message.jsp at line 186
183: </thead>
184: <tbody>
185: <tr>
186: <td><div class="message"><pre class="prettyprint"><c:out
value="${requestContext.messageQuery.body}"/></pre></div></td>
187: </tr>
188: </tbody>
189: </table>
{code}
This happens after I've added the JAR which contains the required class into
ACTIVE_MQ/lib and adding this line to the ACTIVE_MQ/bin/env file:
{code:java}
ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*"
{code}
Thanks in advance.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)