ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Urgent help required,unable to logon to MQWF through API

Post new topic  Reply to topic
 Urgent help required,unable to logon to MQWF through API « View previous topic :: View next topic » 
Author Message
adeeb
PostPosted: Wed Aug 30, 2006 7:37 am    Post subject: Urgent help required,unable to logon to MQWF through API Reply with quote

Newbie

Joined: 30 Aug 2006
Posts: 2

Urgent help required,
I am unable to logon to MQWF through workflowAPI although correct values of username, password and configuration ID are provided in the properties file, and correct hostname is provided in the fmcrc file
Here is the stack trace

[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R com.ibm.workflow.client.util.FmcApiException:
FMC38009E MQSeries Workflow API Error :
API Return Code : 143
Error Origin : FmcFMLC.java:963
Error Message : FMC00143E Key '{0}' not found in profile. Configuration = '{1}'.
Nested Exception : None
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.workflow.client.util.FmcFMLC.ReadProfileValues(FmcFMLC.java:963)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.workflow.client.util.FmcFMLC.FMLC_Init(FmcFMLC.java:294)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.workflow.client.api.FmcSession.CallSync(FmcSession.java:434)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.workflow.client.api.FmcSession.Logon(FmcSession.java:997)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.workflow.client.api.FmcExecutionService.logon2(FmcExecutionService.java:795)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at pk.gov.secp.dao.mqwf.MQWFNativeAdapter.createService(MQWFNativeAdapter.java:36)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at pk.gov.secp.dao.mqwf.MQWFIssueResolutionDAO.resolveIssuesForProcess(MQWFIssueResolutionDAO.java:29)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at pk.gov.secp.util.EGDUtility.submitResolveIssues(EGDUtility.java:1706)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at pk.gov.secp.servlet.AppletControllerServlet.resolveIssues(AppletControllerServlet.java:176)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at pk.gov.secp.servlet.AppletControllerServlet.doPost(AppletControllerServlet.java:141)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java(Compiled Code))
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java(Compiled Code))
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java(Inlined Compiled Code))
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java(Compiled Code))
[8/30/06 18:03:40:015 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java(Inlined Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Compiled Code))
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
[8/30/06 18:03:40:047 PKT] 12e76e69 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Back to top
View user's profile Send private message
bduncan
PostPosted: Wed Aug 30, 2006 12:53 pm    Post subject: Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

don't double post please!
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
Back to top
View user's profile Send private message Visit poster's website AIM Address
hifive
PostPosted: Sun Sep 03, 2006 4:11 am    Post subject: Reply with quote

Acolyte

Joined: 06 May 2006
Posts: 52

Remove the older profile and Try to recreate new FMC configuration profile.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Urgent help required,unable to logon to MQWF through API
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.