webMethods

 View Only

 Launching webMethods Integration Designer on MacOS fails

Hendrik van Run's profile image
Hendrik van Run posted Thu January 30, 2025 03:18 AM

Hi I've installed webMethods Integration Designer 11.1 using the webMethods Installer on MacOS (Sonoma 14.7.1 running on Apple Silicon). However, after some time launching Integration Designer consistently fails with the following error. When I reinstall, it seems to work again for a couple of days until I start getting the same issue again. How can I resolve this?

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 91B6C5BA-4C4A-4BD0-9861-97737418C1C5
CrashReporter Key:   2B8E4059-1861-E86C-4D8C-11CA786B6FCB
Hardware Model:      MacBookPro18,2
Process:             eclipse [34592]
Path:                /Applications/SoftwareAG/*/Eclipse.app/Contents/MacOS/eclipse
Identifier:          org.eclipse.platform.ide
Version:             4.25.0 (4.25.0.I20220831-1800)
Code Type:           X86-64 (Native)
Role:                Default
Parent Process:      launchd [1]
Coalition:           org.eclipse.platform.ide [1494]

Date/Time:           2025-01-17 10:42:02.9799 -0500
Launch Time:         2025-01-17 10:42:02.8398 -0500
OS Version:          macOS 14.3.1 (23D60)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL (Code Signature Invalid))
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: CODESIGNING 1 Taskgated Invalid Signature

Triggered by Thread:  0

Thread 0 Crashed:
0   
                             	    0x7ff7ffcbf3dc 0x7ff7ffcbc000 + 13276


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x0000000000000000
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: <unavailable>       rfl: 0x0000000000000203
 tmp0: 0x0000000000000000 tmp1: 0x0000000000000000 tmp2: 0x0000000000000000


Binary Images:
       0x100bf0000 -        0x100c8ffff ??? (*) <01ae3ae3-f6ca-34d1-a2f8-462ede5fa818> ???
    0x7ff7ffcbc000 -     0x7ff7ffcebfff 
 (*) <3ba12577-21cf-3270-ac4e-4a558236468e> 

               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

Error Formulating Crash Report:
dyld_process_snapshot_get_shared_cache failed
PC register does not match crashing frame (0x0 vs 0x7FF7FFCBF3DC)

EOF
Hendrik van Run's profile image
Hendrik van Run

@Venkata Gadepalli and @Stephane Tailland suggested that there might be an issue with the validity of the application signature. This could make sense, given the following line in the error I am getting.

Termination Reason: CODESIGNING 1 Taskgated Invalid Signature

They suggested to run the following command, which turn out to completely resolve this issue!

user@machine name % codesign --verify --deep --strict --verbose=2 /Applications/SoftwareAG/*/Eclipse.app
/Applications/SoftwareAG/Designer/Eclipse.app: invalid Info.plist (plist or signature have been modified)
In architecture: x86_64
user@machine name % sudo xattr -r -d com.apple.quarantine /Applications/SoftwareAG/*/Eclipse.app
Password:
user@machine name % sudo codesign --force --deep --sign - /Applications/SoftwareAG/*/Eclipse.app
/Applications/SoftwareAG/Designer/Eclipse.app: replacing existing signature
user@machine name %
Andrew McCracken's profile image
Andrew McCracken

@John Carter, would you know the answer to this?