Forge distribution crashes on startup
-------------------------------------
Key: SEAMFORGE-259
URL:
https://issues.jboss.org/browse/SEAMFORGE-259
Project: Seam Forge
Issue Type: Bug
Components: Shell
Affects Versions: 1.0.0.Alpha4
Environment: Java version: 1.6.0_26, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.6.8", arch: "x86_64",
family: "mac"
FORGE_HOME=/Users/martinborgman/tools/forge
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/usr/X11/bin:/usr/local/CrossPack-AVR/bin:/Users/martinborgman/tools/forge/bin
Reporter: Martin Borgman
The forge command from the forge distribution crashes on startup
$ forge
Exception in thread "Thread-1" org.jboss.weld.exceptions.DeploymentException:
WELD-001408 Unsatisfied dependencies for type [ProfileBuilder] with qualifiers [@Default]
at injection point [[field] @Inject
org.jboss.seam.forge.arquillian.container.GlassFish3Remote.builder]
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:270)
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:106)
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:129)
at org.jboss.weld.bootstrap.Validator.validateBeans(Validator.java:351)
at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:336)
at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:396)
at org.jboss.weld.environment.se.Weld.initialize(Weld.java:88)
at org.jboss.forge.shell.Bootstrap$2.run(Bootstrap.java:92)
at java.lang.Thread.run(Thread.java:680)
$
Because Alpha4 crashed this way I tried to build the distribution myself from the githup
head release. After installing this version, same error
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira