 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
cingram007 Guest
|
Posted: Thu Feb 23, 2006 11:03 pm Post subject: licensceManager causing exception |
|
|
I'm having an issue, I'm attempting to port a CORBA application written with JBuilder 6.0 to Eclipse 3.1. I downloaded BES Visibroker 6.5 and added the relevant jar files in the C:\Borland\BDP\lib directory to the Eclipse project. The project compiles and runs fine until it attempts to initialize the CORBA object via:
orb = org.omg.CORBA.ORB.init(args, System.getProperties());
which raises a:
Exception in thread "AWT-EventQueue-0" org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.inprise.vbroker.orb.ORB vmcid: 0x0 minor code: 0 completed: No
Caused by: java.lang.NoSuchMethodError: com.borland.enterprise.license.LicenseManager.isAtLeastVisiBrokerEditionClient()Z.
I have placed the reg667.txt files in the C:\Borland\BDP\license directory and ensured I had read and write permissions to both the C:\Borland\BDP\license and C:\Borland\BDP\var directories.
Any ideas on why Eclipse cannot instantiate my CORBA objects.
Chris |
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
Posted: Sat Feb 25, 2006 9:03 am Post subject: Re: licensceManager causing exception |
|
|
cingram007 wrote:
| Quote: | I'm having an issue, I'm attempting to port a CORBA application written
with JBuilder 6.0 to Eclipse 3.1. I downloaded BES Visibroker 6.5 and
added the relevant jar files in the C:\Borland\BDP\lib directory to the
Eclipse project. The project compiles and runs fine until it attempts to
initialize the CORBA object via:
orb = org.omg.CORBA.ORB.init(args, System.getProperties());
which raises a:
Exception in thread "AWT-EventQueue-0" org.omg.CORBA.INITIALIZE: can't
instantiate default ORB implementation com.inprise.vbroker.orb.ORB vmcid:
0x0 minor code: 0 completed: No
Caused by: java.lang.NoSuchMethodError:
com.borland.enterprise.license.LicenseManager.isAtLeastVisiBrokerEditionClient()Z.
I have placed the reg667.txt files in the C:\Borland\BDP\license directory
and ensured I had read and write permissions to both the
C:\Borland\BDP\license and C:\Borland\BDP\var directories.
Any ideas on why Eclipse cannot instantiate my CORBA objects.
|
Asked and answered in another group. Please don't cross-post; it's
against newsgroup rules.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|