You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Pamidighantam, Sudhakar V" <sp...@illinois.edu> on 2022/07/28 20:26:16 UTC

Re: SMILES Proto Schema

Bhavesh:



When I tried to run java package I got this error.



Do you know what could be missing?



Thanks,

Sudhakar.



[INFO] Changes detected - recompiling the module!

[INFO] Compiling 38 source files to /Users/spamidig/Library/Applications/smilesdb/airavata-sandbox/gsoc2022/smilesdb/Server/target/classes

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  16.819 s

[INFO] Finished at: 2022-07-28T16:20:45-04:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project Server: Fatal error compiling: error: invalid target release: 18 -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


From: Bhavesh Asanabada <as...@gmail.com>
Date: Thursday, June 16, 2022 at 12:16 PM
To: dev@airavata.apache.org <de...@airavata.apache.org>
Subject: SMILES Proto Schema
Hi Sudhakar,
I’ve done with the sample gRPC implementation. As a next step towards the GSoC goal, I’m structuring the proto buffer files considering the files you have shared before (attached with this mail).

Proceeding with the files, there are a few missing data types in the molecule.proto file which I could not figure out with the variables mentioned. Can you please confirm the data types? and suggest the additional changes you need in the schema.

Thanks
Bhavesh Asanabada

Re: SMILES Proto Schema

Posted by Bhavesh Asanabada <as...@gmail.com>.
Hi Sudhakar,

The error is because of version incompatibility. I used the Java compiler
of version 18. I suggest installing the same version for the future build
or you can change to your version in the pom.xml file (line 17).

*pom file path: *cd ~/airavata-sandbox/gsoc2022/smilesdb/Server/pom.xml

Also for executing DjangoMiddleware, you need python version 3.8.3 for
running the grpcio-wheel. Please look for the specific version at
https://www.python.org/downloads/.

[image: image.png]

Thanks,
Bhavesh Asanabada

On Fri, Jul 29, 2022 at 1:56 AM Pamidighantam, Sudhakar V <
spamidig@illinois.edu> wrote:

> Bhavesh:
>
>
>
> When I tried to run java package I got this error.
>
>
>
> Do you know what could be missing?
>
>
>
> Thanks,
>
> Sudhakar.
>
>
>
> [*INFO*] Changes detected - recompiling the module!
>
> [*INFO*] Compiling 38 source files to
> /Users/spamidig/Library/Applications/smilesdb/airavata-sandbox/gsoc2022/smilesdb/Server/target/classes
>
> [*INFO*]
> *------------------------------------------------------------------------*
>
> [*INFO*] *BUILD FAILURE*
>
> [*INFO*]
> *------------------------------------------------------------------------*
>
> [*INFO*] Total time:  16.819 s
>
> [*INFO*] Finished at: 2022-07-28T16:20:45-04:00
>
> [*INFO*]
> *------------------------------------------------------------------------*
>
> [*ERROR*] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile
> *(default-compile)* on project Server: *Fatal error compiling*: error:
> invalid target release: 18 -> *[Help 1]*
>
> [*ERROR*]
>
> [*ERROR*] To see the full stack trace of the errors, re-run Maven with
> the *-e* switch.
>
> [*ERROR*] Re-run Maven using the *-X* switch to enable full debug logging.
>
> [*ERROR*]
>
> [*ERROR*] For more information about the errors and possible solutions,
> please read the following articles:
>
> [*ERROR*] *[Help 1]*
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>
>
>
>
>
> *From: *Bhavesh Asanabada <as...@gmail.com>
> *Date: *Thursday, June 16, 2022 at 12:16 PM
> *To: *dev@airavata.apache.org <de...@airavata.apache.org>
> *Subject: *SMILES Proto Schema
>
> Hi Sudhakar,
> I’ve done with the sample gRPC implementation. As a next step towards the
> GSoC goal, I’m structuring the proto buffer files considering the files you
> have shared before (attached with this mail).
>
> Proceeding with the files, there are a few missing data types in the
> molecule.proto file which I could not figure out with the variables
> mentioned. Can you please confirm the data types? and suggest the
> additional changes you need in the schema.
>
> Thanks
> Bhavesh Asanabada
>