Ubuntu12.10 安装myeclipse-10.1。无法开启。

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
ding0039
帖子: 63
注册时间: 2011-07-21 15:16

Ubuntu12.10 安装myeclipse-10.1。无法开启。

#1

帖子 ding0039 » 2012-09-16 21:58

是从网上下载的myeclipse-10.1-offline-installer-linux.run文件。有900+M。
用sh ./myeclipse-10.1-offline-installer-linux.run命令即可安装。
安装步骤和windows下的软件一样的。
要选择安装路径等。

安装完了。把打开myeclipse的那个选项选上。完成后就可以打开myeclipse了。

但是一旦关闭了这一次的myeclipse。就不知道从哪里找到开启方式。

终端命令不可以。
但是在dash里面没有这个myeclipse图标。

只有在输入一次sh./myeclipse-10.1-offline-installer-linux.run 就可以再次进入安装界面。
不过不是刚才的安装界面了。
选择其中的一个开启软件才能再次开启。

不知道该如何弄呀。请大婶帮帮忙。
附件
123456.png
头像
自由建客
帖子: 13468
注册时间: 2008-07-30 23:21
系统: Debian stable AMD64

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#2

帖子 自由建客 » 2012-09-16 22:21

myeclipse 没用过。
ding0039
帖子: 63
注册时间: 2011-07-21 15:16

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#3

帖子 ding0039 » 2012-09-17 0:08

求解呀。。。。
求解。
头像
neaghfoz
帖子: 97
注册时间: 2011-03-18 0:54

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#4

帖子 neaghfoz » 2012-09-17 19:34

ding0039 写了:求解呀。。。。
求解。
在终端打开安装目录的程序,把log贴出来才能帮你啊。
写代码的汉子/你威武雄壮/飞驰的代码/像疾风一样/一望无际的BUG/随你去流浪/你的口袋像戈壁一样空旷

Ubuntu12.04+Emacs24+HHKB+Git
ding0039
帖子: 63
注册时间: 2011-07-21 15:16

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#5

帖子 ding0039 » 2012-09-19 0:16

neaghfoz 写了:
ding0039 写了:求解呀。。。。
求解。
在终端打开安装目录的程序,把log贴出来才能帮你啊。
我卸载了重新来一遍。
安装中:
ding@Ding:~$ sudo sh myeclipse-10.1-offline-installer-linux.run
Starting installer - please wait...
- Preparing install engine
- Extracted install engine
- Detected JVM architecture: 64 bit
- Launching install engine; waiting for completion

安装中
图片
安装完成
图片
顺利启动
图片

但是第一次退出,再次就无法开启 :em20
ding@Ding:~$ myeclipse
myeclipse: command not found
ding@Ding:~$ sudo myeclipse
[sudo] password for ding:
sudo: myeclipse:找不到命令

在Dash中是没有的
图片

然后再次
ding@Ding:~$ sudo sh myeclipse-10.1-offline-installer-linux.run

图片

这样就可以启动了。
但是不知道怎么像其他软件一样。直接能开启。不再需要安装的软件包。- -
头像
neaghfoz
帖子: 97
注册时间: 2011-03-18 0:54

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#6

帖子 neaghfoz » 2012-09-19 10:09

ding0039 写了:
neaghfoz 写了:
ding0039 写了:求解呀。。。。
求解。
在终端打开安装目录的程序,把log贴出来才能帮你啊。
我卸载了重新来一遍。
安装中:
ding@Ding:~$ sudo sh myeclipse-10.1-offline-installer-linux.run
Starting installer - please wait...
- Preparing install engine
- Extracted install engine
- Detected JVM architecture: 64 bit
- Launching install engine; waiting for completion

安装中
图片
安装完成
图片
顺利启动
图片

但是第一次退出,再次就无法开启 :em20
ding@Ding:~$ myeclipse
myeclipse: command not found
ding@Ding:~$ sudo myeclipse
[sudo] password for ding:
sudo: myeclipse:找不到命令

在Dash中是没有的
图片

然后再次
ding@Ding:~$ sudo sh myeclipse-10.1-offline-installer-linux.run

图片

这样就可以启动了。
但是不知道怎么像其他软件一样。直接能开启。不再需要安装的软件包。- -
启动要绝对路径,试试:

代码: 全选

cd /usr/Myeclipse
然后直接打开里面的myeclipse,应该是

代码: 全选

./myeclipse
把终端的log贴出来。 :em09
写代码的汉子/你威武雄壮/飞驰的代码/像疾风一样/一望无际的BUG/随你去流浪/你的口袋像戈壁一样空旷

Ubuntu12.04+Emacs24+HHKB+Git
ding0039
帖子: 63
注册时间: 2011-07-21 15:16

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#7

帖子 ding0039 » 2012-09-19 11:15

neaghfoz 写了:
ding0039 写了:
neaghfoz 写了:
ding0039 写了:求解呀。。。。
求解。
在终端打开安装目录的程序,把log贴出来才能帮你啊。
我卸载了重新来一遍。
安装中:
ding@Ding:~$ sudo sh myeclipse-10.1-offline-installer-linux.run
Starting installer - please wait...
- Preparing install engine
- Extracted install engine
- Detected JVM architecture: 64 bit
- Launching install engine; waiting for completion

安装中
图片
安装完成
图片
顺利启动
图片

但是第一次退出,再次就无法开启 :em20
ding@Ding:~$ myeclipse
myeclipse: command not found
ding@Ding:~$ sudo myeclipse
[sudo] password for ding:
sudo: myeclipse:找不到命令

在Dash中是没有的
图片

然后再次
ding@Ding:~$ sudo sh myeclipse-10.1-offline-installer-linux.run

图片

这样就可以启动了。
但是不知道怎么像其他软件一样。直接能开启。不再需要安装的软件包。- -
启动要绝对路径,试试:

代码: 全选

cd /usr/Myeclipse
然后直接打开里面的myeclipse,应该是

代码: 全选

./myeclipse
把终端的log贴出来。 :em09

这样果然可以启动了。 :em06
也有log
如下。
2012-9-19 11:11:16 com.genuitec.pulse2.client.services.PulseServices initialize
信息: Initialization of Pulse services is being started with callback com.genuitec.pulse2.client.targetcfg.ui.PulseActivator$InitializeTargetcfgCallback@75fc25e5
2012-9-19 11:11:17 com.genuitec.pulse2.client.properties.PropertyCache readProperties
信息: Reading properties from disk cache for systemoverride took 923 milliseconds.
2012-9-19 11:11:18 com.genuitec.pulse2.client.services.internal.PulseInitializer initialize
信息: Client services user interface initialized
2012-9-19 11:11:18 com.genuitec.pulse2.common.http.CommunicationsServices setActiveConnectionSettings
信息: Active connection settings changed to SystemConnectionSettings HttpClientCommunicationsLibrary ServerURI: https://www.poweredbypulse.com:443 using extended timeouts: false
2012-9-19 11:11:18 com.genuitec.pulse2.common.http.CommunicationsServices initialize
信息: CommunicationsServices initialized using retrieval factory [org.eclipse.ecf.internal.provider.filetransfer.Activator$2@2898b13b] for retrieval
2012-9-19 11:11:18 com.genuitec.pulse2.client.services.internal.PulseInitializer initializeCommunicationsWithWizardIfNeeded
信息: Skipping connection validation; connection already validated
2012-9-19 11:11:18 com.genuitec.pulse2.client.services.internal.PulseInitializer initializeServerConnection
信息: Initialized client settings for connectivity to the server
Redirecting System.out and System.err to /usr/Myeclipse/Common/logs/explorer-console.log
2012-9-19 11:11:49 com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator start
信息: Installed profile with ID (rb-5513151-1347983818152) started
2012-9-19 11:11:49 com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
信息: Pulse Infrastructure version 4.2.0.v201201200010
2012-9-19 11:11:49 com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
信息: Pulse Target Config version 4.2.0.v201201111650
2012-9-19 11:11:49 com.genuitec.pulse2.client.common.offlineinstaller.OfflineInstallerBundleService <init>
信息: No offline content available; using live installation of software


这正常吗?
头像
neaghfoz
帖子: 97
注册时间: 2011-03-18 0:54

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#8

帖子 neaghfoz » 2012-09-19 11:29

正常,log是一些初始化组件的信息。
不过不建议用root装在/usr下面,建议还是用普通用户直接装在/home下面。
否则到时装插件或者配置等等的可能会遇到权限问题。
写代码的汉子/你威武雄壮/飞驰的代码/像疾风一样/一望无际的BUG/随你去流浪/你的口袋像戈壁一样空旷

Ubuntu12.04+Emacs24+HHKB+Git
ding0039
帖子: 63
注册时间: 2011-07-21 15:16

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#9

帖子 ding0039 » 2012-09-19 12:28

neaghfoz 写了:正常,log是一些初始化组件的信息。
不过不建议用root装在/usr下面,建议还是用普通用户直接装在/home下面。
否则到时装插件或者配置等等的可能会遇到权限问题。

感谢。我知道了。
重新改一下去。
ding0039
帖子: 63
注册时间: 2011-07-21 15:16

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#10

帖子 ding0039 » 2012-09-19 18:45

neaghfoz 写了:正常,log是一些初始化组件的信息。
不过不建议用root装在/usr下面,建议还是用普通用户直接装在/home下面。
否则到时装插件或者配置等等的可能会遇到权限问题。
在问一下。
换成普通用户撞在/home下以后。
log信息:
2012-9-19 14:14:53 com.genuitec.pulse2.client.services.PulseServices initialize
信息: Initialization of Pulse services is being started with callback com.genuitec.pulse2.client.targetcfg.ui.PulseActivator$InitializeTargetcfgCallback@7d8e4a2e
2012-9-19 14:14:54 com.genuitec.pulse2.client.properties.PropertyCache readProperties
信息: Reading properties from disk cache for systemoverride took 693 milliseconds.
2012-9-19 14:14:54 com.genuitec.pulse2.client.services.internal.PulseInitializer initialize
信息: Client services user interface initialized
2012-9-19 14:14:54 com.genuitec.pulse2.common.http.CommunicationsServices setActiveConnectionSettings
信息: Active connection settings changed to SystemConnectionSettings HttpClientCommunicationsLibrary ServerURI: https://www.poweredbypulse.com:443 using extended timeouts: false
2012-9-19 14:14:54 com.genuitec.pulse2.common.http.CommunicationsServices initialize
信息: CommunicationsServices initialized using retrieval factory [org.eclipse.ecf.internal.provider.filetransfer.Activator$2@531ae81d] for retrieval
2012-9-19 14:14:54 com.genuitec.pulse2.client.services.internal.PulseInitializer initializeCommunicationsWithWizardIfNeeded
信息: Skipping connection validation; connection already validated
2012-9-19 14:14:54 com.genuitec.pulse2.client.services.internal.PulseInitializer initializeServerConnection
信息: Initialized client settings for connectivity to the server
Redirecting System.out and System.err to /home/ding/MyEclipse/Common/logs/explorer-console.log
2012-9-19 14:15:13 com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator start
信息: Installed profile with ID (rb-5513151-1348030896193) started
2012-9-19 14:15:13 com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
信息: Pulse Infrastructure version 4.2.0.v201201200010
2012-9-19 14:15:13 com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
信息: Pulse Target Config version 4.2.0.v201201111650
2012-9-19 14:15:13 com.genuitec.pulse2.client.common.offlineinstaller.OfflineInstallerBundleService <init>
信息: No offline content available; using live installation of software
2012-9-19 14:15:17 com.genuitec.pulse2.client.properties.PropertyCache readProperties
信息: Reading properties from disk cache for systemoverride took 432 milliseconds.
2012-9-19 14:15:45 com.genuitec.pulse2.client.targetcfg.ui.jobs.InitializeTargetCfgJob run
严重: Could not perform anonymous login at this time
org.eclipse.core.runtime.CoreException: www.poweredbypulse.com
at com.genuitec.pulse.client.common.collab.ui.CommonCollabUIServices.loginAnonymousAttempt(Unknown Source)
at com.genuitec.pulse.client.common.collab.ui.CommonCollabUIServices.checkAnonymousLogin(Unknown Source)
at com.genuitec.pulse2.client.targetcfg.ui.jobs.InitializeTargetCfgJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.net.UnknownHostException: www.poweredbypulse.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
at java.lang.Thread.run(Thread.java:619)
2012-9-19 14:15:45 com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
信息: Updating installed JREs
2012-9-19 14:15:45 com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
信息: Found 1 JREs to update.
2012-9-19 14:15:45 com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
信息: JRE to register: /home/ding/MyEclipse/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013
2012-9-19 14:15:46 com.genuitec.pulse2.client.common.provisioning.internal.services.ClientBlueprintServerLookup syncBlueprint
信息: Syncing blueprint with server; sending outgoing changes for blueprint rb-5513151-1348030896193 - {PERSONAL=[{addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}, {addition:ClientBlueprintRequiredSoftware}]}
2012-9-19 14:15:46 com.genuitec.pulse2.client.common.provisioning.internal.services.ClientBlueprintServerLookup sendErrorReport
严重: Failure syncing blueprint rb-5513151-1348030896193 in realm 451 for user -1

PERSONAL with revision -1:
ADD: Software [software=4159; range=0.0.0]
ADD: Software [software=4160; range=0.0.0]
ADD: Software [software=4161; range=0.0.0]
ADD: Software [software=4162; range=0.0.0]
ADD: Software [software=4163; range=0.0.0]
ADD: Software [software=4164; range=0.0.0]
ADD: Software [software=4165; range=0.0.0]
ADD: Software [software=4166; range=0.0.0]
ADD: Software [software=4167; range=0.0.0]
ADD: Software [software=4168; range=0.0.0]
ADD: Software [software=4172; range=0.0.0]
ADD: Software [software=4173; range=0.0.0]
ADD: Software [software=4174; range=0.0.0]
ADD: Software [software=4175; range=0.0.0]
ADD: Software [software=4176; range=0.0.0]
ADD: Software [software=4178; range=0.0.0]
ADD: Software [software=4179; range=0.0.0]
ADD: Software [software=4180; range=0.0.0]
ADD: Software [software=4181; range=0.0.0]
ADD: Software [software=4184; range=0.0.0]
ADD: Software [software=4185; range=0.0.0]
ADD: Software [software=4187; range=0.0.0]
ADD: Software [software=4188; range=0.0.0]
ADD: Software [software=4189; range=0.0.0]
ADD: Software [software=4191; range=0.0.0]
ADD: Software [software=4192; range=0.0.0]
ADD: Software [software=4193; range=0.0.0]
ADD: Software [software=4194; range=0.0.0]
ADD: Software [software=4195; range=0.0.0]
ADD: Software [software=4196; range=0.0.0]
ADD: Software [software=4197; range=0.0.0]

java.net.UnknownHostException: www.poweredbypulse.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
at java.lang.Thread.run(Thread.java:619)
2012-9-19 14:16:14 com.genuitec.pulse2.client.properties.PropertyServices fetchProperties
警告: Could not get properties for scope systemoverride
org.apache.commons.httpclient.ConnectTimeoutException: The host did not accept the connection within timeout of 30000 ms
at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:155)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:130)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at com.genuitec.pulse2.common.http.httpclient.ws.internal.HttpClientMaynstallClient.execute(Unknown Source)
at com.genuitec.pulse2.common.http.httpclient.ws.internal.HttpClientMaynstallClient.execute(Unknown Source)
at com.genuitec.pulse2.client.services.internal.PulseClient$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)
... 11 more
2012-9-19 14:16:14 com.genuitec.pulse2.client.properties.PropertyServices fetchProperties
警告: No response while requesting properties for systemoverride. Request took 56322 milliseconds.
2012-9-19 14:16:14 com.genuitec.pulse2.client.common.provisioning.ClientBlueprintServices getBlueprint
严重: Could not sync blueprint
org.eclipse.core.runtime.CoreException: IO exception occurred talking to server
at com.genuitec.pulse2.client.common.provisioning.internal.services.ClientBlueprintServerLookup.execute(Unknown Source)
at com.genuitec.pulse2.client.common.provisioning.internal.services.ClientBlueprintServerLookup.syncBlueprint(Unknown Source)
at com.genuitec.pulse2.client.common.provisioning.ClientBlueprintServices.getBlueprint(Unknown Source)
at com.genuitec.pulse2.client.common.provisioning.ClientBlueprintServices.getThisBlueprint(Unknown Source)
at com.genuitec.pulse2.client.targetcfg.ui.jobs.InitializeTargetCfgJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.net.UnknownHostException: www.poweredbypulse.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
at java.lang.Thread.run(Thread.java:619)
2012-9-19 14:16:14 com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
信息: Updated pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
2012-9-19 14:16:14 com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
信息: Setting default VM on the container: pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
2012-9-19 14:16:14 com.genuitec.pulse2.client.properties.PropertyCache readProperties
信息: Reading properties from disk cache for blueprint-5513151 took 556 milliseconds.
2012-9-19 14:16:14 com.genuitec.pulse2.client.properties.PropertyServices fetchProperties
警告: Could not get properties for scope blueprint-5513151
java.net.UnknownHostException: www.poweredbypulse.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
at java.lang.Thread.run(Thread.java:619)
2012-9-19 14:16:14 com.genuitec.pulse2.client.properties.PropertyServices fetchProperties
警告: No response while requesting properties for blueprint-5513151. Request took 97 milliseconds.
2012-9-19 14:16:15 com.genuitec.pulse.client.targetcfg.collab.ui.jobs.CheckLicensesAndNotifyJob run
严重: Could not perform anonymous login at this time
org.eclipse.core.runtime.CoreException: www.poweredbypulse.com
at com.genuitec.pulse.client.common.collab.ui.CommonCollabUIServices.loginAnonymousAttempt(Unknown Source)
at com.genuitec.pulse.client.common.collab.ui.CommonCollabUIServices.checkAnonymousLogin(Unknown Source)
at com.genuitec.pulse.client.targetcfg.collab.ui.jobs.CheckLicensesAndNotifyJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.net.UnknownHostException: www.poweredbypulse.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:394)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
at java.lang.Thread.run(Thread.java:619)
2012-9-19 14:16:15 com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
信息: Setting default vm install to pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
2012-9-19 14:16:17 com.genuitec.pulse2.client.targetcfg.dropins.DropinsProvisioningReport initialize
信息: Dropins reconciliation has occurred; raw results: Additions: 0 Removals: 0
2012-9-19 14:16:17 com.genuitec.pulse2.client.targetcfg.ui.jobs.InitializeTargetCfgJob run
信息: Remote service enabled
2012-9-19 14:16:17 com.genuitec.pulse2.client.targetcfg.ui.servicehost.internal.RemoteServiceListener start
信息: No remote service implemtors, skipping remote service listening.
csm
帖子: 1
注册时间: 2012-12-24 8:43
系统: ubuntu 12.10

Re: Ubuntu12.10 安装myeclipse-10.1。无法开启。

#11

帖子 csm » 2012-12-24 8:47

我的安装时是默认的路径,可是怎么启动啊??看你的截图没看动,能再说遍吗???
回复