facebook

Strange error after CI14 upgrade > Exploded deployment issue?

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #452813 Reply

    innova
    Participant

    After upgrading from CI13 to CI14 we get an strange error in the middle of our web application:

    “java.lang.NoSuchFieldError: r$sfields”
    The stacktrace is not 100% precise (it gives no line number for the last file). Probably the mentioned field is an enum field. The enum is defined in a separate (dependent) project.

    We have now seen the following:

    Tomcat Deployment in CI13 was:
    – web project is exploded
    -> dependent (java) projects are exploded, too
    => all the classes were deployed to WEB-INF\classes

    Tomcat Deployment in CI14 is:
    – web project is exploded
    -> dependent (java) projects are PACKAGED
    => web project classes are deployed to WEB-INF\classes
    => dependent project classes are deployed to WEB-INF\lib\*.jar

    Is there a way to have the fully exploded deployment in CI14 as it was in CI13?
    Isn’t the “Merge utility and EJB modules on exploded deployment” preference (under MyEclipse\Java Enterprise Project\Web Project meant for this? It is set to true in our case.

    #452851 Reply

    support-swapna
    Moderator

    innova,

    Thank you for pointing to this issue. I could replicate the issue at my end and I have filed a bug for the dev team.

    If this issue is a blocker for you and getting it fixed is more important than any of the new features in CI 14, such as hot reload ,then can you please downgrade to CI 13, until this is fixed ? You can downgrade to MyEclipse 2015 CI 13 from Help > Check for Updates and select ‘2015 CI – May 18,2015’ in the ‘Lock to version’ box.Apply the changes and restart the IDE when it prompts to.

    We will keep you posted about the fix. Sorry for inconvenience caused.

    –Swapna
    MyEclipse Support

    #452862 Reply

    innova
    Participant

    Thanks for the reply.
    For now we have downgraded to CI 13, this worked.

    #454445 Reply

    support-swapna
    Moderator

    innova,

    The fix for the issue is out with our latest CI release, CI 15. Please update from Help > Check for Updates and let us know how it works for you.

    –Swapna
    MyEclipse Support

    #454605 Reply

    innova
    Participant

    It is working again with CI15.
    Thank you.

    #454676 Reply

    support-swapna
    Moderator

    innova,

    Glad that it works.
    Let us know if you see any other issues.

    –Swapna
    MyEclipse Support

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Strange error after CI14 upgrade > Exploded deployment issue?

You must be logged in to post in the forum log in