This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Build error following OpenESPI developmentEnvironment instructions #122
Comments
I am having the same issue. running it on my local MacOS machine. |
Based on your comments, I am guessing you are starting the DataCustodian and ThirdParty Tomcat servers separately. Are you starting the DataCustodian and then the ThirdParty servers? If so, please reverse the order and let me know if the DataCustodian server fails in the same manner as you have reported the ThirdParty server failure? |
No, I just want to implement the OpenESPI-ThirdParty-java. I first build
the OpenESPI-Common-java for that. while running the command tomcat, I am
facing issues.
…On Sat, Feb 27, 2021 at 10:42 PM Donald F Coffin ***@***.***> wrote:
Based on your comments, I am guessing you are starting the DataCustodian
and ThirdParty Tomcat servers separately. Are you starting the
DataCustodian and then the ThirdParty servers? If so, please reverse the
order and let me know if the DataCustodian server fails in the same manner
as you have reported the ThirdParty server failure?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFIH3BQRPISZMTTCSOOTNLTBERWPANCNFSM4A6DNJEA>
.
|
@riddhuu23 Since your GitHub repository only contains the OpenESPI-Common-java repository (the OpenESPI-ThirdParty-java repository may be Private so I can't see it), I am unable to attempt to recreate your issue. |
you might now see it.
…On Mon, Mar 1, 2021 at 8:12 PM Donald F Coffin ***@***.***> wrote:
@riddhuu23 <https://github.com/riddhuu23> Since your GitHub repository
only contains the OpenESPI-Common-java repository (the
OpenESPI-ThirdParty-java repository may be Private so I can't see it), I am
unable to attempt to recreate your issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFIH3FHG26A6XDQA5DN3CTTBORT5ANCNFSM4A6DNJEA>
.
|
On Mon, Mar 1, 2021 at 8:24 PM Riddhi Patel <[email protected]>
wrote:
… you might now see it.
On Mon, Mar 1, 2021 at 8:12 PM Donald F Coffin ***@***.***>
wrote:
> @riddhuu23 <https://github.com/riddhuu23> Since your GitHub repository
> only contains the OpenESPI-Common-java repository (the
> OpenESPI-ThirdParty-java repository may be Private so I can't see it), I am
> unable to attempt to recreate your issue.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#122 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AKFIH3FHG26A6XDQA5DN3CTTBORT5ANCNFSM4A6DNJEA>
> .
>
|
[image: image.png]
On Mon, Mar 1, 2021 at 8:26 PM Riddhi Patel <[email protected]>
wrote:
…
On Mon, Mar 1, 2021 at 8:24 PM Riddhi Patel ***@***.***>
wrote:
> you might now see it.
>
> On Mon, Mar 1, 2021 at 8:12 PM Donald F Coffin ***@***.***>
> wrote:
>
>> @riddhuu23 <https://github.com/riddhuu23> Since your GitHub repository
>> only contains the OpenESPI-Common-java repository (the
>> OpenESPI-ThirdParty-java repository may be Private so I can't see it), I am
>> unable to attempt to recreate your issue.
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#122 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AKFIH3FHG26A6XDQA5DN3CTTBORT5ANCNFSM4A6DNJEA>
>> .
>>
>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thank you for your great work. I am attempting to deploy the Third-Party application locally on the recommended virtual machine and I ran into an issue when running the tomcat server.
According to the greenbutton documentation I was able to build the different applications using the command
mvn -P devmysql -Dmaven.test.skip=true clean install
.But unfortunately I run into an error when I want to run the Third-Party application using
mvn -P devmysql -Dmaven.test.skip=true clean tomcat7:run
.I am running under the virtual machine proposed by GreenButton. I was able to successfully build Common, DataCustodian and Third-Party applications and I can run tomcat for the DataCustodian application.
Here is the full log of the build failing for the Third-Party application:
The text was updated successfully, but these errors were encountered: