-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: oracle-cloud-infrastructure-compute-plugin
-
None
-
Environment:Jenkins version is 2.528.1 and oci compute plugin version is 1.0.18
Hi,
Â
I am trying to create slave agent nodes from instance template provided by me in the OCI cloud, all things are in place but I am getting issue while creating slave agent nodes and the error I am getting is OOPS
A problem occurred while processing the request.
Â
I saw the log files and can see this error
WARNING Â Â Â Â h.i.i.InstallUncaughtExceptionHandler#handleException:Â
Caught unhandled exception with ID 0dfa4e2f-b7f2-4c05-b34f-6a119fc89fc2
Nov 11 08:14:42 bhdirjknapp01 jenkins[399153]: org.apache.commons.jelly.JellyTagException:Â
jar:file:/var/lib/jenkins/plugins/oracle-cloud-infrastructure-comp
ute/WEB-INF/lib/oracle-cloud-infrastructure-compute.jar!/com/oracle/cloud/baremetal/jenkins/BaremetalCloud/
provision.jelly:4:80: <st:include>Â
No page found 'sidepanel.jelly' for class hudson.model.ComputerSet
Â
I tried to build a modify plugins by removing this lineÂ
<st:include page="sidepanel.jelly" class="${it.provisionSidePanelClass}" />
from file provisionArguments.jelly but its still not working, please suggest