Friday, December 7, 2018

java.lang.IllegalStateException: Invalid url when creating/updating XSLT in Jdeveloper for BPM Projects


Invalid url: oramds:/apps/v1/XSDs/Sample.xsd
java.lang.IllegalStateException: Invalid url: oramds:/apps/v1/XSDs/Sample.xsd
at oracle.bpm.io.fs.protocol.VFileURLConnection.parse(VFileURLConnection.java:135)
at oracle.bpm.io.fs.protocol.VFileURLConnection.get(VFileURLConnection.java:67)
at oracle.bpm.io.fs.utils.VFileUtils.vFileUrlToVFile(VFileUtils.java:201)
at oracle.bpm.io.fs.utils.VFileUtils.vFileUriToVFile(VFileUtils.java:182)
at oracle.bpm.fusion.soa.transformation.XSLTransformationServiceImpl.getMapperElement(XSLTransformationServiceImpl.java:233)



You might be facing some url issue while updating your XSLT’s in Jdev BPM projects.
This seems to be bug in Jdev.
There is one patch 19775314 which needs to be applied to resolve it.



Please follow below steps to apply Patch:

  1.  Create any FOLDER PATCH_TOP in C:\ or anywhere
  2. extract Patch ZIP  to C:\PATCH_TOP\19775314 folder  
  3. C:\>cd PATCH_TOP\p19775314_121300_Generic\19775314
  4.  setting the ORACLE_HOME and the opatch executable in the PATH
  5.  Set ORACLE_HOME
  6.   
  7. Set Opatch in the PATH
  8.  
  9. Display the existing PATH to check if we have correctly set or not, Check end path is SET to Opatch
  10.  
  11. Apply Patch
  12.  
  13. Patch will start and take some time to apply 
  14. In midway it will ask for system readiness:Press y to continue


No comments:

Post a Comment