[error] Failed, missing package(s) or can not resolve all of the them:

August 5th, 2009

This error may happen when a bundle is importing a package from the standard runtime library (different from java.*) and you need specify that from the bundle manifest.

Example:

Import-Package: org.osgi.framework, sun.misc

It needs to be substituted by:

Import-Package: org.osgi.framework, sun.misc; resolution:=optional

Bug010: CyberGarage will not work in linux or systems with IPv6

October 14th, 2008

CyberGarage seems not to be very stable in systems that has the IPv6 stack implemented. The result is that in recent distributions of linux (i.e. Ubuntu) the control point is not able to detect devices properly.

A possible solution for that is to stablish the property.

UPnP.setEnable(UPnP.USE_ONLY_IPV4_ADDR);

So that CyberGarage will not try to use IPv6 by default.

Just after the creation of the ControlPoint object is a good place where to put this instruction.

UPDATE!:   In linux, it might be necessary to dissable ipv6 completely by editing the file:

/etc/modprobe.d/aliases

and modifying the line

alias net-pf-10 ipv6

for

alias net-pf-10 off

[UPDATED!]

As a temporary solution in Ubuntu 9.10 you can type

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

Protected: Bug009: Some bugs with regard to revision 1085

September 15th, 2008

This post is password protected. To view it please enter your password below:


Protected: SharedApplication + Communities ready!

September 12th, 2008

This post is password protected. To view it please enter your password below:


Protected: Shared Applications and Communities

September 11th, 2008

This post is password protected. To view it please enter your password below:


Protected: Bug008: Problems to run revision 1094 - solved!

September 9th, 2008

This post is password protected. To view it please enter your password below:


Protected: Comparison with regard to revision 1085

September 9th, 2008

This post is password protected. To view it please enter your password below:


Protected: Repository: selection of rules to share/get from it…ready!

August 23rd, 2008

This post is password protected. To view it please enter your password below:


Protected: Bug007: While loading applications, the AwarenessApplicationManager bundle removes data from the database - solved!

August 16th, 2008

This post is password protected. To view it please enter your password below:


Protected: Bug006: Out of range loop in PersitencyManager (resultSet2StringArray) - solved!

August 12th, 2008

This post is password protected. To view it please enter your password below: