[jira] [Created] (IGNITE-7413) .NET: Datagrid.QueryDmlExample: Incorrect result for Delete and Update if run with standalone nodes

2018-01-15 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-7413:
---

 Summary: .NET: Datagrid.QueryDmlExample: Incorrect result for 
Delete and Update if run with standalone nodes
 Key: IGNITE-7413
 URL: https://issues.apache.org/jira/browse/IGNITE-7413
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Affects Versions: 2.3
Reporter: Irina Zaporozhtseva


Datagrid.QueryDmlExample: Incorrect result for Delete and Update if run with 
standalone nodes

 

without standalone nodes:

>>> Delete non-ASF employees 
>>> 1: John Doe, ASF, 4400 
>>> 2: Jane Roe, ASF, 5500

 

with standalone nodes:

>>> Delete non-ASF employees 
>>> 1: John Doe, ASF, 4400
 >>> 4: Richard Miles, Eclipse, 3000 
>>> 2: Jane Roe, ASF, 5500



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7232) .NET: remove localhost="127.0.0.1" from App.config to run cross-platform .NET examples with standalone node

2017-12-18 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-7232:
---

 Summary: .NET: remove localhost="127.0.0.1" from App.config to run 
cross-platform .NET examples with standalone node
 Key: IGNITE-7232
 URL: https://issues.apache.org/jira/browse/IGNITE-7232
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Affects Versions: 2.4
Reporter: Irina Zaporozhtseva
 Fix For: 2.4


need to remove localhost="127.0.0.1" from App.config to run cross-platform .NET 
examples with standalone node with default config



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-7006) Javadoc warnings during building Windows binaries

2017-11-23 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-7006:
---

 Summary: Javadoc warnings during building Windows binaries
 Key: IGNITE-7006
 URL: https://issues.apache.org/jira/browse/IGNITE-7006
 Project: Ignite
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Irina Zaporozhtseva
 Fix For: 2.1


Javadoc warnings during building Windows binaries

{code}
[15:01:50]W: [Step 10/18] [WARNING] Javadoc Warnings
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:94:
 warning - @inheritDoc used but key() does not override or implement any method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:89:
 warning - @inheritDoc used but name() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:99:
 warning - @inheritDoc used but removed() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:89:
 warning - @inheritDoc used but name() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:94:
 warning - @inheritDoc used but key() does not override or implement any method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:99:
 warning - @inheritDoc used but removed() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:89:
 warning - @inheritDoc used but name() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:89:
 warning - @inheritDoc used but name() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:94:
 warning - @inheritDoc used but key() does not override or implement any method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:94:
 warning - @inheritDoc used but key() does not override or implement any method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:89:
 warning - @inheritDoc used but name() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:89:
 warning - @inheritDoc used but name() does not override or implement any 
method.
[15:01:50]W: [Step 10/18] [WARNING] 
C:\BuildAgent\work\9bf3ec6f5f08ea04\incubator-ignite\modules\core\src\main\java\org\apache\ignite\internal\processors\datastructures\AtomicDataStructureProxy.java:99:
 warning - @inheritDoc used but removed() does not override or implement any 
method.
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-6800) С++: Continuous Query example:extra lines in log if run example with 3 standalone node

2017-10-31 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-6800:
---

 Summary: С++: Continuous Query example:extra lines in log if run 
example with 3 standalone node
 Key: IGNITE-6800
 URL: https://issues.apache.org/jira/browse/IGNITE-6800
 Project: Ignite
  Issue Type: Bug
  Security Level: Public (Viewable by anyone)
  Components: platforms
Affects Versions: 2.3
Reporter: Irina Zaporozhtseva


С++: Continuous Query example:extra lines in log if run example with 3 
standalone node

without standalone node or with 1 standalone node :

{code}
>>> Cache continuous query example started.

Queried entry [key=20, val=20]
Queried entry [key=21, val=21]
Queried entry [key=22, val=22]
Queried entry [key=23, val=23]
Queried entry [key=24, val=24]

>>> Press 'Enter' to continue...
{code}

with 3 standalone nodes :

{code}
>>> Cache continuous query example started.

Queried entry [key=20, val=20]
Queried entry [key=21, val=21]
Queried entry [key=22, val=22]
Queried entry [key=23, val=23]
Queried entry [key=24, val=24]
Queried entry [key=25, val=25]
Queried entry [key=26, val=26]
Queried entry [key=27, val=27]
Queried entry [key=28, val=28]

>>> Press 'Enter' to continue...
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-6780) .NET: Update EventsExample with IgniteConfiguration.LocalEventListeners

2017-10-27 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-6780:
---

 Summary: .NET: Update EventsExample with 
IgniteConfiguration.LocalEventListeners
 Key: IGNITE-6780
 URL: https://issues.apache.org/jira/browse/IGNITE-6780
 Project: Ignite
  Issue Type: Improvement
  Security Level: Public (Viewable by anyone)
  Components: platforms
Affects Versions: 2.3
Reporter: Irina Zaporozhtseva


Update EventsExample with IgniteConfiguration.LocalEventListeners
https://issues.apache.org/jira/browse/IGNITE-5615



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-6675) IGNITE_HOME is not detected automatically when using IgniteOutputCacheProvider

2017-10-19 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-6675:
---

 Summary: IGNITE_HOME is not detected automatically when using 
IgniteOutputCacheProvider
 Key: IGNITE-6675
 URL: https://issues.apache.org/jira/browse/IGNITE-6675
 Project: Ignite
  Issue Type: Bug
  Security Level: Public (Viewable by anyone)
  Components: platforms
Affects Versions: 2.3
 Environment: Visual Studio Community 2015 version 14.0.25431.01 update 
3
.NET Framework version 4.7.02046
64bit version of IIS
Reporter: Irina Zaporozhtseva
 Fix For: 2.3


Steps to reproduce:
1) Create a new C# Web application in the MS Visual Studio:
File -> New -> Project -> Visual C# -> Web -> ASP.NET Web Application

2) Install Apache.Ignite.AspNet NuGet package

3) Open Web.config file and add following code into beginning of 
"configuration" section:

{code:java}









{code}

And following code into beginning of "system.web" section:


{code:java}













{code}

Open Default.aspx.cs file and add the following to Page_Load method:

{code:java}
Session["test"] = "abc";
{code}

4) Run project

Following exception appears in browser:


{code}
Configuration Error

Description: An error occurred during the processing of a configuration file 
required to service this request. Please review the specific error details 
below and modify your configuration file appropriately. 

Parser Error Message: Failed to initialize 
Apache.Ignite.AspNet.IgniteSessionStateStoreProvider: 
Apache.Ignite.Core.Common.IgniteException: Failed to initialize JVM. ---> 
Apache.Ignite.Core.Common.IgniteException: Java class is not found (did you set 
IGNITE_HOME environment variable?): 
org/apache/ignite/internal/processors/platform/utils/PlatformUtils ---> 
Apache.Ignite.Core.Common.JavaException
  --- End of inner exception stack trace ---
  --- End of inner exception stack trace ---
  at Apache.Ignite.Core.Impl.Unmanaged.UnmanagedCallbacks.Error(Void* target, 
Int32 errType, SByte* errClsChars, Int32 errClsCharsLen, SByte* errMsgChars, 
Int32 errMsgCharsLen, SByte* stackTraceChars, Int32 stackTraceCharsLen, Void* 
errData, Int32 errDataLen)
  at 
Apache.Ignite.Core.Impl.Unmanaged.IgniteJniNativeMethods.CreateContext(Void* 
opts, Int32 optsLen, Void* cbs)
  at Apache.Ignite.Core.Impl.IgniteManager.CreateJvm(IgniteConfiguration cfg, 
UnmanagedCallbacks cbs)
  at Apache.Ignite.Core.Impl.IgniteManager.CreateJvmContext(IgniteConfiguration 
cfg, UnmanagedCallbacks cbs, ILogger log)
  at Apache.Ignite.Core.Ignition.Start(IgniteConfiguration cfg)
  at 
Apache.Ignite.AspNet.Impl.ConfigUtil.InitializeCache[TK,TV](NameValueCollection 
config, Type callerType, String defaultCacheName)

Source Error: 


Line 29: 
Line 30:   
Line 31: 
Line 32:   
Line 33: 

Source File: c:\visual studio 
2015\Projects\WebApplication10\WebApplication10\web.configLine: 31 
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-6282) C++: impossible to start node with persistent store

2017-09-06 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-6282:
---

 Summary: C++: impossible to start node with persistent store
 Key: IGNITE-6282
 URL: https://issues.apache.org/jira/browse/IGNITE-6282
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Affects Versions: 2.2
Reporter: Irina Zaporozhtseva
 Fix For: 2.2


C++: impossible to start node with persistent store. 

Add to config:
   
  


After node started, error message appears:

{{[17:42:39] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, 
heap=0.89GB]
ERROR: Can not perform the operation because the cluster is inactive. Note, 
that the cluster is considered inactive by default if Ignite Persistent Store 
is used to let all the nodes join the cluster. To activate the cluster call 
Ignite.activate(true).}}

and after that node is stopped



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-6157) C++: Query example: Incorrect output if run example with standalone node

2017-08-22 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-6157:
---

 Summary: C++: Query example: Incorrect output if run example with 
standalone node
 Key: IGNITE-6157
 URL: https://issues.apache.org/jira/browse/IGNITE-6157
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Affects Versions: 1.9
Reporter: Irina Zaporozhtseva
Priority: Minor


C++: Query example: Incorrect output if run example with standalone node

without standalone node:

{code}
Following people have 'Master' in their resumes: 
1 : Person [orgId=1, lastName=Doe, firstName=John, salary=2000, resume=John Doe 
has Master Degree.]
4 : Person [orgId=2, lastName=Smith, firstName=Jane, salary=2000, resume=Jane 
Smith has Master Degree.]

Following people have 'Bachelor' in their resumes: 
2 : Person [orgId=1, lastName=Doe, firstName=Jane, salary=1000, resume=Jane Doe 
has Bachelor Degree.]
3 : Person [orgId=2, lastName=Smith, firstName=John, salary=1000, resume=John 
Smith has Bachelor Degree.]
{code}

with standalone node (rows are repeated):
{code}
Following people have 'Master' in their resumes: 
1 : Person [orgId=1, lastName=Doe, firstName=John, salary=2000, resume=John Doe 
has Master Degree.]
1 : Person [orgId=1, lastName=Doe, firstName=John, salary=2000, resume=John Doe 
has Master Degree.]
4 : Person [orgId=2, lastName=Smith, firstName=Jane, salary=2000, resume=Jane 
Smith has Master Degree.]

Following people have 'Bachelor' in their resumes: 
2 : Person [orgId=1, lastName=Doe, firstName=Jane, salary=1000, resume=Jane Doe 
has Bachelor Degree.]
3 : Person [orgId=2, lastName=Smith, firstName=John, salary=1000, resume=John 
Smith has Bachelor Degree.]
2 : Person [orgId=1, lastName=Doe, firstName=Jane, salary=1000, resume=Jane Doe 
has Bachelor Degree.]
3 : Person [orgId=2, lastName=Smith, firstName=John, salary=1000, resume=John 
Smith has Bachelor Degree.]
{code}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-5919) .NET: EntryProcessorExample closes immediately after execution

2017-08-03 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-5919:
---

 Summary: .NET: EntryProcessorExample closes immediately after 
execution
 Key: IGNITE-5919
 URL: https://issues.apache.org/jira/browse/IGNITE-5919
 Project: Ignite
  Issue Type: Improvement
  Components: platforms
Affects Versions: 1.9
Reporter: Irina Zaporozhtseva
Priority: Minor


EntryProcessorExample closes immediately after execution. Please, add:

Console.WriteLine();
Console.WriteLine(">>> Example finished, press any key to exit ...");
Console.ReadKey();



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-5898) Datagrid.QueryDmlExample: Incorrect output if run example with standalone Apache Ignite.NET node

2017-08-01 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-5898:
---

 Summary: Datagrid.QueryDmlExample: Incorrect output if run example 
 with standalone Apache Ignite.NET node
 Key: IGNITE-5898
 URL: https://issues.apache.org/jira/browse/IGNITE-5898
 Project: Ignite
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Irina Zaporozhtseva


Datagrid.QueryDmlExample: Incorrect output if run example  with standalone 
Apache Ignite.NET node

without standalone node:
Inserted data
>>> 1: John Doe, ASF, 4000
>>> 2: Jane Roe, ASF, 5000
>>> 3: Mary Major, Eclipse, 2000
>>> 4: Richard Miles, Eclipse, 3000

>>> Update salary for ASF employees
>>> 1: John Doe, ASF, 4400
>>> 2: Jane Roe, ASF, 5500
>>> 3: Mary Major, Eclipse, 2000
>>> 4: Richard Miles, Eclipse, 3000

>>> Delete non-ASF employees
>>> 1: John Doe, ASF, 4400
>>> 2: Jane Roe, ASF, 5500

with standalone node:
>>> Inserted data
>>> 1: John Doe, ASF, 4000
>>> 3: Mary Major, Eclipse, 2000

>>> Update salary for ASF employees
>>> 1: John Doe, ASF, 4400
>>> 3: Mary Major, Eclipse, 2000

>>> Delete non-ASF employees
>>> 1: John Doe, ASF, 4400



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-5525) C++ OBDC example fails

2017-06-16 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-5525:
---

 Summary: C++ OBDC example fails
 Key: IGNITE-5525
 URL: https://issues.apache.org/jira/browse/IGNITE-5525
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Affects Versions: 2.1
Reporter: Irina Zaporozhtseva


C++ OBDC example fails:

>>> Cache ODBC example started.

[15:12:08,620][SEVERE][sql-connector-#38%null%][OdbcRequestHandler] Failed to 
execute SQL query [reqId=1, req=OdbcQueryExecuteRequest [schema=PUBLIC, 
sqlQry=INSERT INTO Person (_key, orgId, firstName, lastName, resume, salary) 
VALUES (?, ?, ?, ?, ?, ?)�, args=[1, 1, John, Doe, Master Degree., 2200.0]]]
class org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to 
parse query: INSERT INTO Person (_key, orgId, firstName, lastName, resume, 
salary) VALUES (?, ?, ?, ?, ?, ?)
at 
org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.queryDistributedSqlFields(IgniteH2Indexing.java:1293)
at 
org.apache.ignite.internal.processors.query.GridQueryProcessor$6.applyx(GridQueryProcessor.java:1856)
at 
org.apache.ignite.internal.processors.query.GridQueryProcessor$6.applyx(GridQueryProcessor.java:1852)
at 
org.apache.ignite.internal.util.lang.IgniteOutClosureX.apply(IgniteOutClosureX.java:36)
at 
org.apache.ignite.internal.processors.query.GridQueryProcessor.executeQuery(GridQueryProcessor.java:2293)
at 
org.apache.ignite.internal.processors.query.GridQueryProcessor.querySqlFieldsNoCache(GridQueryProcessor.java:1860)
at 
org.apache.ignite.internal.processors.odbc.odbc.OdbcRequestHandler.executeQuery(OdbcRequestHandler.java:177)
at 
org.apache.ignite.internal.processors.odbc.odbc.OdbcRequestHandler.handle(OdbcRequestHandler.java:116)
at 
org.apache.ignite.internal.processors.odbc.SqlListenerNioListener.onMessage(SqlListenerNioListener.java:152)
at 
org.apache.ignite.internal.processors.odbc.SqlListenerNioListener.onMessage(SqlListenerNioListener.java:44)
at 
org.apache.ignite.internal.util.nio.GridNioFilterChain$TailFilter.onMessageReceived(GridNioFilterChain.java:279)
at 
org.apache.ignite.internal.util.nio.GridNioFilterAdapter.proceedMessageReceived(GridNioFilterAdapter.java:109)
at 
org.apache.ignite.internal.util.nio.GridNioAsyncNotifyFilter$3.body(GridNioAsyncNotifyFilter.java:97)
at 
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
at 
org.apache.ignite.internal.util.worker.GridWorkerPool$1.run(GridWorkerPool.java:70)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.h2.jdbc.JdbcSQLException: Table "PERSON" not found; SQL 
statement:
INSERT INTO Person (_key, orgId, firstName, lastName, resume, salary) VALUES 
(?, ?, ?, ?, ?, ?) [42102-195]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.command.Parser.readTableOrView(Parser.java:5506)
at org.h2.command.Parser.readTableOrView(Parser.java:5483)
at org.h2.command.Parser.parseInsert(Parser.java:1056)
at org.h2.command.Parser.parsePrepared(Parser.java:416)
at org.h2.command.Parser.parse(Parser.java:320)
at org.h2.command.Parser.parse(Parser.java:292)
at org.h2.command.Parser.prepareCommand(Parser.java:257)
at org.h2.engine.Session.prepareLocal(Session.java:573)
at org.h2.engine.Session.prepareCommand(Session.java:514)
at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1204)
at 
org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:73)
at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288)
at 
org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.prepareStatement(IgniteH2Indexing.java:398)
at 
org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.queryDistributedSqlFields(IgniteH2Indexing.java:1273)
... 17 more
An error occurred: Failed to execute prepared statement: HY000: class 
org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to parse 
query: INSERT INTO Person (_key, orgId, firstName, lastName, resume, salary) 
VALUES (?, ?, ?, ?, ?, ?)

>>> Example finished, press 'Enter' to exit ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IGNITE-5506) Datagrid.StoreExample fails when run with standalone Apache Ignite.NET node

2017-06-15 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-5506:
---

 Summary: Datagrid.StoreExample fails when run with standalone 
Apache Ignite.NET node
 Key: IGNITE-5506
 URL: https://issues.apache.org/jira/browse/IGNITE-5506
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Affects Versions: 2.1
Reporter: Irina Zaporozhtseva


Datagrid.StoreExample fails when run with standalone Apache Ignite.NET node

Apache.Ignite.Core.Cache.CacheException was unhandled
  HResult=-2146233088
  Message=class org.apache.ignite.IgniteCheckedException: Could not load file 
or assembly 'Apache.Ignite.ExamplesDll, Version=1.0.6375.29467, 
Culture=neutral, PublicKeyToken=c27524977cb332ce' or one of its dependencies. 
The system cannot find the file specified.
  Source=Apache.Ignite.Core
  StackTrace:
   at Apache.Ignite.Core.Impl.Unmanaged.UnmanagedCallbacks.Error(Void* 
target, Int32 errType, SByte* errClsChars, Int32 errClsCharsLen, SByte* 
errMsgChars, Int32 errMsgCharsLen, SByte* stackTraceChars, Int32 
stackTraceCharsLen, Void* errData, Int32 errDataLen)
   at 
Apache.Ignite.Core.Impl.Unmanaged.IgniteJniNativeMethods.TargetInLongOutLong(Void*
 ctx, Void* target, Int32 opType, Int64 val)
   at 
Apache.Ignite.Core.Impl.Unmanaged.UnmanagedUtils.TargetInLongOutLong(IUnmanagedTarget
 target, Int32 opType, Int64 memPtr)
   at Apache.Ignite.Core.Impl.Cache.CacheImpl`2.Clear()
   at Apache.Ignite.Examples.Datagrid.StoreExample.Main() in 
C:\work\gridgain-professional-fabric-2.1.1.b3_23\platforms\dotnet\examples\Apache.Ignite.Examples\Datagrid\StoreExample.cs:line
 67
   at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] 
args)
   at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence 
assemblySecurity, String[] args)
   at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext 
executionContext, ContextCallback callback, Object state, Boolean 
preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext 
executionContext, ContextCallback callback, Object state, Boolean 
preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext 
executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
  InnerException: 
   HResult=-2146233088
   Message=Could not load file or assembly 'Apache.Ignite.ExamplesDll, 
Version=1.0.6375.29467, Culture=neutral, PublicKeyToken=c27524977cb332ce' or 
one of its dependencies. The system cannot find the file specified.
   InnerException: 
HResult=-2146233088
JavaClassName=javax.cache.CacheException
JavaMessage=class org.apache.ignite.IgniteCheckedException: Could 
not load file or assembly 'Apache.Ignite.ExamplesDll, Version=1.0.6375.29467, 
Culture=neutral, PublicKeyToken=c27524977cb332ce' or one of its dependencies. 
The system cannot find the file specified.
Message=javax.cache.CacheException: class 
org.apache.ignite.IgniteCheckedException: Could not load file or assembly 
'Apache.Ignite.ExamplesDll, Version=1.0.6375.29467, Culture=neutral, 
PublicKeyToken=c27524977cb332ce' or one of its dependencies. The system cannot 
find the file specified.
at 
org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1323)
at 
org.apache.ignite.internal.processors.cache.IgniteCacheProxy.cacheException(IgniteCacheProxy.java:2629)
at 
org.apache.ignite.internal.processors.cache.IgniteCacheProxy.clear(IgniteCacheProxy.java:2049)
at 
org.apache.ignite.internal.processors.platform.cache.PlatformCache.processInLongOutLong(PlatformCache.java:1088)
at 
org.apache.ignite.internal.processors.platform.PlatformTargetProxyImpl.inLongOutLong(PlatformTargetProxyImpl.java:53)
Caused by: class org.apache.ignite.IgniteCheckedException: Could not load file 
or assembly 'Apache.Ignite.ExamplesDll, Version=1.0.6375.29467, 
Culture=neutral, PublicKeyToken=c27524977cb332ce' or one of its dependencies. 
The system cannot find the file specified.
at 
org.apache.ignite.internal.util.IgniteUtils.cast(IgniteUtils.java:7229)
at 
org.apache.ignite.internal.util.future.GridFutureAdapter.resolve(GridFutureAdapter.java:258)
at 
org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:170)
at 
org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:139)
at 
org.apache.ignite.internal.processors.cache.GridCacheGateway.enter(GridCacheGateway.java:166)
at 
org.apache.ignite.internal.processors.cache.GridCacheProxyImpl.clearLocally(GridCacheProxyImpl.java:974)
at 

[jira] [Created] (IGNITE-5337) C++ linux examples: names of executable files should be the same type

2017-05-30 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-5337:
---

 Summary: C++ linux examples: names of executable files should be 
the same type
 Key: IGNITE-5337
 URL: https://issues.apache.org/jira/browse/IGNITE-5337
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Reporter: Irina Zaporozhtseva
Priority: Minor


C++ linux examples: make executable file names the same type:
ignate--example

now names are:
ignite-continuous-query-example
ignite-odbcexample
ignite-putgetexample
ignite-queryexample



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (IGNITE-4898) Add path to ODBC driver installers to platforms\cpp\odbc\README.txt

2017-03-31 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-4898:
---

 Summary: Add path to ODBC driver installers to 
platforms\cpp\odbc\README.txt
 Key: IGNITE-4898
 URL: https://issues.apache.org/jira/browse/IGNITE-4898
 Project: Ignite
  Issue Type: Bug
  Components: platforms
Reporter: Irina Zaporozhtseva
Priority: Trivial


Add path to ODBC driver installers (/cpp/bin/odbc/) to 
platforms\cpp\odbc\README.txt:

"There are two ways to install ODBC driver currently. The first one is to use
32-bit or 64-bit installer. This is the most simple way and you are recommended 
to stick to it by default."



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (IGNITE-4720) Sporadically fails for Hadoop

2017-02-17 Thread Irina Zaporozhtseva (JIRA)
Irina Zaporozhtseva created IGNITE-4720:
---

 Summary: Sporadically fails for Hadoop
 Key: IGNITE-4720
 URL: https://issues.apache.org/jira/browse/IGNITE-4720
 Project: Ignite
  Issue Type: Bug
  Components: hadoop
Affects Versions: 1.8
Reporter: Irina Zaporozhtseva
Priority: Minor


test_hadoop_examples for hadoop-2_6_4 and hadoop-2_7_2:
aggregatewordcount returns 999712 instead of 100



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)