NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
aijjjjjjjj
Joined: 24 Dec 2010 Posts: 1
|
Posted: Fri Dec 24, 2010 4:20 am Post subject: java (run) problem |
|
|
I am freshman, i have built a application based on the jee6,
actually the applicatioin run smoothly, however, i have got a issue
everytime when i start to run the application i alwasy get this
in run
| Code: |
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Incrementally deploying cp2
Completed incremental distribution of cp2
Incrementally redeploying cp2
run-deploy:
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1249)
at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:589)
at org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl.getRelativePath(SourcePathProviderImpl.java:681)
at org.netbeans.modules.debugger.jpda.SourcePath$CompoundContextProvider.getRelativePath(SourcePath.java:328)
at org.netbeans.modules.debugger.jpda.SourcePath.getRelativePath(SourcePath.java:124)
at org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.setRequests(LineBreakpointImpl.java:216)
at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.update(BreakpointImpl.java:160)
at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.fixed(BreakpointImpl.java:148)
at org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.fixed(LineBreakpointImpl.java:179)
at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointsEngineListener.fixBreakpointImpls(BreakpointsEngineListener.java:269)
at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.fixBreakpoints(JPDADebuggerImpl.java:503)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.netbeans.modules.debugger.jpda.ant.JPDAAppReloaded.execute(JPDAAppReloaded.java:89)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
at sun.reflect.GeneratedMethodAccessor198.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:390)
at org.apache.tools.ant.Target.performTasks(Target.java:411)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:281)
at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1249)
at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:589)
at org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl.getRelativePath(SourcePathProviderImpl.java:683)
at org.netbeans.modules.debugger.jpda.SourcePath$CompoundContextProvider.getRelativePath(SourcePath.java:328)
at org.netbeans.modules.debugger.jpda.SourcePath.getRelativePath(SourcePath.java:124)
at org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.setRequests(LineBreakpointImpl.java:216)
at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.update(BreakpointImpl.java:160)
at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.fixed(BreakpointImpl.java:148)
at org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.fixed(LineBreakpointImpl.java:179)
at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointsEngineListener.fixBreakpointImpls(BreakpointsEngineListener.java:269)
at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.fixBreakpoints(JPDADebuggerImpl.java:503)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.netbeans.modules.debugger.jpda.ant.JPDAAppReloaded.execute(JPDAAppReloaded.java:89)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
at sun.reflect.GeneratedMethodAccessor198.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:390)
at org.apache.tools.ant.Target.performTasks(Target.java:411)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:281)
at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
Browsing: http://localhost:8080/cp2/
run-display-browser:
run:
BUILD SUCCESSFUL (total time: 0 seconds)
|
what kind of things goes wrong |
|
| Back to top |
|
 |
|
|
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
|
|