Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESIC command execution issue #4335

Closed
dilipbangalore opened this issue Oct 11, 2024 · 1 comment
Closed

ESIC command execution issue #4335

dilipbangalore opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels

Comments

@dilipbangalore
Copy link

Service(s)

Other

Summary

Hi All, Very Good Morning. I have an issue with Jenkins shell script execution, Could someone please give some inputs to fix the issue.
Recently installed Jenkins 2.462.3 on source server and configure SSH to Remore server..
trying to execute simple shell script it is working without any issues but i would like to automate batch process using ESIC commands causing error as below
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/test
[SSH] executing pre build script:

[SSH] commands:

#!/bin/bash
/home/ofsaailx/ofsa/reveleus/scheduled/execute/1_OBJECT_REGISTRATION.sh

[SSH] executing...
/home/ofsaailx/ofsa/reveleus/ficapp/icc/bin/esic: error while loading shared libraries: libI18N.so: cannot open shared object file: No such file or directory
/home/ofsaailx/ofsa/reveleus/ficapp/icc/bin/esic: error while loading shared libraries: libI18N.so: cannot open shared object file: No such file or directory
/home/ofsaailx/ofsa/reveleus/ficapp/icc/bin/esic: error while loading shared libraries: libI18N.so: cannot open shared object file: No such file or directory
Executing OBJECT_REGISTRATION

[SSH] completed
[SSH] exit-status: 1

Build step 'Execute shell script on remote host using ssh' marked build as failure
[SSH] executing post build script:
shell script contains below
echo Executing OBJECT_REGISTRATION
/home/ofsaailx/ofsa/reveleus/ficapp/icc/bin/esic -JI -UAPPADMIN -PxMU655ZbemvFH94e6CU1xqAdbLClT1+gGDi46jRopLSl5JKpgPtZkr2NTZ1Zc8Bg -ROBJECT_REGISTRATION_20241010_3 -IOFSAEPM -BOBJECT_REGISTRATION -D20241010 -F/home/ofsaailx/ofsa/reveleus/ficapp/icc/log/
OUT1=$?

executing ESIC command directly on remote server its working .. from jenkins getting above error

Reproduction steps

No response

@dilipbangalore dilipbangalore added the triage Incoming issues that need review label Oct 11, 2024
@MarkEWaite
Copy link

The Jenkins help desk is used to track issues and enhancements related to the infrastructure used by the Jenkins project. It is not used for questions related to the use of Jenkins. Please use https://community.jenkins.io or the Jenkins user mailing list or the Jenkins chat channels for questions related to the use of Jenkins.

@MarkEWaite MarkEWaite closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
@MarkEWaite MarkEWaite removed the triage Incoming issues that need review label Oct 11, 2024
@MarkEWaite MarkEWaite self-assigned this Oct 11, 2024
@dduportal dduportal added this to the infra-team-sync-2024-10-15 milestone Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants