WebDev with OAS can't login

Sebastiau

Sebastiau

Active Member
WebDev with OAS can\'t login

Dear friends,
I would like to have WebDev Client installed using OAS.
On my machine I have installed Oracle Application Server and EOne 8.11 SP1 package deployed containing WebDev feature for OC4J. I have checked jas.ini,jde.ini,jdbj.ini and I suppose it looks properly(all ports are okey,security server is written there). The problem is that I can run the workstation, I mean Fat client and work with that but I can not log into the Web Client. It shows me the login page with the message "Security Server is down or can't be reached". Enterprise server is working and another WebDev machine which I have but installed on Websphere is working properly.I can't run generator because of the same problem. What I should check more? I have no idea... Any help with that please... Please see log file:
----------------------------------------
[HttpRequestHandler-17824568] ERROR: {com.jdedwards.jas} - OneWorld JAS startup initiated
[HttpRequestHandler-17824568] ERROR: {com.jdedwards.jas} - OneWorld JAS startup complete
[HttpRequestHandler-17824568] ERROR: {com.jdedwards.jas} - Could not reach security server <PSCENT811>, For input string: "????"
[HttpRequestHandler-17824568] ERROR: {com.jdedwards.jas} - Attempts to all security server failed. [STD] null
[HttpRequestHandler-17824568] ERROR: {com.jdedwards.jas} - trying implementing loadUserProfileWithPass
com.jdedwards.system.security.SecurityServerException: FAILURE: null
at com.jdedwards.system.security.proxy.SecurityServerProxyImpl.processSecurityServerRequest(Unknown Source)
at com.jdedwards.system.security.proxy.SecurityServerProxyImpl.login(Unknown Source)
at com.jdedwards.jas.JDESignon.loadUserProfileWithPass(Unknown Source)
at com.jdedwards.jas.JDESignon.buildUserSessionWithPass(Unknown Source)
at com.jdedwards.jas.JDESignon.jdeSignon(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.jdedwards.jas.ServletProxy.callServerComponent(Unknown Source)
at com.jdedwards.jas.ServletProxy.ServletProxy(Unknown Source)
at com.jdedwards.jas.ServletProxy.dispatch(Unknown Source)
at com.jdedwards.jas.net.NetConnection.callJAS(Unknown Source)
at com.jdedwards.jas.net.NetConnection.callJAS(Unknown Source)
at com.jdedwards.jas.net.NetConnection.callLogin(Unknown Source)
at com.jdedwards.jas.net.NetConnection.login(Unknown Source)
at com.jdedwards.jas.net.NetConnection.createNetConnection(Unknown Source)
at com.jdedwards.services.login.JASLoginWrapper.login(Unknown Source)
at com.jdedwards.services.login.JASLoginWrapper.login(Unknown Source)
at com.jdedwards.services.login.LoginContext.login(Unknown Source)
at com.jdedwards.services.login.InitialEncryptedLoginState.changeState(Unknown Source)
at com.jdedwards.services.login.LoginContext.changeState(Unknown Source)
at com.jdedwards.services.login.InitialState.changeState(Unknown Source)
at com.jdedwards.services.login.LoginContext.<init>(Unknown Source)
at com.jdedwards.services.login.Login.processLogin(Unknown Source)
at com.jdedwards.runtime.virtual.LoginServlet.service(Unknown Source)
at com.peoplesoft.e1.container.MafletServiceContainer.doService(Unknown Source)
at com.peoplesoft.e1.container.MafletServiceContainer.doGet(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at com.jdedwards.base.JDEFilter.doFilter(Unknown Source)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
 
Re: WebDev with OAS can\'t login

Couple of things: 1.) Does the problem PC have a package loaded built with the Web development feature? Does your problem PC have .Net loaded, can it ping your enterprise servers?
 
Back
Top