[JBoss JIRA] Created: (JBIDE-7377) Exception in error log after several files deletion -> ResourceException: Resource 'xxx' does not exist.
by Vitali Yemialyanchyk (JIRA)
Exception in error log after several files deletion -> ResourceException: Resource 'xxx' does not exist.
--------------------------------------------------------------------------------------------------------
Key: JBIDE-7377
URL: https://jira.jboss.org/browse/JBIDE-7377
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.2.0.Beta2
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
Priority: Minor
after several files deletion - I get this in Error Log:
org.eclipse.core.internal.resources.ResourceException: Resource '/booking22/src/111/hibernate.cfg.xml' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:326)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:200)
at org.eclipse.core.internal.resources.Resource.deleteMarkers(Resource.java:826)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.removeMarkers(ValidatorManager.java:104)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validate(ValidatorManager.java:94)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateInJob(ValidatorManager.java:78)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
all is working correct, but this exception - may be there is no sense to log it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7188) JBoss Tools appears to try to start remote server
by Pete Muir (JIRA)
JBoss Tools appears to try to start remote server
-------------------------------------------------
Key: JBIDE-7188
URL: https://jira.jboss.org/browse/JBIDE-7188
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud, JBossAS
Affects Versions: 3.2.0.M2
Reporter: Pete Muir
When I choose "Run On Server" I get this exception -- looks like JBoss Tools is trying to start the remote instance, and fails (nb remote instance is already running)
java.lang.IllegalArgumentException: classToLaunch cannot be null
at org.eclipse.jdt.launching.VMRunnerConfiguration.<init>(VMRunnerConfiguration.java:49)
at org.jboss.ide.eclipse.as.core.server.internal.launch.AbstractJBossLaunchConfigType.actualLaunch(AbstractJBossLaunchConfigType.java:108)
at org.jboss.ide.eclipse.as.core.server.internal.launch.JBossServerStartupLaunchConfiguration.superActualLaunch(JBossServerStartupLaunchConfiguration.java:91)
at org.jboss.ide.eclipse.as.core.server.internal.launch.LocalJBossServerStartupLaunchUtil.actualLaunch(LocalJBossServerStartupLaunchUtil.java:376)
at org.jboss.ide.eclipse.as.core.server.internal.launch.JBossServerStartupLaunchConfiguration.actualLaunch(JBossServerStartupLaunchConfiguration.java:86)
at org.jboss.ide.eclipse.as.core.server.internal.launch.AbstractJBossLaunchConfigType.launch(AbstractJBossLaunchConfigType.java:70)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:695)
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3209)
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3159)
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:359)
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 contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months