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

deploymenent descriptor error

  • 1.  deploymenent descriptor error

    Posted Tue September 01, 2015 03:24 PM

    Hello, I had to transfer a project into another workspace and after importing the project and deployment failed.

    The .egldd file from service project  crashes, something like that. It says that the service project should be created as web project.

    The project runs fine in the old workspace and I  just export it as zip to transfer it. One solution is to create the richui project from scratch

    and paste old files to solve deployment descriptor  and then the new web project but I loose all the configuration settings and files from the old web project.

     

    Thanks

    michaeldefox


  • 2.  Re: deploymenent descriptor error

    Posted Tue September 01, 2015 03:40 PM

    Hi...

    just in case, your process made a difference.

     

    the way I transfer projects:

    a.) Export as an archive file from the old workspace

    b.) Import using "General->Existing project from Workspace" the specify the "zip/archive file" that you exported in step a.

    Alternatively, if the old project was good, then you can also just

    a.) Create the new workspace

    b.) Import using "general->Existing project from workspace" and specify the directory of the old workspace.   make SURE you COPY the contents into the new workspace.

    take care.

    markevans


  • 3.  Re: deploymenent descriptor error

    Posted Wed September 02, 2015 01:24 AM

    These steps are done but the problem still remains and the exact output is The project "ServiceProject" specified as the genProject must be a web project.

    and after I clear these errors and deploy again the generation result displays:

    The EGL Deployment Descriptor test_UI_Project 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.

    In egl deployment results I also get this error. maybe this is the basic problem.

    Error: IWN.DEP.8306.e 0/0 The following exception occurred: java.lang.Exception:Unable to load thin client bundle com.ibm.ws.webservices.thinclient. Please install the thin clients for the WebSphere Application Server located in C:/IBM/WebSphere/AppServer/.  code:0  severity:4 Phase:WSDL2JavaCommand

    michaeldefox


  • 4.  Re: deploymenent descriptor error

    Posted Wed September 02, 2015 02:48 AM

    Ok some jar files were missing. :(

    michaeldefox


  • 5.  Re: deploymenent descriptor error

    Posted Wed September 02, 2015 08:29 AM

    Glad you got it figured out.

    markevans