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 20 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
adamsouthwardMemberHi,
Periodically I am having a problem with the IDE failing to hot-deploy any changes made to jsp or class files. I am using an exploded deployment, and ‘build automatically’ is selected for the project(s) in question.Symptoms:
After making a coding change, the change is not reflected in the running environment. Additionally, when this happens, the ‘Manage Deployments’ tool seems to have ‘lost’ any deploment settings (there appears to be no projects deployed), however, the apps remain running.To solve the problem I have to stop tomcat, deploy the project again, and start tomcat.
This occurs with various projects deployed to tomcat 4 or 5. It maybe happens once or twice a day but I cannot seem to find the cause !!Please help 🙂
July 14, 2005 at 9:28 am #232977
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
July 14, 2005 at 9:53 am #232983
adamsouthwardMember@support-rkalla wrote:
Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Hi,
Sorry, here is my system info:Operating System: Windows 2000 5.00.2195 Service Pack 4
Eclipse Version: 3.0.2 Build id: 200503110845
Fresh install of eclipse for MyEclipse version 3.8.4
Also using Spring Beans IDE version 1.0.3
JDK 1.5, Deploying with 1.5 to Tomcat 5.59The only error in the /.metadata/.log is:
!ENTRY com.ibm.sse.editor.xml 4 4 Jul 14, 2005 14:06:09.751
!MESSAGE null
!STACK 0
org.eclipse.jface.text.BadLocationException
at org.eclipse.jface.text.DocumentCommand.addCommand(DocumentCommand.java:333)
at com.ibm.sse.editor.xml.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertForComment(Unknown Source)
at com.ibm.sse.editor.xml.internal.autoedit.StructuredAutoEditStrategyXML.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextViewer.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextEditor$StatusLineSourceViewer.customizeDocumentCommand(Unknown Source)
at com.ibm.sse.editor.StructuredTextViewer.handleVerifyEvent(Unknown Source)
at org.eclipse.jface.text.TextViewer$TextVerifyListener.verifyText(TextViewer.java:347)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:193)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:613)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5571)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6441)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2536)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:4979)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5002)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4747)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1734)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1730)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3067)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2970)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1473)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2430)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)July 14, 2005 at 10:09 am #232987
Riyad KallaMemberHmm well that’s an unrelated exception but I would encourage you to try to upgrade to Eclipse 3.1 and MyEclipse 4.0 Milestone 2, they are a very stable combination AND we ship SpringIDE now integrated. Also don’t forget to use a new workspace and import your old projects.
-
AuthorPosts
