[Bug 516083] Re: Missing jar file when Walrus/S3 runs on different host than CLC

Dustin Kirkland dustin.kirkland at gmail.com
Mon Mar 1 18:35:03 GMT 2010


** Description changed:

  Please see initial issue reported here:
  
  http://open.eucalyptus.com/forum/walrus-configuration-failed-contact-
  server
  
- 
- When running Walrus/S3 services of a different machine than the Cloud controller (CLC), we are missing some jar files. We seems to assume that the Walrus/S3 services are running out of the CLC by default.
+ When running Walrus/S3 services of a different machine than the Cloud
+ controller (CLC), we are missing some jar files. We seems to assume that
+ the Walrus/S3 services are running out of the CLC by default.
  
  From the earlier referenced page:
  "There is an issue, however, with starting standalone Eucalyptus components due to a missing file in the Ubuntu Karmic packages (we, the upstream, do not produce those packages).
  
  Try purging all eucalyptus packages, go through the steps again, then
  manually copy /usr/share/eucalyptus/eucalyptus-interface-1.6-devel.jar
  from the CLC host to /usr/share/eucalyptus on the Walrus host, run "stop
  eucalyptus" and then "start eucalyptus" on the Walrus host."
  
  Copying the /usr/share/eucalyptus/eucalyptus-interface-1.6-devel.jar to
  the walrus host fixes the problem.
+ 
+ =================
+ SRU NOTES
+  * Impact
+   * This bug affects any users where the eucalyptus-cloud package is installed on a separate system from other Eucalyptus components.
+  * How Addressed
+   * The eucalyptus-interface jar should be installed by the eucalayptus-java-common package, rather than the eucalyptus-cloud package.
+  * Minimal Patch
+ 
+ diff -u eucalyptus-1.6~bzr931/debian/eucalyptus-cloud.install eucalyptus-1.6~bzr931/debian/eucalyptus-cloud.install
+ --- eucalyptus-1.6~bzr931/debian/eucalyptus-cloud.install
+ +++ eucalyptus-1.6~bzr931/debian/eucalyptus-cloud.install
+ @@ -3 +2,0 @@
+ -/usr/share/eucalyptus/eucalyptus-interface-1.6-devel.jar
+ diff -u eucalyptus-1.6~bzr931/debian/eucalyptus-java-common.install eucalyptus-1.6~bzr931/debian/eucalyptus-java-common.install
+ --- eucalyptus-1.6~bzr931/debian/eucalyptus-java-common.install
+ +++ eucalyptus-1.6~bzr931/debian/eucalyptus-java-common.install
+ @@ -10,6 +10,7 @@
+  /usr/share/eucalyptus/eucalyptus-clustermgr-1.6-devel.jar
+  /usr/share/eucalyptus/eucalyptus-keymgr-1.6-devel.jar
+  /usr/share/eucalyptus/eucalyptus-config-1.6-devel.jar
+ +/usr/share/eucalyptus/eucalyptus-interface-1.6-devel.jar
+  /etc/eucalyptus/cloud.d
+  /usr/lib/eucalyptus/liblvm2control.so
+  /var/lib/eucalyptus/modules
+ 
+  * Reproduce Instructions
+   * Install the eucalyptus-cloud on one system, and any of (eucalyptus-walrus, eucalyptus-sc, eucalyptus-cc) on a different system.  Note that the file /usr/share/eucalyptus/eucalyptus-interface-1.6-devel.jar is missing on any of the systems where eucalyptus-cloud is NOT installed.
+   * Upgrade to the new packages.  Note that /usr/share/eucalyptus/eucalyptus-interface-1.6-devel.jar is now installed by eucalyptus-java-common with:
+    * dpkg -S /usr/share/eucalyptus/eucalyptus-interface-1.6-devel.jar
+  * Regression Potential
+   * Minimal, I believe.
+    * NB: One question for the SRU team...  Is any debian/control magic required since we've moved the installation of this file from one binary package to another?  It appears to me that upgrades are handled cleanly without it (at least the testing that I did).
+ =================

-- 
Missing jar file when Walrus/S3 runs on different host than CLC
https://bugs.launchpad.net/bugs/516083
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.



More information about the Ubuntu-server-bugs mailing list