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 to solve the upCast error in Zero C Ice compilation? - Gcc - 4.7 compile with clang

I have to build Murmur (server of the Mumble VOIP client). Murmur and Mumble use ZeroC Ice 3.4 in its framework. I tried making Murmur and got stuck in a compilation error. The error is as follows: >/usr/include/Ice/Handle.h: In instantiation of…
Vaidsu
  • 3
  • 4
0
votes
1 answer

selectOneMenu and textEntry in IceFaces

I have problem with IceFaces, i try change ace:textEntry depends on item selected on ice:selectOneMenu. Also i don't need to go new page, i want it to be AJAX and reflesh everytime i change it. I try do it in that way:
sha4ky
  • 178
  • 3
  • 14
0
votes
1 answer

Obtaining the id and value of a label in Ice

I have a ice:selectOneMenu component and need to obtain the id and value that was selected from the page:
user2095246
  • 45
  • 1
  • 4
0
votes
1 answer

Get operations list from interface ID in ZeroC Ice

Dynamic Ice manual section doesn't explain how to obtain a list of operations (their names, argument and result types) implemented by an object, which seems to be pretty much necessary to "create applications such as object browsers, protocol…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
0
votes
1 answer

IceSSL NullPointerException (java)

I'm developing an application using ICE middleware. I have problem with IceSSL. After configuring both client and server like…
Pawel Batko
  • 761
  • 7
  • 19
0
votes
1 answer

icefaces 3 combine ice and ace component on the same page , problems with the style

I am using ace:daaTable and other ice component on the same xhtml page . when I click oמ ice:commandButton the page style is changing. I tried to define "rime" style on the web.xml but it doesn't help. when I defined "none" style param-name…
tamih
  • 93
  • 1
  • 15
0
votes
1 answer

How to use Reject file in infobright with version 4.0.6 GA

In the release notes of version 4.0.6 GA, we can found that the first new feature is "Infobright Loader now supports a Reject file" But I cannot find anything more about this, just like how to use it, and in which case we may need it. Please help
York.Gu
  • 45
  • 7
0
votes
1 answer

Use adb forward instead of redir

I have a client and a server app on Android (that uses ZeroC - Ice platform for communication). Server listens on TCP port 10000 and client uses TCP port 5501 (arbitrary port numbers I have chosen). When I telnet to server and run redir add tcp:5501…
Ege Akpinar
  • 3,266
  • 1
  • 23
  • 29
-1
votes
2 answers

How to separate two numbers in the same column

I'm trying to extract the numbers on the right e.g 1.25 in the first row (below). AQ2 1.1.25 AQ3 1.2.15 AQ4 1.2.25 AQ5 1.1.44 AQ6 1.1.60 From AQ2-6 SOLVED using excel wizard
Vik
  • 1
  • 1
-1
votes
1 answer

Error while running ice on ubuntu ( java)

I am having trouble while trying to run the example for printer. when i try to run the class for the server it prints Error: A JNI error has occurred, please check your installation and try again Exception in thread "main"…
-3
votes
1 answer

About ICE-Chat Demo build

when i use VS2012 Express nmake the build about Ice-Chat(1.4.0)(http://www.zeroc.com/chat/download.html), i always get the error: ChatRoom.obj : error LNK2001: Unresolved external symbol "__declspec(dllimport) public: __cdecl…
Hatter Bush
  • 215
  • 1
  • 3
  • 15
1 2 3
10
11