NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Deployment error: null

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
yuri16



Joined: 24 Jul 2009
Posts: 2

PostPosted: Fri Jul 24, 2009 6:04 am    Post subject: Deployment error: null Reply with quote

I'm trying to deploy a simple program to OpenPortal Portlet Container 2.x but I got deployment error.

Code:
Deployment error:
null
See the server log for details.
at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:224)
at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:132)
at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:103)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:278)
at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:497)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Caused by: java.lang.NullPointerException
at org.netbeans.modules.j2ee.deployment.impl.ProgressObjectUtil.trackProgressObject(ProgressObjectUtil.java:97)
at org.netbeans.modules.j2ee.deployment.impl.TargetServer.trackDeployProgressObject(TargetServer.java:845)
at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:653)
at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:189)
... 17 more
BUILD FAILED (total time: 0 seconds)


This is my simple code:

Code:
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Bio Apps</title>

        <script type="text/javascript">
            function chJob()
            {
            var mylist=document.getElementById("myList");
            document.getElementById("job").value=mylist.options[mylist.selectedIndex].text;
            }
        </script>

    </head>
    <body>
        <div id=EchoTopic> </div>

        <h1>Bioinformatics Application</h1>

        <h2>Documentation</h2>
        <form name="jump">
        <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
        <option value="http://url.com">HMMER</option>
        <option value="http://www.ncbi.nlm.nih.gov/BLAST/">NCBI Blast</option>
        <option value="http:/www.ebi.ac.uk/clustalw">ClustalW</option>
        <option value="http://emboss.sourceforge.net">EMBOSS</option>
        <option value="http://www.cbcb.umd.edu/software/glimmer">Glimmer</option>
        <option value="http://fasta.bioch.virginia.edu">Fasta</option>
        <option value="http://mrbayes.csit.fsu.edu">MrBayes</option>
        <option value="http://evolution.genetics.washington.edu/phylip.html">Phylip</option>
        <option value="http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html">T_Coffee</option>
        <option value="http://mpiblast.lanl.gov">MPI-Blast</option>
        <option value="www.gromacs.org">GROMACS</option>
        <option value="http://url.com">MSA</option>
        <option value="http://url.com">PSA</option>

        </select>
        </form>

        <form>
                <br />
                <br />
                <br />
                <h2>Select a job:</h2>
                <select id="myList" onchange="chJob()">
                  <option>HMMER</option>
                  <option>NCBI Blast</option>
                  <option>ClustalW</option>
                  <option>EMBOSS</option>
                  <option>Glimmer</option>
                  <option>Fasta</option>
                  <option>MrBayes</option>
                  <option>Phylip</option>
                  <option>T_Coffee</option>
                  <option>MPI-Blast</option>
                  <option>GROMACS</option>
                  <option>BioPerl</option>
                  <option>BioPython</option>
                </select>
                <p>Your chosen job: <input type="text" id="job" size="20"></p>

        <div id='job'>
        </div>
        <br />
        <input type="button" onclick="submit()" value="submit" />

        </form>

    </body>
</html>



Why am I getting those errors??
Any help will be very much appreciated.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo