- This topic has 5 replies, 2 voices, and was last updated 15 years, 8 months ago by support-joy.
-
AuthorPosts
-
enelson76MemberI recently started having a problem with the app server deployment feature. I have JBoss 5.0.1GA set up and it’s been working fine until a couple days ago. Now when I make any changes to a project that is setup to deploy to JBoss, the file saves and compiles fine, but doesn’t get pushed out to the app server deployment directory. It’s setup as an exploded deployment and has been working until just recently. Any ideas on what could be going on? Thanks ahead of time for your help.
–Eric
support-joyMemberHi Eric,
Sorry to hear that you are experiencing this. I need to know few things to understand your work environment to help you.
1. Can you copy and paste your installation details. You have to go to MyEclipse > Installation Summary > Installation Detail.
2. How did you install MyEclipse? Meaning you have installed using All-in-one installer or you have added MyEclipse to Eclipse?etc
3. I am guessing you have a web project. If not, let me know the type of project you are deploying using jboss?
4. What is the JDK configured on JBoss?
5. Can you verify your deployment properties under – Window > Preferences > MyEclipse Enterprise Workbench > Java Enterprise Project > Web Project — Deployment Tab. Can you attach a screenshot here?
6. Right click on the project, select properties. Select MyEclipse > Web and check the Deployment tab. Can you attach a screenshot here? (Both 1 & 2 could be same, unless you have changed the settings specific to this project)
enelson76MemberInstallation Details:
*** Date:
Tuesday, March 24, 2009 8:46:30 AM MDT** System properties:
OS=WindowsVista
OS version=6.0.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.1.1
Build id: 7.1.1-20090310*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.1.1
Build id: 7.1.1-20090310Eclipse Platform
Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
Build id: M20080911-1700Eclipse Java Development Tools
Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
Build id: M20080709-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse RCP
Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
Build id: M20080703-0800Eclipse Plug-in Development Environment
Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
Build id: M20080703-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Users\enelson\AppData\Local\Genuitec\MyEclipse 7.0\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Users\enelson\AppData\Local\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Users\enelson\AppData\Local\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-clean
-configuration
configuration
-vm
C:\Users\enelson\AppData\Local\Genuitec\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll2. I installed with All-in-on
3. Yes, web project. I actually have an EAR project, so three associated projects: enterprise application project, EJB project, and WEB project
4. JDK is Sun 1.6.0_12
5. Deployment properties: Smart Deployment
6. Not sure how to attach an image…
enelson76MemberI just realized that this problem only occurs within the WEB-INF/classes directory. All other directories and files, like JSP’s and libs, are syncing over to JBoss just fine. So it’s only in that directory, as well as the modified class files in the EJB project.
enelson76MemberI found it. I had a circular project reference between my Web and EJB projects. Once I removed that, the deployment started working again.
support-joyMemberHi Eric,
Good to hear you have everything figured out. Thank you for posting the resolution. To attach a screenshot, instead of using the ‘Quick Reply’ section, you should use *post reply* button, this has more options.
Best.
-
AuthorPosts