Hi,
i tried building the version "1.6.4", sadly i got the same error message as
Pierre.
My procedure:
git clone https://github.com/orientechnologies/orientdb.git
git checkout tags/1.6.4
ant clean installg
/*Build Failure*/
Environment:
JDK 1.7.0_51
ANT 1.9.3
MAVEN 3.1.0
Error Message (for further information look into the log.txt)
BUILD FAILED
>
> D:\git-repos\orientdb\build.xml:130: The following error occurred while
>> executing this line:
>
> D:\git-repos\orientdb\build.xml:21: The following error occurred while
>> executing this line:
>
> D:\git-repos\orientdb\_base\base-build.xml:44: Compile failed; see the
>> compiler error output for details.
>
>
Nhat
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
Buildfile: D:\git-repos\orientdb\build.xml
init:
[echo] .
[echo] .` `
[echo] , `:.
[echo] `,` ,:`
[echo] .,. :,,
[echo] .,, ,,,
[echo] . .,.::::: ```` :::::::::
:::::::::
[echo] ,` .::,,,,::.,,,,,,`;; .: ::::::::::
::: :::
[echo] `,. ::,,,,,,,:.,,.` ` .: :::
::: ::: :::
[echo] ,,:,:,,,,,,,,::. ` ` `` .: :::
::: ::: :::
[echo] ,,:.,,,,,,,,,: `::, ,, ::,::` : :,::` :::: :::
::: ::: :::
[echo] ,:,,,,,,,,,,::,: ,, :. : :: : .: :::
::: :::::::
[echo] :,,,,,,,,,,:,:: ,, : : : : .: :::
::: :::::::::
[echo] ` :,,,,,,,,,,:,::, ,, .:::::::: : : .: :::
::: ::: :::
[echo] `,...,,:,,,,,,,,,: .:,. ,, ,, : : .: :::
::: ::: :::
[echo] .,,,,::,,,,,,,: `: , ,, : ` : : .: :::
::: ::: :::
[echo] ...,::,,,,::.. `: .,, :, : : : .: :::::::::::
::: :::
[echo] ,::::,,,. `: ,, ::::: : : .: :::::::::
::::::::::
[echo] ,,:` `,,.
[echo] ,,, .,`
[echo] ,,. `, GRAPH
DATABASE
[echo] `` `.
COMMUNITY EDITION
[echo] ``
www.orientdb.org
[echo] `
clean:
clean:
[delete] Deleting directory D:\git-repos\orientdb\commons\target\classes
[delete] Deleting directory D:\git-repos\orientdb\commons\target
clean:
[delete] Deleting directory D:\git-repos\orientdb\core\target\classes
[delete] Deleting directory D:\git-repos\orientdb\core\target
clean:
clean:
clean:
clean:
clean:
clean:
clean:
clean:
[echo] ___ ___ ____ _
[echo] .' `.|_ ||_ _| | |
[echo] / .-. \ | |_/ / | |
[echo] | | | | | __'. |_|
[echo] \ `-' /_| | \ \_ _
[echo] `.___.'|____||____| (_)
[delete] Deleting directory D:\git-repos\releases\orientdb-community-1.6.4
init:
[echo] .
[echo] .` `
[echo] , `:.
[echo] `,` ,:`
[echo] .,. :,,
[echo] .,, ,,,
[echo] . .,.::::: ```` :::::::::
:::::::::
[echo] ,` .::,,,,::.,,,,,,`;; .: ::::::::::
::: :::
[echo] `,. ::,,,,,,,:.,,.` ` .: :::
::: ::: :::
[echo] ,,:,:,,,,,,,,::. ` ` `` .: :::
::: ::: :::
[echo] ,,:.,,,,,,,,,: `::, ,, ::,::` : :,::` :::: :::
::: ::: :::
[echo] ,:,,,,,,,,,,::,: ,, :. : :: : .: :::
::: :::::::
[echo] :,,,,,,,,,,:,:: ,, : : : : .: :::
::: :::::::::
[echo] ` :,,,,,,,,,,:,::, ,, .:::::::: : : .: :::
::: ::: :::
[echo] `,...,,:,,,,,,,,,: .:,. ,, ,, : : .: :::
::: ::: :::
[echo] .,,,,::,,,,,,,: `: , ,, : ` : : .: :::
::: ::: :::
[echo] ...,::,,,,::.. `: .,, :, : : : .: :::::::::::
::: :::
[echo] ,::::,,,. `: ,, ::::: : : .: :::::::::
::::::::::
[echo] ,,:` `,,.
[echo] ,,, .,`
[echo] ,,. `, GRAPH
DATABASE
[echo] `` `.
COMMUNITY EDITION
[echo] ``
www.orientdb.org
[echo] `
[mkdir] Created dir: D:\git-repos\releases\orientdb-community-1.6.4
[mkdir] Created dir: D:\git-repos\releases\orientdb-community-1.6.4\log
[mkdir] Created dir:
D:\git-repos\releases\orientdb-community-1.6.4\databases
install:
init:
[echo] -----------------------------------
[echo] -> orient-commons
[echo] -----------------------------------
[mkdir] Created dir: D:\git-repos\orientdb\commons\target\classes
javaCheck:
[echo] ant.java.version=1.7
compile:
[javac] Compiling 129 source files to
D:\git-repos\orientdb\commons\target\classes
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 1.6
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\comparator\OUnsafeByteArrayComparator.java:25:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] import sun.misc.Unsafe;
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\directmemory\OUnsafeMemory.java:22:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] import sun.misc.Unsafe;
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\serialization\OUnsafeBinaryConverter.java:8:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] import sun.misc.Unsafe;
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\comparator\OUnsafeByteArrayComparator.java:38:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] private static final Unsafe unsafe;
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\comparator\OUnsafeByteArrayComparator.java:46:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] unsafe = (Unsafe) AccessController.doPrivileged(new
PrivilegedAction<Object>() {
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\comparator\OUnsafeByteArrayComparator.java:49:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] Field f = Unsafe.class.getDeclaredField("theUnsafe");
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\directmemory\OUnsafeMemory.java:32:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] protected static final Unsafe unsafe;
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\directmemory\OUnsafeMemory.java:39:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] unsafe = (Unsafe) AccessController.doPrivileged(new
PrivilegedAction<Object>() {
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\directmemory\OUnsafeMemory.java:42:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] Field f = Unsafe.class.getDeclaredField("theUnsafe");
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\serialization\OUnsafeBinaryConverter.java:18:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] private static final Unsafe theUnsafe;
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\serialization\OUnsafeBinaryConverter.java:22:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] theUnsafe = (Unsafe) AccessController.doPrivileged(new
PrivilegedAction<Object>() {
[javac] ^
[javac]
D:\git-repos\orientdb\commons\src\main\java\com\orientechnologies\common\serialization\OUnsafeBinaryConverter.java:25:
warning: Unsafe is internal proprietary API and may be removed in a future
release
[javac] Field f = Unsafe.class.getDeclaredField("theUnsafe");
[javac] ^
[javac] 13 warnings
[javac] Compiling 28 source files to
D:\git-repos\orientdb\commons\target\classes
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 1.6
[javac] 1 warning
jar:
[jar] Building jar:
D:\git-repos\orientdb\commons\target\orient-commons-1.6.4.jar
install:
[copy] Copying 1 file to D:\git-repos\releases\orientdb-community-1.6.4\lib
init:
[echo] -----------------------------------
[echo] -> orientdb-core
[echo] -----------------------------------
[mkdir] Created dir: D:\git-repos\orientdb\core\target\classes
compile:
[javac] Compiling 712 source files to
D:\git-repos\orientdb\core\target\classes
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 1.6
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:83:
error: illegal character: \161
[javac] WAL_SYNС_ON_PAGE_FLUSH("storage.wal.syncOnPageFlush", "Should we
perform force sync during WAL page flush", Boolean.class, true),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:83:
error: '}' expected
[javac] WAL_SYNС_ON_PAGE_FLUSH("storage.wal.syncOnPageFlush", "Should we
perform force sync during WAL page flush", Boolean.class, true),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:83:
error: <identifier> expected
[javac] WAL_SYNС_ON_PAGE_FLUSH("storage.wal.syncOnPageFlush", "Should we
perform force sync during WAL page flush", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:83:
error: illegal start of type
[javac] WAL_SYNС_ON_PAGE_FLUSH("storage.wal.syncOnPageFlush", "Should we
perform force sync during WAL page flush", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:83:
error: <identifier> expected
[javac] WAL_SYNС_ON_PAGE_FLUSH("storage.wal.syncOnPageFlush", "Should we
perform force sync during WAL page flush", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:85:
error: ';' expected
[javac] WAL_CACHE_SIZE("storage.wal.cacheSize",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:87:
error: <identifier> expected
[javac] Integer.class, 3000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:87:
error: <identifier> expected
[javac] Integer.class, 3000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:87:
error: illegal start of type
[javac] Integer.class, 3000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:87:
error: <identifier> expected
[javac] Integer.class, 3000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:87:
error: ';' expected
[javac] Integer.class, 3000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: illegal start of type
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: <identifier> expected
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: <identifier> expected
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: illegal start of type
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: ';' expected
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: <identifier> expected
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: illegal start of type
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:89:
error: <identifier> expected
[javac] WAL_MAX_SEGMENT_SIZE("storage.wal.maxSegmentSize", "Maximum size
of single. WAL segment in megabytes.", Integer.class, 256),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:91:
error: ';' expected
[javac] WAL_MAX_SIZE("storage.wal.maxSize", "Maximum size of WAL on disk
in megabytes.", Integer.class, 4 * 1024),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:91:
error: <identifier> expected
[javac] WAL_MAX_SIZE("storage.wal.maxSize", "Maximum size of WAL on disk
in megabytes.", Integer.class, 4 * 1024),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:91:
error: <identifier> expected
[javac] WAL_MAX_SIZE("storage.wal.maxSize", "Maximum size of WAL on disk
in megabytes.", Integer.class, 4 * 1024),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:91:
error: illegal start of type
[javac] WAL_MAX_SIZE("storage.wal.maxSize", "Maximum size of WAL on disk
in megabytes.", Integer.class, 4 * 1024),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:91:
error: <identifier> expected
[javac] WAL_MAX_SIZE("storage.wal.maxSize", "Maximum size of WAL on disk
in megabytes.", Integer.class, 4 * 1024),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:91:
error: ';' expected
[javac] WAL_MAX_SIZE("storage.wal.maxSize", "Maximum size of WAL on disk
in megabytes.", Integer.class, 4 * 1024),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:91:
error: illegal start of type
[javac] WAL_MAX_SIZE("storage.wal.maxSize", "Maximum size of WAL on disk
in megabytes.", Integer.class, 4 * 1024),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:93:
error: illegal start of type
[javac] WAL_COMMIT_TIMEOUT("storage.wal.commitTimeout", "Maximum interval
between WAL commits (in ms.)", Integer.class, 1000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:93:
error: illegal start of type
[javac] WAL_COMMIT_TIMEOUT("storage.wal.commitTimeout", "Maximum interval
between WAL commits (in ms.)", Integer.class, 1000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:93:
error: <identifier> expected
[javac] WAL_COMMIT_TIMEOUT("storage.wal.commitTimeout", "Maximum interval
between WAL commits (in ms.)", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:93:
error: illegal start of type
[javac] WAL_COMMIT_TIMEOUT("storage.wal.commitTimeout", "Maximum interval
between WAL commits (in ms.)", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:93:
error: ';' expected
[javac] WAL_COMMIT_TIMEOUT("storage.wal.commitTimeout", "Maximum interval
between WAL commits (in ms.)", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:96:
error: <identifier> expected
[javac] + " will receive shutdown command and when background flush
will be stopped (in ms.)", Integer.class, 10000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:96:
error: illegal start of type
[javac] + " will receive shutdown command and when background flush
will be stopped (in ms.)", Integer.class, 10000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:96:
error: <identifier> expected
[javac] + " will receive shutdown command and when background flush
will be stopped (in ms.)", Integer.class, 10000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:98:
error: ';' expected
[javac]
WAL_FUZZY_CHECKPOINT_INTERVAL("storage.wal.fuzzyCheckpointInterval", "Interval
between fuzzy checkpoints (in seconds)",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:99:
error: <identifier> expected
[javac] Integer.class, 2592000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:99:
error: <identifier> expected
[javac] Integer.class, 2592000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:99:
error: illegal start of type
[javac] Integer.class, 2592000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:99:
error: <identifier> expected
[javac] Integer.class, 2592000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:99:
error: ';' expected
[javac] Integer.class, 2592000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:101:
error: illegal start of type
[javac] WAL_REPORT_AFTER_OPERATIONS_DURING_RESTORE(
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:101:
error: <identifier> expected
[javac] WAL_REPORT_AFTER_OPERATIONS_DURING_RESTORE(
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:102:
error: <identifier> expected
[javac] "storage.wal.reportAfterOperationsDuringRestore",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:103:
error: illegal start of type
[javac] "Amount of processed log operations, after which status of
data restore procedure will be printed 0 or negative value, means that status
will not be printed",
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:104:
error: ';' expected
[javac] Integer.class, 10000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:104:
error: <identifier> expected
[javac] Integer.class, 10000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:104:
error: illegal start of type
[javac] Integer.class, 10000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:104:
error: <identifier> expected
[javac] Integer.class, 10000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:106:
error: ';' expected
[javac] WAL_READ_CACHE_SIZE("storage.wal.readCacheSize", "Size of WAL
read cache in amount of pages", Integer.class, 1000),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:106:
error: <identifier> expected
[javac] WAL_READ_CACHE_SIZE("storage.wal.readCacheSize", "Size of WAL
read cache in amount of pages", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:106:
error: <identifier> expected
[javac] WAL_READ_CACHE_SIZE("storage.wal.readCacheSize", "Size of WAL
read cache in amount of pages", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:106:
error: illegal start of type
[javac] WAL_READ_CACHE_SIZE("storage.wal.readCacheSize", "Size of WAL
read cache in amount of pages", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:106:
error: <identifier> expected
[javac] WAL_READ_CACHE_SIZE("storage.wal.readCacheSize", "Size of WAL
read cache in amount of pages", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:106:
error: ';' expected
[javac] WAL_READ_CACHE_SIZE("storage.wal.readCacheSize", "Size of WAL
read cache in amount of pages", Integer.class, 1000),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:108:
error: illegal start of type
[javac]
WAL_FUZZY_CHECKPOINT_SHUTDOWN_TIMEOUT("storage.wal.fuzzyCheckpointShutdownWait",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:108:
error: <identifier> expected
[javac]
WAL_FUZZY_CHECKPOINT_SHUTDOWN_TIMEOUT("storage.wal.fuzzyCheckpointShutdownWait",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:108:
error: <identifier> expected
[javac]
WAL_FUZZY_CHECKPOINT_SHUTDOWN_TIMEOUT("storage.wal.fuzzyCheckpointShutdownWait",
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: illegal start of type
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: ';' expected
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: <identifier> expected
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: illegal start of type
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: <identifier> expected
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: ';' expected
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: illegal start of type
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: <identifier> expected
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:109:
error: ';' expected
[javac] "Interval which we should wait till shutdown (in seconds)",
Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:111:
error: illegal start of type
[javac]
WAL_FULL_CHECKPOINT_SHUTDOWN_TIMEOUT("storage.wal.fullCheckpointShutdownTimeout",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:111:
error: <identifier> expected
[javac]
WAL_FULL_CHECKPOINT_SHUTDOWN_TIMEOUT("storage.wal.fullCheckpointShutdownTimeout",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:111:
error: <identifier> expected
[javac]
WAL_FULL_CHECKPOINT_SHUTDOWN_TIMEOUT("storage.wal.fullCheckpointShutdownTimeout",
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: illegal start of type
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: ';' expected
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: <identifier> expected
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: illegal start of type
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: <identifier> expected
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: ';' expected
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: illegal start of type
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: <identifier> expected
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:112:
error: ';' expected
[javac] "Timeout till DB will wait that full checkpoint is finished
during DB close (in seconds))", Integer.class, 60 * 10),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:114:
error: illegal start of type
[javac] WAL_LOCATION("storage.wal.path", "Path to the wal file on the
disk, by default is placed in DB directory but"
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:114:
error: <identifier> expected
[javac] WAL_LOCATION("storage.wal.path", "Path to the wal file on the
disk, by default is placed in DB directory but"
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:114:
error: <identifier> expected
[javac] WAL_LOCATION("storage.wal.path", "Path to the wal file on the
disk, by default is placed in DB directory but"
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:115:
error: illegal start of type
[javac] + " it is highly recomended to use separate disk to store log
operations", String.class, null),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:115:
error: <identifier> expected
[javac] + " it is highly recomended to use separate disk to store log
operations", String.class, null),
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:115:
error: ';' expected
[javac] + " it is highly recomended to use separate disk to store log
operations", String.class, null),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:115:
error: <identifier> expected
[javac] + " it is highly recomended to use separate disk to store log
operations", String.class, null),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:115:
error: illegal start of type
[javac] + " it is highly recomended to use separate disk to store log
operations", String.class, null),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:115:
error: <identifier> expected
[javac] + " it is highly recomended to use separate disk to store log
operations", String.class, null),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:117:
error: ';' expected
[javac]
STORAGE_MAKE_FULL_CHECKPOINT_AFTER_CREATE("storage.makeFullCheckpointAfterCreate",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:118:
error: <identifier> expected
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:118:
error: <identifier> expected
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:118:
error: illegal start of type
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:118:
error: <identifier> expected
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:118:
error: ';' expected
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:120:
error: illegal start of type
[javac]
STORAGE_MAKE_FULL_CHECKPOINT_AFTER_CLUSTER_CREATE("storage.makeFullCheckpointAfterClusterCreate",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:120:
error: <identifier> expected
[javac]
STORAGE_MAKE_FULL_CHECKPOINT_AFTER_CLUSTER_CREATE("storage.makeFullCheckpointAfterClusterCreate",
[javac] ^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:120:
error: <identifier> expected
[javac]
STORAGE_MAKE_FULL_CHECKPOINT_AFTER_CLUSTER_CREATE("storage.makeFullCheckpointAfterClusterCreate",
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:121:
error: illegal start of type
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:121:
error: ';' expected
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:121:
error: <identifier> expected
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac]
D:\git-repos\orientdb\core\src\main\java\com\orientechnologies\orient\core\config\OGlobalConfiguration.java:121:
error: illegal start of type
[javac] "Indicates whether full checkpoint should be performed if
storage was opened.", Boolean.class, true),
[javac]
^
[javac] 100 errors
[javac] 1 warning