-
Bug
-
Resolution: Done
-
Minor
-
EAP_EWP 5.1.2
-
None
-
Not Required
-
NEW
When importing large messages using hornetq jars patched by JBPAPP-10936:
java -cp $JBOSS_HOME/common/lib/hornetq-jms.jar:$JBOSS_HOME/common/lib/netty.jar:$JBOSS_HOME/common/lib/hornetq-core.jar org.hornetq.jms.persistence.impl.journal.XmlDataImporter hornetq_journal.xml 127.0.0.1 5445 false true
then following warnings are logged:
WARNING: Could not delete: a432dbc7-595a-479c-b266-dddcfad3ea5b.tmp Feb 20, 2014 9:59:56 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: a432dbc7-595a-479c-b266-dddcfad3ea5b.tmp Feb 20, 2014 9:59:56 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: 14874d90-eac5-45cf-bfda-070042f74ff3.tmp Feb 20, 2014 9:59:56 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: 14874d90-eac5-45cf-bfda-070042f74ff3.tmp Feb 20, 2014 9:59:56 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: 14874d90-eac5-45cf-bfda-070042f74ff3.tmp Feb 20, 2014 9:59:56 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: 14874d90-eac5-45cf-bfda-070042f74ff3.tmp Feb 20, 2014 9:59:56 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: 14874d90-eac5-45cf-bfda-070042f74ff3.tmp Feb 20, 2014 9:59:57 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: b5b2c2a2-2d6c-466e-a9ce-f7560887d74f.tmp Feb 20, 2014 9:59:57 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: b5b2c2a2-2d6c-466e-a9ce-f7560887d74f.tmp Feb 20, 2014 9:59:57 AM org.hornetq.core.logging.impl.JULLogDelegate warn WARNING: Could not delete: b5b2c2a2-2d6c-466e-a9ce-f7560887d74f.tmp
To reproduce the issue:
git clone git://git.app.eng.bos.redhat.com/jbossqe/eap-tests-interop.git
cd eap-tests-interop
Run test: mvn -Djbossas.ts.zip.eap5=<eap5.1.2_dist>.zip -Djbossas.ts.zip.eap6=<eap6.2.0-patched>.zip -Djbossas.ts.zip.eap5-hq-installer=<hornetq-installer-5.1.2-jbpapp-10936>.zip -Dexecution=hornetq-interop -Dtest=JournalTestCase#testImportExportInEAP5Server -Dmessaging-hornetq-ra -pl :messaging-hornetq-ra clean install| tee log
All messages are correctly imported and warnings does not affect functionality.
- is incorporated by
-
JBPAPP-11073 Upgrade HornetQ to 2.2.28.Final
- Resolved