BPM Workspace is too slow while logging in with any user - weblogic-10.x

I have my admin and soa server up and running on Windows platform and I can login in console and em without any hassle. The only problem I am facing with workspace. When I login in workpace with admin user or any other user, it does not redirect to the next page and keeps on loading on the same. I checked in soa logs and there found the below exception:
Caused by: weblogic.transaction.internal.TimedOutException: Transaction has timed out when making request to XAResource 'SOADataSource_obpm_domain'
at weblogic.transaction.internal.XAResourceDescriptor.startResourceUse(XAResourceDescriptor.java:673)
... 20 more
at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1678)
at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1577)
at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:215)
at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:74)
at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:100)
at weblogic.jdbc.wrapper.JTAConnection_weblogic_jdbc_wrapper_XAConnection_oracle_jdbc_driver_LogicalConnection.dequeue(Unknown Source)
Can anyone please help on this?

Related

Cockroachdb: Retrieving cluster info: failed Error: 401 Unauthorized

I am trying to connect to my Cockroachdb cluster using:
ccloud auth login && \
ccloud cluster sql ocean-panda
To which I am getting the following error:
logged in to "YASH KOTHARI's Organization" (org-3447v) as YASH KOTHARI
Retrieving cluster info: failed
Error: 401 Unauthorized
2022/11/02 17:58:59 401 Unauthorized
Therefore, it is logging into my account, but not giving me access to any of my clusters. What to do? Did I mess up any certificates or something? I have tried to remove and reinstall anything cockroachdb related but nothing is working. I tried to do this on someone else's system and it is working fine. I am getting this error just on my system!
I am on a Mac (M1) btw.
Thanks a ton for sharing this, we're currently testing some new connection flows using the ccloud CLI and this is a new one!
I'm going to look into it on our side, since this looks like a bug. In the meantime I'd recommend using the other connection options that are available. They can be reached using the "Connect" button in the cluster overview page.
A few other steps that could potentially get it working:
ccloud auth logout && ccloud auth login to refresh the login parameters
ccloud cluster list and see if the same error occurs

Securing SprintBoot Web App using Azure AD

Getting this error:
unable to acquire on-behalf-of token for client f93-3-4-a**
Please help!!
I am able to do firstime login and try changing password.After that clicking Login gets this error
Make sure that the admin has enabled user consent.
If you have already done that, try updating to SpringBoot 2.3.3. There was an issue in earlier version that could cause this to happen.

Xcode Developer account login failed

Hey i'm trying to login in to my development account in xcode preference. But I'm getting below error. I tried from more then hour but it gives same error.
And when i check other already added accounts also get expired session.
The 503 error code you're getting is the HTTP status code, indicating that the server is unavailable, in this case, the authentication server. It could be that the system is under a denial of service attack, or it may just be down for maintenance.
You can read a little more about the error code here.

Session time out notification

My web-application developed on Vaadin - Servlet using Tomcat server.
When user clicks logout link, session timeout error is coming and then after some time it is automatically redirecting to login page.
Previously the redirection was so fast that user was unable to see this timeout error.
But now after some version update in Vaadin, user is able to see this error.
Suggest a way to resolve this issue.
I am thinking of finding a way to stop the browser from showing the error message for session-timeout , when the session is timed out using logout button.
How to achieve it. Or is there a better solution you can suggest?
Thanks in advance.
Before invalidating the session disabling the Push Mode.
Page.getCurrent().setLocation(location);
UI.getCurrent().getPushConfiguration().setPushMode(PushMode.DISABLED);
session.getSession().invalidate();
This will work fine.
The problem comes because support for Push is not fully implemented by all servers. So on some servers this problem may not arise.
With above logic you can also set Transport.LONG_POLLING which works fine for all servers.

Can't access Windows 2000 UNC path anymore

For a long time, we've been able to access our Windows 2000 server using this method:
\10.0.0.18\d$ (typed in winexplorer) ... and here we enter an adminusers username/password and gain access..
But all of a sudden, we can no longer access it. Ive checked the users on the server, they are not locked out or anything. I've tried restarting the server, but It didn't help.
Event viewer on server gives 2 eventid 529s:
Login Failure:
Reason: Unknown user name or bad password
and
The logon to account: administrator
by: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
from workstation: blabla
failed. The error code was: 3221225578
Ive checked the errorcode, it means the user does not exist.. weird!! :-(
... I can't understand why it says this - even if I create a new user for the occation, this is what it says.. It's like the server can't find any of the users.
Anyone seen this before?
Seems it was because of the clock on the server ... This post helped me:
https://serverfault.com/questions/249434/access-denied-error-3221225578-with-file-sharing-to-windows-server

Resources