- This topic has 16 replies, 8 voices, and was last updated 18 years, 5 months ago by Ed Fowler.
-
AuthorPosts
-
Jimmy RayMemberAre there supposed to be components that I can use in the palette…after installing the Matisse plugin, and creating a new form file (JFrame), the palette is still empty.
Riyad KallaMemberHmm yes your palette should be full of all the Swing components.
Can you post the result of (MyEclipse > About > Configuration Summary) for me?
sherifgmansourMemberHello. I am having the same problem. I just installed the Matisse plugin, and created a new file from JFrame (As per the demo on http://www.myeclipseide.com/images/tutorials/matisse_demo.htm). However, my “Mattise Palatte” – top left is blank – it has nothing in it.
My MyEclipse Config Summary looks like this:
*** Date: Sun Apr 30 15:31:40 EST 2006 *** System properties: OS=WindowsXP OS version=5.1 Java version=1.5.0_05 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 4.1.1 GA Build id: 20060309-4.1.1-GA *** Eclipse details: Eclipse SDK Version: 3.1.2 Build id: M20060118-1600 Eclipse Platform Version: 3.1.2 Build id: M20060118-1600 Eclipse RCP Version: 3.1.2 Build id: M20060118-1600 Eclipse Java Development Tools Version: 3.1.2 Build id: M20060118-1600 Eclipse Plug-in Development Environment Version: 3.1.2 Build id: M20060118-1600 Eclipse Project SDK Version: 3.1.2 Build id: M20060118-1600 Eclipse startup command=-os win32 -ws win32 -arch x86 -launcher C:\Dev\eclipse\eclipse.exe -name Eclipse -showsplash 600 -exitdata 564_60 -vm C:\WINDOWS\system32\javaw.exe
sherifgmansourMember@sherifgmansour wrote:
… However, my “Mattise Palatte” – top left is blank – it has nothing in it.
Sorry I meant to say top right!
Riyad KallaMemberTry restarting using -clean command line argument, also try going to Window > Reset Perspective when you are in the Matisse design perspective. If it still doesn’t work, try this:
1) File > Switch Workspace > C:\tempworkspace, hit OK
2) Create a new Java Project
3) Create a new Swing form in the project of whatever type you want, hit OKDoes the palette have controls in it?
mmaikraMemberI had the same problem. I had pulledd all my palettes to the my
other screen. I had to reset the plugin and then everything gained focus again. So i guess I won’t undock my matisse palette.
sherifgmansourMemberHi,
Just to let you know it works now. All I had to do was reset my pallets, restart eclipse and it appeared.Its a strange one but.. straight off the install.
Thanks for the help
lxegreMemberHello,
Everything was working just fine until I bought a Pro subscription and re-installed the whole package: MyEclypse + Matisse plugin
Now my Matisse Palette is empty wathever I try:
– reset perspectives
– clean option
– switch workspace, new Project, new Swing form (I see no swing templates in the matisse form wizard window)Note that the same install package works fine on my personal computer (WinXP SP2).
So here is the configuration details of the installation which is not working, I hope it will help:
*** Date: Tue May 09 15:08:13 CEST 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_05*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-data
D:\PROG\JAVA\Workspace
-os
win32
-ws
win32
-arch
x86
-launcher
D:\LE\TOOLS\eclipse-SDK-3.1.2-MyEclipse\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
7c0_394
-showlocation
-vm
D:\Java\jdk1.5.0_05\bin\javaw.exeThanks in advance for your help,
Loic
Riyad KallaMemberLoic,
This sounds exactly like this bug:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-12434.htmlthat was confirmed here by our team:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-12458.htmlwhich will be fixed in M2, sorry for that trouble.
sonyathompsonMemberI had Matisse4MyEclipse running smoothly one day (after finally figuring out that I needed the latest Eclipse and MyEclipse installs) and then I came in the next day and the palette was empty again! So I had to uninstall MyEclipse, reinstall it, and then reapply the Matisse4MyEclipse. I had tried other things like resetting the perspective, reapplying Matisse4MyEclipse without reinstalling MyEclipse, etc. but none of them work. Maybe this will help someone…..
smulgundMemberHas anybody come up with a solid fix for this problem? I’ve completely reinstalled Eclipse from scratch, no luck. None of the options offered thus far have had any impact for me. Switching the workspace worked once, but the palette disappeared again as soon as I exited eclipse and re-started.
Sandeep
Riyad KallaMemberFor the people continually having issues with the palette disappearing, if you open your log file <workspace dir>\.metadata\.log, and look near the bottom do you see exceptions pertaining to the loading of th palette possibly?
smulgundMemberYes! I see the following:
Note that I have set the proxy in the MyEclipse settings.
!ENTRY com.genuitec.eclipse.dehory 4 4 2006-05-24 16:53:52.848
!MESSAGE Connection timed out: connect
!STACK 0
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.openide.xml.XMLUtil.parse(XMLUtil.java:36)
at org.netbeans.spi.palette.PaletteController.loadItems(PaletteController.java:62)
at org.netbeans.spi.palette.PaletteController.<init>(PaletteController.java:56)
at org.netbeans.modules.form.palette.PaletteUtils.getPalette(PaletteUtils.java:17)
at org.netbeans.modules.form.FormEditor.attachPaletteListener(FormEditor.java:814)
at org.netbeans.modules.form.FormEditor.loadFormData(FormEditor.java:262)
at org.netbeans.modules.form.FormEditor.access$0(FormEditor.java:202)
at org.netbeans.modules.form.FormEditor$1.run(FormEditor.java:183)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
smulgundMemberHi,
Some more information that may be helpful. I’m at home with my work laptop now, connected to the Internet via my wireless access point. The Matisse palette loads up just fine now, across all workspaces. I do not have a proxy connection to the Internet, unlike the LAN at work. So perhaps this is the issue?
Sandeep
Riyad KallaMemberSandeep,
This is the bug I confirmed on May 9th if you scroll up, we should have it fixed in Milestone #2, we know why it’s happening. Sorry for the problems. -
AuthorPosts