You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2017/03/17 15:52:41 UTC

[jira] [Commented] (AMQ-6632) Cant' see a AddLuceneWork message in ActiveMQ

    [ https://issues.apache.org/jira/browse/AMQ-6632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930198#comment-15930198 ] 

Timothy Bish commented on AMQ-6632:
-----------------------------------

You should ask configuration questions on the users mailing list to get more help.

> 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.13.4, 5.14.4
>         Environment: Java 8 - Ubuntu 16.04
>            Reporter: Paco Avila
>            Priority: Minor
>              Labels: features
>
> 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)