Skip to content

Commit

Permalink
Merge pull request #1121 from tharikaGitHub/master
Browse files Browse the repository at this point in the history
Add temporary fix to support trouble shooting
  • Loading branch information
tharikaGitHub authored Apr 1, 2024
2 parents 513b26c + bf5b046 commit dc901b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion import-export-cli/integration/ci-resources/start-apim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ cp offset1/deployment.toml offset1/distribution/$APIM_PACK/repository/conf/.
offset0/distribution/$APIM_PACK/bin/api-manager.sh start

echo "Starting APIM Instance 1"
tail -f offset0/distribution/$APIM_PACK/repository/logs/wso2carbon.log

offset1/distribution/$APIM_PACK/bin/api-manager.sh start

Expand All @@ -54,6 +53,8 @@ do
fi
((++HALF_MINUTE_COUNTER))
APIM1_STATUS=$(curl --write-out %{http_code} --silent --output /dev/null "http://localhost:9763/services/Version")
echo "APIM1_STATUS: $APIM1_STATUS"
tail -n 100 offset0/distribution/$APIM_PACK/repository/logs/wso2carbon.log
done

echo "APIM Instance 1 started"
Expand Down

0 comments on commit dc901b9

Please sign in to comment.