You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(34) |
Sep
(80) |
Oct
(55) |
Nov
(79) |
Dec
(40) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(131) |
Feb
(175) |
Mar
(145) |
Apr
(44) |
May
(33) |
Jun
(58) |
Jul
(65) |
Aug
(45) |
Sep
(34) |
Oct
(24) |
Nov
(20) |
Dec
(30) |
2004 |
Jan
(34) |
Feb
(29) |
Mar
(26) |
Apr
(43) |
May
(49) |
Jun
(26) |
Jul
(72) |
Aug
(33) |
Sep
(18) |
Oct
(29) |
Nov
(49) |
Dec
(38) |
2005 |
Jan
(38) |
Feb
(42) |
Mar
(18) |
Apr
(12) |
May
(28) |
Jun
(23) |
Jul
(34) |
Aug
(12) |
Sep
(10) |
Oct
(4) |
Nov
(4) |
Dec
(12) |
2006 |
Jan
(4) |
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(17) |
Nov
(15) |
Dec
(4) |
2007 |
Jan
(15) |
Feb
(9) |
Mar
(12) |
Apr
(7) |
May
(9) |
Jun
(5) |
Jul
(1) |
Aug
(7) |
Sep
(10) |
Oct
(3) |
Nov
(7) |
Dec
(2) |
2008 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(4) |
Dec
(1) |
2009 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Andrew V. <an...@me...> - 2016-09-15 11:30:09
|
Hi, I think it should be iiop.hostname, not iip.hostname. HTH ________________________________________ From: sneha b <sne...@gm...> Sent: Thursday, 15 September 2016 2:50 PM To: ope...@li... Subject: [openorb-users] Need to set IP to be published in IOR Hi, I want to publish the ip "165.100.10.1" in IOR and I am passing the parameters as below: props.put("iiop.port", "60003"); props.put("iip.hostname", "165.100.10.1"); props.put("iiop.listenAddress", "0.0.0.0"); orb = rg.omg.CORBA.ORB.init(args,props); Still when I decode the IOR I am seeing the configured machine IP. Can someone please let me know am I missing something. Thanks, |
From: sneha b <sne...@gm...> - 2016-09-15 04:50:13
|
Hi, I want to publish the ip "165.100.10.1" in IOR and I am passing the parameters as below: props.put("iiop.port", "60003"); props.put("iip.hostname", "165.100.10.1"); props.put("iiop.listenAddress", "0.0.0.0"); orb = rg.omg.CORBA.ORB.init(args,props); Still when I decode the IOR I am seeing the configured machine IP. Can someone please let me know am I missing something. Thanks, |
From: ratheesh k v <rat...@gm...> - 2013-03-06 06:05:59
|
Hi, I am not able to use OpenORB1.3.0 Namng Service.... 1) By running "org.openorb.ins.Server" - Inter operable Naming service It is showing INS server is running....But while running one example program giveo in openorb/../examples../Client.java showing "Invalid name NameService".. While running event service : it showing "Check whether your NameService is running " I think the configuration file OpenORB.xml is not reading or unable to read.... OpenORB.xml is provided with <profile name="user-mods" > <import xlink:href="${openorb.home}config/default.xml#ORBInitRef"> <property name="NameService" value="corbaloc://1.2@localhost:7777/NameService<http://1.2@127.0.1.1:46061/NameService>" /> </import> </profile> 2) While running Transient Nameservice org.openorb.util.MapNamingContext it is binding some other ports and 127.0.1.1 ip address....This case also unable to run event service and NameService Client code................. Please replay the OpenORB, NameService configuration anything we need to run other than mentioned in OpenORB website docs.................... Please Replay........... Regards, Ratheesh k v On Wed, Mar 6, 2013 at 11:19 AM, ratheesh k v <rat...@gm...>wrote: > Hi, > > I am not able to use OpenORB1.3.0 Namng Service.... > > 1) By running "org.openorb.ins.Server" - Inter operable Naming service > > It is showing INS server is running....But while running one example > program giveo in openorb/../examples../Client.java showing "Invalid name > NameService".. > > While running event service : it showing "Check whether your NameService > is running " > > I think the configuration file OpenORB.xml is not reading or unable to > read.... OpenORB.xml is provided with > > <profile name="user-mods" > > <import xlink:href="${openorb.home}config/default.xml#ORBInitRef"> > <property name="NameService" > value="corbaloc://1.2@127.0.1.1:46061/NameService" /> > </import> > </profile> > > 2) While running Transient Nameservice org.openorb.util.MapNamingContext > it is binding some other ports and 127.0.1.1 ip address....This case also > unable to run event service and NameService Client code................. > > > Please replay the OpenORB, NameService configuration anything we need to > run other than mentioned in OpenORB website docs.................... > > Please Replay........... > > Regards, > Ratheesh k v > > > > |
From: ratheesh k v <rat...@gm...> - 2013-03-06 05:49:11
|
Hi, I am not able to use OpenORB1.3.0 Namng Service.... 1) By running "org.openorb.ins.Server" - Inter operable Naming service It is showing INS server is running....But while running one example program giveo in openorb/../examples../Client.java showing "Invalid name NameService".. While running event service : it showing "Check whether your NameService is running " I think the configuration file OpenORB.xml is not reading or unable to read.... OpenORB.xml is provided with <profile name="user-mods" > <import xlink:href="${openorb.home}config/default.xml#ORBInitRef"> <property name="NameService" value="corbaloc://1.2@127.0.1.1:46061/NameService" /> </import> </profile> 2) While running Transient Nameservice org.openorb.util.MapNamingContext it is binding some other ports and 127.0.1.1 ip address....This case also unable to run event service and NameService Client code................. Please replay the OpenORB, NameService configuration anything we need to run other than mentioned in OpenORB website docs.................... Please Replay........... Regards, Ratheesh k v |
From: <an...@ri...> - 2013-03-01 18:49:22
|
java -classpath lib\openorb-1.3.1.jar;lib\avalon-framework.jar;lib\excalibur-configuration.jar;lib\logkit.jar;lib\xercesImpl.jar;lib\xmlParserAPIs.jar;lib\xml-APIs.jar;lib\log4j-1.2.8.jar -Dorg.omg.CORBA.ORBClass=org.openorb.CORBA.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.openorb.CORBA.ORBSingleton -Dopenorb.config=./OpenORB.xml org.openorb.util.MapNamingContext -ORBPort=7680 was the command line I've started the openorb namingservice. Zitat von ratheesh k v <rat...@gm...>: > Hi, > > I am not able to run NameService in my system.... > I am using OpenOrb 1.3.0, i tried to execute org.openorb.ins.Server > -ORBPort=7777 > That is showing .......................... > OpenORB Interoperable Naming Service, version 1.3.0 > (c) 2002 The Community OpenORB > > INS server is now ready... > ................................................. > > But when i tried netstat -an | grep 7777 > It doesn't showing the IP address. InOpenORB.xml i provided > > > <profile name="user-mods" > > <import xlink:href="${openorb.home}config/default.xml#InitRef"> > <property name="NameService" > value="corbaloc://1.2@localhost:7777/NameService" /> > </import> > </profile> > > > I am not able to run NameService example given. > I cannot execute Event service as well since it showing to check whether > the NameService is running.............. > > Please send me the complete configuration requored for Setting Up OpenORB > NameService........... > > Regards, > > Ratheesh kv > |
From: ratheesh k v <rat...@gm...> - 2013-03-01 11:22:19
|
Hi, I am not able to run NameService in my system.... I am using OpenOrb 1.3.0, i tried to execute org.openorb.ins.Server -ORBPort=7777 That is showing .......................... OpenORB Interoperable Naming Service, version 1.3.0 (c) 2002 The Community OpenORB INS server is now ready... ................................................. But when i tried netstat -an | grep 7777 It doesn't showing the IP address. InOpenORB.xml i provided <profile name="user-mods" > <import xlink:href="${openorb.home}config/default.xml#InitRef"> <property name="NameService" value="corbaloc://1.2@localhost:7777/NameService" /> </import> </profile> I am not able to run NameService example given. I cannot execute Event service as well since it showing to check whether the NameService is running.............. Please send me the complete configuration requored for Setting Up OpenORB NameService........... Regards, Ratheesh kv |
From: <pa...@ya...> - 2011-11-02 09:35:48
|
ope...@li... I have achieved so much in such little time http://www.todayl0newsi.com |
From: HODAC, O. <OLI...@ai...> - 2010-10-01 09:39:40
|
OK, I go to jacorb _____________________________________________ De : HODAC, Olivier Envoyé : mardi 28 septembre 2010 14:46 À : 'ope...@li...' Objet : RE: idl2java from the DOS command line Hello again. Is that the right forum for this question? _____________________________________________ De : HODAC, Olivier Envoyé : lundi 27 septembre 2010 15:21 À : 'ope...@li...' Objet : idl2java from the DOS command line Hello, I am really new to openORB, and I am trying to regenerate idl to java using the idl2java.bat script. I first of all modified the bat because I had spaces in the JAVA_HOME value (program files folder) but now I am stucked. The script calls However, %TCOO_HOME%\tools\lib\launcher.jar the path is not embedded with the release (openORB 1.4). java -Xbootclasspath/p:%BOOTCLASSPATH% -Dopenorb.home.path=%TCOO_HOME% -jar %TCOO_HOME%\tools\lib\launcher.jar org.openorb.compiler.IdlCompiler %* Did I miss something? Thank's The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free. |
From: HODAC, O. <OLI...@ai...> - 2010-09-28 12:46:36
|
Hello again. Is that the right forum for this question? _____________________________________________ De : HODAC, Olivier Envoyé : lundi 27 septembre 2010 15:21 À : 'ope...@li...' Objet : idl2java from the DOS command line Hello, I am really new to openORB, and I am trying to regenerate idl to java using the idl2java.bat script. I first of all modified the bat because I had spaces in the JAVA_HOME value (program files folder) but now I am stucked. The script calls However, %TCOO_HOME%\tools\lib\launcher.jar the path is not embedded with the release (openORB 1.4). java -Xbootclasspath/p:%BOOTCLASSPATH% -Dopenorb.home.path=%TCOO_HOME% -jar %TCOO_HOME%\tools\lib\launcher.jar org.openorb.compiler.IdlCompiler %* Did I miss something? Thank's The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free. |
From: HODAC, O. <OLI...@ai...> - 2010-09-27 13:36:04
|
Hello, I am really new to openORB, and I am trying to regenerate idl to java using the idl2java.bat script. I first of all modified the bat because I had spaces in the JAVA_HOME value (program files folder) but now I am stucked. The script calls However, %TCOO_HOME%\tools\lib\launcher.jar the path is not embedded with the release (openORB 1.4). java -Xbootclasspath/p:%BOOTCLASSPATH% -Dopenorb.home.path=%TCOO_HOME% -jar %TCOO_HOME%\tools\lib\launcher.jar org.openorb.compiler.IdlCompiler %* Did I miss something? Thank's The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free. |
From: Adam C. <ada...@ne...> - 2010-07-15 10:23:03
|
I've seen this from time to time. You shouldn't loose your references and restarting will likely solve the problem. On 15/07/10 05:32, Paul Rogers wrote: > Using OpenORB 1.4.0 Naming Service running on JDK 1.4, Solaris 10 > We are seeing the following stack traces for 30 minutes to an hour. During this time connectivity to NS is limited > > java.io.EOFException > at java.io.RandomAccessFile.readInt(RandomAccessFile.java:705) > at org.openorb.pss.connector.file.DataManager.read_next_entry(Unknown Source) > at org.openorb.pss.connector.file.DataManager.read_entry_from_index(Unknown Source) > at org.openorb.pss.connector.file.FileKeyEnumeration.nextElement(Unknown Source) > at file.namingPersistence.NamingObjectHomeBase.find_by_componentName(Unknown Source) > at org.openorb.ins.NamingContextExImpl.resolve(Unknown Source) > at org.omg.CosNaming.NamingContextExtPOA._invoke(NamingContextExtPOA.java:376) > at org.openorb.orb.adapter.poa.POA.dispatch(Unknown Source) > at org.openorb.orb.net.AbstractServerRequest.dispatch(Unknown Source) > at org.openorb.orb.net.ServerManagerImpl.serve_request(Unknown Source) > at org.openorb.orb.net.ServerManagerImpl.thread_pool_main(Unknown Source) > at org.openorb.orb.net.ServerManagerImpl.access$1200(Unknown Source) > at org.openorb.orb.net.ServerManagerImpl$PoolThread.run(Unknown Source) > > Sometimes we are seeing the same trace except that we are getting > at java.io.RandomAccessFile.readBoolean(RandomAccessFile.java:547) > > thanks PER > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > openorb-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openorb-users > |
From: Paul R. <pau...@er...> - 2010-07-14 19:32:54
|
Using OpenORB 1.4.0 Naming Service running on JDK 1.4, Solaris 10 We are seeing the following stack traces for 30 minutes to an hour. During this time connectivity to NS is limited java.io.EOFException at java.io.RandomAccessFile.readInt(RandomAccessFile.java:705) at org.openorb.pss.connector.file.DataManager.read_next_entry(Unknown Source) at org.openorb.pss.connector.file.DataManager.read_entry_from_index(Unknown Source) at org.openorb.pss.connector.file.FileKeyEnumeration.nextElement(Unknown Source) at file.namingPersistence.NamingObjectHomeBase.find_by_componentName(Unknown Source) at org.openorb.ins.NamingContextExImpl.resolve(Unknown Source) at org.omg.CosNaming.NamingContextExtPOA._invoke(NamingContextExtPOA.java:376) at org.openorb.orb.adapter.poa.POA.dispatch(Unknown Source) at org.openorb.orb.net.AbstractServerRequest.dispatch(Unknown Source) at org.openorb.orb.net.ServerManagerImpl.serve_request(Unknown Source) at org.openorb.orb.net.ServerManagerImpl.thread_pool_main(Unknown Source) at org.openorb.orb.net.ServerManagerImpl.access$1200(Unknown Source) at org.openorb.orb.net.ServerManagerImpl$PoolThread.run(Unknown Source) Sometimes we are seeing the same trace except that we are getting at java.io.RandomAccessFile.readBoolean(RandomAccessFile.java:547) thanks PER |
From: Adam C. <ada...@ne...> - 2010-07-13 14:11:28
|
Dead or mature? On 13/07/10 05:44, Stepan Koltsov wrote: > Hi, > > we switched from OpenORB to JacORB (it worked better, I don't remember details). > > CORBA is dead, don't expect new releases of any CORBA implementation. > Consider switching to another protocol. > > S. > > > On Mon, Jul 12, 2010 at 16:50,<ras...@wi...> wrote: > >> Please let me know the following information. >> >> >> >> -> when will be the next release for the OpenORB? >> >> -> I Saw that the OpenORB project is moved to sourceforge? Is that >> >> correct? >> >> -> Is there any development happening in OpenORB project or its >> >> closed? >> >> -> is The currently available OpenORB-1.4.0 is compatible with >> >> JDK.1.6? We are plannning to upversion JDK from 1.5 to 1.6 >> >> -> If the project is inactive then What is your Suggestion for the usage of >> >> OpenORB in next coming years.Is there any Alternative vendor >> >> implemention available? >> >> -> what is the release cycle period for OpenORB? >> >> >> >> Please reply for the information. >> >> >> >> >> >> Regards, >> >> Rashmi Swaroop >> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> openorb-users mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openorb-users >> >> >> > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > openorb-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openorb-users > |
From: Rene H. <ren...@ya...> - 2010-07-13 09:19:02
|
Hi Rashmi, the basic things such as the Name Service and the ORB itself are running fine with JDK 6 without any modifications (for the other services I do not know). The OpenORB community project is NOT active anymore. Instead some of the drivers of the OpenORB project changed to the Apache Yoko ORB project, see https://cwiki.apache.org/YOKO/index.html To Stepan's comment "CORBA is dead": There are a lot of legacy applications that still use CORBA. Cheers, Rene ________________________________ Von: Stepan Koltsov <yo...@mx...> An: ope...@li... Gesendet: Montag, den 12. Juli 2010, 21:44:51 Uhr Betreff: Re: [openorb-users] openorb development info needed. Hi, we switched from OpenORB to JacORB (it worked better, I don't remember details). CORBA is dead, don't expect new releases of any CORBA implementation. Consider switching to another protocol. S. On Mon, Jul 12, 2010 at 16:50, <ras...@wi...> wrote: > Please let me know the following information. > > > > -> when will be the next release for the OpenORB? > > -> I Saw that the OpenORB project is moved to sourceforge? Is that > > correct? > > -> Is there any development happening in OpenORB project or its > > closed? > > -> is The currently available OpenORB-1.4.0 is compatible with > > JDK.1.6? We are plannning to upversion JDK from 1.5 to 1.6 > > -> If the project is inactive then What is your Suggestion for the usage of > > OpenORB in next coming years.Is there any Alternative vendor > > implemention available? > > -> what is the release cycle period for OpenORB? > > > > Please reply for the information. > > > > > > Regards, > > Rashmi Swaroop > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > openorb-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openorb-users > > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ openorb-users mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/openorb-users |
From: Stepan K. <yo...@mx...> - 2010-07-12 20:07:11
|
Hi, we switched from OpenORB to JacORB (it worked better, I don't remember details). CORBA is dead, don't expect new releases of any CORBA implementation. Consider switching to another protocol. S. On Mon, Jul 12, 2010 at 16:50, <ras...@wi...> wrote: > Please let me know the following information. > > > > -> when will be the next release for the OpenORB? > > -> I Saw that the OpenORB project is moved to sourceforge? Is that > > correct? > > -> Is there any development happening in OpenORB project or its > > closed? > > -> is The currently available OpenORB-1.4.0 is compatible with > > JDK.1.6? We are plannning to upversion JDK from 1.5 to 1.6 > > -> If the project is inactive then What is your Suggestion for the usage of > > OpenORB in next coming years.Is there any Alternative vendor > > implemention available? > > -> what is the release cycle period for OpenORB? > > > > Please reply for the information. > > > > > > Regards, > > Rashmi Swaroop > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > openorb-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openorb-users > > |
From: <ras...@wi...> - 2010-07-12 12:52:42
|
Please let me know the following information. -> when will be the next release for the OpenORB? -> I Saw that the OpenORB project is moved to sourceforge? Is that correct? -> Is there any development happening in OpenORB project or its closed? -> is The currently available OpenORB-1.4.0 is compatible with JDK.1.6? We are plannning to upversion JDK from 1.5 to 1.6 -> If the project is inactive then What is your Suggestion for the usage of OpenORB in next coming years.Is there any Alternative vendor implemention available? -> what is the release cycle period for OpenORB? Please reply for the information. Regards, Rashmi Swaroop |
From: Wang, T. <Ton...@ar...> - 2009-10-07 23:04:29
|
Hi All, I am using OpenORB 1.4 to develop a CORBA application. I would like to limit the number of servants, say 10K, in memory. How do I do it with OpenORB? Here are two options I have thought of. One is: 1. Implement a concrete class MyActivator from ServantActivator and register that class into POA. public void set_servant_manager( ServantManager imgr ) 2. Then inside MyActivator's public Servant incarnate(byte[] oid, POA adapter) method I recreate the servant from DB and populate it into adapter. The other one is: 3. Implement a concrete class MyInterceptor from ServerRequestInterceptor. 4. The inside the overridden public void receive_request_service_contexts(ServerRequestInfo ri) method I look up the object_id from ri from AOM and recreate the servant and populate into AOM. Do you have any advice on how to activate/deactivate servant into/from memory in general? Thanks, Tony |
From: javadiahad <jav...@gm...> - 2009-08-02 09:04:31
|
Hi I want to serialize some object in cdr format and save them in a file and then deserialize them . Is it possible .if possible how? please help me. thanks Best regards Ahad javadi -- View this message in context: http://www.nabble.com/CDR-serialization--format-tp24775252p24775252.html Sent from the OpenORB - User mailing list archive at Nabble.com. |
From: arun s <sar...@gm...> - 2009-07-07 11:29:39
|
Hi I've one small doubt in running notification service examples. I started NameService and Notification Service. and i started running the examples. but an exception is comming. java org.openorb.notify.examples.simple.StructuredPushSupplier [StructuredPushSupplier] Start example: pushing 10 events [StructuredPushSupplier] Initialize the ORB [StructuredPushSupplier] Get the event channel [StructuredPushSupplier] Resolve initial reference to the Notification Service E ventChannelFactory org.omg.CORBA.ORBPackage.InvalidName: Object not found : NotificationService at org.openorb.CORBA.ORB.resolve_initial_references(Unknown Source) at org.openorb.notify.examples.simple.StructuredPushSupplier.getEventCha nnel(Unknown Source) at org.openorb.notify.examples.simple.StructuredPushSupplier.main(Unknow n Source) [StructuredPushSupplier] No event channel available Pl help me in this issue. -- S.Arun +919894609264 |
From: <ras...@wi...> - 2009-02-17 12:07:32
|
Hi All, We were using corba 1.3.1 previously. We up versioned it to 1.4.0. We were using inter box mirroring in older version. Two machines are involved. After upgrading both the machine we are not able to have the same naming Service. We nee to configure again or reboot the system to have Naming context. Previously we were using MapNaming context. We are using tns for our application. Please let us know * any changes are present with respect to NS lookup. * Do we need to change any API to use TNS. * What is difference in previous version of Nameservice and current version * How to test inter box name service using command line. * Which naming Service is good INS or TNS. * Will TNS retains its IOR value. Please help us in this. Regards, Rashmi Chidambara Rao. Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com |
From: <ras...@wi...> - 2009-02-03 12:07:35
|
Hi All, Machine details: SunOS xxxxxx 5.10 Generic_137111-08 sun4u sparc SUNW,Netra-240 According to solaris10 account locking feature all user accounts will be locked after 3 unsuccessful attempts and this count will be maintained in /etc/shadow file. In /etc/security/policy.conf we have LOCK_AFTER_RETRIES=YES. We are also using /opt/openssh/etc/sshd_config PermitEmptyPasswords yes Here we are facing issue with the login. We get below msg ssh -l test 192.219.223.196 Authorized use only, activities logged. Password: Warning: 1 failed login attempt since last successful login. --------------here without loging in we get password fail. Last login: Tue Feb 3 17:40:48 2009 from 164.164.27.194 "/opt/openssh/etc/sshd_config" 112 lines, 3127 characters wcars2yn:/> !cat cat /etc/shadow | grep test test:4sufC7KzQ6klU:14278:7:56:42:::1 Please let us know is it the right behavior? Can we have both the things enabled in ssh and solaris? If not how can we use this? Regards Rashmi. |
From: <ras...@wi...> - 2009-01-21 12:37:00
|
Hi All, I am using OpenORB 1.4.0 and java 1.5_16. We want to use NameService for mirroring on different machine. We are using NameComponent to bind. But we are getting "No CORBA binding:NameService/Testing_7 at x.x.x.x" We are using tns name service. Please let us know how to use Name service for mirroring. OpenORB 1.3.1 it was working. Please let us know any inputs/Suggestion/limitations. Regards, Rashmi Chidambara Rao. |
From: <ras...@wi...> - 2009-01-15 10:20:58
|
Hi In latest OpenORB 1.4.0 we have below file generated Vi /.OpenORB/NS_IOR/COS/NameService/NamingContextExt.ior IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F 6E746578744578743A312E30000000000001000000000000006800010200000000103139322E3231 392E3232332E3139350007D100000000001B004F4F01963B34CB1E010000504F41FE4E616D655365 72765F30FE000000000100000001000000200000000000010001000000020001000F000100200001 01090000000100010100 We were passing below command in OpenORB1.3.1 java -classpath ${CP} -Dorg.omg.CORBA.ORBClass=org.openorb.CORBA.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.openorb.CORBA.ORBSin gleton -Dopenorb.debug.level=MEDIUM -Dopenorb.debug.trace=DEBUG -Dopenorb.home=${CORBAHome}/rcscripts org.openorb.util.MapNamin gContext -ORBPort=2001 $* 2>&1 |/usr/bin/logger -p local4.notice -t "OpenORB NamingService" now in OpenORB1.4.0 we are passing the below command java -client -classpath ${CP} -Dorg.omg.CORBA.ORBClass=org.openorb.orb.core.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.openorb.orb.core.ORBSing leton -Dopenorb.debug.level=MEDIUM -Dopenorb.debug.trace=WARN -Dopenorb.home=${CORBAHome}/rcscripts org.openorb.tns.Server -ORBPort=2001 $* 2 >&1 |/usr/bin/logger -p local4.notice -t "OpenORB NamingService" Here name service is changed to tns please let me know if we have to change any argument passing or do we need to send any extra argument. we need to do Inter box mirroring. Regards, Rashmi Chidambara Rao. |
From: Jacek C. <jc...@ag...> - 2008-12-05 09:06:22
|
I'm using OpenORB 1.4.0 in the context of Location Forward and spotted some minor problems in ...orb.core.Delegate class In 'is_a' operation there is the following bit of code: for ( ;; ) { ... else { ... catch (final ForwardRequest e ) { IOR fwd = ((Delegate)((ObjectImpl)e.forward)._get_delegate().ior(); state.receiveRedirect( self, fwd, false ); failed = false; return false; } finally { ... Why the operation does not try to follow the forward request? I think it would be better if instead of 'return false' there was a 'continue' statement. for ( ;; ) { ... else { ... catch (final ForwardRequest e ) { IOR fwd = ( ( Delegate ) ( ( ObjectImpl ) e.forward )._get_delegate() ).ior(); state.receiveRedirect( self, fwd, false ); failed = false; continue; } finally { ... The same is true for all 'on reference' operations. What do you think? -- Jacek Cala ___________________________________________________________________ Distributed Systems Research Group Department of Computer Science AGH - University of Science and Technology Krakow, Poland tel.: +48 12 6173491 ext. 71 fax.: +48 12 6339406 |
From: <ras...@wi...> - 2008-11-25 03:16:09
|
Hi all, Please let us know about this logs, Will this indicate the corba notification memory leak. Nov 13 16:42:05 NTOrldEMS-0 OpenORB NotificationService: "StructuredPusher - [1] [1][38]" daemon prio=10 tid=0x001d2710 nid=0x24a waiting on condition [0x4e1ff000..0x4e1ff9a8] Nov 13 16:42:05 NTOrldEMS-0 OpenORB NotificationService: at java.lang.Thread.sleep(Native Method) Nov 13 16:42:05 NTOrldEMS-0 OpenORB NotificationService: at org.openorb.notify.queue.StructuredPusher.run(StructuredPusher.java:248) Regards, Rashmi Chidambara Rao. |