4,760 questions
4
votes
1
answer
4k
views
How can I upgrade my WinUI3 project to .NET 8.0?
I am developing a WinUI project and I noticed that .NET 8.0 was published. I really want to upgrade my project to .NET 8.0 so I read the document about .NET upgrade assistant. I followed the steps and ...
0
votes
1
answer
916
views
where to find .NET upgrade-assistant logs
Im migrating my .NET 4.8 to .NET 6. On running the upgrade command on my project I got below message in cmd once it finished
Complete: 145 succeeded, 50 failed, 7 skipped.
Now I want to see the ...
0
votes
1
answer
809
views
How to check log.message.format.version in my Apache Kafka cluster
I want to upgrade my Kafka cluster from 2.7 to 2.8. In the upgrade guide, it mentioned to check log format version. How to check this?
0
votes
1
answer
74
views
"Error:Cant fidn the necesary file - How to Resolve and Successfully Update?
Each time I try to open the windows .exe to upgrade it I get this error>
How can I fix this error that happens when I open the windows10upgrade 9252?
I want to upgrade Windows because docker is ...
0
votes
1
answer
2k
views
Python version update
My colleague has upgraded Python from 3.10 to 3.12 on a server via unzipping the file "Windows embeddable package (64-bit)" downloaded at https://www.python.org/downloads/windows/ into the ...
0
votes
0
answers
270
views
DotNetBrowser - Exceptions when Upgrading from V1 to V2
I recently started migrating from a working V1 version of DotNetBrowser from TeamDev, and I ran into multiple issues that have stumped me.
Previously all the Chromium binaries worked well together and ...
0
votes
1
answer
826
views
Helm repo add clarification
Want to understand how the helm repo add command works:
I am installing artifactory. Jfrog docs state to run the following command: helm repo add jfrog https://charts.jfrog.io
This writes files to my ...
0
votes
1
answer
622
views
Issues converting ASPX Web app from .net 3.5 to 4.8.1
I have an older ASPX Web application that I need to upgrade from .net 3.5 to 4.8.1 because we need to move to Windows Server 2022. I am having a hard time finding good resources online around this. ...
1
vote
0
answers
790
views
KeyCloak H2 DB load issue while updating from 13.0 to 22.0.4
I have a KeyCloak 13.0 setup on linux env, with H2 DB.
Now, I am planning to update it to latest version (22.0.4).
My older steup is at /root/keycloak/keycloak-13.0
Latest setup at /root/keycloak/...
0
votes
0
answers
23
views
Migrate solution with mulitple .NET projects to .NET Core
I have a simple console project with one dependency that is a library project. Both are targetting .NET 4.8.
The second project is a project reference in the console project.
I want to migrate both ...
0
votes
0
answers
134
views
ConcurrentModificationException in batch application after upgrading project to springboot 2.7.13
ConcurrentModificationException in batch application after upgrading project to springboot 2.7.13
Heres the full stack trace
2023-10-10 11:55:10.091 INFO 10D2L91PXXP3 --- [ restartedMain] c.d.i.c.p....
1
vote
1
answer
1k
views
Is it possible to upgrade Odoo.sh from a staging database?
Does anyone know if it is possible to upgrade an odoo.sh staging database through the upload form from here? https://upgrade.odoo.com/#odoosh
The Odoo.sh upgrade service says that the DB used to ...
1
vote
0
answers
467
views
java.lang.reflect.InaccessibleObjectException: Unable to make field private final
Hello Stack Overflow Community!
I'm encountering an issue with Jenkins, and I've hit a roadblock in finding a solution. We recently upgraded from Java 8 to Java 17, and as expected, we're encountering ...
-1
votes
1
answer
125
views
TB carsh after Upgrad from 3.5.1 to 3.6
Thingsboard crashes every hour after upgrading it from 3.5.1 to 3.6. Restarting the Tb service makes it reachable, but it's slow, and again after some hours it crashes.
This is the log:
2023-10-01 11:...
0
votes
4
answers
18k
views
How to update a node version in React App?
We have a react app that uses 14.x.x version. Now we would like to upgrade the node version to 19.x.x. Can you please guide the steps to do that?
In package.json it is mentioned as
engines: {
&...
0
votes
1
answer
48
views
How and where do I set up a FK for a 1 to many relationship using EF Core 6
I have 3 tables, Customer, Program and ProgramRegistrations. Customer is an IdentityUser and in the DB AspNetUsers. My model for Customer has a List<ProgramRegistration>. ProgramRegistrations ...
1
vote
2
answers
7k
views
WordPress site has error after upgrading to PHP 8.2
I tried to update the PHP of my site on WHM from PHP 7.4 to PHP 8.2.
But before updating I make sure that themes, plugins, and core WordPress are up to date.
After upgrading to PHP 8.2 I've got this ...
0
votes
1
answer
563
views
class RestHighLevelClient in package client is deprecated
I am upgrading elastic search from 7.9.2 to 7.17.6 and then to 8.4.2, in the first step i am upgrading the es cluster to the 7.17.6 version , and compiling all other ES clients, the compilation is ...
-3
votes
1
answer
822
views
AutoMapper error after upgrading to .NET 7
I upgraded a .NET Core 2.1 app to .NET 7 and upgraded the AutoMapper version that was being used to the latest version.
I had to change the ResolveUsing calls to MapFrom as the earlier was not ...
1
vote
1
answer
137
views
I'm using Angular 10.x Application with Node 14.x and Npm 6.X, How can I upgrade Node only?
I'm using Angular 10.x application with Node 14.x and Npm 6.X, now since Node 14 has reached end of life, I really needed to upgrade the at least the Node alone. Am I able to upgrade Node only ?
Or is ...
4
votes
2
answers
747
views
Migration of spring-security-core 3.2.4-RELEASE to spring-security-core 5.8.6. Facing issues with password encoding
I am getting this error on ant build
This is my existing code -->
import org.springframework.security.authentication.encoding.ShaPasswordEncoder;
public static String encodePassword(String ...
0
votes
2
answers
660
views
mongodb setFeatureCompatibilityVersion to 5.0 fails in a sharded cluster with "BSON field 'ShardCollectionType.uuid' is missing but a required field"
We have a MongoDB community edition, that we upgraded from 4.4.18 to 5.0.19.
Last step of the upgrade, changing CFV to 5.0 fails, seems to a corruption in metadata:
mongos> db.adminCommand( { ...
0
votes
1
answer
338
views
ERROR in ./node_modules/framer-motion/dist/es... export 'useId' (imported as 'useId') was not found in 'react' & 'useInsertionEffect'
I installed framer-motion lib using yarn add framer-motion.
The config I am having :
Error message :
ERROR in ./node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs 40:13-18
...
1
vote
2
answers
3k
views
why compile error when upgrade lombok to 1.18.28 with jdk17?
I'm upgrading the Java version to 17. Here is the stacktrace.
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private com.sun.tools.javac.processing....
0
votes
0
answers
206
views
dependency errors- react native(0.65) project setup and upgrade
i need to upgrade react native version in this project, but running npm install while doing project setup give lots of dependency errors, how should i move ahead with this, need a solution. Thanks in ...