2

I am trying to debug in my anypoint studio and debugger does not seems to be working. I performed following steps PROJECT_NAME --> Right Click --> Debug As --> Mule Application.

Application has successfully deployed however debugging is not working. I see a message as "Mule Debugger is not working. Launch your Mule application in debug."

Also confirmed my application has successfully deployed, once deployed I sent a request and I dont see anything in Mule Debugger.

Any help will be greatly appreciated.

I even gave a try by changing port numbers also by killing everything that might be running in port 6666.

DJD
  • 143
  • 2
  • 10

9 Answers9

1

Try changing your Debugger Port. By default it should be 6666. I've changed mine to 1024 and it worked:

Blue
  • 22,608
  • 7
  • 62
  • 92
eyyj
  • 11
  • 2
  • 1
    Please use hyperlink appropriately. Right now, it is not obvious which part of the answer is exactly connected to the link. – Masud Rahman Jul 26 '18 at 05:45
  • Apologies, I got a prompt from Stack Overflow that says I'm not allowed to post images until I have gotten 10 points. – eyyj Jul 26 '18 at 05:53
0

Try closing Anypoint Studio and clean all metadata. Start debugging the flow again.

vijay dhanakodi
  • 175
  • 1
  • 14
0

Please see the link for same issue here- https://forums.mulesoft.com/questions/1678/mule_debugger_not_working.html

  • I looked at this before and all it says is to change port numbers from 6666 to 8888 and none of those solutions have worked for me hence I have created this new question and I have also mentioned that I tried changing my port numbers in my question description and still seeking help. Thanks! – DJD Sep 22 '16 at 17:30
0
  1. Make sure you had a break point in any component of the flow and try again.
  2. Having a break point looks like the image below

enter image description here

Fadhly Permata
  • 1,686
  • 13
  • 26
  • Santosh thanks for your answer, fortunately I am not a newbie for programming nor for mulesoft. Just this case seems to be so weird and does not work even though I had a enabled breakpoint. – DJD Sep 27 '16 at 06:42
0

You may have a 'zombie' Mule process running in the background occupying the debugger port. Try running the following command to list the processes on that port:

lsof -i:6666
CountD
  • 669
  • 2
  • 11
  • 34
0

try to change the ports as it might be already used,If that also is not working then Re Install of Anypoint Studio which would solve this problem.

Could you try giving higher port number like 9999 or more if you are running on Windows OS.

Sakthi M
  • 11
  • 1
0

Create a new workspace and try again.

To know if the issue is always happening or if it is something in particular in your ws

Alberici
  • 357
  • 2
  • 19
0

I had the same problem, but slightly different. My Mule app was not deploying in Debug mode, it was taking forever.

I tried changing the port number, and it didn't work.

I eventually solved the issue by reinstalling Anypoint and configuring it again.

nktsamba
  • 624
  • 8
  • 12
0

You can try couple of things like changing port from 9999 to 6666 and vice versa. If it still doesn't work restart Anypoint Studio.

Srinivas
  • 92
  • 3