[转帖]Tuxedo安装中遇到的相关问题_MQ, Tuxedo及OLTP讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MQ, Tuxedo及OLTP讨论区 »
总帖数
1
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 4443 | 回复: 0   主题: [转帖]Tuxedo安装中遇到的相关问题        下一篇 
root
注册用户
等级:中尉
经验:470
发帖:31
精华:1
注册:2013-2-22
状态:离线
发送短消息息给root 加好友    发送短消息息给root 发消息
发表于: IP:您无权察看 2013-3-1 9:55:16 | [全部帖] [楼主帖] 楼主

[tuxedo@brady ~]$ chmod a+x tuxedo91_32_SLES_9_x86.bin

[tuxedo@brady ~]$ ./tuxedo91_32_SLES_9_x86.bin

Preparing to install...

Extracting the installation resources from the installer archive...

Configuring the installer for this system's environment...

awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory

....

解决方法:

修改安装包,替换其中的export LD_ASSUME_KERNEL为#xport LD_ASSUME_KERNEL,打开安装包的编辑器需要十六进制编辑器,或者使用sed来替换。

[tuxedo@brady ~]$  cp tuxedo91_32_SLES_9_x86.bin tuxedo91_32_SLES_9_x86.bin.bak

[tuxedo@brady ~]$  cat tuxedo91_32_SLES_9_x86.bin.bak |sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" >./tuxedo91_32_SLES_9_x86.bin

[tuxedo@brady ~]$  rm tuxedo91_32_SLES_9_x86.bin.bak

[tuxedo@brady ~]$ chmod a+x tuxedo91_32_SLES_9_x86.bin

#图形化安装

[tuxedo@brady ~]$  ./tuxedo91_32_SLES_9_x86.bin

Preparing to install...

Extracting the JRE from the installer archive...

Unpacking the JRE...

Extracting the installation resources from the installer archive...

Configuring the installer for this system's environment...

awk: cmd. line:6: warning: escape sequence `\.' treated as plain `.'

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:

java.lang.NoClassDefFoundError

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)

at java.awt.Window.init(Unknown Source)

at java.awt.Window.<init>(Unknown Source)

at java.awt.Frame.<init>(Unknown Source)

at java.awt.Frame.<init>(Unknown Source)

at com.zerog.ia.installer.LifeCycleManager.f(DashoA8113)

at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113)

at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)

at com.zerog.ia.installer.Main.main(DashoA8113)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.zerog.lax.LAX.launch(DashoA8113)

at com.zerog.lax.LAX.main(DashoA8113)

This Application has Unexpectedly Quit: Invocation of this JavaApplication has caused an InvocationTargetException. This applicationwill now exit. (LAX)

这里出现的错误,不知道该怎么解决。java.lang.NoClassDefFoundError--找不到相关类定义。

改用命令行进行安装。

#命令行安装

[tuxedo@brady ~]$ sh tuxedo91_32_SLES_9_x86.bin -i console

Preparing to install...

Extracting the JRE from the installer archive...

Unpacking the JRE...

Extracting the installation resources from the installer archive...

Configuring the installer for this system's environment...

awk: cmd. line:6: warning: escape sequence `\.' treated as plain `.'

Launching installer...

Preparing CONSOLE Mode Installation...

然后按照提示,就可以完成了。

由于初学tuxedo,所以在安装的时候,有些选项也不 是很清楚.

譬如:

===============================================================================

SSL Installation Choice.

------------------------

Would you like to install SSL Support?

->1- Yes

2- No

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:

:

===============================================================================

Enter Your LDAP Settings for SSL Support

----------------------------------------

LDAP Service Name: ldapservice

LDAP PortID: 8000

LDAP BaseObject: ldapobject

LDAP Filter File Location

Press <Enter> to accept the default,

/home/tuxedo/beahome/tuxedo9.1/udataobj/security/bea_ldap_filter.dat,

or enter your own:

这三项

LDAP Service Name: ldapservice

LDAP PortID: 8000

LDAP BaseObject: ldapobject




赞(0)    操作        顶端 
总帖数
1
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论