Package Details: datagrip 2024.3-1

Git Clone URL: https://aur.archlinux.org/datagrip.git (read-only, click to copy)
Package Base: datagrip
Description: Smart SQL Editor and Advanced Database Client Packed Together for Optimum Productivity
Upstream URL: https://www.jetbrains.com/datagrip/
Licenses: custom:jetbrains
Conflicts: 0xdbe, 0xdbe-eap
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 64
Popularity: 0.035114
First Submitted: 2015-12-16 16:43 (UTC)
Last Updated: 2024-11-14 14:32 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

freswa commented on 2021-08-23 15:06 (UTC)

You need a newer JRE or datagrip-jre

newsboost commented on 2021-08-23 14:56 (UTC) (edited on 2021-08-23 14:56 (UTC) by newsboost)

Hi, I'm new to this. Just tried to install datagrip (no error messages, installation seemed to run fine) and run it, but when I try to run it, it says:

$ datagrip
Error occurred during initialization of VM
java.lang.UnsupportedClassVersionError: com/intellij/util/lang/PathClassLoader has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at java.lang.SystemClassLoaderAction.run(ClassLoader.java:2202)
    at java.lang.SystemClassLoaderAction.run(ClassLoader.java:2188)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1449)
    at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1429)

I've never tried datagrip before so I don't really know what this is about, but this seems wrong?

cradcore commented on 2021-01-12 18:10 (UTC)

JVM 15 breaks this. "unrecognized vm option "UseConcMarkSweepGC""

Fixed by removing that option from /opt/datagrip/bin/datagrip64.vmoptions

ShroudedNight commented on 2020-11-25 19:55 (UTC)

The following change appears to successfully build the 2020.3 release:

diff --git a/.SRCINFO b/.SRCINFO
index 82ee535..c5009b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = datagrip
        pkgdesc = Smart SQL Editor and Advanced Database Client Packed Together for Optimum Productivity
-       pkgver = 2020.2.3
+       pkgver = 2020.3
        pkgrel = 1
        url = https://www.jetbrains.com/datagrip/
        arch = any
@@ -9,10 +9,10 @@ pkgbase = datagrip
        conflicts = 0xdbe
        conflicts = 0xdbe-eap
        options = !strip
-       source = https://download.jetbrains.com/datagrip/datagrip-2020.2.3.tar.gz
+       source = https://download.jetbrains.com/datagrip/datagrip-2020.3.tar.gz
        source = jetbrains-datagrip.desktop
        source = LICENSE
-       b2sums = 9020dd7b639763c37ba666d10d7a1b6ef96c39c7fbdb4c5faa15d11f200e60f8b4ae64d84d5d37fac651a1b0bcf3545e7dfc9423e2b7c984e6378bf516d3b4dc
+       b2sums = 40e93699b8c47a086cda507489c5002c7992e35d4fba53c08713d3e0ae36efd07b2360e1f41df2b3ac44ea0958c45284273ba52c29e81732589023e9c3a6e6d9
        b2sums = 780f396da1c57c872b17e10576f2671346ad7c0442efec77369428b465befe772b5fd2c9c81a46ffe458472c2550082fb12adaf9d39b51fb41499bfb1bbca441
        b2sums = dadaf0e67b598aa7a7a4bf8644943a7ee8ebf4412abb17cd307f5989e36caf9d0db529a0e717a9df5d9537b10c4b13e814b955ada6f0d445913c812b63804e77

diff --git a/PKGBUILD b/PKGBUILD
index fb105aa..8af9bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgbase=datagrip
 pkgname=(datagrip datagrip-jre)
-pkgver=2020.2.3
+pkgver=2020.3
 pkgrel=1
 pkgdesc='Smart SQL Editor and Advanced Database Client Packed Together for Optimum Productivity'
 arch=('any')
@@ -14,7 +14,7 @@ options=('!strip')
 source=("https://download.jetbrains.com/${pkgbase}/${pkgbase}-${pkgver}.tar.gz"
         jetbrains-datagrip.desktop
         LICENSE)
-b2sums=('9020dd7b639763c37ba666d10d7a1b6ef96c39c7fbdb4c5faa15d11f200e60f8b4ae64d84d5d37fac651a1b0bcf3545e7dfc9423e2b7c984e6378bf516d3b4dc'
+b2sums=('40e93699b8c47a086cda507489c5002c7992e35d4fba53c08713d3e0ae36efd07b2360e1f41df2b3ac44ea0958c45284273ba52c29e81732589023e9c3a6e6d9'
         '780f396da1c57c872b17e10576f2671346ad7c0442efec77369428b465befe772b5fd2c9c81a46ffe458472c2550082fb12adaf9d39b51fb41499bfb1bbca441'
         'dadaf0e67b598aa7a7a4bf8644943a7ee8ebf4412abb17cd307f5989e36caf9d0db529a0e717a9df5d9537b10c4b13e814b955ada6f0d445913c812b63804e77')

tocic commented on 2019-11-27 10:37 (UTC)

Please increment pkgrel field when you fix/add something according to https://wiki.archlinux.org/index.php/PKGBUILD#pkgrel.

Musikolo commented on 2019-11-09 18:19 (UTC)

For those using Plasma KDE, you'll probably notice the datagrip icon won't be displayed if you added it as a favorite. There is bug open at https://bugs.kde.org/show_bug.cgi?id=394981#c13 where you can find a workaround.

I hope it helps.

Thanks.

freswa commented on 2019-09-24 11:42 (UTC)

The issue was not the desktop file pointing to a svg, but rather the svg missing in the package. What would be the purpose of including the png again?

Musikolo commented on 2019-09-24 03:32 (UTC)

@freswa, I completely understand and I have no issues with having both formats installed. My previous message was about the desktop file. Please, check line 5 at:

It is having this:

Icon=/opt/datagrip/bin/datagrip.svg

and I was asking to please change it back to:

Icon=/opt/datagrip/bin/datagrip.png

I hope everything is clear now.

Thank you!

freswa commented on 2019-09-23 13:31 (UTC)

It is, but the pkg now also includes the svg file.

Musikolo commented on 2019-09-23 13:29 (UTC) (edited on 2019-09-23 13:29 (UTC) by Musikolo)

@freswa, it looks like the jetbrains-datagrip.desktop file is still referencing the svg file:

Thank you.