Open rumanaHaque opened 1 year ago
I do have the same application/workspace in Eclipse - where I see both the projects.
In Eclipse - I can start both projects successfully.
@rumanaHaque can you share the steps to reproduce the issue. I am not able recreate when I run extension, I see only one module(parent). I tried to connect over slack for clarifications couple of days back. You can respond on slack or here.
@ragudiko I just tried this using the latest driver, and I still get the same problem.
Here are the steps to reproduce: 1) Instal lthe Acme ee10 app from this repo https://github.ibm.com/was-svt/acme-ee/tree/acme-ee10.
1) Add the server.xml to the src/main/liberty/config dir in AcmeWebEjbEar project, and then these applications will be shown in the Liberty dashboard.
1) If I click on acme-ee10, the application starts successfully. However, if I clik on AcmeWebEjbEar, then I get the error as shown above.
As mentioned earlier, even if we cannot fix starting the application from AcmeWebEjbEar, if we can fix this by not displaying the AcmeWebEjbEar option, that will also be useful.
@rumanaHaque please can you share screenshot of the complete screen instead of just liberty dashboard. I want to understand what is your folder structure. I opened the project shared by you, I see only one module listed and start server event works fine as shown below. I can reproduce issue only when I load the acme project under src/test/resource folder of our source code. But Trevor suggested, we should load project from outside the source code folder location.
Here's the screenshot with my folder structure. I have ACME_EE10, then acme_ee, and then the AcmeWebEjbEar. So I am using the parent folder, one level higher than yours.
If I do open using the child folder - i.e. the acme-ee inside the acme-ee10, then I also see only the acme-ee10 in the Liberty dashboard.
As part of my ACME app test - https://github.ibm.com/websphere/system-test/issues/771
When I install Liberty Tools, I see 2 projects in the Liberty Dashboard.
When I click on acme-ee10, I can start/stop the server successfully. However, when I try the AcmeWebEjbEar, I can't start the server. This is the error that I get when I try to start the server.