Help with OAS web generation

moorman_consult

Member
I am having issues with getting the web generator to do a direct connect. I can connect via the web server but I get errors when I try to generate any objects. I can log into the web but can't run any applications. Here is my jas.log

15 Jun 2006 14:35:04,953 [ConectionThread] ERROR: {com.jdedwards.jas} - OneWorld JAS startup initiated
15 Jun 2006 14:35:05,437 [ConectionThread] ERROR: {com.jdedwards.jas} - OneWorld JAS startup complete
15 Jun 2006 14:35:05,484 [ConectionThread] ERROR: {com.jdedwards.jas} - Could not reach security server <jdeapps>, For input string: "?????"
15 Jun 2006 14:35:05,484 [ConectionThread] ERROR: {com.jdedwards.jas} - Attempts to all security server failed. [STD] null
15 Jun 2006 14:35:05,500 [ConectionThread] 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.ServletProxyWrapper.callServerComponent(Unknown Source)
at com.jdedwards.jas.ServletProxyWrapper.ServletProxy(Unknown Source)
at com.jdedwards.jas.ServletProxyWrapper.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.runtime.generator.engine.ConnectionEngine.makeConnection(Unknown Source)
at com.jdedwards.runtime.generator.engine.GeneratorEngine.makeConnection(Unknown Source)
at com.jdedwards.runtime.generator.view.InitialView.run(Unknown Source)
at java.lang.Thread.run(Thread.java:534)


8.11 SP1 HP9000
8.95 k1
Oracle 10.1.0.5
Oracle Application Server
 
I think the problem is with your JAS servers Security server,do one thing go in jas.ini file and in there is a section [SECURITY SERVER] check here if u had given the secrity server correctly.
 
Back
Top