Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Jun 2011
    Posts
    71
    Vote Rating
    0
    arandlett is on a distinguished road

      0  

    Default Sencha app build production error

    Sencha app build production error


    I have similar problem that others have had but I have compass installed. The other posts I have seen is because of compass. My log trace doesn't specify compass. I am using Sencha Cmd 3.0.0.230 and Sencha Touch 2.1 rc2

    Code:
    ...
    [INFO ]        init-sencha-command:
    [INFO ]        init:
    [INFO ]        -before-app-build:
    [INFO ]        app-build-impl:
    [INFO ]        testing:
    [INFO ]        -before-init-local:
    [INFO ]        -init-local:
    [INFO ]        -after-init-local:
    [INFO ]        init-local:
    [INFO ]        find-cmd:
    [INFO ]        -before-init:
    [INFO ]        -init:
    [INFO ]        -after-init:
    [INFO ]        init:
    [INFO ]        -before-build:
    [INFO ]        page:
    [INFO ]        -before-page:
    [INFO ]        -page:
    [ERROR]        BUILD FAILED
    [ERROR]        java.lang.StackOverflowError
    [ERROR]            at java.security.AccessController.doPrivileged(Native Method)
    [ERROR]            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    [ERROR]            at sun.misc.Launcher$ExtClassLoader.findClass(Launcher.java:229)
    [ERROR]            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [ERROR]            at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
    [ERROR]            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    [ERROR]            at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
    [ERROR]            at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
    [ERROR]            at java.lang.ClassLoader.loadClass(ClassLoader.java:295) 
    ...

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    434
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    You should run with the debug flag to see what everything is going on

    Code:
    sencha -d app build production
    Also did you try testing build first?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Jun 2011
    Posts
    71
    Vote Rating
    0
    arandlett is on a distinguished road

      0  

    Default Working!?!

    Working!?!


    I was able to get it too build. I ran and update however that removed everything out of the touch folder for some reason. I went ahead and generated a new app, copied the touch folder, recompiled my sass and ran the build again. I don't understand what that was all about but it worked.

    I also found in my .bashrc file and .profile file other export references to older versions of sencha tools and cmd which I commented out. So I am not a exactly sure what made the difference.

    Mitchell thanks as always for your assistance.

Tags for this Thread