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

Linux support #148

Open
mwelk opened this issue Jul 5, 2022 · 4 comments
Open

Linux support #148

mwelk opened this issue Jul 5, 2022 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed platform: linux

Comments

@mwelk
Copy link

mwelk commented Jul 5, 2022

I get the following error while running apm on Amazon Linux 2 aon AWS:

/opt/harman/airsdk/bin/adl -profile extendedDesktop -multi-instance -cmd /opt/adobe/apm/apm.xml -- -workingdir /opt/apm -appdir /opt/apm -airdir /opt/harman/airsdk -uname linux
TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at com.apm.client.config::RunConfig()
        at com.apm.client::APM()
        at APMConsoleApp()

Architecture: x86_64
AIR: 33.1.1.889
JAVA: OpenJDK Runtime Environment Corretto-11.0.15.9.1 (build 11.0.15+9-LTS)

@marchbold
Copy link
Contributor

Linux is not yet supported.

@marchbold marchbold added enhancement New feature or request help wanted Extra attention is needed labels Jul 5, 2022
@marchbold marchbold changed the title TypeError: Error #1009 on AWS Amazon Linux 2 Linux support Jul 5, 2022
@mwelk
Copy link
Author

mwelk commented Jul 6, 2022

How can I help?

@marchbold
Copy link
Contributor

There's a lot of environment type code that needs to be implemented and native processes like generating checksums and zip extraction etc. Main reason I haven't done any of it yet is I haven't had time to setup a linux box with AIR.

You can have a look over the code and start identifying parts that need work and log issues for them, or you could just make yourself available to test when we get to that point. Or you could fork the repo and start some of the development yourself:

Or you could sponsor me to give me more time to work on it

@mwelk
Copy link
Author

mwelk commented Jul 12, 2022

Thanks Michael, I'm always happy to help in testing new development builds.
Let me check how we can contribute on the other topics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed platform: linux
Projects
None yet
Development

No branches or pull requests

2 participants