-
Notifications
You must be signed in to change notification settings - Fork 17
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
MetfragLib failed to install by #106
Comments
Hi, I think your errors are a symptom of not being able to download some dependencies further up in your output.
can you try
mvn -Dhttps.protocols=TLSv1.2 -f MetFragRelaunched clean package -pl MetFragLib -pl MetFragWeb -am -DskipTests
Yours, Steffen
I blame Android for the brevity and typos
…________________________________
From: SivanXW ***@***.***>
Sent: Friday, November 18, 2022 3:21:19 AM
To: ipb-halle/MetFragRelaunched ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [ipb-halle/MetFragRelaunched] MetfragLib failed to install by (Issue #106)
Hi prof,
I tried to install MetfragLib and MetfragCL on Linux (CentOS) following the MetFrag relaunched tutorial. But when running "mvn clean install -pl MetFragLib -am", some errors occured:
[ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/parameter/ClassNames.java:[32,39] cannot find symbol symbol: class OnlineChemSpiderDatabase location: package de.ipbhalle.metfraglib.database [ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/parameter/ClassNames.java:[33,39] cannot find symbol symbol: class OnlineChemSpiderRestDatabase location: package de.ipbhalle.metfraglib.database [ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/parameter/ClassNames.java:[38,39] cannot find symbol symbol: class OnlinePubChemDatabase location: package de.ipbhalle.metfraglib.database [ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/database/OnlineExtendedPubChemDatabase.java:[21,52] cannot find symbol symbol: class OnlinePubChemDatabase
It seems that there are some problems connecting to ChemSpider as mentioned in #96<https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fipb-halle%2FMetFragRelaunched%2Fissues%2F96&data=05%7C01%7C%7C0bd629437a0248b0bf5c08dac90b952e%7C0934ee6c2a574efd80a9fc003defef4e%7C0%7C0%7C638043348835017566%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4YKo1F2hIbnhlJ2%2F2krYrdZX1KDi5JpRnMzc5%2BAt%2B4o%3D&reserved=0> and #97<https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fipb-halle%2FMetFragRelaunched%2Fissues%2F97&data=05%7C01%7C%7C0bd629437a0248b0bf5c08dac90b952e%7C0934ee6c2a574efd80a9fc003defef4e%7C0%7C0%7C638043348835017566%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ECWGY7Tn477rkftY9RRDT%2F4Z0FbGdNASizaSP15a2hM%3D&reserved=0>. I wonder is there a way to deal with this problem now?
Thanks for your kind help.
Sivan
—
Reply to this email directly, view it on GitHub<https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fipb-halle%2FMetFragRelaunched%2Fissues%2F106&data=05%7C01%7C%7C0bd629437a0248b0bf5c08dac90b952e%7C0934ee6c2a574efd80a9fc003defef4e%7C0%7C0%7C638043348835172752%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=vwtd9ZF5pCJ8YDHRyaapwIax6aMfiPQ56ZmToe57OaA%3D&reserved=0>, or unsubscribe<https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAABPWOOE3IVBYEA4F4L6RNLWI3RZ7ANCNFSM6AAAAAASEALYKM&data=05%7C01%7C%7C0bd629437a0248b0bf5c08dac90b952e%7C0934ee6c2a574efd80a9fc003defef4e%7C0%7C0%7C638043348835172752%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Vj4ySbP2dbFKQKKNVYAdZFK1pRP997QYnQbPBwtVJ0I%3D&reserved=0>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
It works!! Cannot express my appreciation! In addtion, previously when I tried to use
I fail to find the similar error in through Internet. Is this error due to the jar package or the missing of some dependencies?
|
Hi prof,
I tried to install MetfragLib and MetfragCL on Linux (CentOS) following the MetFrag relaunched tutorial. But when running "mvn clean install -pl MetFragLib -am", some errors occured:
[ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/parameter/ClassNames.java:[32,39] cannot find symbol symbol: class OnlineChemSpiderDatabase location: package de.ipbhalle.metfraglib.database [ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/parameter/ClassNames.java:[33,39] cannot find symbol symbol: class OnlineChemSpiderRestDatabase location: package de.ipbhalle.metfraglib.database [ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/parameter/ClassNames.java:[38,39] cannot find symbol symbol: class OnlinePubChemDatabase location: package de.ipbhalle.metfraglib.database [ERROR] /root/MetFragRelaunched/MetFragLib/src/main/java/de/ipbhalle/metfraglib/database/OnlineExtendedPubChemDatabase.java:[21,52] cannot find symbol symbol: class OnlinePubChemDatabase
Also, it seems that there are some problems connecting to ChemSpider as mentioned in #96 and #97. I wonder is there a way to deal with this problem now?
Thanks for your kind help.
Sivan
The text was updated successfully, but these errors were encountered: