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

Not able to stop/start/debug remote connected server on IBM OS/400 machine. #406

Open
RobertK66 opened this issue Sep 2, 2020 · 0 comments

Comments

@RobertK66
Copy link

RobertK66 commented Sep 2, 2020

One of my Liberty development servers runs on an IBM iSeries machine:
os = OS/400 (V7R3M0; ppc) (en_US).
This machine can not be fully controlled via the eclipse open liberty tools.

Am I the first/only one to test this configuration? Or is this a regression because lack of testing possibilities?

For the details of my problem I opened this issue with the OpenLiberty repository because I think the underlying problem is within the server script being aware of OS and having native parts for OS/400 (which do work locally but not over SSH connection).

Looking for some feasible workaround (e.g. prefix all commands with 'qsh -c '), I read some parts of the tools sources here. This ( especially the class: PlatformUtil defaulting to 'LINUX' ) makes me wonder if my usage scenario is a valid use case!?

Is there any chance of configuring/manipulating the commands sent to the servers SSH connection?

Note: My Setup successfully shows the server, the log and config files, makes deployment and - when I do a manual command on the remote servers "A-5250 console" at the right time during eclipse 'start in DEBUG mode', which fails in IDE - I also had a valid and working debug session up and running!

Versions used:
Server:

product = WebSphere Application Server 20.0.0.6 (wlp-1.0.41.cl200620200528-0414)
wlp.install.dir = /QIBM/ProdData/WebSphere/LibertyServer/V20.0.0.4/Base/
server.config.dir = /QIBM/UserData/WebSphere/LibertyServer/V20.0.0.4/Base/wlp/usr/servers/VIEAPPTSTV20/
server.output.dir = /QIBM/UserData/WebSphere/LibertyServer/V20.0.0.4/Base/wlp/output/servers/VIEAPPTSTV20/
java.home = /QOpenSys/QIBM/ProdData/JavaVM/jdk80/32bit/jre
java.version = 1.8.0_251
java.runtime = Java(TM) SE Runtime Environment (8.0.6.10 - pap3280sr6fp10-20200408_01(SR6 FP10))
os = OS/400 (V7R3M0; ppc) (en_US)

Eclipse Development Client:

os.arch=amd64
os.name=Windows 10
os.version=10.0
osgi.arch=x86_64
java.version=1.8.0_192

Eclipse IDE for Enterprise Java Developers.
Version: 2020-03 (4.15.0)
Build id: 20200313-1211

WebSphere® Application Server Developer Tools for Eclipse
Version: 20.0.0.3
Build id: 20200309_1000
Open Liberty Tools for Eclipse
Version: 20.0.0.3
Build id: 2020-03-09_0937
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant