ES on OS X - NEXT in Wizard does nothing
Brought to you by:
eboudrant,
pombredanne
Hello! Downloaded the EasyStruts snap-in both manually and
automatically to no avail. Though it installs and I can bring
up the various setup windos, the NEXT button does not
respond.
Well, it may be responding, the "wait" spinner appears
briefly but then the regular arrow cursor returns. No
messages appear. BUT, if I double-click on "Add EasyStruts
support to project", the message "An error has occured. See
error log for details". I'm sorry but I'm new to Eclipse and
haven't the foggiest idea where the log is.
This behavior affects all the ES wizards, though only the one
to add ES support to the project actually brings up an error.
Can anyone point in one direction or another?
Logged In: YES
user_id=880855
Try to see in $ECLIPSE/workspace/.metadata/.log
Logged In: YES
user_id=950900
Attached a log file with the error in question.
Logged In: NO
I have a similar problem on OS X. The first time I try to "Add
EasyStruts Support" to a Tomcat project, it appears to work.
But it doesn't add any of the .jar files that are required for
Struts. They do get added on Windows.
If I try to add EasyStruts support a second time, I get the
problem described above (which I sort of figured was a
feature to prevent you from adding it twice).
This is with Mac OS 10.3.3, Eclipse 2.1, and EasyStruts 0.6.4.
I've duplicated the problem on two different machines. Here's
the last entry in my .metadata/.log:
!SESSION May 03, 2004 16:17:55.60 ------------------------
----------------------
java.version=1.3.1
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon,
NL=en_US
Command-line arguments: -noupdate -consoleLog -
showlocation -os macosx -ws carbo
n -install file:/Applications/eclipse/
!ENTRY com.cross.easystruts.eclipse 4 4 May 03, 2004
16:17:55.62
!MESSAGE rootDir=/
!ENTRY org.eclipse.core.resources 4 2 May 03, 2004
16:18:22.753
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.re
sources".
!STACK 0
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:2330)
at org.eclipse.swt.SWT.error(SWT.java:2260)
at org.eclipse.swt.widgets.Widget.error
(Widget.java:545)
at org.eclipse.swt.widgets.Widget.checkWidget
(Widget.java:301)
at org.eclipse.swt.widgets.Tree.setSelection
(Tree.java:1143)
at org.eclipse.jface.viewers.TreeViewer.setSelection
(TreeViewer.java:226
)
at
org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWi
dget(Abs
tractTreeViewer.java:1249)
at
org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidg
et(Struc
turedViewer.java:1055)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection
(Struct
uredViewer.java:808)
at
org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged
(AbstractTre
eViewer.java:721)
at org.eclipse.jface.viewers.ContentViewer.setInput
(ContentViewer.java:2
38)
at org.eclipse.jface.viewers.StructuredViewer.setInput
(StructuredViewer.
java:991)
at
org.easystruts.eclipse.views.EasyStrutsView.resourceChanged
(EasyStrut
sView.java:311)
at
org.eclipse.core.internal.events.NotificationManager$1.run
(Notificati
onManager.java:137)
at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatfo
rm.java:1006)
at org.eclipse.core.runtime.Platform.run
(Platform.java:413)
at
org.eclipse.core.internal.events.NotificationManager.notify
(Notificat
ionManager.java:152)
at
org.eclipse.core.internal.events.NotificationManager.handleEve
nt(Noti
ficationManager.java:124)
at
org.eclipse.core.internal.resources.Workspace.broadcastEvent
(Workspac
e.java:170)
at org.eclipse.core.internal.resources.Resource.delete
(Resource.java:636
)
at org.eclipse.core.internal.resources.Project.delete
(Project.java:288)
at org.eclipse.ui.actions.DeleteResourceAction.delete
(DeleteResourceActi
on.java:306)
at org.eclipse.ui.actions.DeleteResourceAction.delete
(DeleteResourceActi
on.java:293)
at
org.eclipse.ui.actions.DeleteResourceAction$2.execute
(DeleteResourceA
ction.java:385)
at
org.eclipse.ui.actions.WorkspaceModifyOperation$1.run
(WorkspaceModify
Operation.java:71)
at org.eclipse.core.internal.resources.Workspace.run
(Workspace.java:1595
)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run
(WorkspaceModifyOp
eration.java:85)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.
run(Modal
Context.java:101)
Jacob (jacob at jacobweber dot com)
Logged In: NO
I have a similar problem on OS X. The first time I try to "Add
EasyStruts Support" to a Tomcat project, it appears to work.
But it doesn't add any of the .jar files that are required for
Struts. They do get added on Windows.
If I try to add EasyStruts support a second time, I get the
problem described above (which I sort of figured was a
feature to prevent you from adding it twice).
This is with Mac OS 10.3.3, Eclipse 2.1, and EasyStruts 0.6.4.
I've duplicated the problem on two different machines.
Jacob (jacob at jacobweber dot com)