Hi Roberto,

2011/4/28 Roberto Mier Escandón <rmescan...@gmail.com>:
> Hi:
> I've downloaded source code for greg 3.6.0 from url
> http://wso2.org/products/download/registry/3.6.0/wso2greg-3.6.0-src.zip
>
> After sucessful compiling, when I try to start registry by wso2server.bat
> (in win) or wso2server.sh (unix), I see this error:
>
> [2011-04-28 10:33:49,187]  INFO {org.wso2.carbon.server.Main} -
>  Initializing system...
> [2011-04-28 10:33:49,468]  INFO
> {org.wso2.carbon.server.TomcatCarbonWebappDeployer} -  Deployed Carbon
> webapp:
> StandardEngine[carbonEngine].StandardHost[defaulthost].StandardContext[/]
> org.osgi.framework.BundleException: The bundle could not be resolved.
> Reason: Missing Constraint: Import-Package: javax.mail; version="1.4.0"

This package get exported from the axiom orbit orbit bundle. A simple
package command in current trunk greg version gives

osgi> p javax.mail
javax.mail; version="1.4.0"<axiom_1.2.11.wso2v1 [17]>
  axis2_1.6.1.wso2v1 [18] imports
  org.wso2.carbon.logging_3.2.0.SNAPSHOT [161] imports
  quartz_1.6.0.wso2v1 [222] imports

can you attach the bundles.info file found under
repository/components/configuration/org.eclipse.equinox.simpleconfigurator.


I cant figure out the exact reason from the given error data.In the
meantime, i suggest you to try this 3.1.0 branch code repo [1] . The
greg3.6.0 went from the 3.1.0 branched source and we have done some
changes for smoother build experience. It included a build README as
well. ;)


[1] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0

HTH,
--Pradeep
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to