PIA error

Hi All,
My env is
OEL 6 64BIT APP SERVER and DB
WINDOWS server 2008 webserver
I am doing a PT852 tools only system DB installation..
After booting the app server and configuring PIA..when i login to the URL,
http://10.201.30.92:190/psp/ptdemo/?cmd=login
I am getting the below error,tried all options to debug it but for no luck..
Error on PIA login page..
CHECK APPSERVER LOGS. THE SITE BOOTED WITH INTERNAL DEFAULT SETTINGS, BECAUSE OF: bea.jolt.ApplicationException: TPESVCFAIL - application level service failure
App server log snipet..
PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](1) VerifyGlobalTokenEqualsContext (SD) failed:  AuthToken is still NULL!  CtxUser=PTWEBSERVER/ENG
PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](3) Returning context. ID=PTWEBSERVER, Lang=ENG, UStreamId=192210_18009.13, Token=-
PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: GetSqlData - RdmGet on PSLANGUAGES
PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: GetSqlData - RdmGet on PSWEBPROFNVP
PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: GetSqlData - RdmGet on PSOPTIONS
PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: SetSqlData - RdmGet failed!
PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](1) (NET.343): Failed to serialize GetWebProfile reply data
PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk](2) Service GetWebProfile failed
PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](1) VerifyGlobalTokenEqualsContext (SD) failed:  AuthToken is still NULL!  CtxUser=PTWEBSERVER/ENG
PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](3) Returning context. ID=PTWEBSERVER, Lang=ENG, UStreamId=192210_18009.14, Token=-
PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK PpmMonSvc](1) (NET.346): Failed to execute PpmMonSvc request
PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK](2) Service PpmMonSvc failed
PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK](0) 2 consecutive service failures
PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK](0) Forcing reboot of server
PSAPPSRV.19032 (0) [01/19/13 19:22:11](0) PeopleTools Release 8.52.12 (Linux) starting. Tuxedo server is APPSRV(99)/2
PSAPPSRV.19032 (0) [01/19/13 19:22:11](0) Cache Directory being used: /home/oracle/psft/pt/8.52/appserv/PTDEMO/CACHE/PSAPPSRV_2/
PSAPPSRV.19032 (0) [01/19/13 19:22:11](2) App server host time skew is DB+00:00:00 (ORACLE PTDEMO)
PSAPPSRV.19032 (0) [01/19/13 19:22:11](2) Use FTP Library has value : Y
PSAPPSRV.19032 (0) [01/19/13 19:22:11](0) Server started

Hi Hakan,
Checked portalnode.dms ..but my PSMSGNODEDEFN table itself is empty the dms is a series of update statement on PSMSGNODEDEFN table so will not update any row..
SET LOG PORTALNODES.LOG;
-- Set the local default node.
UPDATE PSMSGNODEDEFN SET LOCALDEFAULTFLG = 'N';
UPDATE PSMSGNODEDEFN SET LOCALDEFAULTFLG = 'Y', LOCALNODE = 1 , ACTIVE_NODE = '1
*', NODE_TYPE = 'PIA', ROUTINGTYPE = 'I' WHERE MSGNODENAME = 'PSFT_PE';*
-- Set the local default node's Portal and Content URI Text.
DELETE FROM PSNODEURITEXT WHERE MSGNODENAME = 'PSFT_PE';
INSERT INTO PSNODEURITEXT VALUES('PSFT_PE', 'CN', 'http://localhost/psc/pshome/'
INSERT INTO PSNODEURITEXT VALUES('PSFT_PE', 'PL', 'http://localhost/psp/pshome/'
-- Set the PeopleSoft 8.x content provider node types.
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
*= 'BP' ;*
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
*= 'CRM' ;*
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
*= 'EPM' ;*
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
*= 'ERP' ;*
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
*= 'HRMS' ;*
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
*= 'SA' ;*
-- Set the PeopleSoft 7.6x content provider node types.
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'EX', ROUTINGTYPE = 'E', LOCALNODE = 0 WHER
E MSGNODENAME = 'GFHA' ;
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'EX', ROUTINGTYPE = 'E', LOCALNODE = 0 WHER
E MSGNODENAME = 'SAHA' ;
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'EX', ROUTINGTYPE = 'E', LOCALNODE = 0 WHER
E MSGNODENAME = 'VAN' ;
-- Set the Peoplesoft 8.x database node types.
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'PIA', ROUTINGTYPE = 'I' WHERE MSGNODENAME
LIKE 'PSFT%' ;
-- Set the portal registry node types.
UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'PIA', ROUTINGTYPE = 'I' WHERE MSGNODENAME
IN ('CAMP', 'CUST', 'EMPL', 'ENTP', 'GOVT', 'SUPP');
-- Set the default portal name.
UPDATE PSMSGNODEDEFN SET PORTAL_NAME = 'EMPLOYEE' WHERE NODE_TYPE <> 'EX';
UPDATE PSMSGNODEDEFN SET PORTAL_NAME = ' ' WHERE NODE_TYPE = 'EX';
Will try exporting PSMSGNODEDEFN table from one of the env and will import into this Db...
Should i need to import any other tables for setting up a local node???
Also do you have any idea what node should be set as a local node in case of peopletools only db creation???

Similar Messages

  • Not able to login PIA - An error has occurred. You may attempt to sign in again. If your attempt fails, please contact your System Administrator

    One of the user is getting the below error when the person is trying to login ELM system. what could be issue for the specific user and how do we resolve this issue?
    "Not able to login PIA - An error has occurred. You may attempt to sign in again. If your attempt fails, please contact your System Administrator"

    Its works for other users, its only happened for one specific user only?  I didn't check the APPSRV.LOG file?  what needs to be checked in APPSRV.LOG, I can ask my infra team to check, because I don't have app server access to check log file.

  • PIA page error

    Hi All,
    I am using Popletools 8.49 and HRMS 9.0 in windows
    After login in to the PIA.im geeting below error
    alert('PeopleCode compile error (Wrong number of parameters. (2,16)) for program PT_BRANDING.BrandingBase.OnExecute. (2,405)\n\nA PeopleCode program for the specified reference failed to compile correctly for the indicated reason. \n\nIn Application Designer, open the referenced program and examine the PeopleCode to locate the cause of the error.');Class PT_BRANDING:BrandingBase was not found. (180,74) WEBLIB_PORTAL.PORTAL_HEADER.FieldFormula Name:CreateBrandingObject PCPC:4839 Statement:84 Called from:WEBLIB_PORTAL.PORTAL_HEADER.FieldFormula Name:GetUniHeaderHTML Statement:91 Called from:WEBLIB_PORTAL.PORTAL_HEADER.FieldFormula Name:IScript_UniHeader Statement:96
    Could you please help me on this ASAP
    Regards
    Shiva
    Edited by: 866234 on Jun 13, 2012 9:47 PM

    Try having a look a this doc:
    E-INST:PeopleCode compile error (Class PT_NAV:NavFilter was not found.(180,74)) [ID 660902.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=660902.1

  • Error after Sucesfull Sign in in PIA

    Hi All,
    i have installed Oracle 11g, weblogic9.2,tuxedo 9.1, ptool 8.49, HRMS&CS 9.0 on Windows seven.
    after this i signed in the PIA with PS/PS credentials.
    it shows me home page with menu pagelet stating my favurate, sel Service, time and labor, peoletools etc...
    but whenever i clic any of link from menu pagelet it gives me error
    alert('PeopleCode compile error (Unknown system defined variable (%xxx). (2,12)) for program WEBLIB_PTRC.ISCRIPT1.FieldFormula. (2,405)\n\nA PeopleCode program for the specified reference failed to compile correctly for the indicated reason. \n\nIn Application Designer, open the referenced program and examine the PeopleCode to locate the cause of the error.');Cannot load PeopleCode for WEBLIB_PTRC.ISCRIPT1-FieldFormula. (2,128) WEBLIB_PT_NAV.ISCRIPT1.FieldFormula Name:buildLNavIframeTemplate PCPC:2507 Statement:36 Called from:WEBLIB_PT_NAV.ISCRIPT1.FieldFormula Name:IScript_PT_NAV_TPL_FRAME Statement:122 
    please help me !!!!
    thanks,
    Amit

    Hi Jim,
    I am installing this on my personal Lapi (single machine).
    I am pretty sure that i have installed 8.49 seven cd pack only as only as my database sever, application server, web server and client all are on single lapi only.
    But whatever you are saying is might be correct as after installation when i firstly opened the Application Designer then i got this error
    Your Database is on version 8.50, but peopletools being used needs database is on 8.49 version
    then i checked the PSSTATUS table where tool version was 8.50 to correct this i run the script of 8.49 which update the PSSTATUS table with 8.49 and then i was able to sign in in my Application Designer, then itried to open peopletools project from AD it gives me error someting like this Some of Definations are not compitable to open.
    As i am first time installing this things so might be siomewhere i missed something, i would like to give you snapshot of this what i did,
    1. Installed Oracle 11g
    2 Installed tuxedo 9.1
    3 instaaled WebLogic 9.2
    4 insatlled 8.49 seven cd pack with trial licence code
    4 Downloades HRMS and CS fro m Oracle delivery Revision 1 of 797 MB and installed
    5 Created Database HRMSDMO
    6 Edit six scripts from scripts folder nt name something like this uttlsapce, hccl, psadmin, connect,dbowner,psroles and run them
    7 Signed in in data mover with SYSADM/SYSADM from file seleted DataBase Setup, choosed the character set something name Euro 15 click next
    selected demo click next checked the connect id and finish
    8 then clicked the traffic light signal to run the script, when i see the script it is runnig two .db file name something like this hcengls.db and hcengl.db
    after sucessfull completion
    9 then i configured the appserver and tested it through the application designerit working fine
    10 then i installed the webserver and sign in to application till that it is working then after it gives error
    please tell me if any solution of this
    thanks,
    Amit

  • Error creating Weblogic PIA

    PeopleTools 8.44
    PeopleSoft 8.8 SP0
    WebLogic 8.1 SP3
    Windows 2000
    Hi good day to all, I'm experiencing a problem in my process of creating a clone of our production instance. The database, application server, and process schedulers are fine, but i'm currently stuck during creation of the webserver.
    This is the application I ran to install WebLogic PIA: %PS_HOME%\setup\mpinternet\setup.exe
    Everything went smoothly until the last part, when I got this error message:
    INSTALL FAILED!!!
    THe InstallShield Wizard has failed to install PeopleSoft Internet Architecture. Please see the following log files for the error mesages:
    H:\hr880_2/webserv/silent_install.log
    H:\hr880_2/webserv/silent_output.log
    I have reviewed both log files. In silent_install.log, there doesnt seem to be any visible errors, but in silent_output.log, there seems to be a java error present, as shown below for the last few lines in the log file:
    << set config option OverwriteDomain to "true"
    succeed: set config option OverwriteDomain to "true"<< write Domain to "H:/hr880_2/webserv/HCOP882"
    java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildLogger
         at com.bea.plateng.domain.DomainTaskHelper.createDomainGenerator(DomainTaskHelper.java:301)
         at com.bea.plateng.domain.DomainTaskHelper.createGenerator(DomainTaskHelper.java:439)
         at com.bea.plateng.domain.script.ScriptExecutor.createGenerator(ScriptExecutor.java:1326)
         at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:523)
         at com.bea.plateng.domain.script.ScriptParser$StateMachine.processWrite(ScriptParser.java:595)
         at com.bea.plateng.domain.script.ScriptParser$StateMachine.execute(ScriptParser.java:451)
         at com.bea.plateng.domain.script.ScriptParser.parseAndRun(ScriptParser.java:176)
         at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:129)
         at com.bea.plateng.domain.script.ScriptParser.execute(ScriptParser.java:88)
         at com.bea.plateng.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:214)
         at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:32)
         at java.lang.Thread.run(Unknown Source)
    I could not ascertain the problem that is on hand, and I wondered if any of you out there could give me some insight on the matter. I noticed another thread around regarding the INSTALL FAILED problem as well, but it was all in all a different issue compared to mine.
    Do let me know if you require more details, and I'll be glad to assist.
    Thanks so much all and cheers.

    Hi thanks for a prompt reply.
    Our production environment is the same yes. We have several other cloned instances in the past, and we followed the same procedure to create it through a cold backup of the database and the ps_home.
    We had expected it to reach an end after installing the PIA but this unexpected problem arose. It seems to be looking at a Java error, but none of the files have been altered.

  • Top Menu Features Description authorization error in PIA

    Hi ,
    I have created new peoplesoft database and web server domain in the existing server.I was able to run the application server and log in to the PIA URL as well.Where as when i was trying to access with the new domain i created it was giving the
    Top Menu Features Description ...Authorization Error -- Contact your Security Administrator.
    I was trying to log in to the PIA URL with the VP1 user id only.I have checked the permission list also and able to see peoplesoft user role been assigned with PTPT1000 permission list.
    As i was logging with the VP1 user i don't think that i will have issues with that.I am able to login with VP1 in application designer also.
    the domain earlier created in the server was still working fine with out any issues.
    Please help us out in fixing the issue.
    Thanks,
    Yarli

    You are missing Full Access to the WEBLIB_PT_NAV Web Library. Add this weblib to a permission list that is assigned to your user.
    See
    E-Sec: "Top Menu Features Description" Receives "Authorization Error" [ID 1147703.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO&id=1147703.1

  • Error when trying to access PIA Sign On

    HRMS 9.1, PeopleTools 8.5.03, Oracle 11gR1, WebLogic 10.3, Windows XP Pro SP3.
    I have installed and configured the app and web servers for a single machine. I am trying to access the sign on page but I get the following error and I am unable to sign in using PS/PS:
    CHECK APPSERVER LOGS. THE SITE BOOTED WITH INTERNAL DEFAULT SETTINGS, BECAUSE OF: bea.jolt.ServiceException: Invalid Session
    I also get the following message from the startPIA.cmd prompt after loading the page:
    ***** JoltSessionPool: Domain //machine-name:9000 is Unavailable
    I'm guessing something might not be running but I'm not sure what it could be. Both the app and web servers are running.
    Thanks...

    Hi, check your application server, it seems to that it has gone down, if so, just re-start it and try login again. It should work, thanks.
    - Sanjay

  • PIA install error

    Hi,
    Installing HRMS 91. demo on Peopltools 8.51 unicode oracle 10g DB - on a 32-bit windows 2003 OS.
    PIA install - message appears
    "This version of peoplesoft Peopletools requires a 64-bt Oracle weblogic installation. The selected Oracle weblogic is a 32-bit installation"
    Is it ok to continue?
    Thanks for your help

    Such installation is not certified on a 32bit OS.
    But that should work.
    Nicolas.

  • Strange PIA login error....

    Hi
    I am getting the following error while logining on to my PSoft installation. FSCM8.9, Ptools8.50, Oracle9i, Oracle Weblogic10gR1, Tuxedo10gR1, Win2003 server.
    Both the webserver and appserver are up and running.
    An error has occurred.
    You may attempt to sign in again.
    If your attempt fails, please contact your System Administrator.
    Please make sure Webserver and Appserver are up.
    java.lang.NullPointerException
    Following is the error that is logged in the Appsrv.log file:
    PSAPPSRV.3972 (3) [03/19/10 13:57:37 GetCertificate](3) Returning context. ID=PTWEBSERVER, Lang=ENG, UStreamId=135737_3972.3, Token=PSFT_EP/2010-03-19-06.57.36.468047/PTWEBSERVER/ENG qAAAAAQDAgEBAAAAvAIAAAAAAAAsAAAABABTaGRyAk4Adwg4AC4AMQAwABSNVaHYK72GmKoBUOtznvAhYE3vEGgAAAAFAFNkYXRhXHicHYpLDkBAFATLJ5aWbkGMGb+tBDuZICwdw+UcTmde0tWdynuBNImjSP3FhCs8JzczE4e4cwVmMxsruZdd9PHIelxDjVFKxYqGMeyOipZetGE7cZB3cvwehQ0c
    PSAPPSRV.3972 (5) [03/19/10 13:58:20 GetCertificate](3) Returning context. ID=PTWEBSERVER, Lang=ENG, UStreamId=135820_3972.5, Token=PSFT_EP/2010-03-19-06.58.19.468437/PTWEBSERVER/ENG qQAAAAQDAgEBAAAAvAIAAAAAAAAsAAAABABTaGRyAk4Adwg4AC4AMQAwABRdNUipQWoBJ3vJ8JLfLeXrnMV2SWkAAAAFAFNkYXRhXXicHYpLDkBAFATLEEtLtyA+47eVYCcThKVjuJzDadNJ13up9ANEoQkC3dfgkzoOLiZGdnHj9IwnVhYSJztrccs6bEVBqWZqLZYM/m/JaejF3+RYmV6s6eADHsANIQ==
    PSAPPSRV.3972 (7) [03/19/10 14:05:21 GetCertificate](3) Returning context. ID=VP1, Lang=ENG, UStreamId=140521_3972.7, Token=PSFT_EP/2010-03-19-07.05.21.468078/VP1/ENG oQAAAAQDAgEBAAAAvAIAAAAAAAAsAAAABABTaGRyAk4AZwg4AC4AMQAwABS0r+1/vo0xShv+LElltH2a7UWSLmEAAAAFAFNkYXRhVXicHYnLCYAwFAQnUXK0EyWJ8VdA9CaC4tWjTVqcSx7s7DLvBerKGqP+LOXczUHAZXY2moOTlYuHLJ8iXk9Pq/RiYCl7ohMHMcp1JEbm4mf4ARk0CnI=
    PSAPPSRV.3972 (21) [03/19/10 14:05:31 [email protected] (NETSCAPE 7.0; WINNT) HomepageTemplate](1) Error in service HomepageT, CREF with URL can not be found: http://127.0.0.1:8000/psp/ps/EMPLOYEE/ERP/?tab=DEFAULT', null);
    PSAPPSRV.3972 (21) [03/19/10 14:05:31 [email protected] (NETSCAPE 7.0; WINNT) HomepageTemplate](1) (NET.346): Failed to execute HomepageTemplate request
    PSAPPSRV.3972 (21) [03/19/10 14:05:31 [email protected]](2) Service HomepageT failed
    I checked the PSMSGNODEDEFN table and the node PSFT_EP is the default node and not the PT_LOCAL. Can this be the reason or something else?
    Regards
    Vishal

    Vishal,
    Is it the follow of your previous thread ? Re: Issue with PeopleSoft Sign-on url....not able to get the signon page
    Wouldn't it be Weblogic11gR1 ?
    Did you upgraded your FSCM 8.9 database to Peopletools 8.50 ?
    It seems you are not using fixed IP address and /etc/hosts not updated correctly (127.0.0.1 should not be used here).
    OS ?
    I checked the PSMSGNODEDEFN table and the node PSFT_EP is the default node and not the PT_LOCAL. Can this be the reason or something else? I'm not sure to understand you is wrong there. Why would you want PT_LOCAL ?
    Error in service HomepageT, CREF with URL can not be foundAre you using Portal ?
    This error is described here : HomepageT, CREF with URL can not be found ID 624799.1+
    Nicolas.

  • Getting error while testing a outbound file in oracle B2B11g

    Hi,
    I am trying to configuare a outbound scenario in oracle B2B 11g.
    I have created .ecs file and .xsd file and created a document type also and i am using generic file 1.0 as a lintening channel protocol and trying to read the input xml document from a perticular path.
    I had setup partner and agreement also. everything is working fine and also file is succesfully polling from the source folder but i am getting error in B2B as :
    B2B-50083
    Error Description Machine Info: (infva0325) Description: Document protocol identification error.
    Error Level ERROR_LEVEL_COLLABORATION
    Error Severity ERROR
    Error Text Document protocol identification error.
    Can anyone guide me how to resolve this error?
    I had tried everything but of no use.
    Please do reply me with your suggestions.

    Hi Anuj,
    Please find below xml data which will be saved as .txt file for outbound processing. Let me know if there are any changes i have to do. Please let me know if you need any further information. Listening channel is reading the file but in agreement level it is failing.
    <?xml version="1.0" encoding="UTF-8"?><Transaction-DESADV XDataVersion="1.0" Standard="EDIFACT" Version="D93A" CreatedBy="ECXEngine_837" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" CreatedDate="2011-12-14T12:59:40" GUID="{2d323135-3336-3630-3232-313938393033}" xmlns="urn:oracle:integration:b2b:099C29D4C4ED419194917C20ADF8ABC3">
    <Internal-Properties>
    <Data-Structure Name="Interchange">
    <Property Name="InterchangeSenderID">senderID</Property>
    <Property Name="InterchangeSenderQual">senderQuali</Property>
    <Property Name="InterchangeReceiverID">RecieverID</Property>
    <Property Name="InterchangeReceiverQual">RecieverQuali</Property>
    <Property Name="RepeatingSeparator"/>
    <Property Name="InterchangeApplicationRef">DESADV</Property>
    <Data-Structure Name="Transaction">
    <Property Name="TransactionID">DESADV</Property>
    <Property Name="TransactionControllingAgency"/>
    <Property Name="TransactionMessageVersionNumber">D</Property>
    <Property Name="TransactionMessageReleaseNumber">93A</Property>
    <Property Name="TransactionAssociationAssignedCode"/>
    </Data-Structure>
    </Data-Structure>
    </Internal-Properties>
    <Segment-UNH>
    <Element-0062>#ControlNumber#</Element-0062>
    <Composite-S009>
    <Element-0065>DESADV</Element-0065>
    <Element-0052>D</Element-0052>
    <Element-0054>93A</Element-0054>
    <Element-0051>UN</Element-0051>
    <Element-0057>EDIT30</Element-0057>
    </Composite-S009>
    </Segment-UNH>
    <Segment-BGM>
    <Composite-C002>
    <Element-1001>351</Element-1001>
    </Composite-C002>
    <Element-1004>3364382</Element-1004>
    </Segment-BGM>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>137</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    <Loop-Group_2>
    <Segment-NAD>
    <Element-3035>SH</Element-3035>
    <Composite-C082>
    <Element-3039>7393142020009</Element-3039>
    <Element-1131 xsi:nil="true"/>
    <Element-3055>9</Element-3055>
    </Composite-C082>
    </Segment-NAD>
    </Loop-Group_2>
    <Loop-Group_2>
    <Segment-NAD>
    <Element-3035>CN</Element-3035>
    <Composite-C082>
    <Element-3039>7350056030012</Element-3039>
    <Element-1131 xsi:nil="true"/>
    <Element-3055>9</Element-3055>
    </Composite-C082>
    </Segment-NAD>
    </Loop-Group_2>
    <Loop-Group_10>
    <Segment-CPS>
    <Element-7164>1</Element-7164>
    </Segment-CPS>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>1</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>210587</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>3</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>1</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>2</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>210510</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>3</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>1</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>3</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>081349</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>1</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>2</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>NB</Element-1153>
    <Element-1154>JF074</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>21E</Element-2005>
    <Element-2380>20160905</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>4</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>051596</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>1</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>2</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>NB</Element-1153>
    <Element-1154>116812505</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>21E</Element-2005>
    <Element-2380>20150131</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    </Loop-Group_10>
    <Segment-CNT>
    <Composite-C270>
    <Element-6069>2</Element-6069>
    <Element-6066>4</Element-6066>
    </Composite-C270>
    </Segment-CNT>
    <Segment-UNT>
    <Element-0074>#SegmentCount#</Element-0074>
    <Element-0062>#ControlNumber#</Element-0062>
    </Segment-UNT>
    </Transaction-DESADV>

  • Unable to install OSNConnector from PIA setup script

    I'm trying to install the FIN/SCM PeopleSoft eProcurement application package (OSNConnector) from the PIA setup script. Per the instrucitons, I run the PIA setup (in $PS_HOME/setup/PsMpPIAInstall). When I select "Deploy additional PeopleSoft application extensions" and then check "FIN/SCM PeopleSoft eProcurement," the installation seems to complete and there are no errors generated. Per the instructions, once the install is complete, it should have deployed the following files (listed below), but none of them are present.
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\
    WEB-INF\classes\com\peoplesoft\pt\integrationgateway\listeningconnector\fscm_epo_OSNListeningConnector.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\
    WEB-INF\classes\com\peoplesoft\pt\integrationgatewaytargetconnector\fscm_epo_OSNTargetConnector.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_EproRequestException.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_ExtendXml.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_EproOsnAttacher.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_FTPClient.class
    I've searched for fscm*.class and the files aren't located anywhere. The only thing I can think of is that maybe the fscm_epo_ws.ear file is in the wrong location. Per the instructions, the fscm_epo_xx.ear files are located in $PS_HOME/setup/PsMpPIAInstall/archives; but should they be in another location? I'm having the exact same problem with our WebSphere PIA and WebLogic PIA (both using the same PT and FSCM versions)
    Is there a known problem with this? Does anyone have experience installing the OSN Connector on PT 8.50 / FSCM 9.1?
    My environment is PeopleTools 8.50.09, FSCM 9.1r1 and I've duplicated this issue on an AIX lpar with WebSphere 7, and a RHEL server with WebLogic 10. I do have a SR open with Oracle. So far, they've suggested that the class files don't show up until after the web server is restarted. I've tried that in a few different environments with no success.
    Any help and/or insight would be much appreciated. Thanks.

    Were you able to resolve this problem? I am trying to do the same thing here and we are not seeing the EAR files either. Any guidance you can give would be appreciated.

  • Error while integrating with Kerberos and AD

    Hi,
    Implementing Kerberos as the Desktop Single Signon Solution
    Environment : Peoplesoft
    OS : Redhat Linux
    webserver: Weblogic 10.3.4
    appserver : tuxedo 10gr3
    While doing this implementation I was able to complete it successfully with the JDK linux has provided(1.6.0_22). However the weblogic comes preconfigured with jrockit jdk version1.6.0_24-R28.1.3-4.0.1. When I start the weblogic with jrockit jdk as java_home I am getting the following error.
    <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: com.peoplesoft.pt.desktopsso.kerberos.KerberosSSOFilter.
    java.lang.IllegalArgumentException: No Configuration was registered that can handle the configuration named krbServer
    at com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:130)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:243)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:334)
    at com.peoplesoft.pt.desktopsso.kerberos.KerberosSSOFilter.init(KerberosSSOFilter.java:142)
    at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
    at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    these are my runtime parameters
    java -jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Djava.security.krb5.conf=/etc/krb5.conf -Djava.security.auth.login.config=krbLogin.conf -Dsun.security.krb5.debug=true -Djavax.security.auth.useSubjectCredsOnly=false -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=PIA -Dps_vault=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/psvault -Djavax.net.ssl.trustStore=/u01/app/psoft89/webserv/PREFRESH/piaconfig/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/u01/app/psoft89/weblogic/wlserver_10.3/server/lib/weblogic.policy -Dssl.debug=false -Dps_home=/u01/app/psoft89 weblogic.Server
    The files krb5.conf and krbLogin.conf exists and have full access.
    With the error above it seems that it is not able to pick the configuration file. But just by changing the JAVA_HOME to /usr/java/jdk1.6_022 it starts working.
    I have raised this concern with Oracle almost a month before, but still haven't got any reply from them.
    Please help.
    Thanks and Regards
    Anirudha Singh

    Hi Faisal,
    Thanks for your reply.
    Yes I have given the complete path too.
    This is the full command line of the weblogic server. I had modifed it to test if it is trying to pick it up from any default location.
    java -jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Djava.security.krb5.conf=/etc/krb5.conf -Djava.security.auth.login.config=/etc/krbLogin.conf -Dsun.security.krb5.debug=true -Djavax.security.auth.useSubjectCredsOnly=false -Dweblogic.security.enableNegotiate=true -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=PIA -Dps_vault=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/psvault -Djavax.net.ssl.trustStore=/u01/app/psoft89/webserv/PREFRESH/piaconfig/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/u01/app/psoft89/weblogic/wlserver_10.3/server/lib/weblogic.policy -Dssl.debug=false -Dps_home=/u01/app/psoft89 weblogic.Server
    The file is located in /etc folder and has 777 permissions.
    Thanks and Regards
    Anirudha Singh

  • Getting error while starting the Weblogic server.

    Please find the error while i m trying to boot the weblogic:
    Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 1:04:18 PM CST> <Notice> <Stdout> <000000> <SchedulerTransfer, authentication success>
    Java home=/test1/2bl/bea/wl92/jdk150_12
    Java command line=java -server -Xms256m -Xmx256m -XX:MaxPermSize=128m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp
    .JAXPPlatform -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/applicati
    ons/peoplesoft/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Nam
    e=PIA -Dps_vault=/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/psvault -Djavax.net.ssl.trustStore=/test1/2bl/psoft/fn89tst2/webs
    erv/fn89tst2/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/test1/2bl/bea/wl92/weblogic92/serve
    r/lib/weblogic.policy -Dssl.debug=false -Dps_home=/test1/2bl/psoft/fn89tst2 weblogic.Server
    Java options=-server -Xms256m -Xmx256m -XX:MaxPermSize=128m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatf
    orm -Dweblogic.Chunksize=65536
    <Dec 9, 2009 9:45:19 PM CST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end
    of the classpath:
    /test1/2bl/bea/wl92/weblogic92/platform/lib/p13n/p13n-schemas.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/p13n/p13n_commo
    n.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/p13n/p13n_system.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wlp/netuix
    common.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wlp/netuixschemas.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wl
    p/netuix_system.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wlp/wsrp-common.jar:/test1/2bl/psoft/fn89tst2/webserv/fn89tst
    2/lib/endorsed/xalan.jar:/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/lib/pluto-1.0.1.jar:/test1/2bl/psoft/fn89tst2/webserv/fn8
    9tst2/lib/portlet-api-1.0.jar:/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/lib/ps_patch.jar>
    <Dec 9, 2009 9:45:20 PM CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM V
    ersion 1.5.0_12-b04 from Sun Microsystems Inc.>
    <Dec 9, 2009 9:45:23 PM CST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on /test1/2bl/psoft/fn89tst2/webserv/fn89tst2/servers/PIA/tmp/
    PIA.lok. Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:75)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:374)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:125)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:67)
    >
    <Dec 9, 2009 9:45:23 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Dec 9, 2009 9:45:23 PM CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself do
    wn>
    <Dec 9, 2009 9:45:23 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Also I am able to login into App designer. and the server name and JSL is mentioned in the Configuration file.And this is the first time i am facing the problem
    Edited by: user5838027 on Dec 9, 2009 9:01 PM

    Most of the time this error is coming from a wrong psservername parameter definition in configuration.properties of your Webserver. Be sure you can ping the servername or IP address defined, and the port is the Jolt port of the AppServer domain.
    Please, show us what's the value. And also your PTools, Weblogic, Tuxedo version and OS used.
    Nicolas.

  • Errors in PeopleSoft Delivered PeopleCode

    Hi All,
    I have installed oracle 11g, tuxedo 9.1, weblogic 9.2, ptool 8.49, HRMSCS 9.0;
    After installation i tried to acess the application but it gives me error regardinf the peoplecode on weblib.
    i chaqued this peoplecode in application designer for all weblib delivered by peoplesoft with iscripts and after validation there are errors in that regarding to the
    undefinrd function or undefine variables but all peoplecode is delivered by peoplesoft only.
    anyone who got this error!!!!
    thanks,
    amit

    According to your other thread Re: Error after Sucesfull Sign in in PIA you have a lot of configuration issue, I'm wondering how you installed your environement. You may want to read carefully the installation guide and restart from scratch.
    Nicolas.

  • Error in WebLogic Logs

    Hi all,
    We have been seeing lot of error in the Web Logic Logs and we aren't able to figure out what exactly causing these errors..
    I set the java Heap Size to 512 and also the file descriptor value to 4096. Even after this we are still getting these errors.
    We are on PT 8.49 and HRMS 9.0 installed on LINUX machine with web logic 9.2
    ####<Jul 14, 2009 9:23:21 AM EDT> <Info> <ServletContext-> <xXXXXX> <PIA> <Thread-10> <<anonymous>> <> <> <1247577801110> <000000>
    <26628797235202:
    59 items transmitted at1247577801017 time:93> ####<Jul 14, 2009 9:23:22 AM EDT> <Error> <WebLogicServer> <xXXXXXX> <PIA> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1247577802724> <BEA-000337> <[STUCK]
    ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'
    has
    been busy for "642" seconds working on the request "Http Request:
    /psp/HRQA90/EMPLOYEE/HRMS/c/PERFORMANCE_MONITOR.PSPMAPPDOM.GBL", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.
    Stack
    trace:
    Thread-165 "[STUCK] ExecuteThread: '7' for queue:
    'weblogic.kernel.Default
    (self-tuning)'" <alive, in native, suspended, blocked, priority=1,
    DAEMON>
    -- Blocked trying to get lock: java.lang.String@1343da8[fat lock]
    psft.pt8.psc.onActionDirect(psc.java:1187)
    psft.pt8.portal.PIADirectConnection.connect(Unknown Source)
    psft.pt8.portal.ContentGetter.getPIADirectContent(Unknown Source)
    psft.pt8.portal.ContentGetter.getPIADirectContent(Unknown Source)
    psft.pt8.portal.ContentGetter.getPIADirectContent(Unknown Source)
    psft.pt8.portal.ContentGetter.getContent(Unknown Source)
    psft.pt8.portal.ContentGetter.getContent(Unknown Source)
    psft.pt8.portal.ContentGetter.getContent(Unknown Source)
    psft.pt8.psp.getTemplateDoc(Unknown Source)
    psft.pt8.psp.onAction(Unknown Source)
    psft.pt8.psp.service(Unknown Source)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:851)
    weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:224)
    weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:108)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:198)
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
    psft.pt8.psfilter.doFilter(psfilter.java:45)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
    org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:684)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:41)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3214)
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:308)
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:117)
    weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1946)
    weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1868)
    weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1331)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:206)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    And also we are using DEV Web Profile in our Production Environment, does it make any difference?
    And what is the DIfference between DEV and PROD Web Profiles??
    Thanks,
    CKD

    I don't know why you get this error, but you could read some docs about this parameter :
    http://e-docs.bea.com/wls/docs91/wlsmbeanref/core/index.html
    Maybe due to some specific install and env, do you have Performance monitoring ?
    What's the consequence for the frontend user ?
    Is it also in dev environment ? Did you try to apply latest patch of WL9.2 ?
    If you have no clue, then you may want to open a SR to the support.
    Lastly, for DEV and PROD webprofile, that should not make any difference for your error, please see the link below for a short description :
    http://download.oracle.com/docs/cd/E13292_01/pt849pbr0/eng/psbooks/tprt/book.htm?File=tprt/htm/tprt18.htm#d0e31171
    Nicolas.

Maybe you are looking for

  • Date & Time in Item Master Creation

    Dear All,                 Is there any option to identify the created time and date of Item master data in SAP item master form itself ? Thanks, Bhoopathi.K

  • Class not found in web-inf/classes folder of war file within ear file

    Hi all,           I am using Weblogic 8.1 sp4. I have a war file within an ear file. I am trying to deploy the war file with a few classes within its web-inf/classes folder, however when the classes are in that folder I consistently get a class not f

  • Can I save my Numbers spreadsheet in Xcel?

    I just upgraded from Snow Leopard 10.6.8 to Lion 10.7.   So many things no longer work as well as they did!  I wish I had not upgraded!  As a business owner, I like working in Numbers and then saving my ledger in an Xcel format for my bookkeeper.  I

  • How to set special payment advise form for payment advise.

    Hello, i would like to set special sap script form payment advise for particular payment method (not only for company code) but print program calls every time only one payment advise form from tcode OBZ1  - table T042B (not from OBZ4 - table T042E).

  • CRS traffic shaping and policing

    Hello, i just moved services from GSR 12404 to CRS1/8 and there is no possibility do add service-policy to L3 subinterface. RP/0/RP0/CPU0:XXX#conf t Fri Dec  9 09:25:55.690 CET RP/0/RP0/CPU0:XXX(config)#interface tenGigE 0/0/0/0.900 RP/0/RP0/CPU0:XXX