IntegratedWeblogicServer keeps using port 7101 instead of 7001
735914Feb 21 2011 — edited Nov 29 2011I'm getting the following error when trying to run my project:
<Feb 21, 2011 3:03:30 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
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 5576
Process exited.
When I change the port to 7001 in the IntegratedWeblogicServers properties and click “Test” everything checks out. However, when I run the project it still uses 7101 and fails. When I go back into the properties 7101 is listed again. Why is this happening?