Unable to create a remote project (SSH)

I successful install a star a first phpStorm project using remote development from SSH (in local network). I try to add a second project and give error exit code 1 . The same happen with a webStorm project, same error malformed status JSON.

 

 

2025-06-23 05:36:19,595	WARN	exit code: 1	/usr/bin/zsh -lc echo\ REMOTE_EXEC_OUTPUT_MARKER_\ \&\&\ /home/alvaro/.cache/JetBrains/RemoteDev/remote-dev-worker/remote-dev-worker_d0a937e1ba6429e30ca563825404b9140e23a9be5f573ddec17d30c12b90876b\ host-status\ --ide-path\\\=/home/alvaro/.cache/JetBrains/RemoteDev/dist/bf7558afbd823_PhpStorm-2025.1.2\ --project-path\\\=/home/alvaro/www/gw.app
	stdout:
	REMOTE_EXEC_OUTPUT_MARKER_
	{"type":"error","errorCode":"CommandError","data":"malformed status JSON"}
0

Problem solved!

Fount the error with cat .cache/JetBrains/RemoteDev-WS/_home_alvaro_www_prj_alvis_alvis-app/log/stderr.log , it was /tmp folder without free space. Just restart linux and now works fine!.

0

请先登录再写评论。