Git Product home page Git Product logo

Comments (10)

bayernmunich avatar bayernmunich commented on May 9, 2024 1

Thank you so much for your continuous support.
Issue is resolved and deployment is successful.
Cheers!!!!!!!!!!!
✋ 🍻 🍻 🎸

from vsts-ibm-websphere-extension.

yacaovsnc avatar yacaovsnc commented on May 9, 2024

Can you please set "System.Debug" to true, rerun the job and attach the log here?

Also have you tried to manually deploy with wsadmin command and does it fail the same way? This task is only a wrapper around the tool. It would be easiest if we can get the manual command working and then try to mimic that from the task.

from vsts-ibm-websphere-extension.

bayernmunich avatar bayernmunich commented on May 9, 2024

thanks for the replay.
As you said to set "System.Debug" to true .
Attached logs for the same.
ReleaseLogs.zip

from vsts-ibm-websphere-extension.

yacaovsnc avatar yacaovsnc commented on May 9, 2024

The value set in Target Cluster is fishy. Shouldn't it be "FrameWorkCluster"? I don't know your cluster name, so I hope I guessed it right.

from vsts-ibm-websphere-extension.

bayernmunich avatar bayernmunich commented on May 9, 2024

thanks for the replay.
As per your suggestion we have updated cluster details at attached in screenshot.
updated cluster details
We have got different error as attached in the logs
tasklog_3.log
updated cluster details

.
websphere

Please find our websphere server details attached.

Kindly help. Let us know for any details.

from vsts-ibm-websphere-extension.

yacaovsnc avatar yacaovsnc commented on May 9, 2024

Please try setting the "Target Cluster" field to FrameWorkCluster and rerun. The log still shows there is an error in arguments and it failed to parse it.

from vsts-ibm-websphere-extension.

bayernmunich avatar bayernmunich commented on May 9, 2024

thanks for the replay.
Tried setting "Target Cluster" field to FrameWorkCluster as updated in Scrrenshot.
build and release
Updated logs for the same.
release_update.log

from vsts-ibm-websphere-extension.

yacaovsnc avatar yacaovsnc commented on May 9, 2024

Great, we made progress! Now the syntax issue is gone and the error message is actually meaningful:

com.ibm.ws.scripting.ScriptingException: WASX7111E:
Cannot find a match for supplied option: "[WEB-INF/web.xml, validationservice_vsts.war,WEB-INF/web.xml, default_host]" for task "MapWebModToVH".
The supplied option must match with the existing task data in the application and the existing task data are: "[validationservice_vsts.war validationservice_vsts.war,WEB-INF/web.xml]"

You can actually leave "Context Root for Web Modules" and "Web Module" empty. This way wsadmin will attempt to automatically find the correct value. So please remove those two fields and try again?

from vsts-ibm-websphere-extension.

bayernmunich avatar bayernmunich commented on May 9, 2024

thanks for the replay!
As you mentioned I left blank "Context Root for Web Modules" and "Web Module" still facing issue.
Updated Screenshot and log for the same.
release_sc
Websphere.log

from vsts-ibm-websphere-extension.

yacaovsnc avatar yacaovsnc commented on May 9, 2024

It seems the web module we extracted has a "/r" at the end and it doesn't match the existing configuration. Probably due to line ending difference on different OSes.

What was auto-configured:
[["validationservice_vsts.war\r" "validationservice_vsts.war,WEB-INF/web.xml" "default_host"]] -contextroot /validationservice_vsts_war ]')

What was expected:
"MapWebModToVH". The supplied option must match with the existing task data in the application and the existing task data are:
"[validationservice_vsts.war validationservice_vsts.war,WEB-INF/web.xml] "

The format of this arg is:
[["${webModule}" "${uri}" "${virtualHost}"]]

So please try set the webModule field to validationservice_vsts.war, and try again?

from vsts-ibm-websphere-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.