Was trying to deploy an application on the weblogic server. A simple (relatively speaking) web service application. And the the thing bombed on me. The error I got
weblogic.wsee.security.configuration.WssConfigurationException: Private key not found
Now, I tried to google for it and could not find a single instance where some one came up with the same problem. I am sure it has something to do with my server configuration. I don’t even have security enabled on the web service methods.
Finally resolved the above issue today. Seems like the credential provider that we had created in the server was not allowing the application to deploy. We removed the custom credential provider and the ear deployed without a hitch.
So, if you get the above error, it may not even be your application that causing the error.
Posted in Java Weblogic | Tagged Java Weblogic, Private key, weblogic, WssConfigurationException | Leave a Comment »
-A Robert Frost Poem
Whose woods these are I think I know.
His house is in the village though;
He will not see me stopping here
To watch his woods fill up with snow.
My little horse must think it queer
To stop without a farmhouse near
Between the woods and frozen lake
The darkest evening of the year.
He gives his harness bells a shake
To ask if there is some mistake.
The only other sound’s the sweep
Of easy wind and downy flake.
The woods are lovely, dark and deep.
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep.
Posted in UnCategorized | Leave a Comment »
Its 90 degrees F and feels like 95. With all the UV rays coming through on florida, it feels like an oven here. I am sure if I keep a chicken outside, I can have it baked in time for lunch.
Right now I am just trying to stay cool and survive the summer.
Posted in UnCategorized | Leave a Comment »