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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » authentication exit (java)

Post new topic  Reply to topic
 authentication exit (java) « View previous topic :: View next topic » 
Author Message
cro110011
PostPosted: Fri Jan 31, 2003 2:42 am    Post subject: authentication exit (java) Reply with quote

Newbie

Joined: 29 Mar 2002
Posts: 9

hi everybody,
I'm trying to install an authentication exit - however I run into a problem already at the very beginning when the RTAuth.. variable is configured and the admin server should be started:

fmczchk -c inst:m,RTAuthenticationExitTypeServer,JAVA -y WF1
FMC34010I: Configuration checker version 3.3.2.109 started.

FMC34600I: ==> Executing commands.
FMC34605I: RTAuthenticationExitTypeServer = 'JAVA' inserted into the configurati
on profile.

FMC34100I: Messages have been written to c:\temp\fmczchk.log.
FMC34999I: Configuration checker ended: 0 error(s), 0 warning(s), rc = 0.

--> this seems to ok, but then:

C:\temp>fmcamain -c -y
Exception occurred: FmcExtException, MsgID=31050, MsgParam=, , , , , , , , Origi
n=File=e:\v332\src\fmcaauth.cxx, Line=146, Function=FmcAuthenticationExit::Init(
void*,long)

any ideas?
thx, christian
Back to top
View user's profile Send private message
Cooper
PostPosted: Fri Jan 31, 2003 8:07 am    Post subject: Reply with quote

Newbie

Joined: 31 Jan 2003
Posts: 1
Location: Germany

Seems like the authentication exit can't be initialized. have you placed the Authentication.class somewhere that can be accessed from the CLASSPATH that you have set? Have you used the correct package name in the source (com.ibm.workflow.java.exit) and put the class file in a directory structure that reflects the package name?
Back to top
View user's profile Send private message
jmac
PostPosted: Fri Jan 31, 2003 10:00 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

In addition to the above, I have found that the fmcoutil.jar file must be found later in the classpath than the fmchocli.jar file.

GOOD LUCK
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
kriersd
PostPosted: Fri Jan 31, 2003 11:07 am    Post subject: Reply with quote

Master

Joined: 22 Jul 2002
Posts: 209
Location: IA, USA

Well, I too had many problems with getting th esecurity exit to work properly..

First of all... If you are using AIX you must turn tracing on. IBM states that there ia a java signal handeling problem that is corrected if you run simple trace.

Code:
fmczchk -c inst:m,FMC_SIMPLE_TRACE_ONLY,YES


Also, make sure you have "<JDK_Install_dir>/jre/bin/classic : <JDK_Install_dir>/jre/bin/" in the LIBPATH.

Code:

CLASSPATH=/usr/lpp/fmc/bin/fmcoutil.jar:/usr/lpp/fmc/bin/java3321/fmcojagt.jar:/usr/jdk_base/jre/lib/rt.jar:$CLASSPATH:.

LIBPATH=/usr/lpp/fmc/lib:/workflow/securityexit/properties:/usr/jdk_base/jre/bin/classic:/usr/jdk_base/jre/bin:/usr/jdk_base/bin:$LIBPATH:


P.S. I would use the (IBM JDK) NOT the (SUN JDK)

Good luck.
Dave
_________________
Dave Krier

IBM WebSphere MQ Workflow V3.4 Solution Designer
Back to top
View user's profile Send private message
amittalekar
PostPosted: Tue Feb 04, 2003 5:29 am    Post subject: Reply with quote

Disciple

Joined: 03 Apr 2002
Posts: 166
Location: VA, USA

check this link also

http://www.mqseries.net/phpBB2/viewtopic.php?t=2489
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » authentication exit (java)
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.