[JBoss JIRA] Created: (JBIDE-2199) NullPointerException when building packages!
by Galder Zamarreno (JIRA)
NullPointerException when building packages!
--------------------------------------------
Key: JBIDE-2199
URL: http://jira.jboss.com/jira/browse/JBIDE-2199
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.0.CR1
Reporter: Galder Zamarreno
Priority: Critical
When updating files and rebuilding, I keep getting these exceptions:
eclipse.buildId=M20071023-1652
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB
Command-line arguments: -os linux -ws gtk -arch x86
Error
Thu May 08 18:38:29 CEST 2008
Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
java.lang.NullPointerException
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveFileSetImpl.matchesPath(ArchiveFileSetImpl.java:123)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveFileSetImpl.matchesPath(ArchiveFileSetImpl.java:119)
at org.jboss.ide.eclipse.archives.core.util.ModelUtil$1.visit(ModelUtil.java:83)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:224)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:229)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:229)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:212)
at org.jboss.ide.eclipse.archives.core.model.ArchivesModel.accept(ArchivesModel.java:136)
at org.jboss.ide.eclipse.archives.core.util.ModelUtil.getMatchingFilesets(ModelUtil.java:91)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate.incrementalBuild(ArchiveBuildDelegate.java:151)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate.projectIncrementalBuild(ArchiveBuildDelegate.java:131)
at org.jboss.ide.eclipse.archives.core.project.ArchivesBuilder.build(ArchivesBuilder.java:78)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:214)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:353)
at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:494)
at org.eclipse.core.internal.resources.Project.build(Project.java:75)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildProjects(LaunchConfigurationDelegate.java:397)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildForLaunch(LaunchConfigurationDelegate.java:123)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:727)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:608)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:899)
at org.eclipse.debug.internal.ui.DebugUIPlugin$7.run(DebugUIPlugin.java:1102)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
and
Errors running builder 'JBossIDE Packages Builder' on project 'ejb3-beans'.
java.lang.NullPointerException
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveFileSetImpl.matchesPath(ArchiveFileSetImpl.java:123)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveFileSetImpl.matchesPath(ArchiveFileSetImpl.java:119)
at org.jboss.ide.eclipse.archives.core.util.ModelUtil$1.visit(ModelUtil.java:83)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:224)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:229)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:229)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.accept(ArchiveNodeImpl.java:212)
at org.jboss.ide.eclipse.archives.core.model.ArchivesModel.accept(ArchivesModel.java:136)
at org.jboss.ide.eclipse.archives.core.util.ModelUtil.getMatchingFilesets(ModelUtil.java:91)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate.incrementalBuild(ArchiveBuildDelegate.java:151)
at org.jboss.ide.eclipse.archives.core.build.ArchiveBuildDelegate.projectIncrementalBuild(ArchiveBuildDelegate.java:131)
at org.jboss.ide.eclipse.archives.core.project.ArchivesBuilder.build(ArchivesBuilder.java:78)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:214)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:353)
at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:494)
at org.eclipse.core.internal.resources.Project.build(Project.java:75)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildProjects(LaunchConfigurationDelegate.java:397)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildForLaunch(LaunchConfigurationDelegate.java:123)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:727)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:608)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:899)
at org.eclipse.debug.internal.ui.DebugUIPlugin$7.run(DebugUIPlugin.java:1102)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Created: (JBDS-318) richfaces doc about IDE is wrong
by Max Rydahl Andersen (JIRA)
richfaces doc about IDE is wrong
--------------------------------
Key: JBDS-318
URL: http://jira.jboss.com/jira/browse/JBDS-318
Project: Developer Studio
Issue Type: Bug
Components: documentation
Reporter: Max Rydahl Andersen
Assigned To: Svetlana mukhina
I just noticed that Richfaces docs has really outdated info about IDE at http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...:
"Chapter 7. IDE Support
Red Had Developer Studio 1.0.0 is an IDE that provides full support for Java Server Faces, RichFaces, Facelets, Struts, and other Web technologies. In addition to this, it seamlessly combines visual and source-oriented development approaches. One of the special support feature for RichFaces is that it is available as project "capabilities". These project capabilities can be added to any existing JSF project to make the project a RichFaces JSF project by automatically adding libraries and modifying configuration files as required."
First off, Red Hat is spelled wrong and it is now called JBoss Developer Studio.
Furthermore why don't we point to JBoss Tools and say a fully packaged IDE is available via JBoss Developer Studio ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Created: (JBIDE-1891) Error when stopping JBoss
by Gene Gretter (JIRA)
Error when stopping JBoss
-------------------------
Key: JBIDE-1891
URL: http://jira.jboss.com/jira/browse/JBIDE-1891
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.GA
Environment: Windows XP, Eclipse 3.3.1.1, JBoss Tools 2.0.0GA, JBoss 4.2.0
Reporter: Gene Gretter
When stopping JBoss from the Eclipse Server view, I receive the following error: "Could not obtain connection to any of these urls: localhost:1099". I found that this problem occurs because the process in which JBoss is running is terminated before shutdown is executed. I found that eliminating the call to pollServer(IServerStatePoller.SERVER_DOWN); in the JBossServerBehavior.serverStopping() method resolves the problem, though I am not sure that this is the final fix.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Created: (JBIDE-2107) JBoss server runtime error
by Aliaksey Nis (JIRA)
JBoss server runtime error
--------------------------
Key: JBIDE-2107
URL: http://jira.jboss.com/jira/browse/JBIDE-2107
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.1.0.beta1
Environment: WindowsXP SP2
jbdevstudio-win32-1.1.0.Beta1.jar
JBoss Developer Studio
Version: 1.1beta1
Build: 200804180611-nightly
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Optional
Attachments: ServerRuntime.txt
Maybe this is Eclipse error...
EXECUTE: Open Server view.
EXECUTE: Right click - New Server.
EXECUTE: Press button "Installed runtimes".
EXECUTE: Press button "Add runtime".
EXECUTE: Add new runtime, select path to server, enable option "Add new local server", press Finish.
EXECUTE: In Runtimes preferences press Ok.
EXECUTE: In New server wizard select newly created server runtime. Press Next.
FAILURE: Exception thrown. Finish button unavailable. Pressing Next and Back buttons - new exceptions thrown...
Error log attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months