For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 19 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
apuredolMemberHi, I am deploying a extensive web application using the feature of externally launched (because is a portal domain) on my bea weblogic 8.1 (on applications dir); things went ok, until i need to modify an struts-config file (i have a lot of modules), when i save the file, the build project takes a lot of time to release the block operation, that is happenning even with my app server stopped.
If i perform the same operation with another file, like a jsp, java, or html, the build path is refreshed and it doesn’t take a lot of time, but if I modify xml files, like a struts-config file, the process is so frustrating.
I deactivate all kinds of validations and the problem continues.
Mi Environment:
Windows XP 32 bits
Eclipse 3.2
MyEclipse Enterprise 5
Java 1.4.2_08Thanks for your help
November 15, 2006 at 12:21 pm #261910
Riyad KallaMemberCan you go to your MyEclipse menu, click it, then go down to Installation Summary then Installation Details and paste the result here for me?
Also is the problem that there is a long running validation process when you save the file? You can open the progress view to see what is running then save the file and see exactly what the process is.
November 16, 2006 at 7:55 am #262012
apuredolMemberRiyad,
Installations Details:
==========================================
*** Date: Wed Nov 15 18:16:58 CLST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_12*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0.1 GA
Build id: 20060810-5.0.1-GAEclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\Neoris\java\eclipse32\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
30c_70
-product
com.genuitec.myeclipse.product.ide
-vm
D:\Neoris\java\j2sdk1.4.2_12\bin\javaw.exe=====================================
About to see the progress window when i save the xml, i already have it, moreover watching sleeping and system operations;
The error is strange, because today i was trying to replicate it, and the first time it doesn’t take a lot of time, then saving several times the blocking operation appears again, the workspace hangs and a blank screen appears.
When the blank screen doesn´t appear, I can only see a validator process (without update the task), and is not the same (always on Building Workspace) :
Sometimes
invoking WebClassPathBuilder
or invoking DeploymentDescriptorValidator
or invoking DeploymentBuilderIt seems the build process is proportional to the times that i save the same struts-config module, each time takes more time to free.
All operations where performed with the server stopped.
Thanks for your support
Raul
November 16, 2006 at 10:14 am #262030
Riyad KallaMemberRaul,
This is very strange. Can you do me a favor and download our 5.1 All-In-One installer, install it to a new directory then run it? (it includes JDK, Eclipse, MyEclipse latest stable releases) and then point it at your workspace and open the project and see if saving is faster? -
AuthorPosts
