-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No peptideshaker-online.war file available for download #28
Comments
Hello! Thanks for letting us know about the missing war file and the outdated EBI dependencies! I've already updated the EBI dependencies in the pom file such that you should now be able to build the project. However, for further assistance I will forward you to @yehiafarag. He's the main developer and knows more about the details of the implementation and how to set it up than me. Yehia will get back to you as soon as he's had the chance to look into the problem with the missing war file. |
Thanks a lot! Needed to downgrade my java version to 8 and then the build worked. Next step is to fiddle with the configs and try to run it! |
Oh great i was just on my way to write to you, please feel free to contact me if you need any help with the setup, |
@yehiafarag Sorry for radio silence, I was on vacation, but back to setting up the app now.
I checked with tomcat@9 as well, the same story. Checking the deployed directory, all the necessary jars are present. Logs don't show any errors either. I thought maybe something was wrong with the db connection, as tomcat behaves weirdly without giving much info especially in that case. However I can connect to the db without any issue. Am I missing some setup step? Did you have any similar issues? |
@dunecatnat |
hi @yehiafarag Thank you for taking the time! |
@dunecatnat umm... i am not sure why you get such errors but maybe i can send u the runnable war file and you can try to deploy it directly, u will just need to update the app configurations file |
peptideshakeronline-1.0.war
<https://drive.google.com/file/d/1a1lrrU-o0iJ-MefPV17swG0UwSmJewR2/view?usp=drive_web>
…On Mon, 22 Apr 2024 at 13:27, Natalia Tichshenko ***@***.***> wrote:
hi @yehiafarag <https://github.com/yehiafarag> Thank you for taking the
time!
Now I have a different package causing the same error
java.nio.file.NoSuchFileException: ***@***.***
/9.0.88/libexec/temp/1-peptideshakeronline-1.0/WEB-INF/lib/javax.inject-2.2.0.jar
I wonder if it is some tomcat config that I should set differently. As if
the app doesn't find lib resources, while everything is in there.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEPSRFVBFWO6LWXMZQ5F7LY6TX3RAVCNFSM6AAAAABFBVGZM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRZGE2TENBYGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Yehia Farag*
Department of Informatics
University of Bergen
|
please do not forget to update the configuration file "
*peptideshakeronline-1.0\WEB-INF\config.json"*
"galaxyServerUrl": "",
"testUserAPIKey": "",
"url": "jdbc:mysql://localhost:3306/",
"driver": "com.mysql.jdbc.Driver",
"password": "",
"userName": "",
"dbName": "",
and let me know if you still having the same problem
…On Mon, 22 Apr 2024 at 14:55, Yehia Farag ***@***.***> wrote:
peptideshakeronline-1.0.war
<https://drive.google.com/file/d/1a1lrrU-o0iJ-MefPV17swG0UwSmJewR2/view?usp=drive_web>
On Mon, 22 Apr 2024 at 13:27, Natalia Tichshenko ***@***.***>
wrote:
> hi @yehiafarag <https://github.com/yehiafarag> Thank you for taking the
> time!
> Now I have a different package causing the same error
> java.nio.file.NoSuchFileException: ***@***.***
> /9.0.88/libexec/temp/1-peptideshakeronline-1.0/WEB-INF/lib/javax.inject-2.2.0.jar
> I wonder if it is some tomcat config that I should set differently. As if
> the app doesn't find lib resources, while everything is in there.
>
> —
> Reply to this email directly, view it on GitHub
> <#28 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ADEPSRFVBFWO6LWXMZQ5F7LY6TX3RAVCNFSM6AAAAABFBVGZM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRZGE2TENBYGA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
--
*Yehia Farag*
Department of Informatics
University of Bergen
--
*Yehia Farag*
Department of Informatics
University of Bergen
|
Thanks for that! The errors that I am having with running the app built on my machine are due to my setup and the way I build, I suppose. I am on Mac OS X 14.2.1 (latest) |
Hello guys!
First of all, thanks for the project!
We are trying to have a go at it. I've configured and can run galaxy server, no issues there. However I don't find peptideshaker-online.war file following the link on the documentation page. It brings me to https://github.com/barsnes-group/peptide-shaker-online/wiki/
I tried to package the project myself, but there is a dependencty on compomics-utilities, which have as a dependency uk.ac.ebi.pride.archive:web-service-model which seems to not be available any more (although here the question is for EBI I suppose, not for you).
The text was updated successfully, but these errors were encountered: