I Often get Deployment Errors is it necessary to reinstall every time JSC2

Hi i am using JSC2 update 1, but i am not satisfied with this IDE, Because it often shows deployment error when i run my application and really it irritates me. Till Now i have downloaded and reinstalled it for Five times but it still showing errors. I am always busy with rectifying the errors in IDE rather than using it for developing applications. Even i have tried all possibilities to rectify it but it wont. Please can you suggest me a good IDE for developing Database based web applications. Its really tough to continue to work with JSC2 update 1.

Any help please i am really frustrated by using JSC2 update 1 IDE.

[636 byte] By [Srinivasan1983] at [2007-11-26 11:49:39]
# 1
Hi!What errors did You get? Post them here, maybe there is some easy way to avoid them.Thanks,Roman.
Grif at 2007-7-7 12:03:12 > top of Java-index,Development Tools,Java Tools...
# 2

Exception=Deployment error: Deployment timed out after 240 seconds.. See the server log file for details.

Deployment error: Deployment timed out after 240 seconds.. See the server log file for details.

at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deploymen t.java:198)

at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)

at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)

at org.apache.tools.ant.Task.perform(Task.java:364)

at org.apache.tools.ant.Target.execute(Target.java:341)

at org.apache.tools.ant.Target.performTasks(Target.java:369)

at org.apache.tools.ant.Project.executeTarget(Project.java:1214)

at org.apache.tools.ant.Project.executeTargets(Project.java:1062)

at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)

at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)

at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)

Caused by: java.lang.RuntimeException: Deployment timed out after 240 seconds.

at org.netbeans.modules.j2ee.deployment.impl.TargetServer.sleep(TargetServer.java: 521)

at org.netbeans.modules.j2ee.deployment.impl.TargetServer.handleDeployProgress(Tar getServer.java:932)

at org.netbeans.modules.j2ee.deployment.impl.TargetServer.handleDeployProgress(Tar getServer.java:912)

at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java :596)

at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deploymen t.java:188)

... 10 more

C:\Documents and Settings\SRNI\My Documents\Creator\Projects\MusicAdd\nbproject\build-impl.xml:491: Deployment error: Deployment timed out after 240 seconds.. See the server log file for details.

BUILD FAILED (total time: 10 minutes 2 seconds)

This is the error i often get and i always use to rectify it.

1) I have stopped my norton Antivirus software and restarted my sun java application server.

2) I have checked whether there is any port conflicts by typing netstat -a on command prompt. But it shows that 29080 is LISTENING. but when i try it will show again the same error.

3) i have checked for usernames and passwords also.

I was left with only one option that is if any application is corrupted or not , but i dont know how to check it.

can i use any other port no in place of 29080 or i have to use that port only. please help me Roman.

Thanking you in Advance.

Srinivasan1983 at 2007-7-7 12:03:12 > top of Java-index,Development Tools,Java Tools...
# 3
When i get deployment errors like this, i usually close the IDE, kill all the related java processes and restart netbeans/JSC and run the server again.This problem doesnt happen to me frequently but whenever it does happen, the above steps seem to work for me.
deepsix at 2007-7-7 12:03:12 > top of Java-index,Development Tools,Java Tools...
# 4
I do not understand what do you mean by killing all java process. Can you explain me what it is. If you know about permanently solving about this problem please let em know.Thank you for your reply.
Srinivasan1983 at 2007-7-7 12:03:12 > top of Java-index,Development Tools,Java Tools...
# 5

This definetely is not a proper solution.. I use it as a work around.

I dont know why it happens or how..

The application server java processes to run..

If you use windows, press ctrl+alt+del and go to the processes tab and kill java related processes..

Better yet, if you are using linux/solaris ps for the java processes and kill it.

deepsix at 2007-7-7 12:03:12 > top of Java-index,Development Tools,Java Tools...
# 6
This is what works for me:Delete all references to that particular context in the following file:[Creator Home]\SunAppServer8\domains\creator\config\domain.xml and then restart the app server.RegardsHaroon
HaroonA at 2007-7-7 12:03:12 > top of Java-index,Development Tools,Java Tools...
# 7
Thank you for your response. It is really nice to solve problems by this forums by sharing our ideas from all around the globe.Once again i Thank you.
Srinivasan1983 at 2007-7-7 12:03:12 > top of Java-index,Development Tools,Java Tools...