Receiving "Java.lang.NoSuchMethodError:org.apache.commons.io.IOUtils.readFully" Error When Importing In OSB Console
(Doc ID 2216661.1)
Last updated on AUGUST 16, 2024
Applies to:
Oracle Service Bus - Version 11.1.1.9.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to import a jar file in OSB console the following error occurs:
com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.NoSuchMethodError: org.apache.commons.io.IOUtils.readFully(Ljava/io/InputStream;[B)V
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:701)
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
at com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.processAction(StrutsStubImpl.java:76)
at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NoSuchMethodError: org.apache.commons.io.IOUtils.readFully(Ljava/io/InputStream;[B)V
at org.apache.commons.fileupload.disk.DiskFileItem.get(DiskFileItem.java:315)
at org.apache.struts.upload.CommonsMultipartRequestHandler$CommonsFormFile.getFileData(CommonsMultipartRequestHandler.java:573)
at com.bea.alsb.console.deployment.actions.LoadImportFileAction.execute(LoadImportFileAction.java:59)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
Truncated. see log file for complete stacktrace
>
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:701)
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
at com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.processAction(StrutsStubImpl.java:76)
at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NoSuchMethodError: org.apache.commons.io.IOUtils.readFully(Ljava/io/InputStream;[B)V
at org.apache.commons.fileupload.disk.DiskFileItem.get(DiskFileItem.java:315)
at org.apache.struts.upload.CommonsMultipartRequestHandler$CommonsFormFile.getFileData(CommonsMultipartRequestHandler.java:573)
at com.bea.alsb.console.deployment.actions.LoadImportFileAction.execute(LoadImportFileAction.java:59)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
Truncated. see log file for complete stacktrace
>
Changes
This is only seen after updating to WLS PSU 10.3.6.0.161018
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |