Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 08-10-2006
Sameerrele's Avatar
Sameerrele Sameerrele is offline
Registered User
 
Name: Sameer Rele
Organization: TRG
Project: SOA
 
Join Date: Aug 2006
Location: New York
Posts: 18
Error during launching IceStorm

I am evaluating Ice as an enterprise solution for service oriented architecture within our firm.

I am using JDK1.5 and Ice3.1

I am interested in getting IceStorm started. I understand that to do so I need to use IceBox.

My configuration parameters for IceBox are as follows :

IceBox.ServiceManager.Endpoints=tcp -p 9998
IceBox.Service.Hello=demo.HelloServiceI
Hello.Endpoints=tcp -p 10000
IceBox.Service.IceStorm=IceStormService,31:createI ceStorm --Ice.Config=icestorm.config


And icestorm.config looks like below
Freeze.DbEnv.IceStorm.DbHome=db
IceStorm.TopicManager.Endpoints=tcp -p 9999
IceStorm.Publish.Endpoints=tcp


Without IceStorm, IceBox works well (which indicates that ice.jar is in classpath).

However when I include IceStorm (as in the above scenario) I get the following error :
error: ServiceManager: class IceStormService,31:createIceStorm not found
IceBox.FailureException
reason = "ServiceManager: class IceStormService,31:createIceStorm not found"
at IceBox.ServiceManagerI.start(ServiceManagerI.java: 273)
at IceBox.ServiceManagerI.load(ServiceManagerI.java:2 22)
at IceBox.ServiceManagerI.run(ServiceManagerI.java:10 6)
at IceBox.Server.run(Server.java:50)
at Ice.Application.main(Application.java:114)
at Ice.Application.main(Application.java:30)
at IceBox.Server.main(Server.java:28)
Caused by: java.lang.ClassNotFoundException: IceStormService,30:createIceStorm
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at IceBox.ServiceManagerI.start(ServiceManagerI.java: 258)
... 6 more


I know I am missing something very trivial and any help from you would be appreciated.

Thanks
Reply With Quote
  #2 (permalink)  
Old 08-10-2006
dwayne's Avatar
dwayne dwayne is offline
ZeroC Staff
 
Name: Dwayne Boone
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Jan 2005
Location: St. John's, Newfoundland
Posts: 215
Hi,

Welcome to the ZeroC forums! Please see this post regarding our support policy here on these forums.

Regards,
Dwayne
Reply With Quote
  #3 (permalink)  
Old 08-10-2006
Sameerrele's Avatar
Sameerrele Sameerrele is offline
Registered User
 
Name: Sameer Rele
Organization: TRG
Project: SOA
 
Join Date: Aug 2006
Location: New York
Posts: 18
As an FYI :

I am starting IceBox using java IceBox.Server --Ice.Config=config_service

When I start IceBox using icebox.exe, it works !

Isnt icebox.exe equivalent to starting IceBox.Server?
__________________
Sameer Rele
Global Enterprise Solutions Architect

The Rohatyn Group
280 Park Avenue, 27th Floor - West
New York, NY 10017
Tel : (212) 984 2946
sameer.rele@rohatyngroup.com
Reply With Quote
  #4 (permalink)  
Old 08-10-2006
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 976
Hi,

IceStorm is a C++ service, therefore you must use the C++ container (icebox.exe). The Java container (IceBox.Server) can only host Java services.

Take care,
- Mark
Reply With Quote
  #5 (permalink)  
Old 08-10-2006
Sameerrele's Avatar
Sameerrele Sameerrele is offline
Registered User
 
Name: Sameer Rele
Organization: TRG
Project: SOA
 
Join Date: Aug 2006
Location: New York
Posts: 18
Thank You,

That resolves the issue.

Any plans to make IceStorm a Java service?
__________________
Sameer Rele
Global Enterprise Solutions Architect

The Rohatyn Group
280 Park Avenue, 27th Floor - West
New York, NY 10017
Tel : (212) 984 2946
sameer.rele@rohatyngroup.com
Reply With Quote
  #6 (permalink)  
Old 08-10-2006
matthew's Avatar
matthew matthew is online now
ZeroC Staff
 
Name: Matthew Newhook
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Feb 2003
Location: NL, Canada
Posts: 1,088
This service typically requires high performance and as such Java isn't really a suitable implementation language. Why do you want a Java version?

However, if you wanted to sponsor such an effort please contact us at sales@zeroc.com.
Reply With Quote
  #7 (permalink)  
Old 08-11-2006
Sameerrele's Avatar
Sameerrele Sameerrele is offline
Registered User
 
Name: Sameer Rele
Organization: TRG
Project: SOA
 
Join Date: Aug 2006
Location: New York
Posts: 18
Thanks Mattew.

Appreciate your response.
__________________
Sameer Rele
Global Enterprise Solutions Architect

The Rohatyn Group
280 Park Avenue, 27th Floor - West
New York, NY 10017
Tel : (212) 984 2946
sameer.rele@rohatyngroup.com
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
IceStorm Publishing Error aerowyn Help Center 3 10-18-2005 10:56 PM
Unknown property "IceBox.DBEnvName.IceStorm" for IceStorm wwwtiger Help Center 1 11-05-2004 03:23 PM
Icestorm<->Berkeley DB error Mr.Freeze Help Center 8 04-01-2004 08:41 PM
IceStorm error reporting hook shaver Comments 7 01-19-2004 05:37 PM
link error: error LNK2001: unresolved external symbol __imp___assert gmueckl Help Center 2 09-03-2003 03:49 AM


All times are GMT -4. The time now is 11:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.