Developing an app for Bitbucket Data Center v8.9 on Windows machine, the command atlas-debug
fails with errors:
[INFO] 2024-02-05 12:52:25,104 INFO [main] c.a.b.i.b.BitbucketServerApplication Starting BitbucketServerApplication v8.9.8 using Java 1.8.0_321
[INFO] 2024-02-05 12:52:25,104 INFO [main] c.a.b.i.b.BitbucketServerApplication The following 1 profile is active: "windows"
[INFO] 2024-02-05 12:52:26,237 INFO [main] c.a.b.i.boot.log.BuildInfoLogger Starting Bitbucket 8.9.8 (1ae6adb built on Mon Dec 11 04:12:09 CET 2023)
[INFO] 2024-02-05 12:52:26,237 INFO [main] c.a.b.i.boot.log.BuildInfoLogger JVM: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 1.8.0_321-b07
[INFO] 2024-02-05 12:52:36,062 WARN [spring-startup] o.s.w.c.s.XmlWebApplicationContext Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'environmentValidator' defined in class path resource [critical-context.xml]: Invocation of init method failed; nested exception is com.atlassian.stash.internal.server.UnsupportedOperatingSystemException: Windows is not a supported operating system
[INFO] 2024-02-05 12:52:36,075 ERROR [spring-startup] c.a.j.s.w.s.JohnsonDispatcherServlet SpringMVC dispatcher [springMvc] could not be started
[INFO] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'environmentValidator' defined in class path resource [critical-context.xml]: Invocation of init method failed; nested exception is com.atlassian.stash.internal.server.UnsupportedOperatingSystemException: Windows is not a supported operating system
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804)
[INFO] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:171)
[INFO] at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:756)
[INFO] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:572)
[INFO] at javax.servlet.GenericServlet.init(GenericServlet.java:143)
[INFO] at java.lang.Thread.run(Thread.java:750)
[INFO] ... 24 frames trimmed
[INFO] Caused by: com.atlassian.stash.internal.server.UnsupportedOperatingSystemException: Windows is not a supported operating system
[INFO] at com.atlassian.stash.internal.server.EnvironmentValidator.validate(EnvironmentValidator.java:17)
[INFO] ... 6 common frames omitted
[INFO] 2024-02-05 12:52:36,196 INFO [main] c.a.b.i.b.BitbucketServerApplication Started BitbucketServerApplication in 12.865 seconds (JVM running for 16.313)
[INFO] bitbucket started successfully in 49s at http://localhost:7990/bitbucket
[INFO] Type Ctrl-C to shutdown gracefully
According to End of support for Bitbucket Server hosting on Windows | Bitbucket Data Center and Server 8.17 | Atlassian Documentation, so is it not even possible to develop on a Windows environment anymore?
Thanks in advance.
Cheers.