[JBoss JIRA] Created: (JBIDE-8296) Getting deltacloud authentication errors
by Max Rydahl Andersen (JIRA)
Getting deltacloud authentication errors
----------------------------------------
Key: JBIDE-8296
URL: https://issues.jboss.org/browse/JBIDE-8296
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Reporter: Max Rydahl Andersen
Fix For: 3.2.1
I've 2 times now had deltacloud say "auth error" after restart and I have to go and edit the cloud and the password field is blank.
Other times it seem to remember it (authentication works) but the password field is still empty.
So things kinda work but seem there is some inconcistencies about when passwords are remembered and when they arent.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8335) Exception occurs during removing project project from eclipse workspace if it is deployed to JBoss AS server
by Denis Golovin (JIRA)
Exception occurs during removing project project from eclipse workspace if it is deployed to JBoss AS server
------------------------------------------------------------------------------------------------------------
Key: JBIDE-8335
URL: https://issues.jboss.org/browse/JBIDE-8335
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.CR2 (tentative)
Environment: JBoss AS 4.x, 5.x, 6.x
JDK 1.6
Linux GTK 32Bits
Reporter: Denis Golovin
Assignee: Rob Stryker
1. EXEC: Install JBoss AS component from development update site on Eclipse SDK
2. EXEC: Install All WTP Features from helios update site
3. EXEC: Create JBoss AS 6 Runtime/Server
4. EXEC: Create Dynamic Web Project
5. EXEC: DnD Dynamic Web project to JBoss AS 6 Server Item in Servers View
6. EXEC: Delete Project from workspace
7. ASSERT: There is no exceptions related to deleted project in Eclipse Error Log View
Now exception occurs on step 6:
{noformat}
java.io.IOException: Cannot obtain a location URI for L/jsf2test2/.classpath
at org.eclipse.jdt.internal.core.JavaProject.readFileEntriesWithException(JavaProject.java:2427)
at org.eclipse.jdt.internal.core.JavaProject.readFileEntries(JavaProject.java:2461)
at org.eclipse.jdt.internal.core.JavaProject.readRawClasspath(JavaProject.java:2499)
at org.eclipse.jst.common.jdt.internal.javalite.JavaProjectLite.readRawClasspath(JavaProjectLite.java:116)
at org.eclipse.jst.common.internal.modulecore.AddMappedOutputFoldersParticipant.getMappedJavaOutputContainers(AddMappedOutputFoldersParticipant.java:94)
at org.eclipse.jst.common.internal.modulecore.AddMappedOutputFoldersParticipant.finalize(AddMappedOutputFoldersParticipant.java:74)
at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.runFinalizations(FlatVirtualComponent.java:153)
at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.cacheResources(FlatVirtualComponent.java:122)
at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.getChildModules(FlatVirtualComponent.java:111)
at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getExportModelChildren(FlatComponentDeployable.java:172)
at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getModules(FlatComponentDeployable.java:183)
at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:61)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServer.doGetParentModules(DeployableServer.java:85)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServer.getRootModules(DeployableServer.java:67)
at org.eclipse.wst.server.core.internal.Server.getRootModules(Server.java:2400)
at org.eclipse.wst.server.core.ServerUtil.modifyModules(ServerUtil.java:348)
at org.eclipse.jst.j2ee.refactor.listeners.ProjectRefactoringListener$2.runInWorkspace(ProjectRefactoringListener.java:262)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months