Index | Thread | Search

From:
Robert Palm <developer@robert-palm.de>
Subject:
Re: [update] devel/intellij to 2024.1.4
To:
ports@openbsd.org
Date:
Wed, 26 Jun 2024 10:30:58 +0200

Download raw body.

Thread
Using current version idea-IC-241.14494.240 I see some messages in the  
console at startup. Maybe the JNA warning is something to look at?  
Other warnings seem IDE related...


2024-06-26 10:19:46,572 [     71]   WARN - #c.i.p.i.b.AppStarter -  
Unable to load JNA library (os=OpenBSD 7.5,  
jna.boot.library.path=/usr/local/intellij/lib/jna/amd64)
java.lang.UnsatisfiedLinkError: Unable to locate JNA native support library
	at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1014)



2024-06-26 10:19:50,807 [   4306] SEVERE -  
#c.i.o.e.c.i.EditorColorsManagerImpl - id is not specified for  
extension /schemes/classic-no-italics
java.lang.Throwable: id is not specified for extension  
/schemes/classic-no-italics
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)


2024-06-26 10:19:50,857 [   4356] SEVERE -  
#c.i.o.e.c.i.EditorColorsManagerImpl - id is not specified for  
extension /schemes/machine-no-italics
java.lang.Throwable: id is not specified for extension  
/schemes/machine-no-italics
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)

2024-06-26 10:19:50,889 [   4388] SEVERE -  
#c.i.o.e.c.i.EditorColorsManagerImpl - id is not specified for  
extension /schemes/octagon-no-italics
java.lang.Throwable: id is not specified for extension  
/schemes/octagon-no-italics
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)

2024-06-26 10:19:50,899 [   4398] SEVERE -  
#c.i.o.e.c.i.EditorColorsManagerImpl - id is not specified for  
extension /schemes/ristretto-no-italics
java.lang.Throwable: id is not specified for extension  
/schemes/ristretto-no-italics
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)

2024-06-26 10:19:50,908 [   4407] SEVERE -  
#c.i.o.e.c.i.EditorColorsManagerImpl - id is not specified for  
extension /schemes/spectrum-no-italics
java.lang.Throwable: id is not specified for extension  
/schemes/spectrum-no-italics
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)

2024-06-26 10:19:50,922 [   4421] SEVERE -  
#c.i.o.e.c.i.EditorColorsManagerImpl - id is not specified for  
extension /schemes/default-no-italics
java.lang.Throwable: id is not specified for extension  
/schemes/default-no-italics
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)


2024-06-26 10:19:52,825 [   6324] SEVERE - #c.i.s.ComponentManagerImpl  
- Unknown OS [Plugin: com.jetbrains.codeWithMe]
com.intellij.diagnostic.PluginException: Unknown OS [Plugin:  
com.jetbrains.codeWithMe]
	at  
com.intellij.serviceContainer.ServiceInstanceInitializer.createInstance$suspendImpl(ServiceInstanceInitializer.kt:53)

2024-06-26 10:20:33,104 [  46603] SEVERE -  
#c.j.r.p.c.CodeWithMeCleanup - Unknown OS
java.lang.IllegalStateException: Unknown OS
	at  
com.intellij.remoteDev.OsRegistryConfigProvider.get(OsRegistryConfigProvider.kt:51)



Quoting Lucas Raab <tuftedocelot@fastmail.fm>:

> Hello,
>
> Here's a lightly tested update for intellij to 2024.1.4. Other tests?
>
> changelogs:
> https://blog.jetbrains.com/idea/2024/04/intellij-idea-2024-1-1/
> https://blog.jetbrains.com/idea/2024/05/intellij-idea-2024-1-2/
> https://blog.jetbrains.com/idea/2024/06/intellij-idea-2024-1-3/
> https://blog.jetbrains.com/idea/2024/06/intellij-idea-2024-1-4/
>
> Thanks,
> Lucas