Author |
Message
|
pingwf |
Posted: Mon Feb 24, 2003 2:06 am Post subject: MQWF Server Starting problem in AIX |
|
|
Novice
Joined: 09 Dec 2002 Posts: 23
|
Hi,
I installed MQWF on AIX. I try to start a MQWF Server that time its showing this following error, but I given the path & LIBPAth, LD_LIBRARYPATH properly.
Waiting for a trigger message
exec(): 0509-036 Cannot load program /usr/bin/fmcemain because of the following errors:
0509-022 Cannot load module /usr/lpp/fmc/lib/libfmceserv.a(share.o).
0509-150 Dependent module libfmcspstb.a(share.o) could not be loaded.
0509-022 Cannot load module libfmcspstb.a(share.o).
0509-026 System error: A file or directory in the path name does not exist.
exec(): 0509-036 Cannot load program /usr/bin/fmcemain because of the following errors:
0509-022 Cannot load module /usr/lpp/fmc/lib/libfmceserv.a(share.o).
0509-150 Dependent module libfmcspstb.a(share.o) could not be loaded.
0509-022 Cannot load module libfmcspstb.a(share.o).
0509-026 System error: A file or directory in the path name does not exist.
Regards,
DKP |
|
Back to top |
|
 |
vennela |
Posted: Mon Feb 24, 2003 6:50 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I don't think you have a valid configuration.
Can you do this:
fmczutil
and select 'l' to list all the configurations.
(I am expecting it would give you none).
If you are able to get something then do fmczchk -y FMC
(replace FMC each time with each one of your configuration and let us know the results.)
-------
Venny |
|
Back to top |
|
 |
jet |
Posted: Thu Feb 27, 2003 11:39 am Post subject: |
|
|
Apprentice
Joined: 04 Dec 2002 Posts: 49 Location: New York
|
Do you have the permission to those directories?
May be it will be helpful if u can provide info about ur installation and configuration. |
|
Back to top |
|
 |
mkhadse |
Posted: Fri Feb 28, 2003 6:48 am Post subject: |
|
|
Acolyte
Joined: 31 Dec 1969 Posts: 73
|
You can try running fmczchk -y <configID>
This will check the configuration and through out any errors with the configuration. |
|
Back to top |
|
 |
pingwf |
Posted: Fri Feb 28, 2003 8:33 am Post subject: |
|
|
Novice
Joined: 09 Dec 2002 Posts: 23
|
1.We have a valid configuration with FMC indentifier.
2.The "fmczchk -y FMC" did not return any error.
3.We have permission to all required directories.
Finally I figured out that the trigger monitor was not able to load the dependent library files from specified LIB path. We have given complete path of lib directory of MQ WORKFLOW but then also it was not picking the lib files, it was searching for files in /usr/lib.
So in round about way we created link files in /usr/lib directory for all library files which are in MQWF LIB directory.
So this worked out and now trigger monitor is able to start Execution Server and Other server components of workflow.
This is a temporary solution for this problem. I am trying to find root cause of this prob.
regards,
DKP |
|
Back to top |
|
 |
|