Peoplesoft App Server - Not able to boot Domain

Hi all.
I've installed Peoplesoft 9.1, PT8.52 (Oracle 11G 64 bit database) on windows 2008 server 64bit and an HRMS DEMO DB on a Virtual machine PSDEMOVM.
I also installed Oracle 11G client 32, and configured a PS client workstation on another virtual machine PSDEMOVS
I did all the steps and now, from the server machine, I entered PSADMIN and created a domain following all the configuration steps.
I am not able to serial boot this domain, it shows the following errors:
'Error Application Initialization failure
Error: Fatal Error Encountered, initializing user error handler'
And the appserver.log file shows the following errors:
'PS General SQL Routines: Missing or invalid version of SQL Library PSORA (200,0)
Database Signon: Could not sign in to database PSHRDEMO with user PS'
So I thought it is because the unavailability of the Lib32 on the server machine.
So I installed Tuxedo on the client machine, to be able to access psadmin from there.
But unfortunately, when I choose to administer domain from the client machine, I am not able to see the domain that was created from the server, and when trying to create a new one, it says 'No available templates'.
I really need guidance through this asap.
Best Regards and Thx,
Bechara
Edited by: 964365 on Oct 30, 2012 3:37 AM
Edited by: 964365 on Oct 30, 2012 3:41 AM

PeopleTools 8.52 on Windows does indeed require the 32 bit client to connect to the database. If you're getting an "invalid version of SQL library PSORA" that means that the Application server is using the incorrect Oracle client to connect to the database. There's an "Add to Path" variable under domain settings in the Application server domain configuration file which has to point to the 32 bit client BIN directory.
In short; navigate to the PS_HOME on the server PSDEMOVM (if your PS_CFG_HOME is the same as PS_HOME, otherwise this directory will be under %USERPROFILE%\psft\pt\ by default or the directory which you specified). Open the appserv directory and open the directory with the name of your domain. Locate the configuration file for your domain ({DOMAIN}.cfg) and open it in notepad. Scroll down until you reach the domain settings and change the add to path variable to point to the bin directory of your 32-bit client.

Similar Messages

  • J2EE app server not able to compile JSP

    Hi,
    I have just installed J2EE app server and am trying to deploy a JSP. The following error is generated. can anyone help me please.
    Thank you,
    Deepika.
    org.apache.jasper.JasperException: Unable to compile class for JSP
    No Java compiler was found to compile the generated source for the JSP.
    This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK
    to the common/lib directory of the Tomcat server, followed by a Tomcat restart.
    If using an alternate Java compiler, please check its installation and access path.
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:127)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:348)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:424)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:464)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:448)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:551)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:284)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:306)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:200)

    This is a known issue.
    Here's an explanation of the behaviour you are seeing:
    The misleading error message is printed only in the case where a javac
    compilation error line number cannot be mapped back to a line number
    in the JSP source code.
    The internal representation of a JSP element ("JSP node") in the JSP compiler
    contains the following info:
    - The begin line number of the JSP element in the JSP page
    - The begin and end line numbers ("range") of the Java code that was
    generated for the JSP element
    When attempting to map a javac error line number back to the JSP
    source line, we determine the range into which the javac error line
    number falls, and retrieve the JSP source number of the JSP element
    associated with that range.
    However, in some cases, it is impossible to trace a javac error line
    number back to the JSP element that caused the error. For example,
    consider the following scriptlet:
    <%
    String query = request.getParameter("query");
    if(query != null) {
    out.println(query);
    } else {
    out.println("(null)");
    // } // <-- !Missing brace syntax error
    %>
    Since the JSP compiler wraps the generated code into a
    try-catch-finally block, the above syntax error in the scriptlet
    causes havoc with that try-catch-finally block, and results in 3 javac
    errors:
    <file>jsp.java:<line1>: 'catch' without 'try'
    } catch (Throwable t) {
    ^
    <file>jsp.java:<line2>: 'try' without 'catch' or 'finally'
    try {
    ^
    <file>jsp.java:<line3>: '}' expected
    Notice that all of the above javac error numbers are outside the range
    of the java line numbers corresponding to the scriptlet that caused the
    error, and therefore cannot be mapped back to any line numbers in the
    JSP page source.
    AS 8.0 PE does not handle this case correctly, and prints out the
    misleading error message (though the real error message can be found
    in the server log).
    Notice that this problem is going to be fixed in AS 8.1, so that if a
    javac error line number cannot be mapped back to a JSP page line
    number, the javac error is still returned to the client.
    In AS 8.0 PE, you need to check your server log to find out why the compilation failed.
    If you still have any problems, send me your JSP, and I will take a look at it.
    Thanks,
    Jan

  • Not able to boot OES admin server

    Hi,
    I am not able to boot the admin server after running the install-ales-schema.bat. It gives Arme not Ready Exception.
    <Apr 24, 2010 9:03:12 PM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: Weblogic.security.SecurityInitializationException: User admin is not permitted to boot the server; The server policy may have changed i
    n such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions. weblogic.security.SecurityInitializationException: User admin is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do
    BootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:991)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
    itialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    >
    Edited by: user12057577 on Apr 24, 2010 3:17 AM

    Hi,
    Can you mention the steps you used before running the ales_install script? Which WLS version are you using for Admin Server? Is it CP3 or CP4 patched?

  • What's going on with the App Store not able to update 2015

    What's going on with the App Store not able to update any apps 2015?

    Apple is having server problems affecting App Store, iTunes, iCloud, etc…
    Check the Apple Service Status(***) page… http://www.apple.com/support/systemstatus/ Wait for all systems to show green.
    Here is what Apple's message says…
    Multiple Store Services - All users are affected
         Customers may be unable to make purchases from the App Store, iTunes Store,
         iBooks Store, or Mac App Store.
    iCloud Mail - All users were affected
         Users may have been unable to access iCloud mail.
    iCloud Account & Sign In - All users were affected
         Users may have been unable to sign in.
    This means no downloads, updates, iCloud and other issues. You may get pop-up windows asking you for password for iCloud, etc…
    Try again after it's all green on status page.

  • Hyper V feature in Win 8.1 after getting installed , system is not able to boot up

    I am using Windows 8.1 professional x64 os in my Hp pavilion G6 laptop which has virtualisation technology enabled in the bios , but after enabling hyper v feature in the windows system is not able to boot up and circles around for a long time. I need
    hyper v on my laptop , kindly help me out for the same.

    Hi,
    Please try to boot into WinRE and run the Startup Repair option.
    Generally speaking, when you add feature like Hyper-V, system would take a long time to get this feature configured. if your computer still stay updates configuration steps, you can use Windows 8.1 installation image to repair system. In system repair mode,
    you can access into Command Prompt mode, and check CBS.log under C:\Windows\logs\CBS.
    This log file would record Windows installation process, we may find the problem of Hyper-V installation.
    Kate Li
    TechNet Community Support

  • I'n not able to boot Osx 10.6 from Firewire Hd if I use USB yes ... Why?

    Hi ,
    I've problem with the internal hd of my Imac. The option is to change de HD or to use an external HD to boot from.
    At the Apple store they showed me the possibility to use a firewire HD to install and run the system on my mac . I already had a firewire HD , a WD my passport studio, but I'install easoly the operative system on the HD connected by a firewire but when I need to reboot the system doen't recognize any operative system. If I reboot using the USB is OK but not with the firewire ... so I can install OSX on a firewire but I'm not able to boot using the same connection , I have to switch to USB... Somebody can help me? I read something about some problems that Snow Leopard have with firewire ... maybe using lion can be better?
    Thanks and sorry for my grammar mistakes
    Valerio

    It is free. It is beta. It works well - I use it on mine and two PCs as well...
    MS Security Essentials will no longer install due to compatibiliity issues - that is the idea of a beta - and the RC could be out in June.
    Windows 7 doesn't work great on any Mac, or Apple drivers, fan cvontrol to manage heat, and other issues.
    Put 8 in and get to know it, then when the RC comes out you'll be ready

  • HT6147 With the latest iOS 7 update (Feb 2014) is anyone else experiencing trouble with the App Store not able even to load updates for existing apps, and unable to download new apps?

    With the latest iOS 7 update (Feb 2014) is anyone else experiencing trouble with the App Store not able even to load updates for existing apps, and unable to download new apps?

    With the latest iOS 7 update (Feb 2014) is anyone else experiencing trouble with the App Store not able even to load updates for existing apps, and unable to download new apps?

  • Mac Pro not able to boot into 64 bit kernel?

    Hello,
    I've been trying to boot while using the 6 and 4 buttons held down to no avail. This mac pro was bought in 2007 (work computer). Am I not able to boot into 64 bit mode with Snow Leopard? If so, does that mean I can't take advantage of the 64 bit kernel?
    Thanks,
    Scott

    Man, Yes, when I am rendering all 8 cores in Maya, up to 4 gigs of ram are being used. Why is that so hard to believe? I should be able to render in RAM preview in After Effects a whole lot more than i can now without cacheing.!!!!
    Is Maya a 64 bit application? If Maya is not using more than 4GB, than you should be talking to the Maya developers.
    You should be able to use Applications -> Utilities -> Activity Monitor and look at the "Kind" field. If it says "intel (64 bits)", then it is a 64 bit application.
    How many times do I have to state "YES, I will be using more than 4 gigs of RAM per program"?
    Why is it the tech people really don't understand how intensive program dynamics like Maya and Blender are,
    You are responding to my post, so I'm going to say, I have been working for major computer manufactures since the early 70's working with "Big Iron" computer systems, not PCs, and I most likely know a lot more about how computers work, then many computer users. Please do not tell me I do not understand. I've been working with 64 bit code since the early 90's.
    and yet Apple touts their excellence in 64 bit programs like AFX, yet, I can't use more than 4 gb of RAM?
    Are you saying AFX (is that After Effects?) is not a 64 bit application yet? If not, then I suggest you talk to Adobe, not Apple.
    Just for fun, I wrote a sample program, which allocated a large amount of memory. I ran it on my iMac with is booted with a 32 bit 10.6.2 Snow Leopard kernel. Here are the results:
    PID RESIDENT VIRTUAL PageFlt Reclaim COMMAND
    54296 4.74G 9.32G 0K 0K tmp
    My program has more than 4GB of physical RAM (4.74GB), and a virtual memory size of 9.32GB.
    If I use Activity Monitor, I can see that my program is listed with a Kind of "intel (64 bit)".
    So if Maya cannot use more than 4GB of memory, it is a Maya problem. Talk to the Maya developers.
    We aren't cows Apple. We are people with limited money trying to make it in the world. Not every mac pro user is a business and we don't want too much control.
    You are not talking to Apple, just other Mac users. If you wish to tell something to Apple, I would encourage you to use either:
    <http://www.apple.com/feedback/macosx.html>
    or
    <http://bugreporter.apple.com>
    Free ADC (Apple Developer Connection) account needed for BugReporter

  • My iPhone 4 with iOS 5, is stuck in the Facebook app and not able to do any operation.. Im not even able to go to Home.

    My iPhone 4 with iOS 5, is stuck in the Facebook app and not able to do any operation.. Im not even able to go to Home. I connected to iTunes in my PC, it was not able to sync. I tried calling my number from other phone, but it went to voice mail.

    Hold the Lock & Home buttons simultaneously for 10-15 seconds until the phone restarts and you see the Apple logo. You will not lose any data.

  • My mac is not able to boot after internet recovery

    Hi I Own an i mac27 inch which i bought in year 2011. Recently it showed some disc errors and got crashed with a blue screen. I was not able to boot it in a safe mode and had to remove my data via a thunderbolt cable. After removing the data i formatted the hard drive with mac format thinking that would remove the bad sectors. But I realized it wont even start up again in a recovery mode. So i tried to boot it via a bootable USB drive. Now When i press Command+R i get only two options (1. Bootable OSX Drive, 2.Internet connection) None of the options are of any help. Any suggestions??

    Hello nachi777,
    Thanks for using Apple Support Communities.
    From your post it looks like you are trying to reformat your hard drive, but are unable to boot into recovery.  Since you have a newer iMac, you should be able to boot to internet recovery.  Booting to internet recovery occurs automatically if your startup drive has an issue.  If you are seeing boot drive options when starting up, then you may just be holding down the option key on the keyboard.  Both options you do see to boot from, should be able to help in reformatting your hard drive.
    OS X: About OS X Recovery - Apple Support
    Take care,
    Alex H.

  • HT1414 my ipad with retina eye updated to IOs 7 not able to boot ....the normal way of pressing the sleep/wake button and the  home button does'nt work....any ideas i think that IOs 7 is a crap cos form the time i loaded it it was shaky...now my ipad is d

    my ipad with retina eye updated to IOs 7 not able to boot ....the normal way of pressing the sleep/wake button and the  home button does'nt work....any ideas i think that IOs 7 is a crap cos form the time i loaded it it was shaky...now my ipad is dead

    If it is one year old minus one day it is still under warranty. If it is more than a year since you purchased it then yes, the warranty has expired.
    Millions of iPads have been sold. Most continue to function long after their warranty has expired. Check the many requests about updating the iOS on the original iPad on these forums and you'll see that there are many iPads still working after three years. My iPad 2, which I had for over two years is still working well for my son in law who took it over from me when I bought a new one.
    Given that there will always be a few iPads that fail early. Most of those will be covered under warranty. But some will fail after the warranty has expired and before the owner expected it to. I'm sorry to hear that you are in this category. Take your iPad to an Apple store and have it looked at. They will provide you with alternatives, one of which is to purchase a like model to the one that failed at a discount. You can then know your options and make the best choice for you.

  • I got another mail regarding mountain lion free upgrade program !! But its saying OS X server not able to download ?

    I got another mail regarding mountain lion free upgrade program !! But its saying OS X server not able to download ?
    Plz Help

    You are not alone in this, Maddy. I had the same thing happen. Apple obviously sent incorrect codes that redeemed for OS X Server instead of Mountain Lion. I called Apple Care who said that it must be some server fluke and that they would get back to me within 24 hours.

  • My other laptop crashed with adobe lightroom installed on it.  How can i de-authorize that computer (not able to boot up) and install it on this computer?

    My other laptop crashed with adobe lightroom installed on it.  How can i de-authorize that computer (not able to boot up) and install it on this computer?

    There is no de-authorize process for Lightroom. Just download the latest version and use your License key to authorize on the new computer. 

  • Server 2012 std not able to see Domain, DC and DNS on Win SBS 2008 std Domain

    Hi There
    I have a HP ML 110 G5 SBS 2008 std server as my DC on my network. I recently added a HP Microserver running Server 2012 std (with no roles or features installed) to act solely as a file server for a 3rd party program as the program was not running efficiently
    on the main server.
    The problem I am having now is that the 2012 server keeps falling off the domain and cannot contact DNS server. I have also had to re-enable remote desktop several times. It also shows the 2012 Server as being on a private firewall profile and not on the
    domain firewall profile but I suspect that this is part of the same problem. 
    the resulting problem that this is causing is that the local machines that need to contact an SQL database on the 2012 fileserver intermittently either time out or are very slow to connect.  
    So far I have tried: 
    Switching from Static IP to DHCP. 
    Re-adding the server to the domain. 
    Stopping and restarting DNS services on the DC.
    Checking physical Network connections and routing.
    Putting the 2012 server into the same Organizational Unit as the 2008 DC. 
    Has anyone else encountered this problem when adding a 2012 server to a 2008 domain?  I have a feeling that the solution is probably something simple that I've overlooked, but I can't think what.  Any help would be greatly appreciated. 
    Regards
    Russ
    Also, as some additional info -
    Event viewer gives the following errors:
    Group Policy Error:
    Log Name:      System
    Source:        Microsoft-Windows-GroupPolicy
    Date:          2015-04-27 01:17:51 PM
    Event ID:      1129
    Task Category: None
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      [SERVERNAME].[DOMAIN].local
    Description:
    The processing of Group Policy failed because of lack of network connectivity to a domain controller. This may be a transient condition. A success message would be generated once the machine gets connected to the domain controller and Group Policy has
    successfully processed. If you do not see a success message for several hours, then contact your administrator.
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-GroupPolicy" Guid="{AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9}" />
    <EventID>1129</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2015-04-27T11:17:51.111942100Z" />
    <EventRecordID>19056</EventRecordID>
    <Correlation ActivityID="{C0CBAF2B-1E93-49C0-B910-069AE43F74B2}" />
    <Execution ProcessID="732" ThreadID="1336" />
    <Channel>System</Channel>
    <Computer>[SERVERNAME].[DOMAIN].local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <EventData>
    <Data Name="SupportInfo1">1</Data>
    <Data Name="SupportInfo2">1548</Data>
    <Data Name="ProcessingMode">0</Data>
    <Data Name="ProcessingTimeInMilliseconds">0</Data>
    <Data Name="ErrorCode">1222</Data>
    <Data Name="ErrorDescription">The network is not present or not started. </Data>
    </EventData>
    </Event>
    DNS Error:
    Log Name:      System
    Source:        Microsoft-Windows-DNS-Client
    Date:          2015-04-27 04:54:58 PM
    Event ID:      8015
    Task Category: (1028)
    Level:         Warning
    Keywords:      
    User:          NETWORK SERVICE
    Computer:      [SERVERNAME].[DOMAIN].local
    Description:
    The system failed to register host (A or AAAA) resource records (RRs) for network adapter with settings:
               Adapter Name : {3DDD0E46-D879-48C0-9DF6-5FAC0F1A56C4}
               Host Name : [SERVERNAME]
               Primary Domain Suffix : [DOMAIN].local
               DNS server list :
    192.168.2.10
               Sent update to server : <?>
               IP Address(es) :
                 192.168.2.15
    The reason the system could not register these RRs was because the update request it sent to the DNS server timed out. The most likely cause of this is that the DNS server authoritative for the name it was attempting to register or update is not running
    at this time. You can manually retry DNS registration of the network adapter and its settings by typing 'ipconfig /registerdns' at the command prompt. If problems still persist, contact your DNS server or network systems administrator.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-DNS-Client" Guid="{1C95126E-7EEA-49A9-A3FE-A378B03DDB4D}" />
    <EventID>8015</EventID>
    <Version>0</Version>
    <Level>3</Level>
    <Task>1028</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2015-04-27T14:54:58.599130300Z" />
    <EventRecordID>19105</EventRecordID>
    <Correlation />
    <Execution ProcessID="856" ThreadID="952" />
    <Channel>System</Channel>
    <Computer>[SERVERNAME].[DOMAIN].local</Computer>
    <Security UserID="S-1-5-20" />
    </System>
    <EventData>
    <Data Name="AdapterName">{3DDD0E46-D879-48C0-9DF6-5FAC0F1A56C4}</Data>
    <Data Name="HostName">[SERVERNAME]</Data>
    <Data Name="AdapterSuffixName">[DOMAIN].local</Data>
    <Data Name="DnsServerList"> 192.168.2.10</Data>
    <Data Name="Sent UpdateServer">&lt;?&gt;</Data>
    <Data Name="Ipaddress">192.168.2.15</Data>
    <Data Name="ErrorCode">1460</Data>
    </EventData>
    </Event>

    Can you post an ipconfig /all from the server and the DC?
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • V490 server not able to type at ok prompt

    Hello Guyz
    The problem is that when I power on the server with max diag post it will drop at ok prompt with all post result passed. But I am not able to type anything at ok prompt. Input device & Output device are set to ttya when checked from os console. Since autoboot parameter is true it will boot automatically when i do a normal power on. RSC is not configured and I am not getting anything on it. Also graphics card not available in server.Troubleshooting steps done till now.
    1. Powered on server in normal mode and with disk drives removed. It will stop at ok prompt with error cant boot. But not able to type anything.
    2. Replaced PCI riser card which includes NVRAM.
    3. Tried powering on the server with all minimum configuration possible still no luck.
    4. Swapped the only one system board to other one and checked.
    My seniors suggested to replace system board. What you guys think? Please help. Thanks..

    midhu wrote:
    I am using putty software and cisco cable with usb-to-serial converter which is connected to ttya port of server on one end and usb port on my laptop for getting the console of server. Also I am using default baud rate which is 9600.That all seems fine, except...
    Historically, USB-to-serial adapters will often just fail to function in such circumstances.
    There are numerous posts in these forums that go bazck more than a decade (through migrations from old Sun forums, even) that mention such USB adapters. They're not necessarily broken to where you need to replace it. They often just do not work. They won't send/receive the duplex signals you hope to have so that `send` at the laptop becomes `receive` at the V490, and `send` at the V490 becomes `receive` at the laptop. The symptoms are as you described: you can see but not type, or you can type but not see.
    I suggest you go beg, borrow, or claim by eminent domain an old computer that has an actual hardwired serial port and try again.
    I know. All this shouldn't be that hard, and it's frustrating. It should "just work".

Maybe you are looking for