Skip to content
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

JarAnalyzer falls in a state it couldn't recover #24

Open
palashborhanuddin opened this issue Jul 23, 2022 · 3 comments
Open

JarAnalyzer falls in a state it couldn't recover #24

palashborhanuddin opened this issue Jul 23, 2022 · 3 comments
Assignees

Comments

@palashborhanuddin
Copy link
Collaborator

Please check the Attached log. After running for around 10 hours or so (not sure if it has any impact on it) JarAnalyzer seems to have issues with the DB connection which it could not recover ever as it was doing the same thing repeatedly for the next 18 hours or so until I force close the application. From the attached log problem started on 2022-07-21 18:41:04. I have checked that DB was running and I was able to connect and execute the query.

dbconnectionissue.txt

@diptopol
Copy link
Owner

I have pushed a fix to address this issue where I have implemented batch-style insertion for jar info save. Also, implemented fetching files without cloning locally. But there is one separate issue that I have found while investigating azure-sdk-for-java. For few sub-projects, the artifactory server is different and is not publicly accessible without proper authorization. So the resolution of jars was failing due to this reason.

    <repository>
      <id>azure-sdk-for-java</id>
      <url>https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-java/maven/v1</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>

@palashborhanuddin
Copy link
Collaborator Author

issue.txt

stuck issue log.

@palashborhanuddin
Copy link
Collaborator Author

stuck.txt

another log!

@tsantalis tsantalis removed their assignment Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants