Questions tagged [ice]

Ice is a distributed computing platform, backed by ZeroC.

According to ZeroC, the developers of Ice (Internet Communications Engine);

(Ice) is a modern distributed computing platform with support for C++, .NET, Java, Python, Objective-C, Ruby, PHP, and ActionScript. Ice is used in mission-critical projects by companies all over the world.

Ice is cross-platform, supports multiple language bindings and is open-sourced under the GPL.

161 questions
0
votes
1 answer

how WebRTC handles NAT rebinding?

In a cellular environment, the ip address assigned for a phone changes dynamically. So i wonder how WebRTC deals with this issue. Does WebRTC has some feature called 'Path Migration' like QUIC ? Is ICE Restart what i am finding?
Sai Jiang
  • 53
  • 6
0
votes
2 answers

ICE PDF | How to deploy and use with print option

I am using icepdf - opensource java application for pdf viewer in my web. ICEPDF works fine for me (I can view pdf using this) but now I want to add print option to this. Is this possible. Is there any war file for this so that I will deploy it in…
hjaffer2001
  • 933
  • 6
  • 18
  • 38
0
votes
1 answer

How to check the Ice thread wait on object

When i use jstack to check the process,i have got this log: "poolTaskThread-4" prio=10 tid=0x00007f09300ff800 nid=0x69ce in Object.wait() [0x00007f0aa5271000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native…
Hatter Bush
  • 215
  • 1
  • 3
  • 15
0
votes
0 answers

How to clean up the icegrid service that is not available?

I use icegrid to do load balancing in a distributed system, but I am now in trouble, I passed Google, ICEApi are not resolved, I am in the icegrid cluster registered application instance publishing service, start multiple instances, but when some of…
Devon
  • 21
  • 1
  • 5
0
votes
0 answers

g++ linker error despite specifying the lib files

I am trying to compile Zeroc ICE demo program. at the time of linking, i get multiple undefined reference errors. /Clock.cpp:71: undefined reference to IceInternal::Outgoing::Outgoing(IceProxy::Ice::Object*, std::__cxx11::basic_string
rat6
  • 81
  • 9
0
votes
2 answers

How to make a module/java class publish A and subscribe for B simultaneously using zeroC IceStorm?

I have tried the IceStorm Clock demo app approach, but once it enters run(), it just stays there
0
votes
0 answers

Google Maps doesn´t work on Galaxy s3 with 4.03

I am working on an AVD with the specs of a Galaxy S6. There I can use the SupportMapFragment without problems. But when a customer tries to use the App including the Map on a Galaxy S3 Device with 4.9" and Android Version 4.03, the App doesn't show…
skm
  • 559
  • 1
  • 6
  • 22
0
votes
1 answer

WebIce Integration using Quick fix

I am newbie to fix protocol and quick fix programming. I am seeking a help on getting Trade Capture report from ICE. I have googled for the sample/ tutorial to use quick fix/n to get the trade report but I am not being able to get sufficient output…
ze-corps
  • 65
  • 1
  • 9
0
votes
1 answer

zeroc define a sequence of self type

I want to define a class like following with zeroc ICE; class A { string someValue; sequence children; }; but it seems not work, failed: syntax error; Is there a way to do that?
user1484819
  • 899
  • 1
  • 7
  • 18
0
votes
0 answers

CMake - Undefined reference with static libraries / not with shared libraries

After having installed ZeroC Ice from source, I have static (.a) and shared (.so) libraries in my install/lib/x86_64-linux-gnu directory. When I try to compile a program with CMake, every thing is fine when I write (in target_link_libraries)…
B. Clement
  • 298
  • 2
  • 13
0
votes
1 answer

Error Installing ICE on Python

I have python 3.5 and 2.7 installed (I don't know if this might be the problem) and I need to use ZeroC Ice and when I do: sudo pip install ice I get the following error in the terminal: Collecting ice Using cached ice-0.0.1.tar.gz Complete…
Wrong
  • 1,195
  • 2
  • 14
  • 38
0
votes
2 answers

pipe closed without call close

The pipe is opened by nio. I found the write endpoint closed but the read endpoint opened. I checked my code, two endpoint always be closed together. So, is there a possibility that the pipe be closed without call close function by myself? ps. The…
phyxnj
  • 647
  • 5
  • 11
0
votes
1 answer

Ice namespace error

I'm trying to login to stage1 Bluemix (for IBMers) using command: ice --verbose login --user username --psswd password --registry 'registry-ice.bluemix_staging_server' Once invoked I'm prompted: Namespace(api_key=None, api_url=None, cf=False,…
0
votes
1 answer

ICE Server to actively refuse connections

I am looking for the equivalent of HTTP 503 (or 500.13) on ICE. Is there such thing? We have a server that has to process requests in certain time. We do have the proper timeouts on the client but there are cases where the server knows that it will…
0
votes
1 answer

What does mean?

I have a xhtml file with The part of the webpage associated with that statement just shows the Test Name. I have the whole java source code and I am trying to find the database query that brings back the…
johng2
  • 27
  • 1
  • 5