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 - AssertionError: /Users/torgeir/java/src/karriere/frontend/target/frontend-0.2-SNAPSHOT/WEB-INF/classes/no/karriere/content/co, whintroller/positions/applications
Summary: AssertionError: /Users/torgeir/java/src/karriere/frontend/target/frontend-0.2...
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 04:12 UTC by tveimo
Modified: 2016-05-31 09:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219133


Attachments
stacktrace (1.37 KB, text/plain)
2015-08-13 04:12 UTC, tveimo
Details

Note You need to log in before you can comment on or make changes to this bug.
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?