Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » RC3 - hang in validation / IndexOutOfBounds Exception in server publish
RC3 - hang in validation / IndexOutOfBounds Exception in server publish [message #151519] Mon, 12 December 2005 19:06 Go to next message
Eclipse UserFriend
I have a working .7 release of WTP - and I'm trying to port that project
to RC3. I created with a fresh install of eclipse with WTP RC3 - Created
a dynamic web project, and I'm copying in sources and configuring paths
accordingly. I have not copied any of the previous .project, .classpath,
etc. files. I am running into 2 issues. If I build it up a little at a
time, I end up getting stuck in validation - it runs validation, gets to
16% and then sits there chewing 100% of the CPU ... I have let it go for
30+ minutes, and it never progresses past 16%. The other issue I get is
when publishing to the server - I get an IndexOutOfBounds exception. Any
thoughts on what I'm doing wrong? This was all working fine with WTP .7

Thx.

Ken

java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at
org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeploy able.handleJavaPath(J2EEFlexProjDeployable.java:174)
at
org.eclipse.wst.web.internal.deployables.ComponentDeployable .getMembers(ComponentDeployable.java:126)
at
org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeploy able.members(J2EEFlexProjDeployable.java:131)
at
org.eclipse.wst.server.core.internal.ServerPublishInfo.getDe lta(ServerPublishInfo.java:245)
at
org.eclipse.wst.server.core.internal.Server.getPublishedReso urceDelta(Server.java:916)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.ge tPublishedResourceDelta(ServerBehaviourDelegate.java:477)
at
org.eclipse.jst.server.tomcat.core.internal.TomcatServerBeha viour.getPublishedResourceDelta(TomcatServerBehaviour.java:7 31)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.pu blish(ServerBehaviourDelegate.java:541)
at org.eclipse.wst.server.core.internal.Server.doPublish(Server .java:765)
at org.eclipse.wst.server.core.internal.Server.publish(Server.j ava:754)
at
org.eclipse.wst.server.core.internal.PublishServerJob.run(Pu blishServerJob.java:145)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Re: RC3 - hang in validation / IndexOutOfBounds Exception in server publish [message #151566 is a reply to message #151519] Tue, 13 December 2005 03:56 Go to previous messageGo to next message
Eclipse UserFriend
Wait for RC4 or pickup a snapshot.


Look at bugs:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=118922

https://bugs.eclipse.org/bugs/show_bug.cgi?id=120280


Darryl


Ken Chenis wrote:
> java.lang.ArrayIndexOutOfBoundsException
> at java.lang.System.arraycopy(Native Method)
> at
> org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeploy able.handleJavaPath(J2EEFlexProjDeployable.java:174)
>
> at
> org.eclipse.wst.web.internal.deployables.ComponentDeployable .getMembers(ComponentDeployable.java:126)
>
> at
> org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeploy able.members(J2EEFlexProjDeployable.java:131)
>
> at
> org.eclipse.wst.server.core.internal.ServerPublishInfo.getDe lta(ServerPublishInfo.java:245)
Re: RC3 - hang in validation / IndexOutOfBounds Exception in server publish [message #151574 is a reply to message #151566] Tue, 13 December 2005 04:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: marx.nospam_wasko.pl

Użytkownik Darryl L. Miles napisał:

>
> Wait for RC4 or pickup a snapshot.

rc4 is out
http://download.eclipse.org/webtools/downloads/drops/S-1.0RC 4-200512122136/
Marx
Re: RC3 - hang in validation / IndexOutOfBounds Exception in server publish [message #152248 is a reply to message #151519] Wed, 14 December 2005 06:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paulo.link3.com.br

Hi,


I have me to this problem with versions M*, RC1, RC2, RC3 and RC4. Only work
in version 0.7.1.


Paulo Cordeiro


Ken Chenis wrote:

> I have a working .7 release of WTP - and I'm trying to port that project
> to RC3. I created with a fresh install of eclipse with WTP RC3 - Created
> a dynamic web project, and I'm copying in sources and configuring paths
> accordingly. I have not copied any of the previous .project, .classpath,
> etc. files. I am running into 2 issues. If I build it up a little at a
> time, I end up getting stuck in validation - it runs validation, gets to
> 16% and then sits there chewing 100% of the CPU ... I have let it go for
> 30+ minutes, and it never progresses past 16%. The other issue I get is
> when publishing to the server - I get an IndexOutOfBounds exception. Any
> thoughts on what I'm doing wrong? This was all working fine with WTP .7
>
> Thx.
>
> Ken
>
> java.lang.ArrayIndexOutOfBoundsException
> at java.lang.System.arraycopy(Native Method)
> at
>
org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeploy able.handleJavaPath(J2EEFlexProjDeployable.java:174)
> at
>
org.eclipse.wst.web.internal.deployables.ComponentDeployable .getMembers(ComponentDeployable.java:126)
> at
>
org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeploy able.members(J2EEFlexProjDeployable.java:131)
> at
>
org.eclipse.wst.server.core.internal.ServerPublishInfo.getDe lta(ServerPublishInfo.java:245)
> at
>
org.eclipse.wst.server.core.internal.Server.getPublishedReso urceDelta(Server.java:916)
> at
>
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.ge tPublishedResourceDelta(ServerBehaviourDelegate.java:477)
> at
>
org.eclipse.jst.server.tomcat.core.internal.TomcatServerBeha viour.getPublishedResourceDelta(TomcatServerBehaviour.java:7 31)
> at
>
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.pu blish(ServerBehaviourDelegate.java:541)
> at org.eclipse.wst.server.core.internal.Server.doPublish(Server .java:765)
> at org.eclipse.wst.server.core.internal.Server.publish(Server.j ava:754)
> at
>
org.eclipse.wst.server.core.internal.PublishServerJob.run(Pu blishServerJob.java:145)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Re: RC3 - hang in validation / IndexOutOfBounds Exception in server publish [message #152274 is a reply to message #151519] Wed, 14 December 2005 09:08 Go to previous message
Eclipse UserFriend
Ken Chenis wrote:
> it runs validation, gets to 16% and then sits there chewing 100% of the
> CPU ... I have let it go for 30+ minutes, and it never progresses past
> 16%.

Does the Progress view give any hints about what is being validated
(validating large files can sometimes take an unusually long time)?

--
- Nitin
Previous Topic:WebServices on JBoss 4.0
Next Topic:importing of ear not working
Goto Forum:
  


Current Time: Sat May 10 15:59:31 EDT 2025

Powered by FUDForum. Page generated in 0.03369 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top