I encountered a problem after clicking the Local Service Development Project in the Package, The contents of the package is missing in the Software AG Designer (refreshed it a lot of times) but the folders/files are still intact inside the local IS.
How to retain the contents of the package in the Designer?
What do you mean in reloading the package, Is it refreshing the package in the IS?
Iâll also try to check the server.log but where can I find the server.log is it under the profiles from C:\SoftwareAG\profiles\IS_default\logs or C:\SoftwareAG\IntegrationServer\instances\log and
what specific messages occurring in the server.log that I need to check ?
I tried to restart the Designer workspace but the package still doesnât have any contents.
hopefully you will find the server.log here: C:\SoftwareAG\IntegrationServer\instances\default\logs
There should be something like âpackage cannot be loaded due to dependenciesâ or âunable to load node for serviceâ with a more detailed explanation why it is not able to load.
Additionally check for the manifest.v3 file in the root of the package as it contains informations needed while loading the package.
Check the files (mainly flow.xml, node.ndf, node.idf) in the package (under /ns-folder) with an editor if their xml structure is still valid. Sometimes it can happen that these files get corrupted during save.
I am also facing same problem, I dont see any actual solution for this.
I created one service âMyTest.testserviceâ in Designer 10.1
Executed/run the service successfully.
I did right click on package name MyTest > âCreate Local service Development Projetâ > provided all necessary details like Repository, Working tree, path within repository.
When I click on Finish I get the error pop-up (as per details below).
If I click on the Package âMyTestâ to explore the services, I donât see anything inside the package.
Could not load
testservice.
Reason
[ISS.0081.9001] Node testservice does not exist
After checking in the Designer workspace log file (C:\Users\hukam\workspace101.metadata.log), I found below message:
!ENTRY com.softwareag.is.vcsintegration.showfiles 4 0 2018-03-16 14:32:13.093
!MESSAGE C:\SoftwareAG101\IntegrationServer\instances\default\packages\MyTestSuiteDemo: A required privilege is not held by the client.
!STACK 0
java.nio.file.FileSystemException: C:\SoftwareAG101\IntegrationServer\instances\default\packages\MyTestSuiteDemo: A required privilege is not held by the client.
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:55)
it clearly states the reason i.e. âA required privilege is not held by the clientâ.
Resolution:
I started the Designer as Administrator (i.e. right click on Designer icon and then choose option âRun as Administratorâ), it started working for me :).
Install latest Service Development fixes of Designer. This looks more like Designer problem.
You can browse through IS Admin page, Management > Packages > click on the package > browse services. If you can find the service here, its no problem and only your designer has problem.
I am on 10.5 and I found another way this can happen - Iâm running with an internet that cuts in and out at times and during startup the internet cut out and lost contact with the domain controller, So it didnât think I had permissions to run this and thus the issue.