ahmadamirahmadi007 opened a new issue, #6559:
URL: https://github.com/apache/cloudstack/issues/6559
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Source Code
##### CLOUDSTACK VERSION
4.17 main branch
##### CONFIGURATION
N/A otherwise
##### OS / ENVIRONMENT
Ubuntu 18.04
Apache Maven 3.6.0
Java version: 11.0.15,
nodejs v16.16.0
##### SUMMARY
I Compiled CloudStack From Source But At The Compile Stage i encountered
With an ERROR mentioned in the follow screenshot. Whats The Mean cannot find
symbol
##### STEPS TO REPRODUCE
mvn clean install -P systemvm,developer

##### EXPECTED RESULTS
##### ACTUAL RESULTS
~~~
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
on project cloud-plugin-storage-volume-storpool: Compilation failure:
Compilation failure:
[ERROR]
/root/cloudstack/plugins/storage/volume/storpool/src/main/java/org/apache/cloudstack/storage/datastore/util/StorPoolHelper.java:[188,21]
error: cannot find symbol
[ERROR] symbol: method setConversionPattern(String)
[ERROR] location: variable patternLayout of type PatternLayout
[ERROR]
/root/cloudstack/plugins/storage/volume/storpool/src/main/java/org/apache/cloudstack/storage/datastore/util/StorPoolHelper.java:[193,23]
error: incompatible types: RollingFileAppender cannot be converted to Appender
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
(default-compile) on project cloud-plugin-storage-volume-storpool:
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]