mvpjava / docker-spring-sts4-ide

Dockerfile and scripts needed to build and run Jaba 8 + Spring Tools 4 IDE + git +maven all in a Docker Container
http://www.mvpjava.com
7 stars 4 forks source link

Mac OS Catalina #1

Open ocars opened 4 years ago

ocars commented 4 years ago

I have Mac OS Catalina version 10.15.1

When executing the run.sh command, it only shows me the code: [894ea6480a48b2c0fc7b30858a4acfd8baf06dc367b89e9f411d4d908cc52496].

But does not open the STS, any ideas?

mvpjava commented 4 years ago

Hi Octavio,

1) Try doing "xhost +" on you mac OS command line to allow the X-Client (in this case STS) to connect to the X-Server. 2) if that works for the you need to make it persistent (after reboot) through I think it ".xinitrc" file in home directory (put 'xhost +' in there too) Read up on that, my memory might be off on the second point Cheers -Andy

On Tue, Dec 3, 2019 at 11:08 PM Octavio Ramírez notifications@github.com wrote:

I have Mac OS Catalina version 10.15.1

When executing the run.sh command, it only shows me the code: [894ea6480a48b2c0fc7b30858a4acfd8baf06dc367b89e9f411d4d908cc52496].

But does not open the STS, any ideas?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mvpjava/docker-spring-sts4-ide/issues/1?email_source=notifications&email_token=AD5ZVZEKR47HKXTDRUIOAJDQW3YJRA5CNFSM4JVAS7VKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H53BWPQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5ZVZCP3U56IXEUQOK4RGLQW3YJRANCNFSM4JVAS7VA .

ocars commented 4 years ago

Hi It didn't work :(

Look at my console output:

ocars@MacBook-Pro-de-ocars docker-spring-sts4-ide % xhost + access control disabled, clients can connect from any host ocars@MacBook-Pro-de-ocars docker-spring-sts4-ide % ./run.sh 47f680dc5afd4e9ba6f3fec40846e8c07871bbd91921a46415adfa23c2a97997 ocars@MacBook-Pro-de-ocars docker-spring-sts4-ide %

If you have any other advice, please let me know Regards

mvpjava commented 4 years ago

Check the container logs to see what's wrong, type the following command in your terminal after you execute "run.sh"..

"docker container logs 47f680dc5afd4e9ba6f3fec40846e8c07871bbd91921a46415adfa23c2a97997"

Note the container id will be different every time you execute run.sh

What does it say?

On Fri, Dec 6, 2019, 21:41 Octavio Ramírez notifications@github.com wrote:

Hi It didn't work :(

Look at my console output:

ocars@MacBook-Pro-de-ocars docker-spring-sts4-ide % xhost + access control disabled, clients can connect from any host ocars@MacBook-Pro-de-ocars docker-spring-sts4-ide % ./run.sh 47f680dc5afd4e9ba6f3fec40846e8c07871bbd91921a46415adfa23c2a97997 ocars@MacBook-Pro-de-ocars docker-spring-sts4-ide %

If you have any other advice, please let me know Regards

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mvpjava/docker-spring-sts4-ide/issues/1?email_source=notifications&email_token=AD5ZVZHOMLU57VZY6PADHKLQXLILDA5CNFSM4JVAS7VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGFSEMI#issuecomment-562766385, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5ZVZAABZPA53AO4ASH5CTQXLILDANCNFSM4JVAS7VA .