But got the compile error as : [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/network/PicoNetwork.java:67: cannot find symbol [javac] symbol : class StandardSocketOptions [javac] location: package java.net [javac] import java.net.StandardSocketOptions; [javac] ^
it seem the javanet package is missing. any idea how to fix?
BTW: the following package are not installed:: python26, git-all, python-httplib2 // I install git instead of git-all
For full log please see attach.
[root@localhost voltdb]# ant Buildfile: build.xml
catalog: [exec] Only in out/cppsrc/: catalog.cpp [exec] Only in out/cppsrc/: catalog.h [exec] Only in out/cppsrc/: catalogmap.h [exec] Only in out/cppsrc/: catalogtype.cpp [exec] Only in out/cppsrc/: catalogtype.h [exec] Only in out/cppsrc/: cluster.cpp [exec] Only in out/cppsrc/: cluster.h [exec] Only in out/cppsrc/: column.cpp [exec] Only in out/cppsrc/: column.h [exec] Only in out/cppsrc/: columnref.cpp [exec] Only in out/cppsrc/: columnref.h [exec] Only in out/cppsrc/: connector.cpp [exec] Only in out/cppsrc/: connector.h [exec] Only in out/cppsrc/: connectorproperty.cpp [exec] Only in out/cppsrc/: connectorproperty.h [exec] Only in out/cppsrc/: connectortableinfo.cpp [exec] Only in out/cppsrc/: connectortableinfo.h [exec] Only in out/cppsrc/: constraint.cpp [exec] Only in out/cppsrc/: constraint.h [exec] Only in out/cppsrc/: constraintref.cpp [exec] Only in out/cppsrc/: constraintref.h [exec] Only in out/cppsrc/: database.cpp [exec] Only in out/cppsrc/: database.h [exec] Only in out/cppsrc/: index.cpp [exec] Only in out/cppsrc/: index.h [exec] rm: cannot remove `../ee/catalog/*': No such file or directory [exec] Only in out/cppsrc/: materializedviewinfo.cpp [exec] Only in out/cppsrc/: materializedviewinfo.h [exec] Only in out/cppsrc/: planfragment.cpp [exec] Only in out/cppsrc/: planfragment.h [exec] Only in out/cppsrc/: statement.cpp [exec] Only in out/cppsrc/: statement.h [exec] Only in out/cppsrc/: table.cpp [exec] Only in out/cppsrc/: table.h [exec] Only in out/javasrc/: AuthProgram.java [exec] Only in out/javasrc/: Catalog.java [exec] Only in out/javasrc/: CatalogChangeGroup.java [exec] Only in out/javasrc/: CatalogDiffEngine.java [exec] Only in out/javasrc/: CatalogException.java [exec] Only in out/javasrc/: CatalogMap.java [exec] Only in out/javasrc/: CatalogType.java [exec] Only in out/javasrc/: Cluster.java [exec] Only in out/javasrc/: Column.java [exec] Only in out/javasrc/: ColumnRef.java [exec] Only in out/javasrc/: CommandLog.java [exec] Only in out/javasrc/: Connector.java [exec] Only in out/javasrc/: ConnectorProperty.java [exec] Only in out/javasrc/: ConnectorTableInfo.java [exec] Only in out/javasrc/: Constraint.java [exec] Only in out/javasrc/: ConstraintRef.java [exec] Only in out/javasrc/: DRCatalogDiffEngine.java [exec] Only in out/javasrc/: Database.java [exec] Only in out/javasrc/: Deployment.java [exec] Only in out/javasrc/: FilteredCatalogDiffEngine.java [exec] Only in out/javasrc/: Group.java [exec] Only in out/javasrc/: GroupRef.java [exec] Only in out/javasrc/: Index.java [exec] Only in out/javasrc/: MaterializedViewInfo.java [exec] Only in out/javasrc/: PlanFragment.java [exec] Only in out/javasrc/: ProcParameter.java [exec] Only in out/javasrc/: Procedure.java [exec] Only in out/javasrc/: Program.java [exec] Only in out/javasrc/: SnapshotSchedule.java [exec] Only in out/javasrc/: Statement.java [exec] Only in out/javasrc/: StmtParameter.java [exec] Only in out/javasrc/: Systemsettings.java [exec] Only in out/javasrc/: Table.java [exec] Only in out/javasrc/: User.java [exec] Only in out/javasrc/: UserRef.java [exec] rm: cannot remove `../frontend/org/voltdb/catalog/*.java': No such file or directory
stage_src: [mkdir] Created dir: /opt/voltdb/obj/release/clientobj [copy] Copying 703 files to /opt/voltdb/obj/release/clientsrc
compile: [copy] Copying 1 file to /opt/voltdb/obj/release/clientobj [javac] Compiling 703 source files to /opt/voltdb/obj/release/clientobj [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:293: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final sun.misc.Unsafe UNSAFE; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:316: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static sun.misc.Unsafe getUnsafe() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:104: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final sun.misc.Unsafe UNSAFE; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:25: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:323: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] static final Unsafe theUnsafe; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:346: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static sun.misc.Unsafe getUnsafe() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1420: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final sun.misc.Unsafe UNSAFE; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1447: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] static sun.misc.Unsafe getUnsafe() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:301: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final sun.misc.Unsafe UNSAFE; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1305: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final sun.misc.Unsafe UNSAFE; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1331: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] static sun.misc.Unsafe getUnsafe() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:509: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final sun.misc.Unsafe UNSAFE; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/ConcurrentAutoTable.java:9: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/ConcurrentAutoTable.java:117: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final Unsafe _unsafe = UtilUnsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/NonBlockingHashMap.java:13: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/NonBlockingHashMap.java:79: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static final Unsafe _unsafe = UtilUnsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/UtilUnsafe.java:3: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/UtilUnsafe.java:16: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] public static Unsafe getUnsafe() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/DBBPool.java:29: warning: sun.misc.Cleaner is internal proprietary API and may be removed in a future release [javac] import sun.misc.Cleaner; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/DBBPool.java:30: warning: sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [javac] import sun.nio.ch.DirectBuffer; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/network/PicoNetwork.java:67: cannot find symbol [javac] symbol : class StandardSocketOptions [javac] location: package java.net [javac] import java.net.StandardSocketOptions; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:33: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] public static final sun.misc.Unsafe unsafe; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:35: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] private static sun.misc.Unsafe getUnsafe() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/utils/PosixAdvise.java:23: warning: sun.misc.SharedSecrets is internal proprietary API and may be removed in a future release [javac] import sun.misc.SharedSecrets; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/collect/Maps.java:598: incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap<K,V> conforms to java.util.SortedMap<K,V> [javac] found : <K,V>java.util.TreeMap<K,V> [javac] required: java.util.SortedMap<K,V> [javac] SortedMap<K, V> onlyOnLeft = Maps.newTreeMap(comparator); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/collect/Maps.java:599: incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap<K,V> conforms to java.util.SortedMap<K,V> [javac] found : <K,V>java.util.TreeMap<K,V> [javac] required: java.util.SortedMap<K,V> [javac] SortedMap<K, V> onlyOnRight = Maps.newTreeMap(comparator); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/collect/Maps.java:601: incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap<K,V> conforms to java.util.SortedMap<K,V> [javac] found : <K,V>java.util.TreeMap<K,V> [javac] required: java.util.SortedMap<K,V> [javac] SortedMap<K, V> onBoth = Maps.newTreeMap(comparator); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/collect/Maps.java:603: incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap<K,V> conforms to java.util.SortedMap<K,com.google_voltpatches.common.collect.MapDifference.ValueDifference<V>> [javac] found : <K,V>java.util.TreeMap<K,V> [javac] required: java.util.SortedMap<K,com.google_voltpatches.common.collect.MapDifference.ValueDifference<V>> [javac] Maps.newTreeMap(comparator); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:318: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return sun.misc.Unsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:322: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] (new java.security.PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:322: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] (new java.security.PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:323: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] public sun.misc.Unsafe run() throws Exception { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:324: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/cache/Striped64.java:324: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:348: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return sun.misc.Unsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:352: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] (new java.security.PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:352: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] (new java.security.PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:353: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] public sun.misc.Unsafe run() throws Exception { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:354: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/com/google_voltpatches/common/primitives/UnsignedBytes.java:354: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1449: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return sun.misc.Unsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1454: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1454: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1455: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] public sun.misc.Unsafe run() throws Exception { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1457: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/ConcurrentLinkedDeque.java:1459: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return (sun.misc.Unsafe) f.get(null); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1333: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return sun.misc.Unsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1338: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1338: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1339: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] public sun.misc.Unsafe run() throws Exception { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1341: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/jsr166y/LinkedTransferQueue.java:1343: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return (sun.misc.Unsafe) f.get(null); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/UtilUnsafe.java:19: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return Unsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/UtilUnsafe.java:21: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] final Field fld = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/cliffc_voltpatches/high_scale_lib/UtilUnsafe.java:23: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return (Unsafe) fld.get(UtilUnsafe.class); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/DBBPool.java:88: warning: sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [javac] return ((DirectBuffer)b).address(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/DBBPool.java:532: warning: sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [javac] final DirectBuffer dbuf = (DirectBuffer) buf; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/DBBPool.java:532: warning: sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [javac] final DirectBuffer dbuf = (DirectBuffer) buf; [javac] ^ ase [javac] final Cleaner cleaner = dbuf.cleaner(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/network/PicoNetwork.java:149: cannot find symbol [javac] symbol : variable StandardSocketOptions [javac] location: class org.voltcore.network.PicoNetwork [javac] sc.setOption(StandardSocketOptions.TCP_NODELAY, true); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:37: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return sun.misc.Unsafe.getUnsafe(); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:42: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:42: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .PrivilegedExceptionAction<sun.misc.Unsafe>() { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:44: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] public sun.misc.Unsafe run() throws Exception { [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:46: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] .Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:48: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] return (sun.misc.Unsafe) f.get(null); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltcore/utils/Bits.java:60: warning: sun.misc.Unsafe is internal proprietary API and may be removed in a future release [javac] sun.misc.Unsafe unsafeTemp = null; [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/jdbc/JDBC4Statement.java:782: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/jdbc/JDBC4Statement.java:787: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/jdbc/JDBC4ResultSet.java:1776: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/jdbc/JDBC4ResultSet.java:1781: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/parser/SQLLexer.java:688: cannot find symbol [javac] symbol : method group(java.lang.String) [javac] location: class java.util.regex.Matcher [javac] String parentType = matcher.group("parenttype"); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/parser/SQLLexer.java:689: cannot find symbol [javac] symbol : method group(java.lang.String) [javac] location: class java.util.regex.Matcher [javac] String childType = matcher.group("childtype"); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/utils/PosixAdvise.java:70: warning: sun.misc.SharedSecrets is internal proprietary API and may be removed in a future release [javac] final long filedescriptor = SharedSecrets.getJavaIOFileDescriptorAccess().get(fd); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/utils/PosixAdvise.java:77: warning: sun.misc.SharedSecrets is internal proprietary API and may be removed in a future release [javac] final long filedescriptor = SharedSecrets.getJavaIOFileDescriptorAccess().get(fd); [javac] ^ [javac] /opt/voltdb/obj/release/clientsrc/org/voltdb/utils/PosixAdvise.java:87: warning: sun.misc.SharedSecrets is internal proprietary API and may be removed in a future release [javac] final long filedescriptor = SharedSecrets.getJavaIOFileDescriptorAccess().get(fd); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 12 errors [javac] 64 warnings
BUILD FAILED /opt/voltdb/build.xml:953: The following error occurred while executing this line: /opt/voltdb/build-client.xml:312: The following error occurred while executing this line: /opt/voltdb/build-client.xml:31: Compile failed; see the compiler error output for details.