Created
March 20, 2013 19:45
-
-
Save jfuerth/5207839 to your computer and use it in GitHub Desktop.
Error from Errors view when deploying my project with WTP. The module that causes this problem is errai-ui, as of this revision: https://github.com/jfuerth/errai/tree/data-sync/errai-ui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.util.zip.ZipException: ZIP file must have at least one entry | |
| at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:304) | |
| at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:140) | |
| at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:321) | |
| at org.jboss.ide.eclipse.as.core.server.xpl.ModulePackager.finished(ModulePackager.java:59) | |
| at org.jboss.ide.eclipse.as.core.publishers.PublishUtil.packModuleIntoJar(PublishUtil.java:230) | |
| at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.createForceZippedChild(AbstractServerToolsPublisher.java:274) | |
| at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.transferForceZippedChild(AbstractServerToolsPublisher.java:321) | |
| at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.fullPublish(AbstractServerToolsPublisher.java:235) | |
| at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.publishModule(AbstractServerToolsPublisher.java:106) | |
| at org.jboss.ide.eclipse.as.core.server.internal.v7.JBoss7JSTPublisher.publishModuleToAS7(JBoss7JSTPublisher.java:59) | |
| at org.jboss.ide.eclipse.as.core.server.internal.v7.JBoss7JSTPublisher.publishModule(JBoss7JSTPublisher.java:39) | |
| at org.jboss.ide.eclipse.as.core.publishers.AbstractPublishMethod.publishModule(AbstractPublishMethod.java:76) | |
| at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:120) | |
| at org.jboss.ide.eclipse.as.core.server.internal.v7.DelegatingJBoss7ServerBehavior.publishModule(DelegatingJBoss7ServerBehavior.java:74) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1091) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1183) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:987) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774) | |
| at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3153) | |
| at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345) | |
| at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment