wls-eng / arm-oraclelinux-wls

Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
Apache License 2.0
0 stars 7 forks source link

CI/CD failure on verifying Weblogic Server Access #194

Closed galiacheng closed 3 years ago

galiacheng commented 3 years ago

This failure happened since Nov 11th, latest build always failed on image owls-122130-8u131-ol73;Oracle:weblogic-122130-jdk8u131-ol73:owls-122130-8u131-ol7;latest.

galiacheng commented 3 years ago

Close this issue, the latest builds worked fine. Will reopen if needed.

sanjaymantoor commented 3 years ago

I am checking at https://github.com/wls-eng/arm-oraclelinux-wls-cluster/actions It looks many times it is failing but it is passing in between also. I will look into it.

galiacheng commented 3 years ago

Thanks for your checking @sanjaymantoor

galiacheng commented 3 years ago

@sanjaymantoor I found that most of failures were caused by "connection closed by remote server". There may be something to do with SSH. I found few failure on the first SSH connection that verifies WLS installation using verify-wls-path.sh.

I have two suggestion to check this issue:

galiacheng commented 3 years ago

A tip to keep the failure machines:

Change the condition of the following step to success(). Pls do not forget to remove the resource after investigation.

 - name: Delete Resource Group
    id: delete-resource-group
    if: success()
sanjaymantoor commented 3 years ago

Yes, even I noticed same. Seeing script is exiting without next command executed.

galiacheng commented 3 years ago

Hello @sanjaymantoor FYI given you are busy on the hotfix, I am trying to fix this issue with my previous proposal in my repo. I am observing if the build pipelines work stably.