How to solve Bugzilla Triologygmbh CAS Plugin File does not exist at AuthCASSaml.pm line 413? - perl

I have installed Bugzilla 5.0.4 in Xampp 5.6.24-2-VC11 with ActivePerl 5.24.3.2404 and CAS plugins from https://bitbucket.org/triologygmbh/bugzilla-cas-plugin/src/master/
Changed User Authentication to CAS and CAS parameters to:
CASserver: https://xxx.xxx.xxx/cas
CASfullNameAttribute: id
CASmailAttribute: mail
CASTimeTolerance: 1000
Almost every features are working like login redirect to CAS server, redirect back to bugzilla, logout SSO. Its just when I get authenticated and redirect back to bugzilla. It gives File does not exist at loader/0x470db8/Bugzilla/Extension/CAS/Auth/AuthCASSaml.pm line 413
Anyone with experience of Bugzilla CAS or the plugin can help?
Update
For bugzilla 5.0.6
File does not exist: {"timestamp":1595816698854,"status":500,"error":"Internal Server Error","exception":"java.lang.NullPointerException","message":"No message available","trace":"java.lang.NullPointerException\n","path":"/cas/samlValidate"} at /loader/0x8c1578/Bugzilla/Extension/CAS/Auth/AuthCASSaml.pm line 413.
Update
Same error occur with latest xampp for both bugzilla versions

Related

Coldfusion PayPal IPN Connection Failure

I am trying to get a sandbox PayPal IPN working with the Coldfusion example shown here:
https://github.com/paypal/ipn-code-samples/tree/master/coldfusion
I've added the location of my IPN file to PayPal and the page is being called by it but all I get is a 'Connection Failure' message in the text file. The IPN file is being called from an https location so not sure what is wrong.
Any ideas?
The JRE (version 7) that comes with ColdFusion 10, doesn't support TLS 1.2, which you require to talk to the PayPal API. You need to either update the JRE to 113+ and enable TLS 1.2 via argument or upgrade altogether to JRE 8. To upgrade, you have to let the jvm.config point to the installation and replace the tools.jar in CF with the one from the JDK 8. (Also make sure to have at least update 14 installed on your ColdFusion 10 server.)

liferay 7 cas not logined

I'm newbie to liferay 7,I want to integrate liferay 7 with CAS without ldap.
my liferay's version is DXP, CAS server's version is 4.0.0.
I have installed liferay on localhost:8080,CAS server is on one of my server machine over ssl.
I have successfully integrated CAS. After this I have configured CAS authentication in liferay that is in Configuration->Instance Setting->Authentication under this CAS tab.
When I try to login im getting following url:
http://localhost:8080/?ticket=ST-23-d3Dvgf5h56Fa3ptUf5wEc-cas01.example.org
Although ticket is generating,but I'm not able to access admin panel.
Please help, Thanks
I have followed all the instructions in this manual
https://web.liferay.com/web/nidhi.singh/blog/-/blogs/liferay-intregation-with-cas-and-ldap
and everything works perfectly!

TFS mac eclipse plugin - Can't connect to server, error 403

I installed the Team Explorer Everywhere Eclipse (Kepler) Plugin but when I try to connect to the server i get this message:
The SOAP endpoint https://vsas.myurl.com/Services/v1.0/Registration.asmx could not be contacted. HTTP status: 403
1st time I tried to connect, it asked me for my user and password, after that it never asked me again, but I want to try with different user/pass and I cant find where I can change that.
I'm using OS Mavericks, and I didnĀ“t find any credential related in the keychain utility.
Thank you!
Edit: My user is out of license, but I have another user that is with a valid license. I would like to try with other user/pass but I don't know where to change that.
Finally I uninstall the plugin, logout from TFS Website, re-install the plugin, enter a new username and password when prompted and that was the solution, everything is working fine now.

GWT eclipse plugin install asks for authentication

I am using Eclipse Juno on a WindowsXP machine. When I try to Install New Software from the Google plugin site http://dl.google.com/eclipse/plugin/4.2, it prompts me for a username and password
The error says = Authentication failed for http://dl.google.com/eclipse/plugin/4.2.
I have tried my gmail account login, but that does not work.
Any suggestions would be appreciated.
Do you have 2 factor authentication enabled? If so you would need to use an application specific password.

Netbeans 6.5.1 + Openfire 3.6.4 Collaboration?

We are using the collab plugin in Netbeans. Unfortunately the "Service for the developer collaboration XMPP server share.java.net will be discontinued as of April 20, 2009. "
http://wiki.netbeans.org/FaqShareJavaNet
I managed to install OpenFire 3.6.4 on OpenSolaris 2008.11.
Whatever I do I cant login from Netbeans collab plugin, but getting "Object does not represnt a valid JID"
Server log:
2009.05.23 21:41:27 [org.jivesoftware.openfire.spi.PresenceManagerImpl.userUnavailable(PresenceManagerImpl.java:271)] Error storing offline presence of user:
Little info to find on this topic, other than
http://wiki.netbeans.org/CollabServer
http://www.igniterealtime.org/community/message/190171
Does anyone run successfully Netbeans with Openfire ?
cheers
i think there's a bug somewhere between Openfire and netbeans collab module.
using NB 6.7, Openfire 3.6.4 and postgres 7, i notice there are 2 process trying to provide "presence" function which resulting 2 conflicted database entry in ofpresence table.
one entry which i believe came from netbeans collab connection, contains a user JID required by netbeans, while the other one didn't, this is what i believe the culprit behind the "Object does not represnt a valid JID" error message.
i decided to experiment with deleting all services in Openfire Group Chat tab, and successfully managed to login from my NB 6.7, but no collaborative channel available...
Yes!
Install "Search" plugin from the available plugins list in the openfire admin. THATS ALL!
It's even in the link above :)
If it doesn't work, try disabling offline messages.