I'm new in oracle Jdeveloper and I was trying to create an application and deploy it on an WeblogicIntegrated insatance. I tried creating the instance as shown in the screenshots: Note: I tried both the standalone and integrated server options .
Please be noted that I installed the jars shown in the following screenshot: .
I tried following some youtube tutorials including: https://youtu.be/N4kMWBs-xOQ?si=IpLoyIheSYI2MlQf and followed the provided solutions in the following question: Error creating an Application Server connection in JDeveloper
SOLVED: (All the steps are executed in cmd as admin)
First, run set QS_TEMPLATE=G:\Oracle\Middleware\Oracle_Home\soa\common\templates\wls\oracle.soa_template.jar
Second, cd G:\Oracle\Middleware\Oracle_Home\oracle_common\common\bin
Third, run qs_config.cmd, it will run an installer in which you'll have to enter a password for your server and please note that the port that worked for me is 7101 and 7102.
After the installer finishes, it will automatically run startWebLogic.cmd. Wait until you see line like this: "<Sep 27, 2023 11:16:55,443 PM EET> ".
I hope the answer helps you.