I can't create an application server instance in JDeveloper

159 Views Asked by At

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: 1st Step Note: I tried both the standalone and integrated server options 2nd Step 3rd Step4th Step 5th Step 6th Step.

Please be noted that I installed the jars shown in the following screenshot: Installed Jars.

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

2

There are 2 best solutions below

0
Kareem Elagroudy On BEST ANSWER

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.

2
Uma Sarma On

No need to follow all the above steps. Just goto Run --> Start server instance option in JDev. It will start and display success message in the console.