For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 12 replies, 2 voices, and was last updated 17 years, 11 months ago by
Loyal Water.
-
AuthorPosts
-
guestIMemberWhile trying to update the Eclipse with Fuse Update Site by installing all of the FUSE Tools plugins from the open.iona.com update site.
i’m getting the following error:Network connection problems encountered during search.
Unable to access “http://repo.open.iona.com/consolidated-fuse-update-site/”.
Error parsing site stream. [Premature end of file.]
Premature end of file.
Error parsing site stream. [Premature end of file.]
Premature end of file.i tried to set the proxy setting also thru windows–>preference–>general and kept the port as 443. but stiil it dint work.
could you please provide any pointers to get it resolved?
September 25, 2008 at 8:43 am #289363
Loyal WaterMemberMaybe the website your updating from is down or your proxy has not been set correctly. Can you please verify these two things and let me know if the problem persists.
September 25, 2008 at 9:35 am #289365
guestIMemberI checked the site. It is working properly.
secondly, for proxy i used the same pac thru which we connect to internet.
I went to windows–>preference–>general –>Network connections –> and set the Manual Proxy configuration. I gave the port as 443. i gave the Username/pwd also in Enable proxy authentication.
For the web browser, i tried with both system default and internet explorer. still the problem exists.
i may be missing some other property.
Could you please tell me what else needs to be done?September 25, 2008 at 3:13 pm #289392
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Are you updating through Help > Software Update > Find And Install > Search for new feature to install > New Remote Site > …?
September 26, 2008 at 12:03 am #289403
guestIMemberI am using Eclipse-Version: 3.3.2. I dint get the MyEclipse icon in the eclipse , i have not installed MyEclipse.
Also,yes, i’m updating through Help > Software Update > Find And Install > Search for new feature to install > New Remote Site >..i went to Help>About Eclipse SDk>Configuration details and following are the details:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.buildId=M20080221-1800
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
D:\CVS_install\eclipse_install\eclipse\\plugins\org.eclipse.platform_3.3.3.r33x_r20080129\splash.bmp
-launcher
D:\CVS_install\eclipse_install\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
D:\CVS_install\eclipse_install\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
D:\CVS_install\eclipse_install\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-vm
C:\Program Files\Java\jre1.5.0_15\bin\client\jvm.dll
eclipse.ee.install.verify=false
eclipse.product=org.eclipse.sdk.ide
eclipse.startTime=1222401158125
eclipse.vm=C:\Program Files\Java\jre1.5.0_15\bin\client\jvm.dll
eclipse.vmargs=-Xms40m
-Xmx512m
-Djava.class.path=D:\CVS_install\eclipse_install\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
eof=eof
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\and the logs i got from Error logs under configuration details are:
eclipse.buildId=M20080221-1800
java.version=1.5.0_15
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.update.core 4 42 2008-09-24 16:24:50.324
!MESSAGE Network connection problems encountered during search.
!SUBENTRY 1 org.eclipse.update.core 4 0 2008-09-24 16:24:50.324
!MESSAGE Unable to access “http://repo.open.iona.com/consolidated-fuse-update-site”.
!STACK 1
org.eclipse.core.runtime.CoreException: Error parsing site stream. [Premature end of file.]
at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:223)
at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:254)
at org.eclipse.update.core.model.SiteModelFactory.parseSite(SiteModelFactory.java:93)
at org.eclipse.update.internal.core.SiteURLFactory.createSite(SiteURLFactory.java:80)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:334)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:326)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:298)
at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSite(InternalSiteManager.java:222)
at org.eclipse.update.internal.core.InternalSiteManager.getSite(InternalSiteManager.java:162)
at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSearchRequest.java:452)
at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSearchRequest.java:323)
at org.eclipse.update.ui.UpdateJob.runSearchForNew(UpdateJob.java:182)
at org.eclipse.update.ui.UpdateJob.run(UpdateJob.java:170)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
org.eclipse.core.runtime.CoreException[0]: org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(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.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.eclipse.update.core.model.DefaultSiteParser.parse(DefaultSiteParser.java:152)
at org.eclipse.update.core.model.SiteModelFactory.parseSite(SiteModelFactory.java:81)
at org.eclipse.update.internal.core.SiteURLFactory.createSite(SiteURLFactory.java:80)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:334)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:326)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:298)
at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSite(InternalSiteManager.java:222)
at org.eclipse.update.internal.core.InternalSiteManager.getSite(InternalSiteManager.java:162)
at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSearchRequest.java:452)
at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSearchRequest.java:323)
at org.eclipse.update.ui.UpdateJob.runSearchForNew(UpdateJob.java:182)
at org.eclipse.update.ui.UpdateJob.run(UpdateJob.java:170)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SUBENTRY 2 org.eclipse.update.core 4 0 2008-09-24 16:24:50.324
!MESSAGE Error parsing site stream. [Premature end of file.]
!STACK 0
org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(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.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.eclipse.update.core.model.DefaultSiteParser.parse(DefaultSiteParser.java:152)
at org.eclipse.update.core.model.SiteModelFactory.parseSite(SiteModelFactory.java:81)
at org.eclipse.update.internal.core.SiteURLFactory.createSite(SiteURLFactory.java:80)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:334)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:326)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:298)
at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSite(InternalSiteManager.java:222)
at org.eclipse.update.internal.core.InternalSiteManager.getSite(InternalSiteManager.java:162)
at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSearchRequest.java:452)
at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSearchRequest.java:323)
at org.eclipse.update.ui.UpdateJob.runSearchForNew(UpdateJob.java:182)
at org.eclipse.update.ui.UpdateJob.run(UpdateJob.java:170)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SUBENTRY 2 org.eclipse.update.core 4 0 2008-09-24 16:24:50.324
!MESSAGE Error parsing site stream. [Premature end of file.]
!STACK 0
org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(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.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.eclipse.update.core.model.DefaultSiteParser.parse(DefaultSiteParser.java:152)
at org.eclipse.update.core.model.SiteModelFactory.parseSite(SiteModelFactory.java:81)
at org.eclipse.update.internal.core.SiteURLFactory.createSite(SiteURLFactory.java:80)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:334)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:326)
at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:298)
at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSite(InternalSiteManager.java:222)
at org.eclipse.update.internal.core.InternalSiteManager.getSite(InternalSiteManager.java:162)
at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSearchRequest.java:452)
at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSearchRequest.java:323)
at org.eclipse.update.ui.UpdateJob.runSearchForNew(UpdateJob.java:182)
at org.eclipse.update.ui.UpdateJob.run(UpdateJob.java:170)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)if the information you required is not enough here, do let me know.
Also,can’t i update sites in Eclipse without installing MyEclipse?September 26, 2008 at 8:09 am #289411
guestIMemberi have now installed MyEclipse 6.5.1 on Eclipse3.3.2. but Now when i went to MyEclipse>Installation Summary>. its saying “The chosen operation is not currently available”.
could you please suggest on this also?
September 26, 2008 at 8:09 am #289412
guestIMemberi have now installed MyEclipse 6.5.1 on Eclipse3.3.2. but Now when i went to MyEclipse>Installation Summary>. its saying “The chosen operation is not currently available”.
could you please suggest on this also?
September 26, 2008 at 2:08 pm #289444
Loyal WaterMemberWhat OS are you working on ? I would suggest you grab the all in one installer and use that to setup MyEclipse incase your working on windows.
September 28, 2008 at 7:12 am #289465
guestIMemberI installed the All in one Installer.
But while trying to install the Plugins from the site, i am stilll getting the same error.
Please find below the Installation summary:
*** Date:
Sunday, September 28, 2008 5:32:50 PM GMT+05:30** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.5.1 GA
Build id: 6.5.1-GA-20080715Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.5\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
80c_70
-clean
-vm
C:\Program Files\MyEclipse 6.5\jre\bin\javaw.execould you please provide any pointers to resolve it?
September 29, 2008 at 1:26 pm #289502
Loyal WaterMemberguestI,
Have you tried setting up any other plugin with MyEclipse? Have you tried setting up MyEclipse Reports or Icefaces or the PDT plugin? Do they work?September 30, 2008 at 12:50 am #289529
guestIMemberHi Nipun,
i tried to install PDT plugin and other plugins also. But i’m getting the same errorr.
Network connection problems encountered during search.
Unable to access “http://repo.open.iona.com/consolidated-fuse-update-site/”.
Error parsing site stream. [Premature end of file.]
Premature end of file.
Error parsing site stream. [Premature end of file.]
Premature end of file.
Unable to access “http://downloads.zend.com/pdt”.
Error parsing site stream. [Premature end of file.]
Premature end of file.
Error parsing site stream. [Premature end of file.]
Premature end of file.September 30, 2008 at 12:17 pm #289568
Loyal WaterMemberQuestion: Do you get this error when you add the Remote site and then search for plugins available for installing or do you get this error when you select the plugin and try setting it up?
September 30, 2008 at 12:19 pm #289571
Loyal WaterMemberCan you go to http://www.poweredbypulse and grab the pulse launcher. After launching he pulse launcher, add the MyEclipse profile to it and now try adding the plugin. Does that work?
-
AuthorPosts
