pranavi vasa
pranavi vasa

Reputation: 11

Integrated weblogic server is not running

while starting integrated weblogic server I am getting following error in v11.1.1.7.0

User: weblogic, failed to be authenticated. **** Authentication error while connecting to application server IntegratedWebLogicServer. Please check settings. **** Failed to complete start-up of application server IntegratedWebLogicServer. [Server Instance IntegratedWebLogicServer is shutting down. All applications currently running will be terminated and undeployed.] [Forcing termination of IntegratedWebLogicServer] taskkill /F /PID 6448 Process exited.

any suggestion that might help?

Upvotes: 1

Views: 2406

Answers (1)

Shay Shmeltzer
Shay Shmeltzer

Reputation: 3721

Delete the defaultDomain directory in JDeveloper's USER system directory. Then restart JDeveloper. Also make sure you are using the correct JDK version and that your JDeveloper is not installed in a directory that contains a path in it.

Upvotes: 1

Related Questions