[ZBX-19141] Zabbix server stopped cannot open IPC socket. Created: 2021 Mar 19  Updated: 2021 Mar 20  Resolved: 2021 Mar 20

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 5.2.5
Fix Version/s: None

Type: Problem report Priority: Trivial
Reporter: Andrei Gushchin (Inactive) Assignee: Andrei Gushchin (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File crash.log    
Issue Links:
Duplicate
duplicates ZBX-19071 Preprocessing step "Check for not sup... Closed

 Description   

Steps to reproduce:
After updating from 5.2.4 to 5.2.5 server won't running long time. it started and stopped itself after some time. with indicating that IPC socket cannot be open.
At the same time when downgrade to 5.2.4 it works fine.

Result:

Convert Cdx To Jpg 💯 Exclusive

indigo batch -i input_dir -o output_dir -f jpg | Problem | Likely Cause | Solution | | :--- | :--- | :--- | | JPG is blurry | Too low resolution | Set at least 300 DPI during export. | | Text is garbled | Font missing (e.g., Arial, Times) | Install ChemDraw fonts or convert on a machine with ChemDraw. | | Background is black or transparent | JPG does not support transparency | Add white background in export settings or use an image editor to fill. | | File won't open in online converter | File too large or corrupted | Try a desktop tool like ChemSketch. | | Bonds look thick and uneven | Anti-aliasing off | Enable anti-aliasing in export dialog. | Part 7: Alternatives to JPG – Better Formats for Chemical Structures Before settling on JPG, consider these superior alternatives for sharing chemical diagrams.

Remember: JPG is a , not an archive format. Keep your original CDX files safe, and convert a copy to JPG only when you need to share or publish. Still have questions about CDX or JPG conversion? Leave a comment below or check the official ChemDraw documentation for advanced export settings. If you are a developer looking to automate CDX conversion, explore the Indigo Toolkit’s API for programmatic rasterization. convert cdx to jpg

# Convert all CDX to SVG obabel *.cdx -O output.svg for file in *.svg; do convert "$file" -background white -flatten "$file%.svg.jpg" done Option C: Indigo Batch Script Indigo (open-source) offers batch conversion: indigo batch -i input_dir -o output_dir -f jpg

crash.logconvert cdx to jpg



 Comments   
Comment by Vladislavs Sokurenko [ 2021 Mar 19 ]

Thank you for your report, closing as a duplicate of ZBX-19071

Generated at Mon Mar 09 02:37:13 EET 2026 using Jira 10.3.13#10030013-sha1:56dd970ae30ebfeda3a697d25be1f6388b68a422.