811 Standalone install problem

rjcrock

Active Member
I installed standalone uneventfully. I created a small program, but when I ran it I got a message "An unknown JAS signon error occured". The DOS display was as follows,
06/02/08 21:57:44 Auto-unpacking C:\E811\system\OC4J\j2ee\home\applications\dms0

.war... done.

06/02/08 21:57:44 Auto-deploying webclient (New server version detected)...

06/02/08 21:57:45 Auto-deploying file:/C:/E811/system/OC4J/j2ee/home/application

s/dms0/ (New server version detected)...

06/02/08 21:57:45 Auto-deploying file:/C:/E811/system/OC4J/j2ee/home/default-web

-app/ (New server version detected)...

06/02/08 21:57:45 Auto-deploying file:/C:/E811/system/OC4J/j2ee/home/application

s/webclient.ear/webclient/ (New server version detected)...

06/02/08 21:57:47 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)

initialized

06/02/08 22:09:11 Error: org.apache.pluto.tags.DefineObjectsTag$TEI

06/02/08 22:09:11 Errors parsing file:/C:/E811/system/OC4J/j2ee/home/application

s/webclient.ear/webclient/WEB-INF/tld/std-portlet.tld

06/02/08 22:09:11 initParameters = {default_path=~JAS_LOCATION~}

06/02/08 22:09:11 Media Object Path - ServletContext lookup = C:\E811\system\OC4

J\j2ee\home\applications\webclient.ear\webclient\moqueue

06/02/08 22:09:12 init security manager

06/02/08 22:09:12 init security manager - done

06/02/08 22:09:12 init jdeServerrListener

06/02/08 22:09:12 init jdeServerrListener - done

06/02/08 22:09:12 init JDENET Message Dispacther

06/02/08 22:09:12 init JDENET Message Dispacther - done

06/02/08 22:09:12 Loading com.jdedwards.jas.UserManager

06/02/08 22:09:12 Loading com.jdedwards.jas.UDCJDBC

06/02/08 22:09:12 Loading com.jdedwards.jas.JDEOWDirect

06/02/08 22:09:14 Loading com.jdedwards.jas.JDEORB

06/02/08 22:09:14 Loading com.jdedwards.jas.JDESignon

06/02/08 22:09:14 Loading com.jdedwards.jas.JDEUDCText

06/02/08 22:09:14 Loading com.jdedwards.jas.DDValidation

06/02/08 22:09:14 Loading com.jdedwards.jas.ServerQuery

06/02/08 22:09:14 Loading com.jdedwards.jas.JDEUpdates

06/02/08 22:09:14 Loading com.jdedwards.jas.JDBCProxy

06/02/08 22:09:14 Loading com.jdedwards.runtime.virtual.MAFComponentLoader

06/02/08 22:09:14 Loading com.jdedwards.jas.JDEQueries

06/02/08 22:09:14 Loading com.jdedwards.jas.security.SecurityBroker

06/02/08 22:09:21 Error: org.apache.pluto.tags.DefineObjectsTag$TEI

06/02/08 22:09:21 Error: org.apache.pluto.tags.DefineObjectsTag$TEI

06/02/08 22:09:21 Error: loading Tld's into cachedConfigTable: null

06/02/08 22:09:28 Reading browscap.ini file from the Java classpath.

06/02/08 22:09:28 Processed 445 unique user-agents (from 445 definitions).

I rebooted, and tried again. This time I could not sign in at all. I got the message " Unable to send mesage to security Server.
Then : Peoplesoft could not sign you on, Make sure your userid is correct and retype your password.

Anyone run in to this before?
 
Hi,
Did your Peoplesoft CD 1 install properly? There is a step towards the end where it installs an HTML server and tries to start and stop the Websphere. Errors usually occur at this point, if ignored Peoplesoft continues to install normally however you later face the "security server error".

You need to follow all the steps mentioned in the install guide. These would be-
1) Install IBM Websphere.
2) Get the 3 jar files mentioned in the guide.
3) Install SQL_jdbc_2.2.0029
4) Install .Net framework
5)Follow the install paths mentioned in the guide

In short, the 8.11 standalone installation has many steps different from the previous releases, so you need to follow all these steps to the minute details. There are also many other Posts on this topic in this forum that may help you.

Regards,
Joel
 
Hi List,

In 8.11 SP1 , I have encountered the signin error when the user did not copy the jdbj.ini file to the correct location. Please verify the same.

I am also attaching the Demo installation with Oracle App Server.

Copy the jdbj.ini from CD1\Client to this location:
C:\E811\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes
Note: If the jdbc.ini file already exists in the WEB-INF\classes directory, replace the existing file with the file in the CD1\Client directory..
 
Yep......usually the JDBJ.

Just to clarify 811 Standalone users WAS. 811 SP1 Standalone uses OC4J. Which product are you installing?

If you previously had 811 installed and are moving to 811 SP1 you need to get rid of all remnants of 811 before moving to 811 SP1.

Uninstalling JDEdwards E811 Standalone

1. Stop MSDE
2. Detach any custom SQL databases and back them up
3. Using the “Add/Remove Programs” Uninstall the following
a. PeopleSoft Client Workstation
b. IBM Websphere
c. Microsoft SQL Server Desktop Engine(JDELOCAL)
4. Delete the following Directories
a. C:\E811
b. C:\Websphere or C:\Program Files\Websphere
c. C:\Program Files\Microsoft SQL Server\Mssql$JDELocal
5. Reboot
6. Install E811 SP1 Standalone following EXACT updated instructions
7. Reattach custome MSDE databases

Colin
 
Back
Top