Kirchev, Lazar | 2 Jul 13:39
Favicon

RE: Huge log file if org.eclipse.equinox.log.jar is not started when trying to start a DS with a reference to an inexisting interface

Hello,
 
Along with the issue, described below, for which I opened a bug (282142), we observed also the following: when this situation occurs, if the bundle org.eclipse.equinox.log.jar is installed but not started, we receive 10 MB of logs - in 10 files, 1 MB each. If the log is started, there is only one small log file with three exceptions. The exceptions in both cases are essentially the same, but in the case with the huge logs the exceptions are repeated many times and the stacktraces are much longer - cycles are observed in the them. Nothing in the stacktraces makes a hint that the problem may be in the log service being stopped.
 
Is this a normal behavior when the log service is not started, or should I open a bug for it?
 
In bug 282142 there are attached sample bundles to reproduce the below described issue. The problem with the logs is reprodueced by following the steps from the bug description, once with the log service started, and once with it stopped.
 
Kind regards,
Lazar
 

From: equinox-dev-bounces-j9T/66MeVpFAfugRpC6u6w@public.gmane.org [mailto:equinox-dev-bounces-j9T/66MeVpFAfugRpC6u6w@public.gmane.org] On Behalf Of Kirchev, Lazar
Sent: Tuesday, June 30, 2009 3:12 PM
To: equinox-dev-j9T/66MeVpFAfugRpC6u6w@public.gmane.org
Subject: [equinox-dev] Unclear warning in DS when a service componentprovides inexisting/unimplemented interface

Hello,
 
We are using declarative services and we came across the following situation. There are two components, A and B. A provides an interface and B references this interface. If the interface which A provides does not exist, or is not implemented, when the framework tries to create an instance of component B, a warning that there is probably a circular dependancy is logged. This does not help to find the real problem - that the interface does not exist and there is no such service.
 
In ComponentReference.getMethod(...), if the result of the call InstanceProcess.staticRef.getService(...) is null, then it is assumed that serviceObject cannot be created because of circularity. But InstanceProcess.staticRef.getService(...) returns null both when there is circularity and when the service object cannot be retrieved from the bundle context.
 
Also, if the component state is checked with the component command, it is Satisfied, saying in the dynamic information part that all references of the component are satisfied.
 
Is this the intended behavior of DS?
 
Kind regards,
Lazar Kirchev
<div>
<div dir="ltr" align="left"><span class="842322311-02072009">Hello,</span></div>
<div dir="ltr" align="left">
<span class="842322311-02072009"></span>&nbsp;</div>
<div dir="ltr" align="left"><span class="842322311-02072009">Along with the issue, described below, for which I 
opened a&nbsp;bug (282142), we observed also the following: when this situation 
occurs, if the bundle org.eclipse.equinox.log.jar is installed but not started, 
we receive 10 MB of logs - in 10 files, 1 MB each. If the log is started, there 
is only one small log file with three exceptions. The exceptions in both cases 
are essentially the same, but in the case with the&nbsp;huge logs the exceptions 
are repeated many times and the stacktraces are much longer - cycles are 
observed in the them. Nothing in the stacktraces makes a hint that the problem 
may be in the log service being stopped. </span></div>
<div dir="ltr" align="left">
<span class="842322311-02072009"></span>&nbsp;</div>
<div dir="ltr" align="left"><span class="842322311-02072009">Is this a normal behavior when the log service is not 
started, or should I open&nbsp;a bug for it?</span></div>
<div dir="ltr" align="left">
<span class="842322311-02072009"></span>&nbsp;</div>
<div dir="ltr" align="left"><span class="842322311-02072009">In bug 282142 there are attached sample bundles to 
reproduce the below described issue. The problem with the logs is reprodueced by 
following the steps from the bug description, once with the log service started, 
and once with it stopped.</span></div>
<div dir="ltr" align="left">
<span class="842322311-02072009"></span>&nbsp;</div>
<div dir="ltr" align="left"><span class="842322311-02072009">Kind regards,</span></div>
<div dir="ltr" align="left"><span class="842322311-02072009">Lazar</span></div>
<div dir="ltr" align="left">
<span class="842322311-02072009"></span>&nbsp;</div>
<br><div class="OutlookMessageHeader" lang="en-us" dir="ltr" align="left">
From: equinox-dev-bounces@... 
[mailto:equinox-dev-bounces@...] On Behalf Of Kirchev, 
Lazar<br>Sent: Tuesday, June 30, 2009 3:12 PM<br>To: 
equinox-dev@...<br>Subject: [equinox-dev] Unclear warning in DS 
when a service componentprovides inexisting/unimplemented 
interface<br><br>
</div>
<div></div>
<div><span class="860324410-30062009">Hello,</span></div>
<div>
<span class="860324410-30062009"></span>&nbsp;</div>
<div><span class="860324410-30062009">We are using 
declarative services and we came across the following situation. There are two 
components,&nbsp;A and B. A provides an interface and B references this 
interface. If the interface which A provides does not exist, or is not 
implemented, when the framework tries to create an instance of component B, a 
warning that there is probably a circular dependancy is logged. This does not 
help to find the real problem - that the interface does not exist and there is 
no such service. </span></div>
<div>
<span class="860324410-30062009"></span>&nbsp;</div>
<div><span class="860324410-30062009">In 
ComponentReference.getMethod(...), if the result of the call 
InstanceProcess.staticRef.getService(...) is null, then it is assumed that 
serviceObject cannot be created because of circularity. But 
InstanceProcess.staticRef.getService(...) returns null both when there is 
circularity and when the service object cannot be retrieved from the bundle 
context. </span></div>
<div>
<span class="860324410-30062009"></span>&nbsp;</div>
<div><span class="860324410-30062009">Also, if the 
component state is checked with the component command, it is Satisfied, saying 
in the dynamic information part that all references of the component are 
satisfied. </span></div>
<div>
<span class="860324410-30062009"></span>&nbsp;</div>
<div><span class="860324410-30062009">Is this the intended 
behavior of DS?</span></div>
<div>
<span class="860324410-30062009"></span>&nbsp;</div>
<div><span class="860324410-30062009">Kind 
regards,</span></div>
<div><span class="860324410-30062009">Lazar 
Kirchev</span></div>
</div>
BJ Hargrave | 30 Jun 17:02
Favicon

Re: Unclear warning in DS when a service component provides inexisting/unimplemented interface

You should probably open a bug for this.

BJ Hargrave
Senior Technical Staff Member, IBM
OSGi Fellow and CTO of the OSGi Alliance
hargrave-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org
Office: +1 386 848 1781 Mobile: +1 386 848 3788

  From: "Kirchev, Lazar" [l.kirchev-y6kNeMnOB+c@public.gmane.org]
  Sent: 06/30/2009 02:11 PM ZE2
  To: <equinox-dev-j9T/66MeVpFAfugRpC6u6w@public.gmane.org>
  Subject: [equinox-dev] Unclear warning in DS when a service component provides inexisting/unimplemented interface


Hello,
 
We are using declarative services and we came across the following situation. There are two components, A and B. A provides an interface and B references this interface. If the interface which A provides does not exist, or is not implemented, when the framework tries to create an instance of component B, a warning that there is probably a circular dependancy is logged. This does not help to find the real problem - that the interface does not exist and there is no such service.
 
In ComponentReference.getMethod(...), if the result of the call InstanceProcess.staticRef.getService(...) is null, then it is assumed that serviceObject cannot be created because of circularity. But InstanceProcess.staticRef.getService(...) returns null both when there is circularity and when the service object cannot be retrieved from the bundle context.
 
Also, if the component state is checked with the component command, it is Satisfied, saying in the dynamic information part that all references of the component are satisfied.
 
Is this the intended behavior of DS?
 
Kind regards,
Lazar Kirchev
_______________________________________________
equinox-dev mailing list
equinox-dev@...
https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@...
https://dev.eclipse.org/mailman/listinfo/equinox-dev
Chris Hopkins | 30 Jun 16:45

org.osgi.framework.system.packages.extra system variable

Hi all –

 

I’m trying to get access to the com.sun.java.swing.plaf.windows.WindowsComboBoxUI class within my Equinox plug-in. I noticed back in April that Tom had referenced a org.osgi.framework.system.packages.extra system variable that can be set to add packages to the list of available packages that the framework recognizes. However, I can’t seem to get it to work. I set the following:

 

org.osgi.framework.system.packages.extra=com.sun.java.swing.plaf.windows

 

but when I start Eclipse I still cannot import the WindowsComboBoxUI class.

 

Am I setting the property incorrectly?

 

I am still using Eclipse 3.4 but I have defined a Target Platform for this workspace that includes the jars below. I pulled them from a RC version of Equinox just prior to the official Galileo release.

 

org.eclipse.equinox.ds_1.1.0.v20090513.jar

org.eclipse.equinox.event_1.1.100.v20090513.jar

org.eclipse.equinox.log_1.2.0.v20090513.jar

org.eclipse.equinox.util_1.0.100.v20090429-1630.jar

org.eclipse.osgi.services_3.2.0.v20090513.jar

org.eclipse.osgi.util_3.2.0.v20090429-1630.jar

org.eclipse.osgi_3.5.0.v20090513.jar

 

Thanks,

Chris

 

 
 
 
 
THIS MESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. If you are not the intended recipient, your use of this message for any purpose is strictly prohibited. If you have received this communication in error, please delete the message and notify the sender so that we may correct our records.
 
 
 
<div>
<div>
<div>

<div class="Section1">

<p class="MsoNormal"><span>Hi all &ndash;<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span>I&rsquo;m trying to get access to the </span><span>com.sun.java.swing.plaf.windows.WindowsComboBoxUI class within my
Equinox plug-in. I noticed back in April that Tom had referenced a org.osgi.framework.system.packages.extra
system variable that can be set to add packages to the list of available
packages that the framework recognizes. However, I can&rsquo;t seem to get it
to work. I set the following:<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span>org.osgi.framework.system.packages.extra=com.sun.java.swing.plaf.windows<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span>but when I start Eclipse I still cannot
import the WindowsComboBoxUI class.<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span>Am I setting the property incorrectly?<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span>I am still using Eclipse 3.4 but I have
defined a Target Platform for this workspace that includes the jars below. I
pulled them from a RC version of Equinox just prior to the official Galileo
release.<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span>org.eclipse.equinox.ds_1.1.0.v20090513.jar<p></p></span></p>

<p class="MsoNormal"><span>org.eclipse.equinox.event_1.1.100.v20090513.jar<p></p></span></p>

<p class="MsoNormal"><span>org.eclipse.equinox.log_1.2.0.v20090513.jar<p></p></span></p>

<p class="MsoNormal"><span>org.eclipse.equinox.util_1.0.100.v20090429-1630.jar<p></p></span></p>

<p class="MsoNormal"><span>org.eclipse.osgi.services_3.2.0.v20090513.jar<p></p></span></p>

<p class="MsoNormal"><span>org.eclipse.osgi.util_3.2.0.v20090429-1630.jar<p></p></span></p>

<p class="MsoNormal"><span>org.eclipse.osgi_3.5.0.v20090513.jar<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span>Thanks,<p></p></span></p>

<p class="MsoNormal"><span>Chris<p></p></span></p>

<p class="MsoNormal"><span><p>&nbsp;</p></span></p>

</div>

</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>
THIS MESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. If you are not the intended recipient, your use of this message for any purpose is strictly prohibited. If you have received this communication in error, please delete the message and notify the sender so that we may correct our records.
</div>
<div>&nbsp;</div>
<div></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div></div>
</div>
</div>
O'Flynn, Dennis | 30 Jun 14:24
Favicon

P2 Repo for Orbit

Does anyone know if the Orbit P2 repository hosted at download.eclipse.org is valid?  When I try to access it, I get the following error.

 

URL:  http://download.eclipse.org/eclipse/tools/orbit/downloads/drops/R20090529135407/updateSite/content.jar

 

ERROR:

Access Forbidden

The file permissions are either wrong, or there is no default index file for this directory.

Please consider filing a bug against the project to let them know.

 

 

However, I can access an Orbit P2 Repo from one of the mirrors.

URL:  http://ftp.ussg.iu.edu/eclipse/tools/orbit/downloads/drops/R20090529135407/updateSite/content.jar

 

Dennis O'Flynn
Technical Consultant

One Campus Martius
12W-1104
Detroit, Michigan 48226
313-227-7433 Work
313-227-9230 Fax

 


The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

<div>
<div>

<div class="Section1">

<p class="MsoNormal">Does anyone know if the Orbit P2 repository hosted at
download.eclipse.org is valid?&nbsp; When I try to access it, I get the following
error.<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">URL: &nbsp;<a href="http://download.eclipse.org/eclipse/tools/orbit/downloads/drops/R20090529135407/updateSite/content.jar">http://download.eclipse.org/eclipse/tools/orbit/downloads/drops/R20090529135407/updateSite/content.jar</a><p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">ERROR: <p></p></p>

<h2>Access Forbidden<p></p>
</h2>

<p class="MsoNormal">The file permissions are either
wrong, or there is no default index file for this directory.<br><br>
Please consider filing <a href="https://bugs.eclipse.org/bugs/">a bug</a>
against the project to let them know.<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">However, I can access an Orbit P2 Repo from one of the
mirrors.<p></p></p>

<p class="MsoNormal">URL: &nbsp;<a href="http://ftp.ussg.iu.edu/eclipse/tools/orbit/downloads/drops/R20090529135407/updateSite/content.jar">http://ftp.ussg.iu.edu/eclipse/tools/orbit/downloads/drops/R20090529135407/updateSite/content.jar</a><p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal"><span>Dennis
O'Flynn<br>
Technical Consultant<br><br>
One Campus Martius<br>
12W-1104<br>
Detroit, Michigan 48226<br>
313-227-7433 Work<br>
313-227-9230 Fax</span><span><p></p></span></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

</div>

<br>

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.<br><br>
</div>
</div>
Thomas Watson | 29 Jun 23:45
Favicon

Equinox tagged for Helios integration build.

The map file has been updated for the following Bug changes:
+ Bug 228320. Console's log command should support multiple LogReaderServices (NEW)
+ Bug 275652. CoreException cleanup (FIXED)
+ Bug 277064. [launcher] RCP app crashes on SplashHandler takedown (FIXED)
+ Bug 279295. [ip] imports servlet 2.2 (NEW)
+ Bug 279401. Two small bugs (FIXED)
+ Bug 280929. Deadlock possible between refreshPackages and BundleLoader initialization (ASSIGNED)
+ Bug 281053. Non thread safe use of static member gives NPE in ResolverImpl (FIXED)
+ Bug 281708. Calling Bundle.start should not resolve a bundle that does not have its start-level met (FIXED)

The following projects have changed:
org.eclipse.equinox.launcher.cocoa.macosx.x86_64
org.eclipse.equinox.launcher.cocoa.macosx
org.eclipse.equinox.executable
org.eclipse.equinox.common
org.eclipse.equinox.ip
org.eclipse.osgi.tests
org.eclipse.osgi

Tom

<div>
<p>The map file has been updated for the following Bug changes:<br>
+ Bug 228320. Console's log command should support multiple LogReaderServices (NEW)<br>
+ Bug 275652. CoreException cleanup (FIXED)<br>
+ Bug 277064. [launcher] RCP app crashes on SplashHandler takedown (FIXED)<br>
+ Bug 279295. [ip] imports servlet 2.2 (NEW)<br>
+ Bug 279401. Two small bugs (FIXED)<br>
+ Bug 280929. Deadlock possible between refreshPackages and BundleLoader initialization (ASSIGNED)<br>
+ Bug 281053. Non thread safe use of static member gives NPE in ResolverImpl (FIXED)<br>
+ Bug 281708. Calling Bundle.start should not resolve a bundle that does not have its start-level met (FIXED)<br><br>
The following projects have changed:<br>
org.eclipse.equinox.launcher.cocoa.macosx.x86_64<br>
org.eclipse.equinox.launcher.cocoa.macosx<br>
org.eclipse.equinox.executable<br>
org.eclipse.equinox.common<br>
org.eclipse.equinox.ip<br>
org.eclipse.osgi.tests<br>
org.eclipse.osgi<br><br>
Tom<br><br></p>
</div>
David Conde | 29 Jun 13:09
Favicon

Problem after updating timezone Equinox v3.4

Hi,

 

I wrote about this in my previous thread, but I think it is better to write this thread separately to the other one, because of the other one was about PermissionAdmin service having nothing to do with this case:

 

Trying to launch Equinox v3.4 with security features I got the next exception:

 

Exception in thread "main" java.lang.NoClassDefFoundError: ûjar

 

It was very rare because I tried to launch the security command as I did before trying with Equinox v3.3 and Equinox v3.4 (when they working fine)

 

I was looking for the solution and I tried to update the dates with the timezone update by SUn (-jar tzupdater.jar), following the information which I  found in Internet.

 

After that, I reboot my PC and then I tried to launch Equinox v3.3 without security and with security and worked fine, however, when I tried to launch Equinox v3.4 by console, with either basic or security features, did not work at all, getting the next exception in the logfile:

 

 

!ENTRY org.eclipse.osgi 4 0 2009-06-29 12:51:05.562

!MESSAGE Application error

!STACK 1

java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).

                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)

                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)

                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

                at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:150)

 

 

 have these problem happen to anyone?

 

 

My used commands are as I used before, they were tried and were working fine, so I do not really know what happens now.

 

BASIC LAUNCHING:

 

java -jar org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar –console

 

SECURITY LAUNCHING:

 

Java -Declipse.security=org.eclipse.osgi.framework.internal.core.FrameworkSecurityManager -jar org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar –console

 

 

 

So I do not know what I am missing?

 

It is very strange case because of I tried with the same commands and I was fine a couple of months ago, so I think it is a problem related to updater and Equinoxv3.4.

 

 

Thank you in advance for any idea

<div>

<div class="Section1">

<p class="MsoNormal"><span lang="EN-US">Hi,<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">I wrote about this in
my previous thread, but I think it is better to write this thread separately to
the other one, because of the other one was about PermissionAdmin service
having nothing to do with this case:<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">Trying to launch
Equinox v3.4 with security features I got the next exception:<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">Exception in thread
"main" java.lang.NoClassDefFoundError: &ucirc;jar<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">It was very rare
because I tried to launch the security command as I did before trying with
Equinox v3.3 and Equinox v3.4 (when they working fine)<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">I was looking for the
solution and I tried to update the dates with the timezone update by SUn (-jar
tzupdater.jar), following the information which I&nbsp; found in Internet.<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">After that, I reboot
my PC and then I tried to launch Equinox v3.3 without security and with
security and worked fine, however, when I tried to launch Equinox v3.4 by
console, with either basic or security features, did not work at all, getting
the next exception in the logfile:<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal">!ENTRY org.eclipse.osgi 4 0 2009-06-29 12:51:05.562<p></p></p>

<p class="MsoNormal">!MESSAGE Application error<p></p></p>

<p class="MsoNormal">!STACK 1<p></p></p>

<p class="MsoNormal">java.lang.IllegalStateException: Unable to acquire
application service. Ensure that the org.eclipse.core.runtime bundle is
resolved and started (see config.ini).<p></p></p>

<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)<p></p></p>

<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)<p></p></p>

<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)<p></p></p>

<p class="MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:150)<p></p></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">&nbsp;have these problem
happen to anyone?<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">My used commands are
as I used before, they were tried and were working fine, so I do not really
know what happens now.<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">BASIC LAUNCHING:<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">java -jar
org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar &ndash;console<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">SECURITY LAUNCHING:<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US">Java
-Declipse.security=org.eclipse.osgi.framework.internal.core.FrameworkSecurityManager
-jar org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar &ndash;console<p></p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><span lang="EN-US"><p>&nbsp;</p></span></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">So I do not know what I am missing?<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">It is very strange case because of I tried with the same
commands and I was fine a couple of months ago, so I think it is a problem
related to updater and Equinoxv3.4.<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">Thank you in advance for any idea<p></p></p>

</div>

</div>
Chun Ling Li | 26 Jun 15:58
Favicon

AUTO: Chun Ling Li is out of the office (returning 06/29/2009)

I am out of the office until 06/29/2009.

Any urgent thing, please contact me:13641329869

Outing...


Note: This is an automated response to your message "[equinox-dev] Permission Admin Service Problem" sent on 6/26/09 18:21:28.

This is the only notification you will receive while this person is away.

<div>
<p>I am out of the office until 06/29/2009.<br><br>Any urgent thing, please contact me:13641329869<br><br>Outing...<br><br><br>Note: This is an automated response to your message  "[equinox-dev] Permission Admin Service Problem" sent on 6/26/09 18:21:28. <br><br>This is the only notification you will receive while this person is away.</p>
</div>
DRobert | 26 Jun 15:02

CN=Denis Robert/O=BFM is out of the office.


I will be out of the office starting  2009/06/24 and will not return until
2009/06/30.

I will respond to your message when I return.

David Conde | 26 Jun 12:20
Favicon

Permission Admin Service Problem

Hi everyone,

 

I would like to use the method getPermissions from Permission Admin Service in order to get Local permissions information from a bundle location. I have read that this bundle is already integrated in the framework, and looking for it in the Equinox bundles I did not found it, but when I tried to get the service I got NULL, as this service was not installed in the framework. So, my question is, do I have to download this bundle from anywhere?Is this bundle still used in OSGI? I read that ConditionalPermissionAdmin service appeared in newer version of OSGI in order to provide more security capabilities to OSGI than Permission Admin.

 

Thank you in advance

 

David

<div>

<div class="Section1">

<p class="MsoNormal">Hi everyone,<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">I would like to use the method getPermissions from
Permission Admin Service in order to get Local permissions information from a
bundle location. I have read that this bundle is already integrated in the
framework, and looking for it in the Equinox bundles I did not found it, but
when I tried to get the service I got NULL, as this service was not installed
in the framework. So, my question is, do I have to download this bundle from
anywhere?Is this bundle still used in OSGI? I read that ConditionalPermissionAdmin
service appeared in newer version of OSGI in order to provide more security
capabilities to OSGI than Permission Admin.<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">Thank you in advance<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">David<p></p></p>

</div>

</div>
Thomas Watson | 23 Jun 16:09
Favicon

No Equinox call this week. Galileo retrospective next week.

This is a reminder that we have cancelled the Equinox call this week. We plan to have a Galileo retrospective next week. Please add your discussion items to http://wiki.eclipse.org/Equinox_Meeting_Minutes/20090630

This is also reminder to start thinking about 3.6 Helios planning. Please add your input to http://wiki.eclipse.org/Equinox/Plan/Helios

Tom

<div>
<p>This is a reminder that we have cancelled the Equinox call this week.  We plan to have a Galileo retrospective next week.  Please add your discussion items to <a href="http://wiki.eclipse.org/Equinox_Meeting_Minutes/20090630">http://wiki.eclipse.org/Equinox_Meeting_Minutes/20090630</a><br><br>
This is also reminder to start thinking about 3.6 Helios planning.  Please add your input to <a href="http://wiki.eclipse.org/Equinox/Plan/Helios">http://wiki.eclipse.org/Equinox/Plan/Helios</a><br><br>
Tom<br><br></p>
</div>
David Conde | 23 Jun 11:44
Favicon

Configuring a log file in order to save the logging information

Hi,

 

I wonder if it is possible to save the logging information from Log Service (OSGI) in a file which is configurable by the developer, instead of showing the logging information in Console. I have been Reading Log Service Apis and I did not find any way to change the output for the logging information. Could I save the logging information in a text file instead of showing by Console?

 

Thank you in advance

 

David

<div>

<div class="Section1">

<p class="MsoNormal">Hi, <p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">I wonder if it is possible to save the logging information
from Log Service (OSGI) in a file which is configurable by the developer,
instead of showing the logging information in Console. I have been Reading Log
Service Apis and I did not find any way to change the output for the logging
information. Could I save the logging information in a text file instead of
showing by Console?<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">Thank you in advance<p></p></p>

<p class="MsoNormal"><p>&nbsp;</p></p>

<p class="MsoNormal">David<p></p></p>

</div>

</div>

Gmane