[JBoss JIRA] Created: (JBIDE-9287) NullPointerException in org.jboss.tools.cdi.seam.config.core.xml.SAXParser
by Viacheslav Kabanovich (JIRA)
NullPointerException in org.jboss.tools.cdi.seam.config.core.xml.SAXParser
--------------------------------------------------------------------------
Key: JBIDE-9287
URL: https://issues.jboss.org/browse/JBIDE-9287
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M2
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M3
java.lang.NullPointerException
at
org.jboss.tools.cdi.seam.config.core.xml.SAXParser.parse(SAXParser.java:66)
at
org.jboss.tools.cdi.seam.config.core.scanner.SeamDefinitionBuilder.createDefinition(SeamDefinitionBuilder.java:71)
at
org.jboss.tools.cdi.seam.config.core.CDISeamConfigExtension.buildDefinitions(CDISeamConfigExtension.java:118)
at org.jboss.tools.cdi.core.CDICoreBuilder.build(CDICoreBuilder.java:201)
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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9206) AS7 Adapter : Deployment of zipped projects fail if the temporary folder doesn't exist
by Fred Bricon (JIRA)
AS7 Adapter : Deployment of zipped projects fail if the temporary folder doesn't exist
--------------------------------------------------------------------------------------
Key: JBIDE-9206
URL: https://issues.jboss.org/browse/JBIDE-9206
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M2
Reporter: Fred Bricon
Assignee: Rob Stryker
Fix For: 3.3.0.M3
I noticed that, in the context of JBIDE-9133, for the existing -broken- AS7 server instances the utility projects were not zipped to the deployment area.
On the other hand, creating a new server instance fixed the issue.
So it seems the temporary folder is only created at the same time as the server instance.
It's an issue in the sense that you can not guarantee the temporary folder will exist at deployment time (could have been deleted by the user ...).
Solution is to call tempdir.mkdirs() right before the actual deployment occurs.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1807) Unable to install JBDS on Oracle JRE/JDK 7
by Yahor Radtsevich (JIRA)
Unable to install JBDS on Oracle JRE/JDK 7
------------------------------------------
Key: JBDS-1807
URL: https://issues.jboss.org/browse/JBDS-1807
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 5.0.0.M2
Environment: Windows XP;
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Reporter: Yahor Radtsevich
Priority: Critical
*Steps to reproduce:*
# Install Oracle JDK 1.7.0 [1]
# Run JBDS 5 installer [2]
# On the Step 4 of the JBDS installer select the folder where Oracle JRE/JDK 7 is installed.
# Press 'Next'.
*Actual result:*
The following message is shown:
??The directory JAVA_7_FOLDER contains a "1.7.0" Java VM. It Needs to be a Java 5 compatible version of Java.??
!error-screenshot.png|thumbnail!
[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
[2] I used jbdevstudio-product-eap-win32-5.0.0.v201108031700N-H706-M3.jar
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1679) Deadlock issue when creating a JSF portlet
by Thomas Heute (JIRA)
Deadlock issue when creating a JSF portlet
------------------------------------------
Key: JBDS-1679
URL: https://issues.jboss.org/browse/JBDS-1679
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 4.0.0.GA
Environment: Fedora 15, OpenJDK
OpenJDK Runtime Environment (IcedTea6 1.10.1) (fedora-57.1.10.1.fc15-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
Reporter: Thomas Heute
Attachments: jsfPortlet.txt
I tried to create a JSF Portlet project (Facet enabled where JSF 1.2, Core Portlet, JSF/Seam Portlet), and then default options for an EPP target runtime.
The creation of the project gets stuck "Installing JSF Facet", I'll attach the jstack result that shows a deadlock.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months