For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 13 replies, 4 voices, and was last updated 20 years, 7 months ago by
awamser.
-
AuthorPosts
-
awamserMemberEclipse 3.1.1
MyEclipse 4.0.1
OC4J 10g (10.1.2.0.2)I’m deploying a packaged project to an oc4j configured with auto-deploy. The progress information show the operation in process is WEB-INF/lib/hibernate3.jar or the actual war file. It’ll take 5 to 10 minutes for the EAR to get deployed.
Any ideas on why it’s taking so long. My workstation is a 2.4 GHz with 2GB memory.
January 3, 2006 at 10:51 pm #243954
awamserMemberjdk 1.4.2_10
January 4, 2006 at 9:01 am #243973
awamserMember*** Date: Wed Jan 04 08:59:20 CST 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.4.2_10*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
860_70
-vm
C:\WINNT\system32\javaw.exeJanuary 4, 2006 at 11:27 am #244000
GregMemberAre you deploying this just to the local filesystem? Does this slowness only happen with OC4J and with any project you create or just this one project you are working on?
January 22, 2006 at 3:28 pm #244969
awamserMemberIt’s been deployed to the local file system. This happens with both oc4j and tomcat.
January 22, 2006 at 5:14 pm #244971
Riyad KallaMemberIs OC4J running while you are trying to deploy? This is generally not a good idea. Have you tried using an exploded deployment?
January 23, 2006 at 2:40 pm #245064
awamserMemberI’ve tried both oc4j stopped and running no change… also from what I’ve read you can’t used exploded deployment with oc4j.
January 23, 2006 at 4:42 pm #245077
Riyad KallaMemberHow large is your project? How many files? (quick way to do this is right click in Windows Explorer on the project dir and read the stats from there, same goes for Gnome I believe)
January 23, 2006 at 4:57 pm #245082
awamserMember151 files @ 8.8 M
Right now i have 2 tables mapped using hibernate, and 3 jsp files (/w struts configured).
January 23, 2006 at 5:24 pm #245084
Riyad KallaMemberAre you running a virus scanner by chance that analyzes files real-time? Try disabling it and seeing if deployment speeds up (obviously it shouldn’t be this slow regardless of what’s running, but I’m trying to rule out silly things)
January 23, 2006 at 5:33 pm #245085
awamserMemberThat’s what I thought and tried stopped the virus scanner, same results… also I was incorrect about saying I had the same issue with Tomcat. I just deployed the application (exploded) and it was complete in a few seconds.
January 23, 2006 at 5:46 pm #245087
awamserMemberOk, it’s not related to oc4j. I did a custom packaged deploy to the filesystem with the same results. My virus program was turned off… The ear file was on 8.13MB. the CPU on the boxes is at 100% when it’s running the deploy.
January 23, 2006 at 6:08 pm #245092
Scott AndersonParticipant8.13MB? Is your application really that big or did you add some Jars from your sever or something (ie weblogic.jar)
January 25, 2006 at 9:03 am #245293
awamserMemberIt contains the Jars that are added when you add hibernate and struts capabilities to a project.
-
AuthorPosts
