Ghoom
|
|
November 16, 2016, 04:48:45 AM |
|
Hi all,I got compile err,some one can help? ^ Symbol: Class JSONObject Location: Class TransactionImpl src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol private AbstractAttachment(JSONObject attachmentData) { ^ Symbol: Class JSONObject Location: Class AbstractAttachment src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol final void putMyJSON(JSONObject json) { ^ Symbol: Class JSONObject Location: Class EmptyAttachment src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_LANGUAGE = missing("program language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra m code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing(" number of input variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing( "number of output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount y limit"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre ct("work title"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect( "multiplicator"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect( "number of input or output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect( "work language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect(" number of inputs"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach ed amount"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect( "ast tree depth"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr am code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo unty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole an"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HASH = incorrect("hash"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p ow price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect ("bounty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p rice in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add ress or secp_signatures"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo unty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect ("worst case execution time"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu blicKey"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN ame"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin g("alias", "aliasName"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_DEADLINE = missing("deadline "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead line"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON = missing("transactionBytes", ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WORKID = missing("workId"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_INPUTS = missing("program in puts"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner passphrase"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr ay"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol public static final JSONStreamAware UNKNOWN_ORDER = unknown("order"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall mark"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WEBSITE = missing("website") ; ^ Symbol: Class JSONStreamAware Location: Class JSONResponses
Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc. $ git --version git version 1.8.5.2.msysgit.0
$ javac -version javac 1.8.0_111
$ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)
C:\>ver
Microsoft Windows [Version 5.2.3790]
Same problem on windows (compile) $ ./compile.sh compiling nxt core... src\java\nxt\BlockchainProcessor.java:21: error: package org.json.simple does not exist import org.json.simple.JSONObject; ^
Problem on Mac (run) (Evil-Knievel knows that) 2016-11-16 05:47:40 FINE: Database jdbc url set to jdbc:h2:./nxt_test_db/nxt;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE;MV_STORE=FALSE;CACHE_SIZE=262144 username sa 2016-11-16 05:47:40 INFO: nxt.useStrongSecureRandom not defined, assuming false 2016-11-16 05:47:41 SEVERE: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167] java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167] at nxt.db.BasicDb.init(BasicDb.java:148) at nxt.Db.init(Db.java:40) at nxt.Nxt$Init.<clinit>(Nxt.java:343) at nxt.Nxt.init(Nxt.java:314) at nxt.Nxt.main(Nxt.java:301) Caused by: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167] at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) at org.h2.message.DbException.get(DbException.java:169) at org.h2.message.DbException.get(DbException.java:146) at org.h2.engine.ConnectionInfo.readSettingsFromURL(ConnectionInfo.java:256) at org.h2.engine.ConnectionInfo.<init>(ConnectionInfo.java:77) at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:94) at org.h2.Driver.connect(Driver.java:72) at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:181) at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:315) at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:341) at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:226) at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199) at nxt.db.BasicDb.init(BasicDb.java:143) ... 4 more 2016-11-16 05:47:41 INFO: Shutting down...
|
|
|
|
Ghoom
|
|
November 16, 2016, 04:54:20 AM |
|
elastic project is %0 premined coin!
all coins distributed to investors with ico. its very very important for elastic project image. 100m coins owners listed on transparent genesis-block Alotof scam projects have %10 %30 premined coins.
elastic need a foundation for developing,supporting,pr and may find different solution. i dont know there is 600btc. all btcs should use with foundation
can't agree with you more! 100% agree too
|
|
|
|
beyinsi
|
|
November 16, 2016, 05:29:07 AM |
|
elastic project is %0 premined coin!
all coins distributed to investors with ico. its very very important for elastic project image. 100m coins owners listed on transparent genesis-block Alotof scam projects have %10 %30 premined coins.
elastic need a foundation for developing,supporting,pr and may find different solution. i dont know there is 600btc. all btcs should use with foundation
can't agree with you more! 100% agree too dude, i dont think my Xels. i only think Elastic project.
|
|
|
|
wwdz99
|
|
November 16, 2016, 07:01:45 AM |
|
Hi all,I got compile err,some one can help? ^ Symbol: Class JSONObject Location: Class TransactionImpl src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol private AbstractAttachment(JSONObject attachmentData) { ^ Symbol: Class JSONObject Location: Class AbstractAttachment src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol final void putMyJSON(JSONObject json) { ^ Symbol: Class JSONObject Location: Class EmptyAttachment src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_LANGUAGE = missing("program language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra m code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing(" number of input variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing( "number of output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount y limit"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre ct("work title"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect( "multiplicator"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect( "number of input or output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect( "work language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect(" number of inputs"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach ed amount"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect( "ast tree depth"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr am code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo unty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole an"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HASH = incorrect("hash"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p ow price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect ("bounty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p rice in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add ress or secp_signatures"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo unty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect ("worst case execution time"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu blicKey"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN ame"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin g("alias", "aliasName"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_DEADLINE = missing("deadline "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead line"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON = missing("transactionBytes", ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WORKID = missing("workId"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_INPUTS = missing("program in puts"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner passphrase"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr ay"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol public static final JSONStreamAware UNKNOWN_ORDER = unknown("order"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall mark"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WEBSITE = missing("website") ; ^ Symbol: Class JSONStreamAware Location: Class JSONResponses
Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc. $ git --version git version 1.8.5.2.msysgit.0
$ javac -version javac 1.8.0_111
$ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)
C:\>ver
Microsoft Windows [Version 5.2.3790]
Can some one help?
|
|
|
|
bitcoinpaul
|
|
November 16, 2016, 07:06:42 AM |
|
I dont understand a single word u wrote elastic project is %0 premined coin!
all coins distributed to investors with ico. its very very important for elastic project image. 100m coins owners listed on transparent genesis-block Alotof scam projects have %10 %30 premined coins.
elastic need a foundation for developing,supporting,pr and may find different solution. i dont know there is 600btc. all btcs should use with foundation
can't agree with you more! 100% agree too dude, i dont think my Xels. i only think Elastic project.
|
|
|
|
Ghoom
|
|
November 16, 2016, 07:33:54 AM |
|
Hi all,I got compile err,some one can help? ^ Symbol: Class JSONObject Location: Class TransactionImpl src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol private AbstractAttachment(JSONObject attachmentData) { ^ Symbol: Class JSONObject Location: Class AbstractAttachment src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol final void putMyJSON(JSONObject json) { ^ Symbol: Class JSONObject Location: Class EmptyAttachment src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_LANGUAGE = missing("program language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra m code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing(" number of input variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing( "number of output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount y limit"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre ct("work title"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect( "multiplicator"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect( "number of input or output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect( "work language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect(" number of inputs"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach ed amount"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect( "ast tree depth"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr am code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo unty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole an"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HASH = incorrect("hash"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p ow price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect ("bounty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p rice in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add ress or secp_signatures"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo unty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect ("worst case execution time"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu blicKey"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN ame"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin g("alias", "aliasName"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_DEADLINE = missing("deadline "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead line"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON = missing("transactionBytes", ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WORKID = missing("workId"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_INPUTS = missing("program in puts"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner passphrase"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr ay"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol public static final JSONStreamAware UNKNOWN_ORDER = unknown("order"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall mark"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WEBSITE = missing("website") ; ^ Symbol: Class JSONStreamAware Location: Class JSONResponses
Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc. $ git --version git version 1.8.5.2.msysgit.0
$ javac -version javac 1.8.0_111
$ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)
C:\>ver
Microsoft Windows [Version 5.2.3790]
Can some one help? Wait for Evil-Knievel to wake up.
|
|
|
|
whiskers75
|
|
November 16, 2016, 09:46:51 AM |
|
We need foundation..
|
|
|
|
tomkat
|
|
November 16, 2016, 10:06:13 AM |
|
This is just the first step, this does not mean that some bright heads do not figure out a way to extend that set of possible use cases.
What I would also love, since we have a "cloud computing coin" to embed distributed storage at some later point. But that it future work ;-) Lets focus on this one first.
wow,find out this. ek, don't find yourself a job, plz keep working on XEL jepp, we pay better than any job can do. how about we setup a foundation right now! automatically deduct certain % from all accounts to EK! Not possible and not necessary. a.) Lannister has a good amount of BTC and b.) Community could come up with 100BTC+ easily i think. Especially once we are listed on an exchange, then it should be even easier. I am thinking deduction from all accounts make it fair. let alone, elastic distributed the unsold tokens evenly to all donators. with proper incentives (certain amount of XEL), make whole project sustainable. just an idea, don't know how others think about. a.) BTC in hand of Lannister is for distributed computing. ek well deserve it or even more. if it works well. b.) EK will make XEL even greater with more function like storage. c.) compared to the evenly distributed unsold tokens, something like 5% from all accounts is nothing at all. we can accept it. We've already had similar discussion. See belowthe remaining funds should be distributed among donators as initialy planned
I totally agree with that! I also totally agree! No problem, but what if more funds will be needed in the future for the development? Many coins have such funds, and 93.5k XEL isn't anything substantial, but it can grow to nice $$$ over years, so XEL will have an advantage over other coins. Why can't we vote it? You cant vote to breach a treaty. Even if there would be a 90/10 majority it would be wrong cause in its initial terms it was exactly stated that those funds will be deployed. But that being said, no one hinders you/us to setup another development fund that is donated voluntarily. The voting for changing the supply isn't breaching the treaty? For sure nobody gets confiscated his funds in a forceful way. Altering the total supply might be a change to the initial plan, thats right, but i doubt that even in front of a court a claim would have any chance of being heard. Its basically nothing else than a https://en.wikipedia.org/wiki/Stock_split which happens everyday in the world of finance and is nothing to complain about as you are not being confiscated anything. While in your scenario someone would be forced to give away value that he didnt want to give away. Thats something COMPLETELY different. But like i said there is always a way to do this by free choice. Also the devs could take some of those BTC and buy XEL with them, just to be sure to profit from an eventual rise in XEL value. Taking BTC and buy XEL from them wont make any sense aswell, cause they give btc to themself then so that is actually the same. What you can do is Make a donation wallet and people can donate (IF they want ofc) 10% of the coins they get extra, that will come to a nice amount of coins aswell. Edit, unless they buy it from people wanna get out of XEL
|
|
|
|
darlidada
|
|
November 16, 2016, 02:01:12 PM |
|
Anyone has XEL to sell? Is there a thread for it already?
|
|
|
|
wizzardTim
Legendary
Offline
Activity: 1708
Merit: 1000
Reality is stranger than fiction
|
|
November 16, 2016, 02:28:39 PM |
|
Anyone has XEL to sell? Is there a thread for it already?
https://bitcointalk.org/index.php?topic=1589333.0 <- Maybe this It is very hard to find someone to sell you, because you have to trust he doesn't use the private key before you do and also because it has huge potential as a project (noone wants to abandon ship early).
|
Behold the Tangle Mysteries! Dare to know It's truth.
- Excerpt from the IOTA Sacred Texts Vol. I
|
|
|
tomkat
|
|
November 16, 2016, 04:07:28 PM |
|
Anyone has XEL to sell? Is there a thread for it already?
https://bitcointalk.org/index.php?topic=1589333.0 <- Maybe this It is very hard to find someone to sell you, because you have to trust he doesn't use the private key before you do and also because it has huge potential as a project (noone wants to abandon ship early). Well, the project has great devs, community and potential, but it lacks important component which is PR, market communication, hype, marketing and general publicity. The website http://elastic.pro/ is down. The OP of this thread is almost non-existent, there's no roadmap, no sign of any promo campaign. Lannister, who is keeping the money, is not active at all. As of now, there's not enough power in this project to reach a critical mass, and I think Golem is more promising - look at Golem's multimillion ICO that ended up within minutes. That's result of good communication, timing, more professional marketing, and value proposition. Yes I know, your advice will be "don't grumble and just start doing something", but I have no time sorry. I know it's donation-ware, but it doesn't mean I can't express my concern about the project.
|
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
November 16, 2016, 04:48:22 PM |
|
@tomkat, don't get me wrong, but I personally would bet "high roller style" that Golem will not work, despite the uber-promotion.
|
|
|
|
tomkat
|
|
November 16, 2016, 05:14:59 PM |
|
@tomkat, don't get me wrong, but I personally would bet "high roller style" that Golem will not work, despite the uber-promotion.
Maybe you're right, but they have enough traction to stay on the market for some time. What if you will decide to leave Elastic tomorrow? With Lannister as a black hole, the project is immediately close to extinction, unless someone equally good will be found within short period of time. Who cares that Elastic is operational, and maybe even better than Golem in terms of tech, if it's just small niche project that nobody knows and cares about. Good PR and hype doesn't hurt, does it? [Edit] And a pro website is something so very basic, that it's unbelievable Elastic has something like this http://www.elastic-project.com/ that is looking like coming from pre-internet era :-) Also, non-operational elastic.pro is used here https://bitcointalk.org/index.php?topic=1589333.0 from august and nobody takes care.
|
|
|
|
wwdz99
|
|
November 16, 2016, 05:58:20 PM |
|
@ek,
Hi all,I got compile err,some one can help? ^ Symbol: Class JSONObject Location: Class TransactionImpl src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol private AbstractAttachment(JSONObject attachmentData) { ^ Symbol: Class JSONObject Location: Class AbstractAttachment src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol final void putMyJSON(JSONObject json) { ^ Symbol: Class JSONObject Location: Class EmptyAttachment src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw s ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro ws ServletException, IOException {
^ Symbol: Class ServletException Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletRequest Location: Class APIServlet src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol private void process(HttpServletRequest req, HttpServletResponse resp) throw s IOException { ^ Symbol: Class HttpServletResponse Location: Class APIServlet src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_LANGUAGE = missing("program language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra m code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing(" number of input variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing( "number of output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount y limit"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre ct("work title"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect( "multiplicator"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect( "number of input or output variables"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect( "work language"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect(" number of inputs"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach ed amount"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect( "ast tree depth"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr am code"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo unty hook"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole an"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HASH = incorrect("hash"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p ow price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect ("bounty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p rice in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add ress or secp_signatures"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo unty price in XEL"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect ("worst case execution time"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu blicKey"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN ame"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin g("alias", "aliasName"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_DEADLINE = missing("deadline "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead line"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON = missing("transactionBytes", ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WORKID = missing("workId"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_INPUTS = missing("program in puts"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner passphrase"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr ay"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol public static final JSONStreamAware UNKNOWN_ORDER = unknown("order"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark "); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall mark"); ^ Symbol: Class JSONStreamAware Location: Class JSONResponses src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol public static final JSONStreamAware MISSING_WEBSITE = missing("website") ; ^ Symbol: Class JSONStreamAware Location: Class JSONResponses
Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc. $ git --version git version 1.8.5.2.msysgit.0
$ javac -version javac 1.8.0_111
$ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)
C:\>ver
Microsoft Windows [Version 5.2.3790]
EK,pls help me.thx.
|
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
November 16, 2016, 06:00:43 PM |
|
EK,pls help me.thx.
I am moving everything to maven right now. Should be finished soon. For now, you could check out elastic pl, then "mvn compile package install" and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar" This process will be made easier soon.
|
|
|
|
|
drays
Legendary
Offline
Activity: 2576
Merit: 1073
|
|
November 16, 2016, 06:44:55 PM |
|
@tomkat, don't get me wrong, but I personally would bet "high roller style" that Golem will not work, despite the uber-promotion.
Maybe you're right, but they have enough traction to stay on the market for some time. What if you will decide to leave Elastic tomorrow? With Lannister as a black hole, the project is immediately close to extinction, unless someone equally good will be found within short period of time. Who cares that Elastic is operational, and maybe even better than Golem in terms of tech, if it's just small niche project that nobody knows and cares about. Good PR and hype doesn't hurt, does it? [Edit] And a pro website is something so very basic, that it's unbelievable Elastic has something like this http://www.elastic-project.com/ that is looking like coming from pre-internet era :-) Also, non-operational elastic.pro is used here https://bitcointalk.org/index.php?topic=1589333.0 from august and nobody takes care. "coming from pre-internet era"? That is the genuine wiki style, something all developers and tech professionals appreciate, and something regular users probably hate, as they like big moving pictures with zero information presented In general, this project is all about real developers working together. This is exactly what I like here - the ones who actually create value, are the main players here, not the pr/marketing/traders etc. Golem seems to be a hyped project for the ones who bite to hype, just as Lisk is, for example. IMHO. Then of course, I understand your point too - at some moment (and this moment is very close), this project will need the ones who will promote it, increase awareness, spread the word and actually find the ones who will use the capabilities offered by EK and friends. This would probably need to go out of the small crypto universe as well, out to the real business world (like IOTA does). And also your another point is very valid - the security is something this project misses the most. I mean it is based on few people, one of which is practically always absent, and (who knows..?) can disappear any moment with all the BTC invested, and the second one, while being a brilliant developer, already speaks of getting a real-life job.. . That's not very reassuring, to be honest A real foundation needs to be built, with multiple reputable people, both holding the funds and working together... This could make this project shine, like a real diamond.
|
... this space is not for rent ...
|
|
|
Ghoom
|
|
November 16, 2016, 07:10:02 PM |
|
EK,pls help me.thx.
I am moving everything to maven right now. Should be finished soon. For now, you could check out elastic pl, then "mvn compile package install" and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar" This process will be made easier soon. $ mvn compile package install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building elastic-core 0.6.0 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.934 s [INFO] Finished at: 2016-11-16T20:08:12+01:00 [INFO] Final Memory: 12M/309M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
On mac
|
|
|
|
ttookk
|
|
November 16, 2016, 07:59:10 PM |
|
(…) Then of course, I understand your point too - at some moment (and this moment is very close), this project will need the ones who will promote it, increase awareness, spread the word and actually find the ones who will use the capabilities offered by EK and friends. This would probably need to go out of the small crypto universe as well, out to the real business world (like IOTA does). And also your another point is very valid - the security is something this project misses the most. I mean it is based on few people, one of which is practically always absent, and (who knows..?) can disappear any moment with all the BTC invested, and the second one, while being a brilliant developer, already speaks of getting a real-life job.. . That's not very reassuring, to be honest Yes, at some point, we will need good marketing. This is not about making XEL holders rich, this about making this project actually happen. Having good PR would mean: - Miners would be drawn to the project
- Those who would want to use Elastics services become aware of it
- Developers become aware of the Elastic Project and become interested in participating
I think it would adviasable to put some bounties out there for PR work. I don't mean signature campaigns, bounties for blog posts or stuff like that, I mean developing a corporate identity, posting ads and so on. A real foundation needs to be built, with multiple reputable people, both holding the funds and working together... This could make this project shine, like a real diamond.
Well, you are free to do so I'm not saying I'm innocent here, but the Elastic Project has a lot of "there should be"s, "someone could"s and so on. There are very few people to actually act upon it. I think, we need a plan what is going to happen with the funds. Which task is worth how much, stuff like that. Dangle some BTC in front of people's faces, and they will flood this thread. Did that sound too harsh? Well, you get what I mean.
|
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
November 16, 2016, 08:25:19 PM |
|
EK,pls help me.thx.
I am moving everything to maven right now. Should be finished soon. For now, you could check out elastic pl, then "mvn compile package install" and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar" This process will be made easier soon. $ mvn compile package install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building elastic-core 0.6.0 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.934 s [INFO] Finished at: 2016-11-16T20:08:12+01:00 [INFO] Final Memory: 12M/309M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
On mac The error does not come, if you exactly follow the instruction For now, you could check out elastic pl, then "mvn compile package install" elastic-pl ist not yet in the central repository so has to be installed manually.
|
|
|
|
|