STS 4.11.1 (for eclipse) fails to start on MAC 10.15
See original GitHub issueCould you help me with this.
The first run it starts but then it keeps doing this, not asking me for any workspace locations.
Any idea, is this a known issue ? Keep investigating. T (
Process: SpringToolSuite4 [1370]
Path: /Applications/SpringToolSuite4.app/Contents/MacOS/SpringToolSuite4
Identifier: org.springframework.boot.ide.branding.sts4
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: SpringToolSuite4 [1370]
User ID: 501
Date/Time: 2021-09-08 11:19:41.667 +0200
OS Version: Mac OS X 10.15.7 (19H1323)
Report Version: 12
Bridge OS Version: 5.5 (18P4759a)
Anonymous UUID: 39E4779D-6B9B-22CF-DD14-40BEAFE0FF49
Time Awake Since Boot: 200 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (Code Signature Invalid)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: Namespace CODESIGNING, Code 0x1
kernel messages:
VM Regions Near 0 (cr2):
-->
__TEXT 0000000008052000-0000000008056000 [ 16K] r-x/r-x SM=COW
Thread 0 Crashed:
0 @= 0x00000000140c8000 _dyld_start + 0
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x0000000000000000
rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x0000000000000000 rsp: 0x00007ffee7bb1c18
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000000000000
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
rip: 0x00000000140c8000 rfl: 0x0000000000000200 cr2: 0x0000000000000000
Logical CPU: 0
Error Code: 0x00000000
Trap Number: 0
Binary Images:
0x8052000 - 0x8055ff7 +@= (0) <BF0BAA93-FE7A-3039-AC22-E0007DC821F4> @=
0x140c7000 - 0x14159267 +@= (750.7) <FCEF919F-F7F8-3C1A-B208-7ECDCB5EA674> @=
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 242
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=856K resident=0K(0%) swapped_out_or_unallocated=856K(100%)
Writable regions: Total=8404K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8404K(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
STACK GUARD 56.0M 1
Stack 8192K 1
__DATA 232K 3
__DATA_CONST 20K 1
__LINKEDIT 252K 2
__TEXT 604K 2
shared memory 8K 2
=========== ======= =======
TOTAL 65.1M 12
Model: MacBookPro16,1, BootROM 1554.140.20.0.0 (iBridge: 18.16.14759.0.1,0), 6 processors, 6-Core Intel Core i7, 2.6 GHz, 32 GB, SMC
[...]
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
STS launch issue on Mac - eclipse - Stack Overflow
Open Application; Locate STS; Right click and open package contents; navigate to eclipse folder; open sts.ini; Add -Xss128m -Xmn1024m.
Read more >Spring Tools 4 (aka Spring Tool Suite 4) - Eclipse Marketplace
Spring Tools 4 is the next generation of Spring Boot tooling for your favorite coding enrivonment. Largely rebuilt from scratch, ...
Read more >Spring Tools 4.11.0 released
I tried to migrate from STS 4.10 to STS4.11 but always got the following error on startup (I use JDK 16.0.1):. Errors occurred...
Read more >How to Download and Install Spring Tool Suite (Spring Tools ...
And most importantly it is based on Eclipse IDE. STS is free, open-source, and powered by VMware. Spring Tools 4 is the next...
Read more >Spring Boot Download and Install STS IDE - Javatpoint
Spring Tool Suite is an IDE to develop Spring applications. It is an Eclipse-based development environment. It provides a ready-to-use environment to implement, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issue. The reinstall work a couple of day and failed again. My mac is on Big Sur (11.6)
It try to resign (cf stackoverflow link STS because, it’s the root cause, but it’s failed too with package
`$ codesign --force --deep --sign - /Applications/SpringToolSuite4.app
/Applications/SpringToolSuite4.app: replacing existing signature /Applications/SpringToolSuite4.app: bundle format unrecognized, invalid, or unsuitable In subcomponent: /Applications/SpringToolSuite4.app/Contents/MacOS/net/bytebuddy/byte-buddy/1.10.22 `
my macos is ARM-64, and my problem solved. thanks!