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

(warning) Failed to find package 'jphp-core' in http://api.develnext.org, Internal Server Error #429

Open
felixmaechtle opened this issue Jun 26, 2023 · 0 comments

Comments

@felixmaechtle
Copy link

Hey,

I am currently trying to setup JPHP on my Ubuntu 20.04 machine.

Steps done

sudo apt-get install -y openjdk-11-jre
wget https://github.com/jphp-group/jphp/releases/download/jppm-0.6.7/jppm-setup-0.6.7.sh && bash jppm-setup-0.6.7.sh

Now the output of jppm version seems fine:

jppm version
-> linux
JPPM Information:
-> version: 0.6.7
--> jphp: 1.0.3
--> java: 11.0.19 (amd64)
-> home: '/root/jppm-0.6.7'
--> java home: '/usr/lib/jvm/java-11-openjdk-amd64/'

Also the creation of a project with jppm init works. However, upon starting the default project (hello world) with jppm start I get the following error:

jppm start
-> linux
-> app:run 
-> install 
-> get versions of package jphp-core, source: http://api.develnext.org
(warning) Failed to find package 'jphp-core' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-zend-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-zend-ext' in http://api.develnext.org, Internal Server Error
(warning) -> failed to install jphp-core@*, cannot find package.
(warning) -> failed to install jphp-zend-ext@*, cannot find package.

What can I do in order to execute the default project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant