216 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
2
answers
430
views
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution for Gradle
During the spring boot upgrade 3.4.0 i am getting below error which is actually working fine with 3.3.6.
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution ...
-2
votes
1
answer
46
views
Connecting to MySQL: Didn't find class "javax.security.sasl.SaslClientFactory"
I'm using a real device. I purchased database MySQL on a cloud server. I made a connection to it. When trying to log into the database through phpMyAdmin, everything works correctly but when i try to ...
2
votes
2
answers
916
views
classNotFound Apache Flink in java
i am trying to write the most simple flink application in java api. I have tried flink 1.19 with java 21 and tried flink 1.8 with java 11 and 17 but i get the same error each time on the same code :
...
3
votes
0
answers
1k
views
How to handle the Spring Boot classloader 'problem'
First of all sorry for the 'problem' in the title, it's not to blame but I didn't find a suitable description.
Secondly, I'm aware of the issues and articles regarding this topic which I'll come to ...
0
votes
0
answers
29
views
Error: Class "App\Common\PrintLoggerTool" not found [duplicate]
I am new to PHP, and I am going to add some unit test for existed code app\Common\PrintLoggerTool.php.
<?php
/**
* Created by PhpStorm.
* User: tong
* Date: 2021年1月8日
* Time: 9:46
*/
...
0
votes
1
answer
412
views
Mike42/Escpos Class 'Escpos\CapabilityProfile' not found
Please help. I want to create print function with Codeigniter 4 using mike42/escpos
But the class not found.
This is error message
Erro message
This is my Folder directory
Folder Directory
This is my ...
0
votes
1
answer
799
views
class not found for DomPDF
I am facing "use of unknown class" error when I am using the alias created for facades :: class in my controller.
$pdf = PDF ::loadView('test', $data);
This line says PDF is unknown class.
...
0
votes
1
answer
112
views
In CoreClassReflection.php Class Does Not Exist While Using Infection
I try to use Infection to evaluate my testcase using php, I have 2 file (Displayuser.php, displayuserTest.php)
for the first file Displayuser.php the code like this, this file under func folder
<?...
1
vote
0
answers
1k
views
ESAPI 2.5.2 : Unable to locate resource esapi-java-logging.properties
I search everywhere but I am still stuck as everyone when trying to migrate (from 2.1.0) to 2.3.0.0+ version.
Unable to locate resource esapi-java-logging.properties (which is just next to ESAPI....
0
votes
0
answers
116
views
Class not found in the classpath
Good evening!
I have a problem. I want to fuzz a from this link.
I've created a project, it's his sctructure if it's important:
├── BUILD
├── build.sh
├── DenylistFuzzer.iml
├── pom.xml
├── project....
0
votes
1
answer
467
views
problem deploying symfony app , error deploying symfony app , ErrorHandler->handleError(2, 'filemtime(): stat failed for
Im trynig to deploy my symfony app on a web server with the hoster alwaysdata.
My site works fine on localhost with wamp server , but after transferring all files on filezilla.
what I have done :
...
1
vote
1
answer
52
views
AbstractFieldsSanitizer ClassNotFoundError in OroCRM 4.1
When I run following command to install orocrm application
php bin/console oro:install --env=dev --timeout=2000
or
php bin/console oro:install --env=prod --timeout=2000
I am getting following error
...
0
votes
0
answers
667
views
Java Classpath error (Could not find or load main class) when using Mallet (a text analysis program) from Command Line [duplicate]
I’m trying to use Mallet for the textual analysis of medieval English romances. Mallet is coded in Java and runs from the Command Line.
When I import a text file into Mallet with: bin\mallet import-...
0
votes
1
answer
3k
views
Migrating com.vividsolutions.jts to org.locationtech.jts still complaining about lack of com.vividsolutions package
I'm trying to upgrade dependencies for a java application that uses com.vividsolutions.jts. I have removed all the references to this library from pom.xml and replaced them by the ones from org....
1
vote
1
answer
581
views
Class Specified in Method signature of TLD function is not found - JasperException
I am migrating a project from legacy spring to springboot. Project uses Spring Webflow and plan to keep the configurations intact for webflow and port the project to springboot by updating the project ...