You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Milamber (JIRA)" <ji...@apache.org> on 2013/04/05 18:05:15 UTC

[jira] [Commented] (CLOUDSTACK-1206) Failure in Copy of System templates

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

Milamber commented on CLOUDSTACK-1206:
--------------------------------------

Fixes with :

Updated Branches:
  refs/heads/4.1 a17addafa -> 7cbd8f581


packaging: move jasypt jar to cloudstack-common

Continuation of the work done in a35f7c7bd179a33e833d3d93f61f94ee7124c3f1

Updated Branches:
  refs/heads/4.1 a14285eb6 -> 76438b825


packaging: spark404 should test his commits
(cherry picked from commit 09f278f9099326016e6f766de6ff7e3d6a14bfa0)

Updated Branches:
  refs/heads/4.1 bfc8ffcd2 -> fb8ea7570


packaging: Three times is a charm

Sorry about this, my packaging test system is out of order 
(cherry picked from commit 171a967437431dca420b33ebf62a249876eeb05f)
                
> Failure in Copy of System templates 
> ------------------------------------
>
>                 Key: CLOUDSTACK-1206
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1206
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Packaging
>    Affects Versions: 4.1.0
>            Reporter: Rayees Namathponnan
>            Assignee: Pradeep Soundararajan
>             Fix For: 4.1.0
>
>
> Step 1 : Created new build from 4.1 branch 
> Step 2 : Install and configured MS server 
> Step 3 : Run below command to prepare system template 
> /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary/ -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.ova -h vmware
> Actual result 
> Failed to prepare system template, since /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt still referring to "/etc/cloud/management" not "/etc/cloudstack/management"
> Then i modified  /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt with "/etc/cloud/management" to "/etc/cloudstack/management", but i am unable to download template, getting below error 
> [root@auto_ms3 management]# /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary2/ -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.ova -h vmware
> Exception in thread "main" java.lang.NoClassDefFoundError: org/jasypt/intf/cli/JasyptPBEStringDecryptionCLI
> Caused by: java.lang.ClassNotFoundException: org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> Could not find the main class: org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI. Program will exit.
> Failed to decrypt DB password from db.properties
> Installation failed

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira