When Oozie has been installed manually, before a site can execute any Oozie actions, the Oozie shared libraries must be made explicitly available. Add the following information to the file oozie-site.xml:
<property>
<name>oozie.service.WorkflowAppService.system.libpath</name>
<value>/user/$username/share/lib</value>
</property>

