Author |
Message
|
ucbus1 |
Posted: Wed Jul 16, 2003 1:07 pm Post subject: [SOLVED]FMC31050E: Execution server works on and off |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Hello.
I have tried to instatiate some workflow instances. Normally I should find them in workflow. But in this case it is not so. Following is the error log fmcsys.lo. Could somebody elp me what really happenning
Thanks
Code: |
07/16/03 16:56:26 FMC10500I Execution server instance started.
07/16/03 16:56:26 FMC31050E An error has occurred which has terminated processing.
07/16/03 16:56:26 FMC10510I Execution server instance stopped.
07/16/03 16:56:26 FMC10500I Execution server instance started.
07/16/03 16:56:26 FMC10500I Execution server instance started. |
following is fmcerr.log
Code: |
MQSeries Workflow 3.3 Error Report
Report creation = 07/16/03 16:56:26
Related message = FMC31050E An error has occurred which has terminated processing.
Error location = File=/projects/fmc/drvp/lbld/v332/src/fmceeaud.cxx, Line=3034, Function=FmcAuditLogger::AuditCheck(FmcCoreContext &, const FmcBIID &, FmcAuditEvent::Type, FmcString *, FmcString *, FmcString *, const FmcActivity *)
Error data = FmcExtException, MsgID=31050, MsgParam=, , , , , , , |
Thanks
Last edited by ucbus1 on Thu Jul 17, 2003 5:45 am; edited 1 time in total |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Jul 17, 2003 5:45 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Anybody encountered the error. The admin manual says the follwoing
Quote: |
31050 An error has occurred which has
terminated processing.
Severity: Error
MsgID:
FMC_ERROR_UNRECOVERABLE_ERROR
Explanation: MQSeries Workflow encountered a
problem which caused a server to end
processing. Analyze the error log and take
corrective actions. Depending on the cause of the
problem it can be required to shut down the
complete system (for example, table space
exhausted in the database) or to correct the
problem and restart the affected server.
User Response: None
Destination: System Log |
|
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Jul 17, 2003 6:23 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
I have asked our DBA to check tablespace issue. But every thing seems to be fine.. any suggestions??? |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Jul 17, 2003 8:20 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
still waiting for a suggetion  |
|
Back to top |
|
 |
Ratan |
Posted: Thu Jul 17, 2003 8:41 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I have no Idea why it is happening but will give it a shot.
When does this happen? every time you start a Process Instance?
Did you try restarting your server?
Your sys log says exec server was stopped and then restarted. So are your process Instances running?
If you have too many Process Instances, can you delete a few and check?
did you apply any Support pac lately? _________________ -Ratan |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Jul 17, 2003 4:38 pm Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
This is a new configuration we have created. We have FMC,FMCSYS,FMCGRP. Now we came up with FMC1,FMCSYS1,FMCGRP1.So
I do not have any instance at all and this is the first time I am trying to instantiate the work instances. In case of errors for example instatniting with a user id which is invalid, workflow promptly putting the message to errorq. But when I have all of the information correct and trying to instantiate I am encountering the error. I do not see my process instances at all.
let me know if I can provide you more information |
|
Back to top |
|
 |
Ratan |
Posted: Fri Jul 18, 2003 8:27 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Can you run fmczchk for your new configuration and see if everything is ok. _________________ -Ratan |
|
Back to top |
|
 |
ucbus1 |
Posted: Fri Jul 18, 2003 8:39 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Thanks. I ran FMCZCHK as suggested by you. Following are the results. I do see two errors. Could you please let me know if these are causing execution server to fail?
Quote: |
fmczchk -yFMC1
FMC34010I: Configuration checker version 3.3.2.109 started.
FMC34012I: ===> General checks.
FMC34011I: Performing MQSeries Workflow Version 3.3.2 checks.
FMC34013I: ===> Admin Server found, checks started.
FMC34500I: ==> Database Manager configuration for wfinst2.
FMC34501I: ==> Database configuration for FMCDB1.
FMC34502I: ==> Database connection to FMCDB1.
FMC34537E: Package FMCDBWCS has isolation level UR, should have CS.
FMC34013I: ===> Server message device found, checks started.
FMC34nnnW: No MQSeries TCP port found at default number 5010
FMC34412E: The IPCC base address FMCQM1 for Queue Manager 8 conflicts with Java
2.
FMC34013I: ===> Execution Server found, checks started.
FMC34013I: ===> Client message layer (server API) found, checks started.
FMC34013I: ===> Client message layer (client API) found, checks started.
FMC34013I: ===> MQSeries Workflow C/C++ API found, checks started.
FMC34013I: ===> Java Agent found, checks started.
FMC34100I: Messages have been written to /wfprvret/dvlp/logs/fmczchk.log.
FMC34999I: Configuration checker ended: 2 error(s), 1 warning(s), rc = 0. |
|
|
Back to top |
|
 |
ucbus1 |
Posted: Fri Jul 18, 2003 8:42 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Just to add to my earlier posting. I ran the same command on my FMC configuration which is working fine. I can see one error got repeated
Code: |
FMC34537E: Package FMCDBWCS has isolation level UR, should have CS. |
Quote: |
fmczchk -yFMC
FMC34010I: Configuration checker version 3.3.2.109 started.
FMC34012I: ===> General checks.
FMC34011I: Performing MQSeries Workflow Version 3.3.2 checks.
FMC34013I: ===> Admin Server found, checks started.
FMC34500I: ==> Database Manager configuration for wfinst2.
FMC34501I: ==> Database configuration for FMCDB.
FMC34502I: ==> Database connection to FMCDB.
FMC34537E: Package FMCDBWCS has isolation level UR, should have CS.
FMC34013I: ===> Server message device found, checks started.
FMC34nnnW: No MQSeries TCP port found at default number 5010
FMC34013I: ===> Execution Server found, checks started.
FMC34013I: ===> Client message layer (server API) found, checks started.
FMC34013I: ===> Client message layer (client API) found, checks started.
FMC34013I: ===> MQSeries Workflow C/C++ API found, checks started.
FMC34013I: ===> Java Agent found, checks started.
FMC34100I: Messages have been written to /workflow/test/logs/fmczchk.log.
FMC34999I: Configuration checker ended: 1 error(s), 1 warning(s), rc = 0. |
|
|
Back to top |
|
 |
jmac |
Posted: Fri Jul 18, 2003 8:43 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You really need to include the -d option on fmczchk to get the best information. Please re-run with this option. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Fri Jul 18, 2003 9:08 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
FMC34537E: Package FMCDBWCS has isolation level UR, should have CS.
This is not really a problem. I think with SP2 or 3 there was that message.
FMC34412E: The IPCC base address FMCQM1 for Queue Manager 8 conflicts with Java
2.
Follow this link, and see Charlies post for the solution for above error.
http://www.mqseries.net/phpBB2/viewtopic.php?t=9858 _________________ -Ratan |
|
Back to top |
|
 |
ucbus1 |
Posted: Fri Jul 18, 2003 9:14 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Thanks Jamac. I ran again with -d option
Following is with FMC1 which has problem
[quote]fmczchk -d -yFMC1
Last edited by ucbus1 on Wed Jul 23, 2003 9:35 am; edited 1 time in total |
|
Back to top |
|
 |
ucbus1 |
Posted: Fri Jul 18, 2003 9:16 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Now following one for FMC whic works fine and No problems
[quote]fmczchk -d -yFMC
Last edited by ucbus1 on Wed Jul 23, 2003 9:35 am; edited 1 time in total |
|
Back to top |
|
 |
jmac |
Posted: Fri Jul 18, 2003 9:17 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
|
Back to top |
|
 |
ucbus1 |
Posted: Tue Jul 22, 2003 11:37 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Thanks to all, the problem I had with configuration checker "ipcc code issue" has resolved. however, the basic issue still remains. I am unable to instatiate any work instance.
Following are the errors I am still getting
fmcsys.log
Quote: |
07/22/03 14:51:13 FMC10100I Administration server starting.
07/22/03 14:51:13 FMC10110I Administration server for system FMCSYS1 started.
07/22/03 14:51:13 FMC10200I Execution server for system FMCSYS1 started.
07/22/03 14:51:13 FMC10500I Execution server instance started.
07/22/03 14:51:18 FMC10000I System startup complete. System FMCSYS1 in system group FMCGRP1 is now running.
07/22/03 14:54:54 FMC31050E An error has occurred which has terminated processing.
07/22/03 14:54:54 FMC31050E An error has occurred which has terminated processing.
07/22/03 14:54:54 FMC10510I Execution server instance stopped.
07/22/03 14:54:54 FMC10510I Execution server instance stopped.
07/22/03 14:54:54 FMC10500I Execution server instance started.
07/22/03 14:54:54 FMC31050E An error has occurred which has terminated processing.
07/22/03 14:54:54 FMC10510I Execution server instance stopped.
07/22/03 14:54:54 FMC10500I Execution server instance started.
|
fmcerr.log
Quote: |
MQSeries Workflow 3.3 Error Report
Report creation = 07/22/03 14:54:57
Related message = FMC31050E An error has occurred which has terminated processing.
Error location = File=/projects/fmc/drvp/lbld/v332/src/fmceeaud.cxx, Line=3034, Function=FmcAuditLogger::AuditCheck(FmcCoreContext &, const FmcBIID &, FmcAuditEvent::Type, FmcString *, FmcString *, FmcString *, const FmcActivity *)
Error data = FmcExtException, MsgID=31050, MsgParam=, , , , , , , |
Any suggestions??? |
|
Back to top |
|
 |
|