Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Error on startup
Error on startup [message #330650] Thu, 07 August 2008 09:51 Go to next message
Eclipse UserFriend
Originally posted by: steve.nospam.rainbird.mssint.nospam.com

My java classes are not compiling and I have no idea why.

the only thing I can see is in the log I have the following error.

!SESSION 2008-08-07
10:48:10.074 -----------------------------------------------
eclipse.buildId=M20070921-1145
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui.workbench 2 0 2008-08-07 10:48:19.874
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-08-07 10:48:19.874
!MESSAGE Conflict for
'AUTOGEN:::com.eviware.soapui.eclipse.request/com.eviware.so apui.eclipse.request.delete':
HandlerActivation(commandId=AUTOGEN:::com.eviware.soapui.ecl ipse.request/com.eviware.soapui.eclipse.request.delete,
handler=ActionDelegateHandlerProxy(null,com.eviware.soapui.e clipse.actions.EclipseDeleteRequestAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@18c4a7f),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::com.eviware.soapui.ecl ipse.request/com.eviware.soapui.eclipse.request.delete,
handler=ActionDelegateHandlerProxy(null,com.eviware.soapui.e clipse.actions.EclipseRenameRequestAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@18c4a7f),sourcePriority=16384)

Any ideas?

TIA

--
Steve
Re: Error on startup [message #330652 is a reply to message #330650] Thu, 07 August 2008 10:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: steve.nospam.rainbird.mssint.nospam.com

"Steve Rainbird" <steve.nospam.rainbird@mssint.nospam.com> wrote in message
news:g7egjf$7dv$1@build.eclipse.org...
> My java classes are not compiling and I have no idea why.
>
> the only thing I can see is in the log I have the following error.
>
> !SESSION 2008-08-07
> 10:48:10.074 -----------------------------------------------
> eclipse.buildId=M20070921-1145
> java.version=1.6.0_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui.workbench 2 0 2008-08-07 10:48:19.874
> !MESSAGE A handler conflict occurred. This may disable some commands.
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-08-07 10:48:19.874
> !MESSAGE Conflict for
> 'AUTOGEN:::com.eviware.soapui.eclipse.request/com.eviware.so apui.eclipse.request.delete':
> HandlerActivation(commandId=AUTOGEN:::com.eviware.soapui.ecl ipse.request/com.eviware.soapui.eclipse.request.delete,
>
> handler=ActionDelegateHandlerProxy(null,com.eviware.soapui.e clipse.actions.EclipseDeleteRequestAction),
>
> expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@18c4a7f),sourcePriority=16384)
> HandlerActivation(commandId=AUTOGEN:::com.eviware.soapui.ecl ipse.request/com.eviware.soapui.eclipse.request.delete,
>
> handler=ActionDelegateHandlerProxy(null,com.eviware.soapui.e clipse.actions.EclipseRenameRequestAction),
>
> expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@18c4a7f),sourcePriority=16384)
>
> Any ideas?
>
> TIA
>
> --
> Steve


BTW if it helps the only thing I can think of that happened yesterday that
might have caused this is that my pc (Vista) blue screened on me. :(

--
Steve
Re: Error on startup [message #330847 is a reply to message #330650] Thu, 14 August 2008 16:34 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

If a -clean doesn't clear this up, the problem is that something (I'm
not sure what) registered
com.eviware.soapui.eclipse.actions.EclipseRenameRequestActio n and
com.eviware.soapui.eclipse.actions.EclipseDeleteRequestActio n for the
AUTOGEN:::com.eviware.soapui.eclipse.request/com.eviware.soa pui.eclipse.request.delete
command

They look like action sets, so unless you are using keybindings they
shouldn't present a problem.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm


Previous Topic:Sorting table Viewer
Next Topic:code to test "objectClass" of object contribution of "popupMenus" extension-poin
Goto Forum:
  


Current Time: Sun Jun 30 09:44:53 GMT 2024

Powered by FUDForum. Page generated in 0.02530 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top