Hi gurus,
My scenario is capture Solace JMS message then deliver to oracle via OGG Application Adapter (jmsvam).
throw below error message when start ogg extract process
it’s stranger what username should be specified? but i already setup java.naming.security.principal
does my reference solace jars are correct?
May 21, 2021 7:29:34 AM oracle.goldengate.messaging.VamMain main
INFO: Starting main: class oracle.goldengate.messaging.VamMain, with arguments [length=0]: {} => using context(s): -o, /oracle/goldengate/messaging/default-vam-jms-context.xml
2021-05-21 07:29:35: JMSPROVIDER(jmsprovider.c:528) [ERROR]: Error occurred (Java exception): Error calling static void Method UserExitMain.main: org.springframework.beans.factory.Bea
nCreationException: Error creating bean with name 'jndiConnectionFactory' defined in class path resource [oracle/goldengate/messaging/default-vam-jms-context.xml]: Invocation of init m
ethod failed; nested exception is javax.naming.NamingException: Username must be specified
@amackenzie after add username to url that error was resolved, but there is new error
what is the mean 401: The RADIUS profile is shutdown?
2021-05-24 11:14:03 INFO OGG-00178 VAM Client Report <Error occured in jmsprovider.c[528]: Error oc
curred (Java exception): Error calling static void Method UserExitMain.main: org.springframework.beans.
factory.BeanCreationException: Error creating bean with name 'jndiConnectionFactory' defined in class pa
th resource [oracle/goldengate/messaging/default-vam-jms-context.xml]: Invocation of init method failed;
nested exception is javax.naming.NamingException: JNDI lookup failed - 401: The RADIUS profile is shutd
own [Root exception is ((Client name: dedwdbadm02.corpdev.hkjc.com/20237/#00190001/Ssl4SEoaYr Local ad
dr: 1.19.14.22 Local port: 46543 Remote addr: 1.19.13.23 Remote port: 55555) - ) com.solaces
ystems.jcsmp.JCSMPErrorResponseException: 401: The RADIUS profile is shutdown [Subcode:1]]
it’s strange that it can success connect to my testing solace (docker version with default configuration) , but it encounter 401: The RADIUS profile is shutdown error when connect to customer solace environment.
Hi @Owen,
My guess is that your app is fine if it connects to your environment. The event broker has different ways to configure basic authentication, RADIUS being one of them. You’ll need to follow-up with the customer and have them check on the RADIUS profiles configured and make sure they aren’t shutdown. Here is some info from docs that shows how to configure RADIUS: Configuring RADIUS Authentication
Note that caution in yellow/orange:
When you shut down a RADIUS profile, all users and/or clients attempting to authenticate using the RADIUS profile will fail until it is enabled again .