Skip to content
Advertisement

Tag: ubuntu

Class not found com.sun.ws.rs.ext.RuntimeDelegateImpl on ubuntu tomcat

I’m using GWT/P to build a webapp which uses javax.ws.rs.client to communicate with rest services. Jersey client is used: It’s deployed on tomcat (7 and 9 versions, both work as expected). However, on one ubuntu server, using tomcat 9 I get following exception: I don’t know why is it looking for com.sun.ws.rs.ext.RuntimeDelegateImpl instead of org.glassfish.jersey.internal.RuntimeDelegateImpl, and that it happens only

how to set JDK in UBUNTU-20.04 using VSCODE?

I am having problem with vscode and jdk, I use it in windows with many configs, but with ubuntu, It brings me this error: Everything is ok with jdk-default on vscode bash terminal. jdk bin: jdk version: but, if I try to found a $JAVA_HOME on terminal, it returns empty.. I do not know more what can I do… already

Inconsisent S3 parameter validation error when running bash script in Ubuntu WSL

I’m experimenting with AWS Lambda by following along with the instructions here: https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/java-basic. Part of the setup instructions require running this script (2-deploy.sh): When I run the script in WSL I get a parameter validation error: However, when I manually run the last two lines of the file with the debug output it works correctly: Why does this fail when

Problems with launch spring boot jar on ubuntu server. Error starting ApplicationContext

I have configured nginx to fit my code. My code works well on Windows and now I’m trying to deploy it to Ubuntu. I run jar and it fail. Logs: My propeties: continues code: upload.path=home/kirill/uploads #properties for MailSender #smptps – Not secure connection spring.mail.host=smtp.yandex.ru #test spring.mail.username= HIDED EMAIL spring.mail.password=password spring.mail.port=465 spring.mail.protocol=smtps mail.debug=false recaptcha.secret=hided secret spring.session.jdbc.initialize-schema=always spring.session.jdbc.table-name=SPRING_SESSION hostname= HIDED HOST server.port=80

How do i get Scilab 6.1.0 working on ubuntu 20.04?

I’ve installed the ubuntu repo of Scilab 6.1.0 and ive been trying to run it, The error message i get is I have tried: – running from the cli – running from the launcher the cli version works have gone to the forums and checked for the different solutions – deleting the SCIHOME directory. – reinstalling Scilab. – reinstalling from

Location variables in the pom.xml file do not work on Ubuntu

I’m using Ubuntu 18.04 and Eclipse Oxygem March 2018. I have a project on a ntfs partition. My pom.xml is in this directory: /media/gustavo/Novo volume/GIT/sistemas/Comuns/commons/pom.xml I am using the variable ${basedir} (I also tested the ${project.basedir} variable) to find this location. These variables should contain the following directory: /media/gustavo/Novo volume/GIT/sistemas/Comuns/commons/ (It works in Windows 10) But, on Ubuntu 18.04, it

org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start. Build info: version: ‘unknown’, revision: ‘unknown’

While everything works on my machine, when I bring the project in which I’m working on my server, Selenium and Chromedriver won’t boot, causing the following exception Everything works like this: the user, for launching the crawler, is supposed to click a button. Then, with JavaScript, I make an Ajax call to a specific method of a specific class that

Java Invalid maximum heap size

I just installed Ubuntu 64Bit on my VServer and JRE build 1.7.0_67-b01. If I want to run a java jar-file it says Invalid maximum heap size: -Xmx Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. java -help says java version “1.7.0_67” Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) 64-Bit Server

Advertisement