Wednesday, March 13, 2013

wlst not able to connect to admin server


Issue : Enable Admnistration Port was selected ….



The administration port uses SSL, enabling the administration port requires that SSL must be configured for all servers in the domain .

SSL in not configured in DEV environment



Solution : Disable the Administration Port



Steps to disable administration port:



- take a backup of config.xml file

- stop all WLS instances.

- edit the config.xml file and remove these 2 lines:

true

[PORT]

- save the file

- start the Admin Server







wls:/offline> connect('weblogic','pwd','t3://abcd550:25200')

Connecting to t3://abcd550:25200 with userid weblogic ...

Successfully connected to Admin Server 'soa_dev01_AdminServer01' that belongs to domain 'soa_dev01_Domain'.



Warning: An insecure protocol was used to connect to the

server. To ensure on-the-wire security, the SSL port or

Admin port should be used instead.



wls:/soa_dev01_Domain/serverConfig>



No comments:

Post a Comment