0% found this document useful (0 votes)
721 views3 pages

Jdeveloper Patch Installation

This document provides instructions for installing patch 30482761 to resolve an error creating a stream factory due to a missing Jackson class definition. The steps include downloading the patch zip file, extracting it to a folder on the C drive, setting environment variables for the Oracle home and Java home, and running the opatch apply command to install the patch. Once complete, JDeveloper should be opened in clean mode to ensure the changes take effect.

Uploaded by

Priya Jayaraman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
721 views3 pages

Jdeveloper Patch Installation

This document provides instructions for installing patch 30482761 to resolve an error creating a stream factory due to a missing Jackson class definition. The steps include downloading the patch zip file, extracting it to a folder on the C drive, setting environment variables for the Oracle home and Java home, and running the opatch apply command to install the patch. Once complete, JDeveloper should be opened in clean mode to ensure the changes take effect.

Uploaded by

Priya Jayaraman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Patch Installation [30482761]:

Symptoms:

ERROR
-----------------------
Error creating stream factory: java.lanf.NoClasDefFoundError:
com/fasterxml/jackson/core/JsonFactory

Oracle Support Document:

https://support.oracle.com/epmos/faces/DocumentDisplay?
_afrLoop=395380228485&id=2628833.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-
state=8f7wikba3_4#SYMPTOM

Use the Patch.30482761 zip file which is attached over the email

Step 1: Create folder as “PATCH_TOP” in your C Drive. Avoid using locations like "C:\
Documents and Settings\username\PATCH_TOP". This is necessary due to the 256
characters limitation on windows platform.

Step 2: Unzip the attached patch file to PATCH_TOP folder

Step 3: Set your current directory to the directory where the patch is located.

Open the cmd.exe as Administrator


Step 4: Execute the below commands in cmd prompt

$ cd PATCH_TOP/30482761

$ set ORACLE_HOME= %Mention your Oracle Home%

$ set PATH= %ORACLE_HOME%\bin;%PATH%

$ set JAVA_HOME= %Mention your java 8 path%

$ set PATH=%JAVA_HOME%\bin;%PATH%

$ set PATH=%ORACLE_HOME%\Opatch;%PATH%

$ opatch apply

Once your patch is completed, you will see the OPatch succeeded

Step 5: Once Opatch is successfully installed, open your jdev in clean mode as mentioned
below
In cmd prompt, navigate to jdeveloper\jdev\bin folder and execute the below command

$ jdev -clean

You might also like