[1/2] activemq-artemis git commit: ARTEMIS-619 stop components along with server

2016-07-08 Thread clebertsuconic
Repository: activemq-artemis
Updated Branches:
  refs/heads/master db578d37a -> 506dbc7ff


ARTEMIS-619 stop components along with server


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/17cf45ad
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/17cf45ad
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/17cf45ad

Branch: refs/heads/master
Commit: 17cf45ad4f20a82fc251bab291962c607f1b3d15
Parents: db578d3
Author: jbertram 
Authored: Fri Jul 8 13:23:04 2016 -0500
Committer: jbertram 
Committed: Fri Jul 8 13:23:04 2016 -0500

--
 .../org/apache/activemq/artemis/cli/commands/Run.java| 11 +--
 .../activemq/artemis/component/WebServerComponent.java   |  5 -
 2 files changed, 9 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/17cf45ad/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java
--
diff --git 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java
index d3c711d..3a0c6c9 100644
--- 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java
+++ 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java
@@ -102,6 +102,13 @@ public class Run extends LockAbstract {
   fileConfiguration.getLargeMessagesLocation().mkdirs();
}
 
+   private void stopServerAndComponenets() throws Exception {
+  for (ActiveMQComponent component : components) {
+ component.stop();
+  }
+  server.stop();
+   }
+
/**
 * Add a simple shutdown hook to stop the server.
 *
@@ -139,7 +146,7 @@ public class Run extends LockAbstract {
 if (file.exists()) {
try {
   try {
- server.stop();
+ stopServerAndComponenets();
   }
   catch (Exception e) {
  e.printStackTrace();
@@ -162,7 +169,7 @@ public class Run extends LockAbstract {
  @Override
  public void run() {
 try {
-   server.stop();
+   stopServerAndComponenets();
 }
 catch (Exception e) {
e.printStackTrace();

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/17cf45ad/artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java
--
diff --git 
a/artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java
 
b/artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java
index b857d5b..739edc0 100644
--- 
a/artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java
+++ 
b/artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java
@@ -98,11 +98,6 @@ public class WebServerComponent implements ExternalComponent 
{
  }
   }
 
-  WebAppContext handler = new WebAppContext();
-  handler.setContextPath("/");
-  handler.setResourceBase(warDir.toString());
-  handler.setLogUrlOnStart(true);
-
   ResourceHandler resourceHandler = new ResourceHandler();
   resourceHandler.setResourceBase(warDir.toString());
   resourceHandler.setDirectoriesListed(true);



[2/2] activemq-artemis git commit: This closes #626

2016-07-08 Thread clebertsuconic
This closes #626


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/506dbc7f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/506dbc7f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/506dbc7f

Branch: refs/heads/master
Commit: 506dbc7fffb4a71bdce3b78042ee6b0b5cdde9f3
Parents: db578d3 17cf45a
Author: Clebert Suconic 
Authored: Fri Jul 8 14:49:11 2016 -0400
Committer: Clebert Suconic 
Committed: Fri Jul 8 14:49:11 2016 -0400

--
 .../org/apache/activemq/artemis/cli/commands/Run.java| 11 +--
 .../activemq/artemis/component/WebServerComponent.java   |  5 -
 2 files changed, 9 insertions(+), 7 deletions(-)
--




svn commit: r992352 - in /websites/production/activemq/content: apache-activemq-board-report-201607-july.html cache/main.pageCache

2016-07-08 Thread buildbot
Author: buildbot
Date: Fri Jul  8 18:21:55 2016
New Revision: 992352

Log:
Production update by buildbot for activemq

Modified:

websites/production/activemq/content/apache-activemq-board-report-201607-july.html
websites/production/activemq/content/cache/main.pageCache

Modified: 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
==
--- 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
 (original)
+++ 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
 Fri Jul  8 18:21:55 2016
@@ -72,7 +72,7 @@
   
 
 
-DescriptionApache ActiveMQ is a popular and powerful open source messaging 
server. Apache ActiveMQ is fast, supports many cross language clients and 
protocols, comes with easy to use enterprise integration patterns and many 
advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 
1.0.ActivityActiveMQ Artemiscontinues working towards adding ActiveMQ 
5.x equivalent features, client compatibility and 
improvements:The 
OpenWire protocol implementation is now feature 
completeThe Database 
journal has been improved and support added for:MySQLPostgreSQLDatabase storage for large messages has been 
addedHA using 
replication has been heavily tested and had several 
improvementsThe AMQP 
protocol has had a lot of attention including many fixes and support for AMQP 
link drain and subscription addressesMQTT protocol has been updated to support interceptors and cross 
protocol communicationDual-authentication is now supported so SSL and non-SSL 
connections can be authenticated by different JAAS login 
modules.The broker's 
SSL keystores can now be reloaded on demand without stopping the 
broker.JMS topics are 
now auto-created by default 
 when a producer sends a message or a client 
subscribes.The name of 
the authenticated user can now be automatically added to the messages it 
sends.STOMP clients can 
now have their authentication and authorization based on their SSL 
certificate.Lots of 
smaller bug fixes and performance 
improvementsThe ActiveMQ Broker continues to see continued bug fixes and 
feature additionsSupport added for AMQP over WebSockets added for inclusion in 
5.14.0Improvements to the KahaDB message store allowing for 
better store clean up.Important fixes continue to be ported to the 5.13.x branch and a 
new 5.13.4 release is nearing release readiness. PMC 
changesCurrently 22 PMC membersNo new PMC members 
added in the last 3 monthsLast PMC addition was Christopher Shannon on 
Sun Jan 24 2016Committer base 
changesCurrently 56 committersNo new committers 
added in the last 3 monthsLast committer addition was Matt Richard 
Hogstrom at Thu Jan 28 2016Releases5.13.3 was released on Sun 
May 01 2016ActiveMQ Artemis 1.3.0 was released on Tue Jun 14 2016<
 /li>Apache.NMS.ActiveMQ v1.7.2 was released on Wed Apr 06 
2016Mailing list activitymailto:us...@activemq.apache.org; 
rel="nofollow">us...@activemq.apache.org741 subscribers (up 14 in 
the last 3 months)638 emails sent 
to list (837 in previous quarter)mailto:d...@activemq.apache.org; 
rel="nofollow">d...@activemq.apache.org367 subscribers (up 14 in 
the last 3 months)909 emails sent 
to list (653 in previous quarter)mailto:annou...@activemq.apache.org; 
rel="nofollow">annou...@activemq.apache.orgmailto:annou...@activemq.apache.org; 
rel="nofollow">9 subscribers (up 0 in the las
 t 3 months)mailto:iss...@activemq.apache.org; 
rel="nofollow">iss...@activemq.apache.org43 subscribers (up 3 in 
the last 3 months)2159 emails sent to list (1698 in previous 
quarter)JIRA 
activity261 JIRA tickets created in the last 3 
months262 JIRA tickets closed/resolved in the last 3 
months(Most of this information is pulled from https://reporter.apache.org/;>reporter.apache.org)
+DescriptionApache ActiveMQ is a popular and powerful open source messaging 
server. Apache ActiveMQ is fast, supports many cross language clients and 
protocols, comes with easy to use enterprise integration patterns and many 
advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 
1.0.ActivityThe ActiveMQ Broker continues to see continued bug fixes and 
feature additionsSupport added for AMQP over WebSockets added for inclusion in 
5.14.0Improvements to the KahaDB 
message store allowing for better store clean up.<
 /span>Important fixes 
continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing 
release readiness.ActiveMQ Artemiscontinues working towards 
adding ActiveMQ 5.x equivalent features, client compatibility and 
improvements:The OpenWire protocol implementation is now feature 
completeThe Database 
journal has been improved and support added for:MySQLPostgreSQLDatabase storage for large messages has been 
addedHA
  using replication has been heavily tested and had several 
improvementsThe AMQP 
protocol has had a lot of attention 

[CONF] Apache ActiveMQ > Apache ActiveMQ Board Report - 2016.07 (July)

2016-07-08 Thread Bruce Snyder (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Bruce Snyder edited a page 
 
 
  
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Apache ActiveMQ Board Report - 2016.07 (July) 
 
 
  
 
 
 
 
 
 
 ...  Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many cross language clients and protocols, comes with easy to use enterprise integration patterns and many advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 1.0.   Activity  
 
 The ActiveMQ Broker continues to see continued bug fixes and feature additions 
 
 Support added for AMQP over WebSockets added for inclusion in 5.14.0  
 Improvements to the KahaDB message store allowing for better store clean up.  
 Important fixes continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing release readiness.  
  
 
 
 ActiveMQ Artemis continues working towards adding ActiveMQ 5.x equivalent features, client compatibility and improvements:  
 
 
 
  The OpenWire protocol implementation is now feature complete   
  The Database journal has been improved and support added for:  
 
  MySQL   
  PostgreSQL   
  
  Database storage for large messages has been added   
  HA using replication has been heavily tested and had several improvements   
  The AMQP protocol has had a lot of attention including many fixes and support for AMQP link drain and subscription addresses   
  MQTT protocol has been updated to support interceptors and cross protocol communication   
  Dual-authentication is now supported so SSL and non-SSL connections can be authenticated by different JAAS login modules.   
  The broker's SSL keystores can now be reloaded on demand without stopping the broker.   
  JMS topics are now auto-created by default when a producer sends a message or a client subscribes.   
  The name of the authenticated user can now be automatically added to the messages it sends.   
  STOMP clients can now have their authentication and authorization based on their SSL certificate.   
  Lots of smaller bug fixes and performance improvements 
 
  The ActiveMQ Broker continues to see continued bug fixes and feature additions  
 
 Support added for AMQP over WebSockets added for inclusion in 5.14.0  
 Improvements to the KahaDB message store allowing for better store clean up.  
 Important fixes continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing release readiness. 
  
 
 
   
  PMC changes  
 
Currently 22 PMC members 
No new PMC members added in the last 3 months 
Last PMC addition was Christopher Shannon on Sun Jan 24 2016 
 ...  
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 5.8.4  
 
 
  
 
 
 
 
 
 
 
 
 




svn commit: r992347 - in /websites/production/activemq/content: apache-activemq-board-report-201607-july.html cache/main.pageCache

2016-07-08 Thread buildbot
Author: buildbot
Date: Fri Jul  8 16:22:25 2016
New Revision: 992347

Log:
Production update by buildbot for activemq

Modified:

websites/production/activemq/content/apache-activemq-board-report-201607-july.html
websites/production/activemq/content/cache/main.pageCache

Modified: 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
==
--- 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
 (original)
+++ 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
 Fri Jul  8 16:22:25 2016
@@ -72,7 +72,7 @@
   
 
 
-DescriptionApache ActiveMQ is a popular and powerful open source messaging 
server. Apache ActiveMQ is fast, supports many cross language clients and 
protocols, comes with easy to use enterprise integration patterns and many 
advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 
1.0.ActivityActiveMQ Artemiscontinues working towards adding ActiveMQ 
5.x equivalent features, client compatibility and 
improvements:The 
OpenWire protocol implementation is now feature 
completeThe Database 
journal has been improved and support added for:MySQLPostgreSQLDatabase storage for large messages has been 
addedHA using 
replication has been heavily tested and had several 
improvementsThe AMQP 
protocol has had a lot of attention including many fixes and support for AMQP 
link drain and subscription addressesMQTT protocol has been updated to support interceptors and cross 
protocol communicationLots of smaller bug fixes and performance 
improvementsThe ActiveMQ Broker continues to see continued bug fixes and 
feature additionsSupport added 
for AMQP over WebSockets added for inclusion in 
5.14.0Improvements to 
the KahaDB message store allowing for better store clean 
up.Important fixes 
continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing 
release readiness. PMC 
changesCurrently 22 PMC membersNo new PMC members 
added in the last 3 monthsLast PMC addition was Christopher Shannon on 
Sun Jan 24 2016Committer base 
changesCurrently 56 committersNo new committers 
added in the last 3 months<
 /li>Last committer addition was Matt Richard Hogstrom at Thu Jan 28 
2016Releases5.13.3 
was released on Sun May 01 2016ActiveMQ Artemis 1.3.0 was released on 
Tue Jun 14 2016Apache.NMS.ActiveMQ v1.7.2 was released on Wed Apr 06 
2016Mailing list activitymailto:us...@activemq.apache.org; 
rel="nofollow">us...@activemq.apache.org741 subscribers (up 14 in 
the last 3 months)638 emails sent 
to list (837 in previous quarter)mailto:d...@activemq.apache.org; 
rel="nofollow">d...@activemq.apache.org367 subscribers (up 14 in 
the last 3 months)909 emails sent 
to list (653 in previous quarter)mailto:annou...@activemq.apache.org; 
rel="nofollow">annou...@activemq.apache.orgmailto:annou...@activemq.apache.org; 
rel="nofollow">9 subscribers (up 0 in the last 3 
months)mailto:iss...@activemq.apache.org; 
rel="nofollow">iss...@activemq.apache.org43 subscribers (up 3 in 
the last 3 months)2159 emails sent to list (1698 in previous 
quarter)JIRA 
activity261 JIRA tickets created in the last 3 
months262 JIRA tickets closed/resolved in the last 3 
months(Most of this information is pulled from https://reporter.apache.org/;>reporter.apache.org)
+DescriptionApache ActiveMQ is a popular and powerful open source messaging 
server. Apache ActiveMQ is fast, supports many cross language clients and 
protocols, comes with easy to use enterprise integration patterns and many 
advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 
1.0.ActivityActiveMQ Artemiscontinues working towards adding ActiveMQ 
5.x equivalent features, client compatibility and 
improvements:The 
OpenWire protocol implementation is now feature 
completeThe Database 
journal has been improved and support added for:MySQLPostgreSQLDatabase storage for large messages has been 
addedHA using 
replication has been heavily tested and had several 
improvementsThe AMQP 
protocol has had a lot of attention including many fixes and support for AMQP 
link drain and subscription addressesMQTT protocol has been updated to support interceptors and cross 
protocol communicationDual-authentication is now supported so SSL and non-SSL 
connections can be authenticated by different JAAS login 
modules.The broker's 
SSL keystores can now be reloaded on demand without stopping the 
broker.JMS topics are 
now auto-created by default 
 when a producer sends a message or a client 
subscribes.The name of 
the authenticated user can now be automatically added to the messages it 
sends.STOMP clients can 
now have their authentication and authorization based on their SSL 
certificate.Lots of 
smaller bug fixes and performance 
improvementsThe ActiveMQ Broker continues to see continued bug fixes and 
feature additionsSupport added for AMQP over WebSockets added for 

[CONF] Apache ActiveMQ > Apache ActiveMQ Board Report - 2016.07 (July)

2016-07-08 Thread Justin Bertram (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Justin Bertram edited a page 
 
 
  
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Apache ActiveMQ Board Report - 2016.07 (July) 
 
 
  
 
 
 
 
 
 
 ... 
 
  ActiveMQ Artemis continues working towards adding ActiveMQ 5.x equivalent features, client compatibility and improvements:  
 
  The OpenWire protocol implementation is now feature complete   
  The Database journal has been improved and support added for: 
 
  MySQL   
  PostgreSQL   
  
  Database storage for large messages has been added   
  HA using replication has been heavily tested and had several improvements   
  The AMQP protocol has had a lot of attention including many fixes and support for AMQP link drain and subscription addresses   
  MQTT protocol has been updated to support interceptors and cross protocol communication   
  Dual-authentication is now supported so SSL and non-SSL connections can be authenticated by different JAAS login modules.   
  The broker's SSL keystores can now be reloaded on demand without stopping the broker.   
  JMS topics are now auto-created by default when a producer sends a message or a client subscribes.   
  The name of the authenticated user can now be automatically added to the messages it sends.   
  STOMP clients can now have their authentication and authorization based on their SSL certificate.   
  Lots of smaller bug fixes and performance improvements   
  
  The ActiveMQ Broker continues to see continued bug fixes and feature additions  
 
 Support added for AMQP over WebSockets added for inclusion in 5.14.0  
 Improvements to the KahaDB message store allowing for better store clean up.  
 Important fixes continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing release readiness.
  
 ...  
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 5.8.4  
 
 
  
 
 
 
 
 
 
 
 
 




[CONF] Apache ActiveMQ > Apache ActiveMQ Board Report - 2016.07 (July)

2016-07-08 Thread Bruce Snyder (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Bruce Snyder edited a page 
 
 
  
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Apache ActiveMQ Board Report - 2016.07 (July) 
 
 
  
 
 
 
 
 
 
 ...  Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many cross language clients and protocols, comes with easy to use enterprise integration patterns and many advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 1.0.   Activity  
 
  ActiveMQ Artemis continues working towards adding ActiveMQ 5.x equivalent features, client compatibility and improvements:  
 
  The OpenWire protocol implementation is now feature complete   
  The Database journal has been improved and support added for:  
 
  MySQL   
  PostgreSQL   
  
  Database storage for large messages has been added   
  HA using replication has been heavily tested and had several improvements   
  The AMQP protocol has had a lot of attention including many fixes and support for AMQP link drain and subscription addresses   
  MQTT protocol has been updated to support interceptors and cross protocol communication   
  Lots of smaller bug fixes and performance improvements   
  
  The ActiveMQ Broker continues to see continued bug fixes and feature additions  
 
 Support added for AMQP over WebSockets added for inclusion in 5.14.0  
 Improvements to the KahaDB message store allowing for better store clean up.  
 Important fixes continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing release readiness.
  
 ...  
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 5.8.4  
 
 
  
 
 
 
 
 
 
 
 
 




[jira] [Created] (APLO-396) ERROR | Store startup failure: org.iq80.leveldb.impl.DbImpl$BackgroundProcessing

2016-07-08 Thread zhanglin (JIRA)
zhanglin created APLO-396:
-

 Summary: ERROR | Store startup failure: 
org.iq80.leveldb.impl.DbImpl$BackgroundProcessing
 Key: APLO-396
 URL: https://issues.apache.org/jira/browse/APLO-396
 Project: ActiveMQ Apollo
  Issue Type: Bug
  Components: apollo-leveldb
 Environment: OS : Windows XP 5.1
JVM: Java HotSpot(TM) Server VM 1.7.0_67 (Oracle Corporation)
Apollo : 1.7.1 (at: E:\apache-apollo-1.7.1)
Starting store: leveldb store at E:\apache-apollo-1.7.1\bin\test\data
Reporter: zhanglin
Priority: Blocker
 Fix For: 1.7.1


1、Although “leveldbjni-1.8.jar” is exist in ${apollo.home}/lib directory, why 
is not  the JNI version available ?
2、Apollo does not work because Store startup failure, Can you help me? Thanks a 
lot!


- logs 
INFO  | OS : Windows XP 5.1 | 
INFO  | JVM: Java HotSpot(TM) Server VM 1.7.0_67 (Oracle Corporation) | 
INFO  | Apollo : 1.7.1 (at: D:\apollo\apache-apollo-1.7.1) | 
INFO  | Starting store: leveldb store at D:\apollo\apollo_test\test\data | 

WARN  | Using the pure java LevelDB implementation which is still experimental. 
 If the JNI version is not available for your platform, please switch to the 
BDB store instead. 
http://activemq.apache.org/apollo/documentation/user-manual.html#BDB_Store | 

INFO  | Accepting connections at: tcp://0.0.0.0:61613 | 
INFO  | Accepting connections at: tls://0.0.0.0:61614 | 
INFO  | Opening the log file took: 185.65 ms | 
INFO  | Accepting connections at: ws://0.0.0.0:61623/ | 
INFO  | virtual host startup is waiting on store startup | 
INFO  | Accepting connections at: wss://0.0.0.0:61624/ | 
INFO  | Administration interface available at: https://127.0.0.1:61681/ | 
INFO  | Administration interface available at: http://127.0.0.1:61680/ | 
INFO  | broker startup is waiting on start virtual-host: test | 

WARN  | DB operation failed. (entering recovery mode): 
java.lang.UnsupportedOperationException | 155cacc074e

INFO  | DB recovered from failure. | 

ERROR | Store startup failure: 
org.iq80.leveldb.impl.DbImpl$BackgroundProcessingException: 
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.IllegalArgumentException: File is corrupt: size must be at least 48 
bytes | 155cacc074f

INFO  | virtual host startup is no longer waiting.  It waited a total of 25 
seconds. | 
INFO  | broker startup is no longer waiting.  It waited a total of 25 seconds. 
| 
INFO  | Stopped connector at: tcp://0.0.0.0:61613 | 
INFO  | Stopped connector at: tls://0.0.0.0:61614 | 
INFO  | Stopped connector at: wss://0.0.0.0:61624 | 
INFO  | Stopped connector at: ws://0.0.0.0:61623 | 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


svn commit: r992319 - in /websites/production/activemq/content: apache-activemq-board-report-201607-july.html cache/main.pageCache

2016-07-08 Thread buildbot
Author: buildbot
Date: Fri Jul  8 12:21:59 2016
New Revision: 992319

Log:
Production update by buildbot for activemq

Modified:

websites/production/activemq/content/apache-activemq-board-report-201607-july.html
websites/production/activemq/content/cache/main.pageCache

Modified: 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
==
--- 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
 (original)
+++ 
websites/production/activemq/content/apache-activemq-board-report-201607-july.html
 Fri Jul  8 12:21:59 2016
@@ -72,7 +72,7 @@
   
 
 
-DescriptionApache ActiveMQ is a popular and powerful open source messaging 
server. Apache ActiveMQ is fast, supports many cross language clients and 
protocols, comes with easy to use enterprise integration patterns and many 
advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 
1.0.ActivityTODOThe ActiveMQ Broker continues to see continued bug fixes and 
feature additionsSupport added for AMQP over WebSockets added for inclusion in 
5.14.0Improvements to the KahaDB message store allowing for better store 
clean up.Important fixes 
continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing 
release readiness. PMC 
changesCurrently 22 PMC membersNo new PMC members 
added in the last 3 monthsLast PMC addition was Christopher Shannon on 
Sun Jan 24 2016Committer base 
changesCurrently 56 committersNo new committers 
added in the last 3 monthsLast committer addition was Matt Richard 
Hogstrom at Thu Jan 28 2016Releases5.13.3 was released on Sun 
May 01 2016
 ActiveMQ Artemis 1.3.0 was released on Tue Jun 14 
2016Apache.NMS.ActiveMQ v1.7.2 was released on Wed Apr 06 
2016Mailing list activitymailto:us...@activemq.apache.org; 
rel="nofollow">us...@activemq.apache.org741 subscribers (up 14 in 
the last 3 months)638 emails sent 
to list (837 in previous quarter)mailto:d...@activemq.apache.org; 
rel="nofollow">d...@activemq.apache.org367 subscribers (up 14 in 
the last 3 months)909 emails sent 
to list (653 in previous quarter)mailto:annou...@activemq.apache.org; 
rel="nofollow">annou...@activemq.apache.orgmailto:announce@activemq.apache
 .org" rel="nofollow">9 subscribers (up 0 in the last 3 
months)mailto:iss...@activemq.apache.org; 
rel="nofollow">iss...@activemq.apache.org43 subscribers (up 3 in 
the last 3 months)2159 emails sent to list (1698 in previous 
quarter)JIRA 
activity261 JIRA tickets created in the last 3 
months262 JIRA tickets closed/resolved in the last 3 
months(Most of this information is pulled from https://reporter.apache.org/;>reporter.apache.org)
+DescriptionApache ActiveMQ is a popular and powerful open source messaging 
server. Apache ActiveMQ is fast, supports many cross language clients and 
protocols, comes with easy to use enterprise integration patterns and many 
advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 
1.0.ActivityActiveMQ Artemiscontinues working towards adding ActiveMQ 
5.x equivalent features, client compatibility and 
improvements:The 
OpenWire protocol implementation is now feature 
completeThe Database 
journal has been improved and support added for:MySQLPostgreSQLDatabase storage for large messages has been 
addedHA using 
replication has been heavily tested and had several 
improvementsThe AMQP 
protocol has had a lot of attention including many fixes and support for AMQP 
link drain and subscription addressesMQTT protocol has been updated to support interceptors and cross 
protocol communicationLots of smaller bug fixes and performance 
improvementsThe ActiveMQ Broker continues to see continued bug fixes and 
feature additionsSupport added 
for AMQP over WebSockets added for inclusion in 
5.14.0Improvements to 
the KahaDB message store allowing for better store clean 
up.Important fixes 
continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing 
release readiness. PMC 
changesCurrently 22 PMC membersNo new PMC members 
added in the last 3 monthsLast PMC addition was Christopher Shannon on 
Sun Jan 24 2016Committer base 
changesCurrently 56 committersNo new committers 
added in the last 3 months<
 /li>Last committer addition was Matt Richard Hogstrom at Thu Jan 28 
2016Releases5.13.3 
was released on Sun May 01 2016ActiveMQ Artemis 1.3.0 was released on 
Tue Jun 14 2016Apache.NMS.ActiveMQ v1.7.2 was released on Wed Apr 06 
2016Mailing list activitymailto:us...@activemq.apache.org; 
rel="nofollow">us...@activemq.apache.org741 subscribers (up 14 in 
the last 3 months)638 emails sent 
to list (837 in previous quarter)mailto:d...@activemq.apache.org; 
rel="nofollow">d...@activemq.apache.org367 subscribers (up 14 in 
the last 3 months)909 emails sent 
to list (653 in previous quarter)mailto:annou...@activemq.apache.org; 
rel="nofollow">annou...@activemq.apache.orgmailto:annou...@activemq.apache.org; 

[jira] [Updated] (APLO-395) Apollo cann't startup because there's error of "Store startup failure: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.internal.NativeO

2016-07-08 Thread zhanglin (JIRA)

 [ 
https://issues.apache.org/jira/browse/APLO-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhanglin updated APLO-395:
--
Description: 
Apollo has startuped successfully once, but now cann't startup and I have 
modified anything. There is logs belowing.

INFO  | OS : Windows 7 6.1 | 
INFO  | JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) | 
INFO  | Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) | 
INFO  | Starting store: leveldb store at D:\zhanglin\Apollo\test\data | 
INFO  | Opening the log file took: 85.17 ms | 
INFO  | Accepting connections at: tcp://[0:0:0:0:0:0:0:0]:61613 | 
INFO  | Accepting connections at: tls://[0:0:0:0:0:0:0:0]:61614 | 

WARN  | DB operation failed. (entering recovery mode): 
java.lang.NoClassDefFoundError: Could not initialize class 
org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bc

INFO  | Accepting connections at: ws://[::]:61623/ | 
INFO  | Accepting connections at: wss://[::]:61624/ | 
INFO  | virtual host startup is waiting on store startup | 
INFO  | DB recovered from failure. | 

ERROR | Store startup failure: java.lang.NoClassDefFoundError: Could not 
initialize class org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bd

INFO  | virtual host startup is no longer waiting.  It waited a total of 1 
seconds. | 
INFO  | Administration interface available at: https://[::]:61681/ | 
INFO  | Administration interface available at: http://[::]:61680/ | 



  was:
INFO  | OS : Windows 7 6.1 | 
INFO  | JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) | 
INFO  | Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) | 
INFO  | Starting store: leveldb store at D:\zhanglin\Apollo\test\data | 
INFO  | Opening the log file took: 85.17 ms | 
INFO  | Accepting connections at: tcp://[0:0:0:0:0:0:0:0]:61613 | 
INFO  | Accepting connections at: tls://[0:0:0:0:0:0:0:0]:61614 | 
WARN  | DB operation failed. (entering recovery mode): 
java.lang.NoClassDefFoundError: Could not initialize class 
org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bc
INFO  | Accepting connections at: ws://[::]:61623/ | 
INFO  | Accepting connections at: wss://[::]:61624/ | 
INFO  | virtual host startup is waiting on store startup | 
INFO  | DB recovered from failure. | 
ERROR | Store startup failure: java.lang.NoClassDefFoundError: Could not 
initialize class org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bd
INFO  | virtual host startup is no longer waiting.  It waited a total of 1 
seconds. | 
INFO  | Administration interface available at: https://[::]:61681/ | 
INFO  | Administration interface available at: http://[::]:61680/ | 


> Apollo cann't startup because there's error of "Store startup failure: 
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.fusesource.leveldbjni.internal.NativeOptions"
> ---
>
> Key: APLO-395
> URL: https://issues.apache.org/jira/browse/APLO-395
> Project: ActiveMQ Apollo
>  Issue Type: Bug
>  Components: apollo-leveldb
>Affects Versions: 1.7, 1.7.1
> Environment: OS : Windows 7 6.1 
> JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) 
> Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) 
> Starting store: leveldb store at D:\zhanglin\Apollo\test\data 
>Reporter: zhanglin
>Priority: Blocker
>
> Apollo has startuped successfully once, but now cann't startup and I have 
> modified anything. There is logs belowing.
> INFO  | OS : Windows 7 6.1 | 
> INFO  | JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) | 
> INFO  | Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) | 
> INFO  | Starting store: leveldb store at D:\zhanglin\Apollo\test\data | 
> INFO  | Opening the log file took: 85.17 ms | 
> INFO  | Accepting connections at: tcp://[0:0:0:0:0:0:0:0]:61613 | 
> INFO  | Accepting connections at: tls://[0:0:0:0:0:0:0:0]:61614 | 
> WARN  | DB operation failed. (entering recovery mode): 
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bc
> INFO  | Accepting connections at: ws://[::]:61623/ | 
> INFO  | Accepting connections at: wss://[::]:61624/ | 
> INFO  | virtual host startup is waiting on store startup | 
> INFO  | DB recovered from failure. | 
> ERROR | Store startup failure: java.lang.NoClassDefFoundError: Could not 
> initialize class org.fusesource.leveldbjni.internal.NativeOptions | 
> 155c3e7d3bd
> INFO  | virtual host startup is no longer waiting.  It waited a total of 1 
> seconds. | 
> INFO  | Administration interface available at: https://[::]:61681/ | 
> INFO  | Administration interface 

[jira] [Updated] (APLO-395) Apollo cann't startup because there's error of "Store startup failure: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.internal.NativeO

2016-07-08 Thread zhanglin (JIRA)

 [ 
https://issues.apache.org/jira/browse/APLO-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhanglin updated APLO-395:
--
Summary: Apollo cann't startup because there's error of "Store startup 
failure: java.lang.NoClassDefFoundError: Could not initialize class 
org.fusesource.leveldbjni.internal.NativeOptions"  (was: Store startup failure: 
java.lang.NoClassDefFoundError: Could not initialize class 
org.fusesource.leveldbjni.internal.NativeOptions)

> Apollo cann't startup because there's error of "Store startup failure: 
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.fusesource.leveldbjni.internal.NativeOptions"
> ---
>
> Key: APLO-395
> URL: https://issues.apache.org/jira/browse/APLO-395
> Project: ActiveMQ Apollo
>  Issue Type: Bug
>  Components: apollo-leveldb
>Affects Versions: 1.7, 1.7.1
> Environment: OS : Windows 7 6.1 
> JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) 
> Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) 
> Starting store: leveldb store at D:\zhanglin\Apollo\test\data 
>Reporter: zhanglin
>Priority: Blocker
>
> INFO  | OS : Windows 7 6.1 | 
> INFO  | JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) | 
> INFO  | Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) | 
> INFO  | Starting store: leveldb store at D:\zhanglin\Apollo\test\data | 
> INFO  | Opening the log file took: 85.17 ms | 
> INFO  | Accepting connections at: tcp://[0:0:0:0:0:0:0:0]:61613 | 
> INFO  | Accepting connections at: tls://[0:0:0:0:0:0:0:0]:61614 | 
> WARN  | DB operation failed. (entering recovery mode): 
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bc
> INFO  | Accepting connections at: ws://[::]:61623/ | 
> INFO  | Accepting connections at: wss://[::]:61624/ | 
> INFO  | virtual host startup is waiting on store startup | 
> INFO  | DB recovered from failure. | 
> ERROR | Store startup failure: java.lang.NoClassDefFoundError: Could not 
> initialize class org.fusesource.leveldbjni.internal.NativeOptions | 
> 155c3e7d3bd
> INFO  | virtual host startup is no longer waiting.  It waited a total of 1 
> seconds. | 
> INFO  | Administration interface available at: https://[::]:61681/ | 
> INFO  | Administration interface available at: http://[::]:61680/ | 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (APLO-395) Store startup failure: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.internal.NativeOptions

2016-07-08 Thread zhanglin (JIRA)
zhanglin created APLO-395:
-

 Summary: Store startup failure: java.lang.NoClassDefFoundError: 
Could not initialize class org.fusesource.leveldbjni.internal.NativeOptions
 Key: APLO-395
 URL: https://issues.apache.org/jira/browse/APLO-395
 Project: ActiveMQ Apollo
  Issue Type: Bug
  Components: apollo-leveldb
Affects Versions: 1.7, 1.7.1
 Environment: OS : Windows 7 6.1 
JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) 
Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) 
Starting store: leveldb store at D:\zhanglin\Apollo\test\data 
Reporter: zhanglin
Priority: Blocker


INFO  | OS : Windows 7 6.1 | 
INFO  | JVM: Java HotSpot(TM) Server VM 1.7.0_13 (Oracle Corporation) | 
INFO  | Apollo : 1.7.1 (at: D:\zhanglin\Apollo\apache-apollo-1.7.1) | 
INFO  | Starting store: leveldb store at D:\zhanglin\Apollo\test\data | 
INFO  | Opening the log file took: 85.17 ms | 
INFO  | Accepting connections at: tcp://[0:0:0:0:0:0:0:0]:61613 | 
INFO  | Accepting connections at: tls://[0:0:0:0:0:0:0:0]:61614 | 
WARN  | DB operation failed. (entering recovery mode): 
java.lang.NoClassDefFoundError: Could not initialize class 
org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bc
INFO  | Accepting connections at: ws://[::]:61623/ | 
INFO  | Accepting connections at: wss://[::]:61624/ | 
INFO  | virtual host startup is waiting on store startup | 
INFO  | DB recovered from failure. | 
ERROR | Store startup failure: java.lang.NoClassDefFoundError: Could not 
initialize class org.fusesource.leveldbjni.internal.NativeOptions | 155c3e7d3bd
INFO  | virtual host startup is no longer waiting.  It waited a total of 1 
seconds. | 
INFO  | Administration interface available at: https://[::]:61681/ | 
INFO  | Administration interface available at: http://[::]:61680/ | 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[CONF] Apache ActiveMQ > Apache ActiveMQ Board Report - 2016.07 (July)

2016-07-08 Thread Martyn Taylor (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Martyn Taylor edited a page 
 
 
  
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Apache ActiveMQ Board Report - 2016.07 (July) 
 
 
  
 
 
 
 
 
 
 ...  Apache ActiveMQ is a popular and powerful open source messaging server. Apache ActiveMQ is fast, supports many cross language clients and protocols, comes with easy to use enterprise integration patterns and many advanced features while fully supporting JMS 1.1, J2EE 1.4, AMQP 1.0.   Activity  
 
  TODO   
  The ActiveMQ Artemis continues working towards adding ActiveMQ 5.x equivalent features, client compatibility and improvements:  
 
  The OpenWire protocol implementation is now feature complete   
  The Database journal has been improved and support added for:  
 
  MySQL   
  PostgreSQL   
  
  Database storage for large messages has been added   
  HA using replication has been heavily tested and had several improvements   
  The AMQP protocol has had a lot of attention including many fixes and support for AMQP link drain and subscription addresses   
  MQTT protocol has been updated to support interceptors and cross protocol communication   
  Lots of smaller bug fixes and performance improvements   
  
  The ActiveMQ Broker continues to see continued bug fixes and feature additions  
 
 Support added for AMQP over WebSockets added for inclusion in 5.14.0  
 Improvements to the KahaDB message store allowing for better store clean up.  
 Important fixes continue to be ported to the 5.13.x branch and a new 5.13.4 release is nearing release readiness.
  
 ...  
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 5.8.4  
 
 
  
 
 
 
 
 
 
 
 
 




Jenkins build is still unstable: ActiveMQ-Java7 #1071

2016-07-08 Thread Apache Jenkins Server
See 



Jenkins build is still unstable: ActiveMQ-Java7 » ActiveMQ :: Unit Tests #1071

2016-07-08 Thread Apache Jenkins Server
See