Create confluence macro

I followed tutorials and created a test macro on confluence. I am not able to run the confluence server under the mentioned link on port 1990.

Hi @s.arjun36,

In order to have a better idea of what is happening, I have the following questions:

  1. Which specific tutorial are you trying out?
  2. What was the error you’re encountering?
  3. Instead of accessing via http://computer-name:1990/confluence, have you tried http://localhost:1990/confluence if the results are any different?

Thanks,
Ian

  1. https://developer.atlassian.com/server/confluence/creating-a-new-confluence-macro/ is the tutorial I am using!
  2. cannot connect with confluence on the given port
  3. utilized the port url specified after the creation.

[INFO] [talledLocalContainer] Sep 07, 2018 11:39:31 AM org.apache.coyote.AbstractProtocol start [INFO] [talledLocalContainer] INFO: Starting ProtocolHandler [“ajp-nio-8009”] [INFO] [talledLocalContainer] Sep 07, 2018 11:39:31 AM org.apache.catalina.startup.Catalina start [INFO] [talledLocalContainer] INFO: Server startup in 47774 ms [INFO] [talledLocalContainer] Tomcat 8.x started on port [1990] [INFO] confluence started successfully in 167s at http://IN2292949W1:1990/confluence [INFO] Type Ctrl-D to shutdown gracefully [INFO] Type Ctrl-C to exit

Interesting. I have not experienced this when I did it last night. For the localhost, kindly append /confluence in the end, I think that’s what’s missing on your screenshot.

still issue persists

hi @s.arjun36, I still cannot replicate the issue; localhost should work as it is the default value. Your logs also show that you were able to start your server app properly. Can you try passing --server localhost argument with atlas-run to force your setup to use localhost (and not the computer name) as the server and try testing using localhost again?

Thanks,
Ian

still I have the same problem!
I have another instance of confluence running on port 8090. Is that an issue?