Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » [SOLVED] RichText on Windows7 64bits issue(No richtext available so that it is not possible to enter any text)
[SOLVED] RichText on Windows7 64bits issue [message #1232298] Thu, 16 January 2014 16:24 Go to next message
Nils L. is currently offline Nils L.Friend
Messages: 3
Registered: January 2014
Junior Member
Hello,

I'm a new user of EPF and I've starting using it to build our internal processes.
My main drawback until now is that I still not managed to install the richtext pluggin.

What is the issue?
When on a page where I have the "main description" inputbox, it is not possible to enter any text.

What I've done?
I've downloaded the package "epf-richtext-1.5.1.5-win32" and copied the existing files and folders into my EPF folder.

What is my environment?
Windows 7 64bits
EPF 1.5.1.5

Error seen in EPF log:
Quote:
!ENTRY org.eclipse.epf.richtext 4 0 2014-01-16 17:07:51.836
!MESSAGE
!STACK 0
java.lang.NullPointerException
at org.eclipse.epf.richtext.actions.PasteAction.copyLinkResources(PasteAction.java:147)
at org.eclipse.epf.richtext.actions.PasteAction.execute(PasteAction.java:100)
at org.eclipse.epf.richtext.RichText$5.widgetSelected(RichText.java:1207)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.epf.rcp.ui.MainApplication.createWorkbenchAdvisor(MainApplication.java:116)
at org.eclipse.epf.rcp.ui.MainApplication.start(MainApplication.java:82)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)


So after hours of tries and searches on Internet, I don't really know what to do.
This tool is the one I would like to use, so that I feel quite sad to be blocked only on this point.

Many thanks to any one that could help me Wink

Greetings

Nils

[Updated on: Fri, 17 January 2014 14:26]

Report message to a moderator

Re: RichText on Windows7 64bits issue [message #1232561 is a reply to message #1232298] Fri, 17 January 2014 07:56 Go to previous messageGo to next message
Nils L. is currently offline Nils L.Friend
Messages: 3
Registered: January 2014
Junior Member
Hello,

One complement I've discovered in the log file at the very begining of the session start part, I can see this:
!SESSION 2014-01-17 08:47:07.740 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_39
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments:  -os win32 -ws win32 -arch x86 -data @user.home/EPF/workspace.151

!ENTRY org.eclipse.epf.rcp.ui 1 0 2014-01-17 08:47:23.819
!MESSAGE INFO: Application start directory =C:\nils.laumaille\utils\EPF-composer-1.5.1.5-win32

!ENTRY org.eclipse.ui.workbench 2 0 2014-01-17 08:47:28.036
!MESSAGE A handler conflict occurred.  This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2014-01-17 08:47:28.036
!MESSAGE Conflict for 'AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction':
HandlerActivation(commandId=AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction,
	handler=ActionDelegateHandlerProxy(null,org.eclipse.ui.internal.cheatsheets.actions.CheatSheetHelpMenuAction),
	expression=AndExpression(ActionSetExpression(org.eclipse.ui.cheatsheets.actionSet,org.eclipse.ui.internal.WorkbenchWindow@3cbb4b),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@3cbb4b)),sourcePriority=16640)
HandlerActivation(commandId=AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction,
	handler=ActionDelegateHandlerProxy(null,org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction),
	expression=AndExpression(ActionSetExpression(org.eclipse.ui.cheatsheets.actionSet,org.eclipse.ui.internal.WorkbenchWindow@3cbb4b),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@3cbb4b)),sourcePriority=16640)


Perhaps this exception is the root cause.

Any ideas?

Thanks
Re: RichText on Windows7 64bits issue [message #1232699 is a reply to message #1232561] Fri, 17 January 2014 14:25 Go to previous message
Nils L. is currently offline Nils L.Friend
Messages: 3
Registered: January 2014
Junior Member
I finally solved my issue.

The cause was IE9 ... indeed I don't know how I found that but it seems that the RichText uses IE but on my computer the 32bits version of IE9 was not working.
So I reinstalled it and registered the ddl back ... and small miracle in my day, EPF richtext now works.

I hope this feedback could help some users in the same situation.

Greetings
Previous Topic:Plugins for EPF Composer
Next Topic:How do I install EPF in mac os X
Goto Forum:
  


Current Time: Fri Apr 19 12:33:20 GMT 2024

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

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

Back to the top