Your message dated Tue, 06 Sep 2011 11:32:24 +0000
with message-id <[email protected]>
and subject line Bug#634868: fixed in activemq 5.5.0+dfsg-2
has caused the Debian Bug report #634868,
regarding libactivemq-java: unable to find 
org.apache.activemq.console.command.ShellCommand dependency
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
634868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634868
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libactivemq-java
Version: 5.5.0+dfsg-1
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I want to start an ActiveMQ Message Server for Mcollective (#563951).

I have used the default configuration from Mcollective:

https://raw.github.com/ripienaar/marionette-collective/master/ext/activemq/examples/single-broker/activemq.xml

I start activeMQ with:

/usr/bin/java -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true 
-Djava.util.logging.config.file=logging.properties 
-Dcom.sun.management.jmxremote  -Dactivemq.classpath=/usr/share/java 
-Dactivemq.home=/usr/share/java -Dactivemq.base=/usr/share/java -jar 
/usr/share/java/activemq-run.jar start xbean:activemq.xml


Output:

Java Runtime: Sun Microsystems Inc. 1.6.0_18 /usr/lib/jvm/java-6-openjdk/jre
  Heap sizes: current=7808k  free=6596k  max=506816k
    JVM args: -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true 
-Djava.util.logging.config.file=logging.properties 
-Dcom.sun.management.jmxremote -Dactivemq.classpath=/usr/share/java 
-Dactivemq.home=/usr/share/java -Dactivemq.base=/usr/share/java
ACTIVEMQ_HOME: /usr/share/java
ACTIVEMQ_BASE: /usr/share/java
Could not load class: org.apache.activemq.console.command.ShellCommand
Class loader setup: 
sun.misc.Launcher$ExtClassLoader {
  file:/usr/lib/jvm/java-6-openjdk/jre/lib/ext/pulse-java.jar
  file:/usr/lib/jvm/java-6-openjdk/jre/lib/ext/sunjce_provider.jar
  file:/usr/lib/jvm/java-6-openjdk/jre/lib/ext/localedata.jar
  file:/usr/lib/jvm/java-6-openjdk/jre/lib/ext/dnsns.jar
  file:/usr/lib/jvm/java-6-openjdk/jre/lib/ext/sunpkcs11.jar
}
  sun.misc.Launcher$AppClassLoader {
    
file:/usr/share/maven-repo/org/apache/activemq/activemq-run/5.5.0/activemq-run-5.5.0.jar
  }
    java.net.URLClassLoader {
      file:/usr/share/java/conf
      file:/usr/share/java/
    }



Could you please have a look at your package?


Thanks,

Jonas


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk4nDxQACgkQyDWRqLYW//ruzACeKJGuDyElXGyZR0UTBkYbVbng
Y/4AniV5Yochbbq688rKmTKnu093XaLp
=zR+I
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: activemq
Source-Version: 5.5.0+dfsg-2

We believe that the bug you reported is fixed in the latest version of
activemq, which is due to be installed in the Debian FTP archive:

activemq_5.5.0+dfsg-2.debian.tar.gz
  to main/a/activemq/activemq_5.5.0+dfsg-2.debian.tar.gz
activemq_5.5.0+dfsg-2.dsc
  to main/a/activemq/activemq_5.5.0+dfsg-2.dsc
activemq_5.5.0+dfsg-2_all.deb
  to main/a/activemq/activemq_5.5.0+dfsg-2_all.deb
libactivemq-java-doc_5.5.0+dfsg-2_all.deb
  to main/a/activemq/libactivemq-java-doc_5.5.0+dfsg-2_all.deb
libactivemq-java_5.5.0+dfsg-2_all.deb
  to main/a/activemq/libactivemq-java_5.5.0+dfsg-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <[email protected]> (supplier of updated activemq package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 04 Sep 2011 18:50:59 +0200
Source: activemq
Binary: libactivemq-java libactivemq-java-doc activemq
Architecture: source all
Version: 5.5.0+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Damien Raude-Morvan <[email protected]>
Description: 
 activemq   - Java message broker - server
 libactivemq-java - Java message broker core libraries
 libactivemq-java-doc - Java message broker core libraries - documentation
Closes: 634868
Changes: 
 activemq (5.5.0+dfsg-2) unstable; urgency=low
 .
   * Drop d/patches/exclude_xsd_install.diff and install XSD files into JAR.
   * Build-Depends on libxbean-java 3.7 for maven-xbean-plugin.
   * Add new "activemq" package to start ActiveMQ server:
     - d/activemq.{postinst,prerm}: Create a activemq system user
     - d/activemq.{install,links}: Install activemq and activemq-admin commands
       to /usr/bin/, set /usr/share/activemq/ as ACTIVEMQ_HOME and install
       many examples into /usr/share/doc/activemq/examples/.
     - d/activemq.README.Debian: Describe how to setup an alternative
       instance (Closes: #634868).
     - Provide a way to handle multi-instances of activemq. Each directory
       inside /etc/activemq/instances-enabled/ will be started as an
       instance with its own configuration. Thanks to Jonas Genannt for patch.
   * d/patches/javadoc_links.diff: Update links to system-wide Javadoc.
   * d/libactivemq-java.README.Debian: Describe disabled features regarding
     upstream package.
   * d/control: Don't use package name in synospis.
Checksums-Sha1: 
 bd29a76fd93e64d38b4c13d986359a854ae93bd6 3200 activemq_5.5.0+dfsg-2.dsc
 c87d939c5a162dbfe1343550a9464c22b58d39f5 14889 
activemq_5.5.0+dfsg-2.debian.tar.gz
 4afdfad9f4fbb6cfa612a3753cfd413a8a5e4b97 3615056 
libactivemq-java_5.5.0+dfsg-2_all.deb
 b317c7198ce67e2fb68451254a2c2088c8fa45aa 11535468 
libactivemq-java-doc_5.5.0+dfsg-2_all.deb
 89c6e7bec99c0b0f17fc878316b70eb5df40fcfe 51934 activemq_5.5.0+dfsg-2_all.deb
Checksums-Sha256: 
 cef6d3a6eb970468d44f0c7fe0ee3c0494f72aeae1c058c368a5681c3b92c8d1 3200 
activemq_5.5.0+dfsg-2.dsc
 ef3721d6459762315f2bf4f5f286ba4cd0b84dde96c080fdeb3b8612ea612ef0 14889 
activemq_5.5.0+dfsg-2.debian.tar.gz
 165da2e0d132deb2728f33204ea8bf1d559e58a49aa2af46e117e56e2f803064 3615056 
libactivemq-java_5.5.0+dfsg-2_all.deb
 5b071877e74df4da31ae79790f7862a6308c2c255668203a589eaefcee3cca7f 11535468 
libactivemq-java-doc_5.5.0+dfsg-2_all.deb
 feb72c2d24e9bca0cffc53f61a5a78001391d6996cb9df4ab73bcbf5ec7cb3a4 51934 
activemq_5.5.0+dfsg-2_all.deb
Files: 
 324195e24ff9bffd14534245e079eff5 3200 java optional activemq_5.5.0+dfsg-2.dsc
 b448b49e999f3444148edc6778c779cc 14889 java optional 
activemq_5.5.0+dfsg-2.debian.tar.gz
 9f7af3c4380bee2d516a29aa69b96526 3615056 java optional 
libactivemq-java_5.5.0+dfsg-2_all.deb
 ec092d10592291d80156b61ff28e2271 11535468 doc optional 
libactivemq-java-doc_5.5.0+dfsg-2_all.deb
 1752e03fa3f44b90a7836197a936daa0 51934 java optional 
activemq_5.5.0+dfsg-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOY7BDAAoJEHXiDM0z50n89ucQAKcJIGzFCjeP6MU6oaSrrah9
1TvknrcbwdeIRU5zuCOYHxoBybQqbDAL7xlXEKa/rjC5TN+1v4bkGfUuB0VHb/7e
3UohMyVpy2lyCDfsmFlgVLK0WC/2S7KD9/OThITLxTLPkHVuEK8w/FNBjcczo7/q
7DGqPiUhXAeVqbEsH8ydWrGIbDbOCZgDAhQud2oTFxe18lVpGdQ5d8FCPgc+7iwO
ljaNEHCZe3koRMnNOnZ1iwXQIRzgO0yNGeljzNWrUJV6ltnpSTtOAwLcRboqLCQt
ptHwaE8FyHlwV60tDJu0yRxs3KgIo8vry/Fx5rRb7I8A1f1W/Nxy8zoclS4kcuVR
9U2nUG7pXM3z85XxlBKXkwpak0Iv9XI2qU93ZPhkxarI+EDxP2N+1JT1qi+fHKLu
Q8xjJEZi+YlwAHC69f3l3fsXOI8areb0lVTT+o6oawGK6b4Twicy1xzEUggZqGal
iDE5CT04iL3o1Th7lyjF+744SDll1xkPIb3kVlQde3y5B3Uv5e8G2phM9+RTPUi0
/+NKsaoKZTyUkc7DFp7M3hX3PaaNCx52D0yilA3Vn+OuLdOjYhCEp76/gu5j50L3
wVFdq8b0jNI68b8LamaMglEvXogQNpddVuZv+FM8lnhmJG7+9HOQCwWVW2VPX5nT
1NXeYn8ezGU47IHcCI14
=fJrA
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
[email protected] for discussions and questions.

Reply via email to