[JBoss JIRA] (JBDS-1921) JBDS installer says it needs a Java 5 compatible JVM, but also requires Java 6+
by Nick Boldt (Created) (JIRA)
JBDS installer says it needs a Java 5 compatible JVM, but also requires Java 6+
-------------------------------------------------------------------------------
Key: JBDS-1921
URL: https://issues.jboss.org/browse/JBDS-1921
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 4.1.1.GA
Environment: Win7_64, installing from jbdevstudio-product-win32-4.1.1.v201111031526R-H749-GA.jar
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.1.1.GA, 5.0.0.Beta1
If you try to install JBDS 4.1.1 w/ JDK7, you get told "The directory c:\program files (x86)\java\jre7\ contains a "1.7.0_01" Java VM. It needs to be a Java 5 compatible version of Java."
Meanwhile the installer (page 4 of 9) states "JBoss Developer Studio works with Java 6".
Seems like these two messages should be in alignment about requiring JDK6, not 5.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (JBIDE-9918) NPE in JBoss Tools CDI Extension
by Mike Mosiewicz (Created) (JIRA)
NPE in JBoss Tools CDI Extension
--------------------------------
Key: JBIDE-9918
URL: https://issues.jboss.org/browse/JBIDE-9918
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF, CDI extensions, CDI
Environment: It seems it's JBOSS TOOLS 1.3.0.v20110915-2035-H19-M3
Reporter: Mike Mosiewicz
Assignee: Alexey Kazakov
Priority: Minor
What steps will reproduce the problem?
1.
2.
3.
-- Error Details --
Date: Sun Oct 16 15:18:27 CEST 2011
Message: Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
Severity: Error
Product: Eclipse 1.4.1.20110909-0613 (org.eclipse.epp.package.jee.product)
Plugin: org.eclipse.core.resources
Exception Stack Trace:
java.lang.NullPointerException
at org.eclipse.core.runtime.Path.<init>(Path.java:153)
at org.jboss.tools.cdi.seam.core.international.impl.BundleModel.getBundleName(BundleModel.java:64)
at org.jboss.tools.cdi.seam.core.international.impl.BundleModel.rebuild(BundleModel.java:48)
at org.jboss.tools.cdi.seam.core.international.CDISeamInternationalExtension.buildBeans(CDISeamInternationalExtension.java:100)
at org.jboss.tools.cdi.internal.core.impl.CDIProject.update(CDIProject.java:982)
at org.jboss.tools.cdi.internal.core.impl.CDIProject.update(CDIProject.java:996)
at org.jboss.tools.cdi.internal.core.impl.definition.DefinitionContext.applyWorkingCopy(DefinitionContext.java:383)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:211)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months