The Artima Developer Community
Sponsored Link

Jini Forum
Starting GUI Service Launcher JINI 2

1 reply on 1 page. Most recent reply: Jul 14, 2005 8:07 AM by Dušan Kaloč

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Pankil

Posts: 1
Nickname: alie
Registered: Oct, 2004

Starting GUI Service Launcher JINI 2 Posted: Oct 10, 2004 11:05 AM
Reply to this message Reply
Advertisement
Hi all,


i am new to jini. I have installed the jini on my computer and now i want to start all the services. But when i start the GUI service launcher it gives the following error.


Exception in thread "main" java.lang.ExceptionInitializerError
at net.jini.config.ConfigurationProvider.getInstance(ConfigurationProvid
er.java:1 93)
at net.jini.config.ConfigurationProvider.getInstance(ConfigurationProvid
er.java:1 50)
at com.sun.jini.start.ServiceStarter.main(ServiceStarter.java:468)
Caused by: java.security.AccessControlException: access denied (java.lang.Runtim
ePermission createSecurityManager)
at java.security.AccessControlContext.checkPermission(AccessControlConte
xt.java:2 69)
at java.security.AccessController.checkPermission(AccessController.java:
401)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
at java.lang.SecurityManager.<init>(SecurityManager.java:280)
at net.jini.security.Security$ClassContextAccess.<init>(Security.java:96
1)
at net.jini.security.Security$ClassContextAccess.<init>(Security.java:96
1)
at net.jini.security.Security$1.run(Security.java:175)
at java.security.AccessController.doPrivileged(Native Method)
at net.jini.security.Security.<clinit>(Security.java:173)
... 3 more


I am starting the GUI with the following command:


java -cp %JINI_HOME%\lib\start.jar com.sun.jini.start.ServiceStarter



when i give a poliy file it gives a warning but the service does not start. the warning is



WARNING: Configuration file does not contain any service descriptor entries.


So please some one help me with this. Thanx in advance.

Yours sincerely
alie


Dušan Kaloč

Posts: 2
Nickname: rais
Registered: Jul, 2005

Re: Starting GUI Service Launcher JINI 2 Posted: Jul 14, 2005 8:07 AM
Reply to this message Reply
Hello,
I don&#711;t know exactly what you want, but my little help may help you, so try this:
your_JINI_installation_directory\installverify\Launch-All.link - just try to make a doubleclick on this shortcut icon

Flat View: This topic has 1 reply on 1 page
Topic: Solution Required Previous Topic   Next Topic Topic: integration of jini and web services

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use