Hi Reshma,
I restarted everything just to make sure I am doing the correct steps and I think it worked!! I might have ran the Step 6 previously in the plugin root folder.
The following are the errors: Step 3 which you advised to ignore then another in the logs of Step 7 about "killbill/osgi/jdbc".
A. Setting up the Code in IDE - Completed
B. Build - Completed. JAR files are in target folder
C. Deployment
Step 1 - Installed kpm using Rubygems. It is already installed previously so I did not repeat
Step 2 - run kpm install_java_plugin 'dev:hello' --from-source-file=PROJECT_ROOT/target/<artifact_id>-<version>.jar --destination=<path_to_install_plugin>
I did it for all 4 JAR files. SNAPSHOT, SNAPSHOT-sources, SNAPSHOT-tests and SNAPSHOT-test-resources.
Step 3 - All 4 runs received the "Permission denied @ rb_file_s_symlink" but the JAR files were successfully copied in the destination folder (each has each own subfolder plugins/java/<JAR name>/<JAR version>/<the actual JAR>).
Step 4 - This is already completed previously as I can already open KillBill in localhost.
Step 5 - Updated the killbill-server.properties. I assume that the PROJECT ROOT here is for KillBill, not the Plugin because does not have "profiles"
Step 6 - run Kill Bill via mvn in KillBill's PROJECT ROOT
Step 7 - I can see the expected logs in this step. See attachment for the entire log (with error).
Step 8 - I can see the expected logs in this step. See attachment for the entire log.
Thank you for taking time to attend to my inquiry.