Dlse Sertz

Greenhorn
+ Follow
since Sep 17, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dlse Sertz

Did you get the solution?

I've spent half a day trying to solve SSO HTTP Header type access to an Adobe LC Workspace (web app). I can confirm-test it to work using Modify Headers Firefox plugin.

My plan was to create a servlet, where I would navigate with my browser... the servlet would modify httpservletrequest (adding http header parameter user=someuser) and navigate to Workspace site using modified httpservletrequest.

Can you please elaborate?


Thank you
15 years ago
Hi.

I have an EJB project and get this error, so I ask for your help.

2008-09-17 09:41:00,331 - DEBUG com.genis.eprijave.ws.proxy.delegates.BusinessDelegateFactory - cache hit: com.genis.eprijave.ws.p
roxy.delegates.PropertiesBusinessDelegate
2008-09-17 09:41:00,347 - DEBUG com.genis.eprijave.ws.proxy.delegates.PropertiesBusinessDelegateBase - Begin
2008-09-17 09:41:00,972 - ERROR com.genis.j2ee.patterns.servicelocator.ServiceLocator - com.ibm.websphere.naming.CannotInstantiate
ObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception i
s com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a java
x.naming.Reference object. [Root exception is com.ibm.ejs.container.ContainerEJBException: Unable to initialize deferred EJB.]]
2008-09-17 09:41:00,987 - ERROR com.genis.eprijave.ws.proxy.delegates.PropertiesBusinessDelegateBase - Catch
com.genis.j2ee.patterns.servicelocator.exceptions.ServiceLocatorException: null; nested exception is com.ibm.websphere.naming.Cann
otInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object.
com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.
naming.Reference object. [Root exception is com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while th
e JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is com.ibm.ejs.container.ContainerEJBExceptio
n: Unable to initialize deferred EJB.]]
at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookupExt(Helpers.java:1000)
at com.ibm.ws.naming.urlbase.UrlContextHelper.processBoundObjectForLookup(UrlContextHelper.java:191)
at com.ibm.ws.naming.java.javaURLContextRoot.processBoundObjectForLookup(javaURLContextRoot.java:406)
at com.ibm.ws.naming.urlbase.UrlContextImpl.lookup(UrlContextImpl.java:1280)
at com.ibm.ws.naming.java.javaURLContextImpl.lookup(javaURLContextImpl.java:384)
at com.ibm.ws.naming.java.javaURLContextRoot.lookup(javaURLContextRoot.java:204)
at com.ibm.ws.naming.java.javaURLContextRoot.lookup(javaURLContextRoot.java:144)
at javax.naming.InitialContext.lookup(InitialContext.java:363)
at com.genis.j2ee.patterns.servicelocator.ServiceLocator.getLocalHome(ServiceLocator.java:122)
at com.genis.eprijave.ws.proxy.delegates.PropertiesBusinessDelegateBase.getEjbLocal(PropertiesBusinessDelegateBase.java:44
)
at com.genis.eprijave.ws.proxy.delegates.PropertiesBusinessDelegate.loadProperties(PropertiesBusinessDelegate.java:23)
at com.genis.eprijave.ws.test.servlet.TestDaoServlet.doGet(TestDaoServlet.java:39)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java
:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)
Caused by: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processi
ng a javax.naming.Reference object. [Root exception is com.ibm.ejs.container.ContainerEJBException: Unable to initialize deferred
15 years ago