|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
authentication exit (java) |
« View previous topic :: View next topic » |
Author |
Message
|
cro110011 |
Posted: Fri Jan 31, 2003 2:42 am Post subject: authentication exit (java) |
|
|
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 |
|
 |
Cooper |
Posted: Fri Jan 31, 2003 8:07 am Post subject: |
|
|
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 |
|
 |
jmac |
Posted: Fri Jan 31, 2003 10:00 am Post subject: |
|
|
 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 |
|
 |
kriersd |
Posted: Fri Jan 31, 2003 11:07 am Post subject: |
|
|
 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 |
|
 |
amittalekar |
Posted: Tue Feb 04, 2003 5:29 am Post subject: |
|
|
 Disciple
Joined: 03 Apr 2002 Posts: 166 Location: VA, USA
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|