I have installed and configured weblogic with chef but struggling to start weblogic server and nodemanager with chef "Service" resource.
I tried with bash resource to directly run the startweblogicerver.sh file, however the process is not exiting and when I tried putting & at end then chef run successfully but weblogic didn't started.