Giter Club home page Giter Club logo

Comments (24)

Leectan avatar Leectan commented on May 10, 2024 1

@marcschroeter I have similar issue, I believe this issue has to do with Java9, I'm testing out with Java8 to see if it is working...

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024 1

Thank you so much! I could it install now @johnakash

But i am not able to login with default credentials
Admin User : [email protected] / pacman
Readonly User : [email protected] / user

Authentication Failed. Please check your credentials.

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024

Is there a chance someone can help us what we need to change to solve that problem? We are just using a clean AWS Linux 2 AMI and installing the components as in your description

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024

@Leectan but it looks like i have Java 8 installed

java -version
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

from pacbot.

johnakash avatar johnakash commented on May 10, 2024

Hey @marcschroeter , Could you please let us know the machine configuration from which you are trying to install pacbot? The machine need to have at-least 8GB of memory to complete successful build.

from pacbot.

Leectan avatar Leectan commented on May 10, 2024

@marcschroeter if you could enumerate how you install the pip dependencies and java and maven, and OS you are running on would be great. I'm sure it would be a great help.

from pacbot.

Leectan avatar Leectan commented on May 10, 2024

@marcschroeter I get these errors along the way when I tried to install it. Wondering if you experienced the same..

screen shot 2018-11-21 at 11 18 29 am

screen shot 2018-11-21 at 11 19 24 am

from pacbot.

Leectan avatar Leectan commented on May 10, 2024

@marcschroeter looks like I have the same issue as you had before... wondering what you did differently here.

screen shot 2018-11-21 at 11 38 33 am

from pacbot.

johnakash avatar johnakash commented on May 10, 2024

@Leectan since installer building UI and API jars together on the fly we need to make use an instance with minimum 8GB memory. Please upgrade the machine configuration and give a try.

Before running the installer again, please make sure you have executed destroy command and cleaned all resources created as part of PacBot

  • IAM role and policy
  • S3 bucket
  • RDS
  • Redshift
  • ElasticSearch
  • SecurityGroup
  • ECS
  • Batch

from pacbot.

Leectan avatar Leectan commented on May 10, 2024

@johnakash I'm running on Ubuntu 4GB CPU and 16GB memory....

from pacbot.

Leectan avatar Leectan commented on May 10, 2024

@johnakash it looks alot like software dependencies are broken to me... especially Java and Maven....

from pacbot.

johnakash avatar johnakash commented on May 10, 2024

@marcschroeter Could you please check if you can see tables of oauth_user table in RDS?

from pacbot.

johnakash avatar johnakash commented on May 10, 2024

@Leectan Please join on gitter, we can have a quick chat and close it out.

from pacbot.

Leectan avatar Leectan commented on May 10, 2024

@johnakash gitter link please

from pacbot.

Leectan avatar Leectan commented on May 10, 2024

@johnakash nvm, saw.

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024

@Leectan this is what i am doing on a Amzaon Linux 2 AMI:

sudo yum install git -y
sudo yum install -y epel-release python-pip
wget https://raw.githubusercontent.com/tmobile/pacbot/master/installer/requirements.txt
sudo pip install -r requirements.txt
sudo yum -y install java-1.8.0-openjdk npm docker maven wget unzip mysql
sudo amazon-linux-extras install docker
sudo systemctl start docker #amazonlinux2
sudo service docker start #amazonlinux
wget https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_linux_amd64.zip
unzip terraform_0.11.8_linux_amd64.zip
sudo mv terraform /bin/
git clone [email protected]:tmobile/pacbot.git

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024

@johnakash how can i connect to the RDS DB? How can i find the credentials?

from pacbot.

johnakash avatar johnakash commented on May 10, 2024

@Leectan this is what i am doing on a Amzaon Linux 2 AMI:

sudo yum install git -y
sudo yum install -y epel-release python-pip
wget https://raw.githubusercontent.com/tmobile/pacbot/master/installer/requirements.txt
sudo pip install -r requirements.txt
sudo yum -y install java-1.8.0-openjdk npm docker maven wget unzip mysql
sudo amazon-linux-extras install docker
sudo systemctl start docker #amazonlinux2
sudo service docker start #amazonlinux
wget https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_linux_amd64.zip
unzip terraform_0.11.8_linux_amd64.zip
sudo mv terraform /bin/
git clone [email protected]:tmobile/pacbot.git

Could you please check if maven installed in the machine?

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024

@johnakash when i excecute "mvn versions:display-dependency-updates" i get this. Is this what you need to know?

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building PacMan 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.7:display-dependency-updates (default-cli) @ pacbot ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] api-commons ....................................... SUCCESS [6.859s]
[INFO] commons ........................................... SUCCESS [2.874s]
[INFO] PacMan Commons Projects ........................... SUCCESS [0.005s]
[INFO] admin-service ..................................... SUCCESS [3.177s]
[INFO] asset-service ..................................... SUCCESS [36.497s]
[INFO] config ............................................ SUCCESS [2.609s]
[INFO] compliance-service ................................ SUCCESS [0.444s]
[INFO] notification-service .............................. SUCCESS [0.475s]
[INFO] statistics-service ................................ SUCCESS [0.394s]
[INFO] auth-service ...................................... SUCCESS [0.496s]
[INFO] PacMan Api Projects ............................... SUCCESS [0.003s]
[INFO] inventoryFetch .................................... SUCCESS [0.227s]
[INFO] data-shipper ...................................... SUCCESS [0.008s]
[INFO] awsrules .......................................... SUCCESS [0.112s]
[INFO] pacman-rule-engine ................................ SUCCESS [0.347s]
[INFO] PacMan Jobs Projects .............................. SUCCESS [0.003s]
[INFO] PacBot UI ......................................... SUCCESS [0.562s]
[INFO] PacMan ............................................ SUCCESS [0.002s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:00.021s
[INFO] Finished at: Wed Nov 21 20:58:35 UTC 2018
[INFO] Final Memory: 42M/791M
[INFO] ------------------------------------------------------------------------
[ec2-user@ip-10-0-0-95 pacbot]$ mvn versions:display-dependency-updates

from pacbot.

johnakash avatar johnakash commented on May 10, 2024

This looks good and the PacBot is seems to be installed in your account. At the end of installation the Portal URL (to login) and default login details will be printed. Please try to login with those credentials.

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024

i am not able to login with default credentials
Admin User : [email protected] / pacman
Readonly User : [email protected] / user

Authentication Failed. Please check your credentials.

from pacbot.

marcschroeter avatar marcschroeter commented on May 10, 2024

this was the output - but i cannot login with that - i can see the website but then get Authentication Failed. Please check your credentials.


********** Login Domain: internal-pacbot-xxxxxxx.eu-central-1.elb.amazonaws.com
***************** Admin: [email protected] / pacman
****************** User: [email protected] / user


from pacbot.

johnakash avatar johnakash commented on May 10, 2024

@marcschroeter , Please let us know when you can be available to troubleshoot the issue in Gitter.

from pacbot.

johnakash avatar johnakash commented on May 10, 2024

We are closing this issue since there is no response for the last 7 days.

from pacbot.

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.