EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

Problem with Deploy Project

  • 1.  Problem with Deploy Project

    Posted Mon March 23, 2015 05:33 AM

    Hi

    i don't understand where i'm wrong; i have my project that in local test environment works. Now i would to deploy it on Tomcat. I have installed tomcat and then i have Edit the deployment descriptor adding the target project; after saved this information, i se an warnig error on EGL Generation result "IWN.VAL.8008.w 0/0 The EGL Deployment Descriptor Portal_Classic was not generated because it contains a target definition. EGL Deployment Descriptors containing a target definition can only be used with the EGL Deployment operation."  and when i try to run the Deploy i receive Errors like:

    Error: A deployment file was not found for the Cl_Portal.cl_Portal EGL Rich UI Handler.  Generate all of the required projects.
    Info: IWN.DEP.8302.i 0/0 The portal_classic part with the Client Bindings build descriptor is being deployed from the In Line Build descriptor file.
    Info: IWN.DEP.8304.i 0/0 Deployment completed for portal_classic-bnd.xml.
    Info: IWN.DEP.8304.i 0/0 Deployment completed for Bind file generated for:portal_classic.
    Info: IWN.DEP.8304.i 0/0 Deployment completed for portal_classic.

    Can some one help me

    Thanks

    Attached bld & dd files

     

    giocot


  • 2.  Re: Problem with Deploy Project

    Posted Tue March 24, 2015 07:35 AM

    Hi giocot,

                  Change package name from "Cl_Portal" to "ClPortal" can resolve your problem i think.

                   It seems a bug deploy failed if package contains some chars: like "_".

    Jerry.

    Bin.


  • 3.  Re: Problem with Deploy Project

    Posted Tue March 24, 2015 09:38 PM

    And giocot, you can create a pmr for this problem.

    Bin.


  • 4.  Re: Problem with Deploy Project

    Posted Wed March 25, 2015 06:49 AM

    Hi Bin

     

    i have re-created the Project and copied the sorce  and now it works 

    thanks

    giocot