Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/338.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 尚未部署NetBeans 8.2 build-impl.xml模块_Java_Jpa_Netbeans_Glassfish_Ejb - Fatal编程技术网

Java 尚未部署NetBeans 8.2 build-impl.xml模块

Java 尚未部署NetBeans 8.2 build-impl.xml模块,java,jpa,netbeans,glassfish,ejb,Java,Jpa,Netbeans,Glassfish,Ejb,我正在尝试用NetBeans制作一个应用程序,在这个应用程序中,我在一个数据库中有一群学生,我需要返回某些学生等等 我的问题是,当我尝试部署我的项目时,会出现如下错误: GlassFish服务器,部署,null,false C:\User\Documents\NetBeansProjects\JPAexercise\JPAexercise ejb\nbproject\build impl.xml:942:模块尚未部署。有关详细信息,请参阅服务器日志。 生成失败(总时间:0秒) 发生错误的代码部分

我正在尝试用NetBeans制作一个应用程序,在这个应用程序中,我在一个数据库中有一群学生,我需要返回某些学生等等

我的问题是,当我尝试部署我的项目时,会出现如下错误:

GlassFish服务器,部署,null,false
C:\User\Documents\NetBeansProjects\JPAexercise\JPAexercise ejb\nbproject\build impl.xml:942:模块尚未部署。有关详细信息,请参阅服务器日志。 生成失败(总时间:0秒)

发生错误的代码部分是:

        <!-- Task to deploy to the Access Manager runtime. -->
    </target>
    <target depends="init,-init-cos,-init-deploy,compile,library-inclusion-in-archive,dist-directory-deploy,pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,post-run-deploy,-do-update-breakpoints" name="run-deploy"/>
    <target if="netbeans.home" name="-run-deploy-nb">
ERROR ->  <nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}"/>  <- ERROR
    </target>
    <target name="-init-deploy-ant" unless="netbeans.home">
        <property name="deploy.ant.archive" value="${dist.jar}"/>
        <property name="deploy.ant.resource.dir" value="${resource.dir}"/>
        <property name="deploy.ant.enabled" value="true"/>
    </target>

错误->