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, 7 voices, and was last updated 16 years, 1 month ago by
support-joy.
-
AuthorPosts
-
kendlingMemberIt will take follow error:
!SESSION 2009-07-18 14:58:44.283 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=zh_CN
Command-line arguments: -os linux -ws gtk -arch x86_64!ENTRY org.eclipse.osgi 4 0 2009-07-18 14:58:52.254
!MESSAGE An error occurred while automatically activating bundle com.genuitec.pulse2.common.http (6).
!STACK 0
org.osgi.framework.BundleException: Exception in com.genuitec.pulse2.common.http.internal.Activator.start() of bundle com.genuitec.pulse2.common.http.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1028)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:370)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:443)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
at java.lang.Class.getConstructor0(Class.java:2716)
at java.lang.Class.newInstance0(Class.java:343)
at java.lang.Class.newInstance(Class.java:325)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:188)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.IllegalArgumentException: Could not instantiate the SSLSocketFactory
at com.genuitec.pulse2.common.http.internal.Activator.newSSLSocketFactory(Unknown Source)
at com.genuitec.pulse2.common.http.internal.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
… 37 more
Caused by: java.lang.ClassNotFoundException: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
… 42 more
Root exception:
java.lang.IllegalArgumentException: Could not instantiate the SSLSocketFactory
at com.genuitec.pulse2.common.http.internal.Activator.newSSLSocketFactory(Unknown Source)
at com.genuitec.pulse2.common.http.internal.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:370)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:443)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
at java.lang.Class.getConstructor0(Class.java:2716)
at java.lang.Class.newInstance0(Class.java:343)
at java.lang.Class.newInstance(Class.java:325)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:188)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.ClassNotFoundException: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
… 42 more!ENTRY org.eclipse.osgi 4 0 2009-07-18 14:58:52.308
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in “com.genuitec.pulse2.client.installer.ui” was unable to instantiate class “com.genuitec.pulse2.client.installer.ui.application.InstallerApplication”.
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:188)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.NoClassDefFoundError: com/genuitec/pulse2/common/http/IAuthenticationRequestHandler
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
at java.lang.Class.getConstructor0(Class.java:2716)
at java.lang.Class.newInstance0(Class.java:343)
at java.lang.Class.newInstance(Class.java:325)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
… 16 more
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.genuitec.pulse2.common.http (6).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:370)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:443)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
… 22 more
Caused by: org.osgi.framework.BundleException: Exception in com.genuitec.pulse2.common.http.internal.Activator.start() of bundle com.genuitec.pulse2.common.http.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1028)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
… 32 more
Caused by: java.lang.IllegalArgumentException: Could not instantiate the SSLSocketFactory
at com.genuitec.pulse2.common.http.internal.Activator.newSSLSocketFactory(Unknown Source)
at com.genuitec.pulse2.common.http.internal.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
… 37 more
Caused by: java.lang.ClassNotFoundException: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
… 42 moreJuly 20, 2009 at 12:50 am #300594
support-shaliniMemberkendling,
Can you open pulse explorer manually from ~Genuitec > Pulse Explorer > pulse-explorer.exe, login anonymously. Under my profiles right click on MyEclipse 7.5 and select “Install and run” from the context menu. Let me know if this works for youJuly 20, 2009 at 10:25 am #300615
pkaylorMemberHi,
I’m having the same problem. I used Pulse and got the following error. I check the directory and java is there.
An error occurred while configuring the installed items
session context was:(profile=com.poweredbypulse.profile-355182-rmb-161194, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Configure, operand=null –> [R]com.sun.java.jdk.linux.x86_64 1.6.0.013, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction).
The action chmod failed – file /home/pete/Genuitec/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013/bin/java_vm does not exist.Regards,
Pete Kaylor
July 21, 2009 at 5:40 am #300647
support-joyMemberPete,
Sorry to hear you are running into this issue. Can you answer few questions for me to get to the root cause –
1. Can you copy and paste your installation details here? You can get it from MyEclipse > Installation Summary > Installation Detail.
2. What I would suggest you is to remove any existing MyEclipse installations from your system and try again using the pulse-explorer. Remove any existing pulse2.properties files from your filesystem.
Now try again to [Re-install and run] from pulse explorer. You should be all set.July 21, 2009 at 10:25 am #300658
pkaylorMemberHi,
I had two installs that I just deleted. One was a CPP, the other a Eclipse SDK with MyEclipse 7.5 installed. I deleted the Genuitec folder and downloaded pulse again. Tried the pulse install again and received the same java_vm error as above. I don’t have any installation details since there isn’t an instance of Eclipse or Myeclipse installed. The java directory in the error message is exists and the java jvm is there. The error message doesn’t appear to identify the file but instead uses a variable name.
I’ve added the pulse2.properties file below
Thanks,
Pete
#Tue Jul 21 11:22:32 EDT 2009
com.genuitec.pulse.client.download.details.download.rate.stalling.label=stalling
com.genuitec.pulse.client.download.details.download.paused.label=Transfer paused
com.genuitec.pulse.client.profile.lock.in.use=An instance of this profile is currently running.
com.genuitec.pulse.client.download.details.download.processing.label=Processing transfer
com.genuitec.pulse.installer.java.native.network.label=Native Java network connectivity (experimental fallback)
com.genuitec.pulse.installer.commwizard.work.offline.option.text=Work Offline
com.genuitec.pulse.client.commservice.error.urx.syntax.summary=Server URL is invalid
com.genuitec.pulse.client.from.installer.distribution=from installer distribution
com.genuitec.pulse.client.ok.label=OK
com.genuitec.pulse.installer.definition.artifact.repositories.1=http\://www.poweredbypulse.com/pulse/download/live/
com.genutiec.pulse.commwizard.customize.button.label=Customize Settings
com.genuitec.pulse.installer.definition.artifact.repositories.0=http\://downloads.poweredbypulse.com/downloads/products/pulse/client25/
com.genuitec.pulse.client.startup.connection.test.retries=3
com.genuitec.pulse.client.commservice.error.connecting.summary=Unable to connect to server
com.genuitec.pulse.installer.installdir.browse.title=Browse for Folder
com.genuitec.pulse.client.installer.creates.explorer.shortcut=true
com.genuitec.pulse.installer.standard.utilization.label=4\: Standard utilization
com.genuitec.pulse.installer.commwizard.could.not.connect.message=Could not connect to the server \nReason\:
com.genuitec.pulse.installer.definition.launcher.name=pulse-explorer
com.genuitec.pulse.client.server.connectivity.check.url=/pulse/action/model
com.genuitec.pulse.installer.commwizard.autoconfig.page.description=Please wait while Pulse tries to autodetect your network settings.
com.genuitec.pulse.installer.commwizard.work.offline.dialog.content=Are you sure you want to work offline
com.genuitec.pulse.client.download.details.download.stalled.label=Stalled
com.genuitec.pulse.installer.installdir.prompt.skip=false
com.genuitec.pulse.installer.installdir.title=Pulse Install Directory
com.genuitec.pulse.client.large.download.strategy=large downloads strategy
com.genuitec.pulse.client.download.stall.timeout=30000
com.genuitec.pulse.installer.commwizard.need.failsafe.dialog.title=Confirm Insecure Connection
com.genuitec.pulse.client.commservice.error.unreachable.port=Pulse has been unable to connect to the server at {0}; the port {1} on host {2} is not reachable from this network location.
com.genuitec.pulse.client.download.details.remaining.requests.label={0} of {1} requests
com.genuitec.pulse.installer.download.all.os.url=http\://www.poweredbypulse.com/all_os.php
com.genuitec.pulse.client.commservice.error.unknown.host.summary=Unable to resolve IP address; DNS unavailable
com.genuitec.pulse.installer.commwizard.select.configure.settings.option.text=Please select how would you like to configure your network settings\:
com.genuitec.pulse.installer.commwizard.remember.credentials.text=Remember Credentials\:
com.genuitec.pulse.common.server.url=https\://www.poweredbypulse.com\:443
com.genuitec.pulse.installer.commwizard.schema.label=Schema
com.genuitec.pulse.installer.commwizard.missing.authentication.text=Authentication Required (Not supplied)
com.genuitec.pulse.installer.commwizard.copy.to.clipboard.success.title=Copy Successful
com.genuitec.pulse.installer.commwizard.copy.to.clipboard.label=Copy to Clipboard
com.genuitec.pulse.common.default.shortcut.group=Pulse
com.genuitec.pulse.common.health.check.url=http\://www.poweredbypulse.com/pulse-health-check/
com.genuitec.pulse.client.definition.server.url=http\://www.poweredbypulse.com
com.genuitec.pulse.installer.commwizard.connection.validation.canceled=Connection validation cancelled
com.genuitec.pulse.client.commservice.error.ping.header.changed=Unable to connection to the Pulse server as the header of the expected HTTP response was not received. Confirm that the correct proxy or network settings are being used.
com.genuitec.pulse.installer.commwizard.customize.page.description=Manually Configure your Proxy Settings
com.genuitec.pulse.installer.commwizard.display.settings.page.description=The following settings will be saved\:
com.genuitec.pulse.client.wating.file.transfers.from.installers=waiting for file transfers from installer
com.genuitec.pulse.installer.communications.mode.label=Communications mode\:
com.genuitec.pulse.installer.commwizard.current.network.settings.message=Current network settings\:
com.genuitec.pulse.installer.commwizard.txt.password.label=Password\:
com.genuitec.pulse.installer.repair.needed.message=It appears the Pulse Explorer was not able to successfully start. If you re-run the installer, Pulse will automatically repair the installation.\n\nPlease re-run the installer now.
com.genuitec.pulse.installer.commwizard.remove.label=Remove
com.genuitec.pulse.installer.commwizard.final.test.failed.no.insecure.allowed.text=Failed\! Not permitted to use an insecure connection.
com.genuitec.pulse.installer.commwizard.nonproxyhost.insert.bypass.host.label=Enter host names separated by a semicolon or a space.
com.genuitec.pulse.client.download.details.remaining.time.less.than.minute.label=less than a minute remaining
com.genuitec.pulse.installer.commwizard.txt.host.label=Host\:
com.genuitec.pulse.installer.tolerance.timeout.label=Extended tolerance for connectivity timeouts
com.genuitec.pulse.client.enable.remote.service.support=true
com.genuitec.pulse.installer.installdir.heading=Choose Pulse Installation Directory
com.genuitec.pulse.installer.definition.profile.id=launcher
com.genuitec.pulse.installer.commwizard.invalid.host.label=Invalid host name
com.genuitec.pulse.client.commservice.error.ping.response.altered.summary=Connection ping response was altered
com.genuitec.pulse.installer.commwizard.auth.label=Auth
com.genuitec.pulse.common.uninstall.shortcut.description.label=Uninstalls {0}
com.genuitec.pulse.client.download.details.download.connecting.label=Connecting to server
com.genuitec.pulse.client.commservice.error.unexpected.http.summary=Gateway timeout occurred (504)
com.genuitec.pulse.installer.commwizard.nonproxyhost.wildcard.bypass.host.label=You can use the wildcard character * to specify a host name pattern and | to combine multiple patterns
com.genuitec.pulse.installer.commwizard.credentials.authentication.required.message=Authentication is required for the selected network settings\:
com.genuitec.pulse.installer.commwizard.configuration.requested=Configuration of wizard requested\:
com.genuitec.pulse.client.download.details.remaining.time.one.hour.label=about an hour remaining
com.genuitec.pulse.installer.connectivity.check=Checking connectivity with installation server…
com.genuitec.pulse.client.commservice.error.internal.server=the Pulse server or gateway encountered an internal error processing the connection validation request. Please try again later.
com.genuitec.pulse.installer.commwizard.monitor.final.validation.text=Performing Final Connection test
com.genuitec.pulse.installer.configure.proxy.label=Configure Proxy and Network Settings
com.genuitec.pulse.installer.definition.metadata.repositories.2=http\://www.poweredbypulse.com/pulse/download/live/
com.genuitec.pulse.client.scan.all.mirrors.strategy=scan all mirrors strategy
com.genuitec.pulse.installer.definition.metadata.repositories.1=http\://downloads.poweredbypulse.com/downloads/products/pulse/client25/support/
com.genuitec.pulse.installer.definition.metadata.repositories.0=http\://downloads.poweredbypulse.com/downloads/products/pulse/client25/
com.genuitec.pulse.client.commservice.error.gateway.timeout=a timeout occurred contacting the gateway for the Pulse server. Please try again later.
com.genuitec.pulse.installer.commwizard.need.failsafe.dialog.content=You have chosen to use an insecure connection to communicate to the Pulse server. Your password will still be securely encrypted however other data will be passed in clear text. Would you like to continue using this selected setting?
com.genuitec.pulse.installer.commwizard.autoconfig.direct.connection.text=Direct Connection
com.genuitec.pulse.installer.definition.profile.version=1.0.0
com.genuitec.pulse.installer.commwizard.setting.provided.error.label=Setting for provided type is already defined
com.genuitec.pulse.installer.openvm.detected.title=Open VM Detected
com.genuitec.pulse.installer.commwizard.no.authentication.required.text=No Authentication Required
com.genuitec.pulse.client.download.details.download.bytes.label={0} of {1}
com.genuitec.pulse.installer.determining.installer.requirements.label=Determining installer requirements…
com.genuitec.pulse.client.commservice.error.no.route=Pulse has been unable to connect to the server at {0}; no route to host {1} could be established from this network location.
com.genuitec.pulse.installer.validating.client.services.label=Validating client services
com.genuitec.pulse.client.use.insecure.connection.question.title=Use Insecure Connection
com.genuitec.pulse.installer.resolve.install.tasks.label=Resolving install tasks…
com.genuitec.pulse.client.download.details.download.rate.paused.label=paused
pulse.handshake.id=a4514c82-0e95-4ae1-a7c5-185f35c0deca
com.genuitec.pulse.client.download.details.remaining.downloads.label={0} of {1}
com.genuitec.pulse.installer.preconfig.message=Would you like to set up network proxies before continuing?
com.genuitec.pulse.installer.commwizard.host.label=Host
com.genuitec.pulse.installer.download.installer.components.label=Downloading installer components…
com.genuitec.pulse.client.download.details.download.rate.none.label=None
com.genuitec.pulse.client.download.details.pause.label=Pause
com.genuitec.pulse.installer.maximum.compatibility.label=Maximum compatibility (recommended for NTLM proxies)
com.genuitec.pulse.client.browse.label=Browse
login.last.approach=REGISTERED
com.genuitec.pulse.client.commservice.error.unexpected.http=a timeout occurred contacting the gateway for the Pulse server. Please try again later.
com.genuitec.pulse.client.connect.time.before.switch=10000
com.genuitec.pulse.client.finished.transfers=finished transfers
com.genuitec.pulse.client.commservice.error.unknown.host=Pulse has been unable to resolve the IP address for {0}; the hostname could not be resolved, please verify your DNS server or network configuration.
com.genuitec.pulse.installer.commwizard.title.label=Pulse Communications Wizard
com.genuitec.pulse.installer.invalid.path.message.title=Invalid Path Selected
com.genuitec.pulse2.common.http.internal.connection.settings.use.fallback.uri=false
com.genuitec.pulse.client.commservice.error.ping.response.altered=Unable to connection to the Pulse server as the ping data of the expected HTTP response response was altered\: Expected\:\t{0}\nReceived\:\t{1}\n\nConfirm that the correct proxy or network settings are being used.
com.genuitec.pulse.client.commservice.error.bad.gateway.summary=Bad gateway configuration (502)
com.genuitec.pulse.installer.definition.base.ius.1=com.genuitec.pulse2.common.properties.offline
com.genuitec.pulse.installer.commwizard.copy.to.clipboard.success.label=Your clipboard now contains the connectivity test failure(s).
com.genuitec.pulse.installer.definition.base.ius.0=com.genuitec.pulse2.client.launcher.group
com.genuitec.pulse.client.commservice.error.proxy.auth.needed.summary=Proxy authentication required
com.genuitec.pulse.client.check.for.updates.title=Checking for Pulse Updates
com.genuitec.pulse.client.download.details.download.rate.stalled.label=stalled
com.genuitec.pulse.installer.uses.proxy.label=Uses Proxy\:
com.genuitec.pulse.installer.bypass.explorer.direct.install=false
com.genuitec.pulse.client.download.details.download.rate.initializing.label=initializing
com.genuitec.pulse.installer.commwizard.customize.proxy.bypass.label=Proxy Bypass\:
com.genuitec.pulse.installer.commwizard.nonproxyhost.bypass.host.label=Proxy bypass hosts
com.genuitec.pulse.installer.proxy.config.message=Specify the host name and port of your proxy configuration. If credentials are required for your proxy server, you will be prompted when needed.
com.genuitec.pulse.client.hide.license.tree.if.possible=false
com.genuitec.pulse.client.commservice.error.connection.payload.altered.summary=Connection ping payload was altered
com.genuitec.pulse.installer.commwizard.credentials.page.description=Please enter your credentials
com.genuitec.pulse.client.download.rolling.average.samples=10
com.genuitec.pulse.installer.commwizard.final.test.success.text=Success\! A connection to the Pulse server has been established.
com.genuitec.pulse.client.commservice.error.unable.to.contact.server=Pulse has been unable to contact the server at {0};
com.genuitec.pulse.client.wire.debug=false
com.genuitec.pulse.client.download.details.switch.mirror.label=switch mirror
com.genuitec.pulse.installer.commwizard.validating.connectivity.label=Validating connectivity with these settings\:
com.genuitec.pulse.installer.definition.profile.name=Pulse Explorer
com.genuitec.pulse.installer.commwizard.manual.config.option.text=Manual Configuration
com.genuitec.pulse.installer.commwizard.detected.page.description=Please select a way to connect to Pulse.
com.genuitec.pulse.client.enable.proxy.failure={0}\n\nIt appears changing the configuration did not work, you can either alter the proxy configuration, or try at a later time.\n\nIf problems persist, please log an issue in the Pulse Forums online.
com.genuitec.pulse.installer.concurrent.downloads.label=Concurrent downloads\:
com.genuitec.pulse.client.commservice.error.ping.header.changed.summary=Connection ping header was altered
com.genuitec.pulse.client.download.details.remaining.time.x.hours.label={0} hours remaining
com.genuitec.pulse.client.profile.lock.upgrading=Profile is currently being updated; started at {0}.
com.genuitec.pulse.installer.commwizard.nonproxyhost.edit.label=Edit…
com.genuitec.pulse.client.download.retries.no.mirrors=3
com.genuitec.pulse.installer.definition.metadata.repositories.count=3
com.genuitec.pulse.installer.commwizard.failure.heading=Encountered connection failure\:
com.genuitec.pulse.client.save.locator.to.common.location=false
com.genuitec.pulse.client.download.details.remaining.time.x.minutes.label={0} minutes remaining
com.genuitec.pulse.installer.commwizard.autoconfig.please.wait.message=Pulse is automatically checking your connectivity to the Pulse server including verifying if you have any system proxies, or previously used proxies available. Once complete, Pulse will give you the option of choosing your preferred way of talking to the Pulse server.\n\nPlease wait while Pulse detects settings…
com.genuitec.pulse.common.branded.shortcut.group=Pulse
com.genuitec.pulse.client.commservice.error.urx.syntax=Pulse has been unable to contact the server at {0}; an invalid {1} was constructed as part of the attempt to connect to the Pulse server.\n\nURI error was {2}
com.genuitec.pulse.client.throttle.min.reads.per.chunk=3
com.genuitec.pulse.installer.unableto.connect.label=Pulse was unable to create a connection\nto the server. The installer cannot proceed.
com.genuitec.pulse.client.download.details.close.label=Close
com.genuitec.pulse.common.could.not.install.pulse.unexpected.error.message=Could not install Pulse.\n\nAn unexpected error has occured, please see the error logs for more details.
com.genuitec.pulse.client.download.details.calculating.remaining.time.label=calculating time remaining
com.genuitec.pulse.installer.commwizard.display.settings.selected.label=The following network settings have been selected\:
com.genuitec.pulse.installer.commwizard.edit.label=Edit
com.genuitec.pulse.installer.commwizard.detected.select.label.text=The following network settings were detected. Please select one to continue.
com.genuitec.pulse.installer.openvm.detected=Pulse has detected you are using an Open Source Java Virtual Machine. Some features may not work correctly under an Open VM. For example, connection to the pulse servers will be through a non-secure connection (http) in this case your login information and credentials will still be encrypted.\\n\\nDo you still want to continue?
com.genuitec.pulse.client.download.details.download.initializing.label=Initializing transfer
url.timestamp.2=1247844641000^http\://www.poweredbypulse.com/pulse/download/live/
url.timestamp.1=1247784758000^http\://downloads.poweredbypulse.com/downloads/products/pulse/client25/
com.genuitec.pulse.client.use.prelaunch.authentication=true
com.genuitec.pulse.installer.commwizard.provider.label=Provider
url.timestamp.0=1247784736000^http\://downloads.poweredbypulse.com/downloads/products/pulse/client25/support/
com.genuitec.pulse.client.cancel.label=Cancel
com.genuitec.pulse.client.download.unknown.total.size=unknown total size
com.genuitec.pulse.installer.commwizard.autoconfig.autodetected.proxy.connection.text=Auto-Detected Proxies
com.genuitec.pulse.client.download.switch.time.delta=10000
com.genuitec.pulse.installer.commwizard.txt.schema.label=Schema\:
com.genuitec.pulse.installer.commwizard.authentication.required.cached.text=Authentication Required (Cached in session)
com.genuitec.pulse.client.commservice.error.sent.ping=Sent ping must be specified.
com.genuitec.pulse.client.pulse.explorer.exposed=true
com.genuitec.pulse.client.download.details.remaining.time.one.minute.label=about a minute remaining
com.genuitec.pulse.installer.commwizard.txt.user.label=User\:
com.genuitec.pulse.installer.commwizard.authentication.required.text=Authentication Required
com.genuitec.pulse.client.download.switch.percentage=200
com.genuitec.pulse.client.commservice.error.no.route.summary=No route to host
com.genuitec.pulse.installer.prepare.installer.definition.label=Preparing installer definition…
com.genuitec.pulse.client.download.details.unknown.time.label=unknown time remaining
com.genuitec.pulse.client.download.details.resume.label=Resume
com.genuitec.pulse.installer.check.install.servers.label=Checking installation servers…
com.genuitec.pulse.client.commservice.error.service.unavailable=the Pulse server is unavailable or otherwise not reachable by the gateway. Please try again later.
com.genuitec.pulse.installer.commwizard.invalid.user.id.label=Invalid user ID
com.genuitec.pulse.installer.commwizard.work.offline.dialog.title=Work Offline
com.genuitec.pulse.installer.uses.socks.label=Uses SOCKS Server\:
com.genuitec.pulse.client.optimize.network.strategy=optimize network access strategy
com.genuitec.pulse.client.communications.compatibility.mode=normal
com.genuitec.pulse.installer.commwizard.txt.port.label=Port\:
com.genuitec.pulse2.common.http.internal.connection.settings.is.system.proxy=false
com.genuitec.pulse.client.download.details.unknown.artifact.label=Unknown
com.genuitec.pulse.client.commservice.error.connection.payload.altered=Unable to connection to the Pulse server as the ping payload of the expected HTTP response response was altered\: Expected CRC\:\t{0}\nReceived CRC\:\t{1}
com.genuitec.pulse.installer.installdir.prompt=Directory\:
com.genuitec.pulse.installer.commwizard.autoconfig.lastknown.proxy.connection.text=Last known Proxies
com.genuitec.pulse.client.commservice.error.connecting=Pulse has been unable to contact the server at {0}; at this time it appears your network settings are not allowing the server to be correctly contacted.
com.genuitec.pulse.client.download.details.download.downloading.label=Downloading
com.genuitec.pulse.client.use.insecure.connection.question=Pulse was unable to securely connect to the management server, however a test insecure connection could be established.\n\nWould you like to use Pulse with insecure connections? \n\nNote that passwords and other credential related information are still encrypted.
com.genuitec.pulse.client.download.details.download.stalling.label=Stalling
com.genuitec.pulse.installer.commwizard.nonproxyhost.add.label=Add Host…
com.genuitec.pulse.client.jvmarg.deduplicate.prefixes=-Xmx,-Xms,-Xmm,-XX\:MaxPermSize
com.genuitec.pulse.client.download.details.restart.label=restart
com.genuitec.pulse.common.could.not.install.pulse.out.of.memory.message=Could not install Pulse.\n\nNot enough memory could be allocated to finish the installation. Contact\nyour administrator to determine the best remedy.
com.genuitec.pulse.client.commservice.error.service.unavailable.summary=Service unavailable (503)
com.genuitec.pulse.installer.commwizard.host.name.schema.error.label=Host name can not be prefixed with schema
com.genuitec.pulse2.common.http.internal.connection.settings.proxy.count=0
com.genuitec.pulse2.common.http.internal.connection.settings.use.extended.timeouts=false
com.genuitec.pulse.client.preparing.to.check.performance=preparing to check performance
com.genuitec.pulse.client.download.details.remaining.time.unknown.label=unknown amount of time remaining
com.genuitec.pulse.client.commservice.error.bad.gateway=the gateway server for the Pulse server is not responding as expected. Please try again later.
com.genuitec.pulse.installer.commwizard.invalid.port.label=Invalid port number
com.genuitec.pulse.installer.installdir.browse=Browse
com.genuitec.pulse.client.updating.error.title=Error Updating Pulse
com.genuitec.pulse.client.download.details.download.rate.processing.label=processing
com.genuitec.pulse.client.download.rolling.average.interval=500
com.genuitec.pulse.client.download.details.paused.time.label=paused\: unknown time remaining
com.genuitec.pulse.client.commservice.error.gateway.timeout.summary=Gateway timeout occurred (504)
com.genuitec.pulse.client.download.time.before.switch=30000
com.genuitec.pulse.client.profile.lock.running=Profile is currently running; started at {0}.
com.genuitec.pulse.installer.commwizard.edit.proxy.entry.label=Edit Proxy Entry
com.genuitec.pulse.installer.error.preparing=Error Preparing Installer
com.genuitec.pulse.installer.initializing.label=Initializing…
com.genuitec.pulse.installer.repair.needed.title=Pulse Failed to Start
com.genuitec.pulse.installer.optimized.connection.label=Optimized connection settings (best if no proxy)
com.genuitec.pulse.client.small.downloads.strategy=small downloads strategy
com.genuitec.pulse.installer.commwizard.user.label=User
com.genuitec.pulse.installer.commwizard.no.valid.settings.detected=Pulse was not able to automatically detect network settings. At this time, Pulse has been unable to find any viable connections to offer you. Please enter your network settings manually or opt to work in offline mode.
com.genuitec.pulse.client.commservice.error.ssl.summary=SSL handshake error talking to server
com.genuitec.pulse.common.uninstall.shortcut.label=Uninstall {0}
com.genuitec.pulse.client.commservice.error.proxy.auth.needed=the proxy server you are connecting through requires authentication to proceed.
com.genuitec.pulse.client.commservice.error.unreachable.port.summary=Port is not reachable
com.genuitec.pulse.client.commservice.error.internal.server.summary=Internal server error occurred (500)
com.genuitec.pulse.installer.commwizard.customize.proxy.entries.label=Proxy Entries
com.genuitec.pulse.client.mid.sized.downloads.strategy=mid-sized downloads strategy
com.genuitec.pulse.client.sample.mirrors.strategy=sample mirrors strategy
com.genuitec.pulse.installer.splash.title=Installing Pulse
com.genuitec.pulse.client.action.response.timeout=300000
com.genuitec.pulse.client.close.label=Close
com.genuitec.pulse.client.download.details.remaining.time.download.complete.label=download complete
com.genuitec.pulse.installer.commwizard.monitor.autodetect.text=Automatically detecting connection settings…
com.genuitec.pulse.client.throttle.socket.buffer.size.ratio=4
com.genuitec.pulse.installer.invalid.path.message.text=The selected path, {0}, is invalid.
com.genuitec.pulse.client.server.unavailable.title=Pulse Server Unreachable
com.genuitec.pulse.installer.definition.base.ius.count=2
com.genuitec.pulse.installer.launching.label=Launching
com.genuitec.pulse.installer.commwizard.insecure.connection.text=Insecure Connection
com.genuitec.pulse.client.transfer.from.installer=transfer from installer
com.genuitec.pulse.installer.commwizard.clear.label=Clear
com.genuitec.pulse.installer.commwizard.welcome.title=Welcome to the Communications Wizard
com.genuitec.pulse.installer.prepare.install.components.label=Preparing installer components…
com.genuitec.pulse.installer.commwizard.port.label=Port
com.genuitec.pulse.client.commservice.error.ssl=Pulse has received an error talking to the server at {0}; an unexpected SSL exception occurred while attempting to connect to the Pulse server.\n\nSSL error was {1}\: {2}
com.genuitec.pulse.client.waiting.performance.calculation=waiting for performance calculation
com.genuitec.pulse.installer.commwizard.automatic.detection.option.text=Automatic Detection
com.genuitec.pulse.installer.commwizard.pages.default.title=Pulse Communications Wizard
com.genuitec.pulse.client.profile.lock.uninstalling=Profile is currently being uninstalled; started at {0}.
com.genuitec.pulse.client.download.prefer.nonpacked.artifacts=false
com.genuitec.pulse.client.commservice.error.unexpected.summary=Unexpected failure\:
com.genuitec.pulse2.common.http.internal.connection.settings.library=com.genuitec.pulse2.common.http.httpclient.communicationsLibrary
com.genuitec.pulse.installer.definition.artifact.repositories.count=2
com.genuitec.pulse.client.commservice.error.timeout.summary=Timeout occurred talking to server
com.genuitec.pulse.client.download.switch.time.remaining=5000
com.genuitec.pulse.installer.commwizard.final.test.request.insecure.con.auth.text=Confirming use of an insecure connection…
com.genuitec.pulse.installer.high.utilization.label=8\: High utilization
com.genuitec.pulse.client.download.details.dialog.title=Pulse Optimized Downloads
com.genuitec.pulse.client.throttle.chunks.per.second=6
com.genuitec.pulse.installer.commwizard.welcome.description=Select a connection or opt to manually configure your proxy settings
com.genuitec.pulse.installer.installdir.message=Choose the base directory to install Pulse into.
com.genuitec.pulse.installer.commwizard.password.label=Password
com.genuitec.pulse.client.commservice.error.unexpected=Pulse has received an error talking to the server at {0}; an unexpected network error occurred attempting to connect to the server.\n\nThe error is {1}\: {2}
com.genuitec.pulse.client.commservice.error.timeout=Pulse is receiving connection timeouts trying to contact the server at {0}; it appears your network settings are not allowing the server to be correctly contacted.
com.genuitec.pulse.installer.no.connection.label=No Connection
com.genuitec.pulse.client.download.details.download.rate.connecting.label=connecting
com.genuitec.pulse.installer.commwizard.final.test.started.text=Checking connectivity to server…
com.genuitec.pulse.installer.commwizard.username.label=Username\:
com.genuitec.pulse.installer.commwizard.authentication.required.cached.secure.text=Authentication Required (Cached in secure storage)
com.genuitec.pulse.client.initializing.transfers=initializing transfers
com.genuitec.pulse.client.download.details.add.connection.label=Add connection
com.genuitec.pulse.installer.disable.concurrency.label=1\: Disable concurrency
com.genuitec.pulse.installer.preconfig.capslock.title=Caps Lock is Enabled
com.genuitec.pulse.installer.commwizard.txt.auth.label=Requires Authentication\:Pete
July 22, 2009 at 4:52 pm #300701
Riyad KallaMemberPete, a few weird things in the stack trace:
Caused by: java.lang.ClassNotFoundException: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
… 42 more
Root exception:
java.lang.IllegalArgumentException: Could not instantiate the SSLSocketFactoryand this:
java.version=1.6.0_0
Made me wonder if there was something going on with the version of Java installed on your machine. What does “java -version” from the command line show you?
July 23, 2009 at 7:24 pm #300745
cndMemberI’m running MyEclipse 7.5 on ubuntu 9.04 64bit, it was installed with Pulse.
I’m using the following software versions:
java version “1.6.0_14”
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)Pulse Launcher version 2.5.0.v200907221500
Pulse Explorer version 2.5.0.v200907221500
Pulse Infrastructure version 2.5.0.v200907221500I have a 24GB of memory and get a ‘The maximum memory available for Pulse to run is lower than the configured amount’ warning on start-up but other than that it seems fine.
Cheers,
CameronJuly 23, 2009 at 11:17 pm #300750
support-joyMemberCameron,
Sorry to hear you are running into this issue. Please refer – https://www.myeclipseide.com/PNphpBB2-printview-t-23054-start-0.html
August 6, 2009 at 8:33 pm #301194
scotdbMemberThe OpenJDK install (which is the default Java in Ubuntu) doesn’t have the SSL libraries needed.
Remove this, or switch the default Java to the sun JDK and the installer should work.
August 6, 2009 at 10:27 pm #301196
support-joyMemberscotdb,
Thank you for sharing your inputs with us.
August 21, 2009 at 9:19 pm #301655
kendlingMemberHi scotdb,
How to switch the default Java to the sun JDK?August 22, 2009 at 2:30 am #301657
kendlingMemberSolved!!!
using follow command switch the Java and JDK to sun product.
sudo update-alternatives –config java
sudo update-alternatives –config javacAugust 24, 2009 at 12:01 am #301673
support-joyMemberkendling,
Good to hear that you are all set. 🙂
-
AuthorPosts