ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-261

Support for Amazon Elastic Compute Cloud

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: EE-2.0.0
    • Component/s: Release
    • Labels:
      None
    • Environment:
      ICEfaces, Amazon ECC
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      ICEfaces should be deployable on the Amazon Cloud.

        Activity

        Hide
        Ted Goddard added a comment -

        Provide documentation on deployment to the Amazon Cloud. Verify that this deployment is compatible with ICEfaces.

        Show
        Ted Goddard added a comment - Provide documentation on deployment to the Amazon Cloud. Verify that this deployment is compatible with ICEfaces.
        Hide
        Ted Goddard added a comment - - edited

        Sign in:

        https://console.aws.amazon.com/ec2/home

        Obtain the dynamically assigned host name of your instance and log in to manage it:

        ssh -i ecckey.pem ec2-user@ec2-174-129-113-67.compute-1.amazonaws.com

        Be sure to specify "ec2-user" or the response will be "Permission denied (publickey)."

        scp -i ecckey.pem ./samples/ace/showcase/build/dist/ace-showcase.war ./samples/compat/compat-basic/build/dist/compat-basic.war ec2-user@ec2-174-129-113-67.compute-1.amazonaws.com:

        (transfer took 30s for 12 MB).

        Deployed to tomcat 7.0.4.

        Show
        Ted Goddard added a comment - - edited Sign in: https://console.aws.amazon.com/ec2/home Obtain the dynamically assigned host name of your instance and log in to manage it: ssh -i ecckey.pem ec2-user@ec2-174-129-113-67.compute-1.amazonaws.com Be sure to specify "ec2-user" or the response will be "Permission denied (publickey)." scp -i ecckey.pem ./samples/ace/showcase/build/dist/ace-showcase.war ./samples/compat/compat-basic/build/dist/compat-basic.war ec2-user@ec2-174-129-113-67.compute-1.amazonaws.com: (transfer took 30s for 12 MB). Deployed to tomcat 7.0.4.
        Hide
        Ted Goddard added a comment -

        Tested ace-showcase:
        fileEntry does not work
        animation appears to have broken styling on tabs

        Caused by: javax.el.PropertyNotFoundException: /content/sliderEntryInclude.xhtml @48,90 value="#

        {sliderBean.minValue}

        ": Target Unreachable, identifier 'sliderBean' resolved to null

        compat-basic:

        Caused by: javax.el.PropertyNotFoundException: /icefaces.xhtml @52,47 actionListener="#

        {basic.toggle}

        ": Target Unreachable, identifier 'basic' resolved to null

        component-showcase:

        java.lang.NullPointerException
        at org.icefaces.application.showcase.view.bean.examples.component.commandSortHeader.SortHeaderModel.beforePhase(SortHeaderModel.java:71)

        Show
        Ted Goddard added a comment - Tested ace-showcase: fileEntry does not work animation appears to have broken styling on tabs Caused by: javax.el.PropertyNotFoundException: /content/sliderEntryInclude.xhtml @48,90 value="# {sliderBean.minValue} ": Target Unreachable, identifier 'sliderBean' resolved to null compat-basic: Caused by: javax.el.PropertyNotFoundException: /icefaces.xhtml @52,47 actionListener="# {basic.toggle} ": Target Unreachable, identifier 'basic' resolved to null component-showcase: java.lang.NullPointerException at org.icefaces.application.showcase.view.bean.examples.component.commandSortHeader.SortHeaderModel.beforePhase(SortHeaderModel.java:71)
        Hide
        Ted Goddard added a comment -

        After reverting to JSF 2.0.3:

        ace-showcase styling and fileEntry work well
        component-showcase works well (including progress bar)

        Show
        Ted Goddard added a comment - After reverting to JSF 2.0.3: ace-showcase styling and fileEntry work well component-showcase works well (including progress bar)
        Hide
        Ted Goddard added a comment -

        "terminate" will delete the disk image of the EC2 instance, so "stop" is the typical action for shutting down the virtual machine.

        Show
        Ted Goddard added a comment - "terminate" will delete the disk image of the EC2 instance, so "stop" is the typical action for shutting down the virtual machine.

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: