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 254329

Summary: AssertionError: /Users/torgeir/java/src/karriere/frontend/target/frontend-0.2-SNAPSHOT/WEB-INF/classes/no/karriere/content/co, whintroller/positions/applications
Product: serverplugins Reporter: tveimo <tveimo>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219133
Attachments: stacktrace

Description tveimo 2015-08-13 04:12:48 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-184-on-20150804)
VM: OpenJDK 64-Bit Server VM, 1.9.0-internal-torgeir_2015_08_12_21_41-b00, OpenJDK Runtime Environment, 1.9.0-internal-torgeir_2015_08_12_21_41-b00
OS: Mac OS X

User Comments:
tveimo: changing windows configuration, while executing a maven goal




Stacktrace: 
java.lang.AssertionError: /Users/torgeir/java/src/karriere/frontend/target/frontend-0.2-SNAPSHOT/WEB-INF/classes/no/karriere/content/controller/positions/applications
   at org.openide.filesystems.FileUtil.createData(FileUtil.java:505)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor._distributeOnSave(ServerFileDistributor.java:396)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor._distributeOnSave(ServerFileDistributor.java:288)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.distributeOnSave(ServerFileDistributor.java:222)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.distributeChangesOnSave(TargetServer.java:275)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.notifyArtifactsUpdated(TargetServer.java:909)
Comment 1 tveimo 2015-08-13 04:12:50 UTC
Created attachment 155315 [details]
stacktrace
Comment 2 Petr Hejl 2015-08-14 10:37:20 UTC
This looks like something has deleted the file. Did you invoke maven from command line. Any steps to reproduce?