IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Git: Missing package contents after Create Local Service Development Project

  • 1.  Git: Missing package contents after Create Local Service Development Project

    Posted Mon December 20, 2021 02:47 PM

    What product/components do you use and which version/fix level?

    webMethods 10.5.

    Are you using a free trial or a product with a customer license?

    product with a customer license.

    What are trying to achieve? Please describe in detail.

    Hello,

    I am having a problem when i try to add my package to git after clicking the Local Service Development Project in the Package, The contents of the package is missing (refreshed /restart it a lot of times).
    Also, the package I have created doesn’t have (mainly flow.xml, node.ndf, node.idf) in the package (under /ns-folder).

    Thank you.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Git: Missing package contents after Create Local Service Development Project

    Posted Tue December 21, 2021 09:24 AM

    Have you created atleast a single folder and/or service in the package?

    flow.xml and node.ndf are added for a flow service, so you need to have one, to see these files. Now, Flow services can only be created under an existing folder inside a package, so you need a folder first.

    If you are already familiar with wM and you had assets inside the package which then disappeared, then you may have a genuine issue which needs further investigation.

    KM


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Git: Missing package contents after Create Local Service Development Project

    Posted Wed December 22, 2021 09:29 AM

    Yes I had many folders and services in the package.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Git: Missing package contents after Create Local Service Development Project

    Posted Wed December 22, 2021 10:21 AM

    Where is Git working directory specified? Can you see the package contents over there ?

    Creating a local development package requires, contents of packages are moved to Git working directory and replace the same package in I.S as a link to the working directory content of the repository.

    Please check Designer error log as well. Generally, if Designer process has write access to the Git working repo location and also the I.S packages location, the problem does not arise. Please check your setup and share any other findings as you see.


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Git: Missing package contents after Create Local Service Development Project

    Posted Thu December 23, 2021 11:28 AM

    thanks for the awesome information.


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Git: Missing package contents after Create Local Service Development Project

    Posted Thu December 23, 2021 12:02 PM

    First, thank you for your reply.

    Yes, i see the package content in git repository.
    But i have an error log:

    java.nio.file.FileSystemException: C:\SoftwareAG\IntegrationServer\instances\default\packages\TEST: Le client ne dispose pas d’un privilège nécessaire.
    
    at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
    at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
    at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
    at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:585)
    at java.nio.file.Files.createSymbolicLink(Files.java:1043)
    at com.softwareag.is.vcsintegration.showfiles.actions.MoveProjectToPackageAction$3.run(MoveProjectToPackageAction.java:417)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
    

    I think privileges are missing, do you have any idea ?

    Thank you


    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: Git: Missing package contents after Create Local Service Development Project

    Posted Thu December 23, 2021 02:51 PM

    Are the latest available and applicable fixes installed for this Local Service Development 10.5 setup ? Since stack-trace seems dated, would recommend to crosscheck and apply latest fixes.
    If that still does not solve the issue (which should not be the case), you could always launch Designer with “Run as Administrator” option, so that the process has write privilege to I.S packages directory (by force).


    #webMethods
    #Integration-Server-and-ESB