This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243893 - Deploying error with netbeans
Summary: Deploying error with netbeans
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 17:33 UTC by rodjl
Modified: 2014-05-16 20:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rodjl 2014-04-17 17:33:04 UTC
When I try to run my application appear the following error:

javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Erro durante a criação do Gerenciador de Implantação.
	at org.netbeans.modules.j2ee.jboss4.JBDeploymentFactory.getDeploymentManager(JBDeploymentFactory.java:328)
	at org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory.getDeploymentManager(ProxyDeploymentFactory.java:116)
	at org.netbeans.modules.j2ee.deployment.impl.Server.getDeploymentManager(Server.java:191)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDeploymentManager(ServerInstance.java:290)
Caused: java.lang.RuntimeException
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDeploymentManager(ServerInstance.java:300)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getIncrementalDeployment(ServerInstance.java:611)
	at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.canFileDeploy(Deployment.java:600)
	at org.netbeans.modules.web.project.WebActionProvider.setDirectoryDeploymentProperty(WebActionProvider.java:971)
	at org.netbeans.modules.web.project.WebActionProvider.getTargetNames(WebActionProvider.java:319)
	at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.doRun(BaseActionProvider.java:474)
	at org.netbeans.modules.java.api.common.project.BaseActionProvider$1Action.run(BaseActionProvider.java:454)
	at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction(BaseActionProvider.java:670)
	at org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:271)
	at org.netbeans.modules.project.ui.actions.ProjectAction$2.run(ProjectAction.java:186)
	at org.openide.util.Mutex.doEvent(Mutex.java:1356)
	at org.openide.util.Mutex.writeAccess(Mutex.java:462)
	at org.netbeans.modules.project.ui.actions.ProjectAction.runSequentially(ProjectAction.java:183)
	at org.netbeans.modules.project.ui.actions.ProjectAction$1$1.run(ProjectAction.java:139)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:688)
	at java.awt.EventQueue$3.run(EventQueue.java:686)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 Petr Jiricka 2014-05-09 12:18:23 UTC
Hello, can you please specify what version JBoss you are using? It looks like you are using NetBeans 8, but can you please still attach what's in the About box?Also, it would be good if you could attach some (small) application that reproduces this problem. Thanks.
Comment 2 Petr Hejl 2014-05-16 07:12:48 UTC
Please provide details requested by PetrJ. Otherwise it looks like you are using recent EAP or WildFly. Those are supported by external WildFly plugin only. Availabale on update center.
Comment 3 Petr Hejl 2014-05-16 20:04:31 UTC
I have received private mail that this used to happen only with the old plugin.