Install PT8.53 Linux question: startPIA.sh cannot run the WebLogic Server


People,

Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. Data Mover Bootstrap and application designer can connect to the instance of database successfully. About PIA, Oracle Database Server and Application Server Tuxedo11gR1 runs correctly. But when to start WebLogic Server in the opt/PT8.53/webserv/PT853/bin directory, I get an error message like below:

[user@userlinux bin] $./startPIA.sh

Try to start WebLogic Server PIA
No activity will be connected to this window.
Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
PID for WebLogic Server PIA is: 5462

According to the site Internet of Nicolas http://gasparotto.blogspot.com/2010/02/web-server-weblogic-11gR1.html, I did 2 things like below:


First of all, in the setenv.sh file, I changed MAX_FILE_DESCRIPTORS to 4096 to 1024.


Secondly, I added the last 4 lines in the /etc/security/limits.conf file as below:

# - nice - max great priority has led to increase of
priority realtime max # - rtprio -
#
# < domain > < type > < item > < value >
#

soft #* coeur 0
#* rss hard 10000
#@student hard nproc 20
#@faculty soft nproc 20
#@faculty hard nproc 50
#ftp hard nproc 0
#@student - maxlogins 4

# The following lines are added by me

WebLogic - nofile 65536
WebLogic - nproc 65536
WebLogic - unlimited core
WebLogic - memlock 50000000

# End of file


I have restart startPIA.sh and get the same error message:

Try to start WebLogic Server PIA
No activity will be connected to this window.
Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
PID for WebLogic Server PIA is: 5462


My question is: any folk cannot resolve the error above to start the WebLogic for PIA Server?

Thank you.

As Nicolas says that you cannot start PIA on ports below 1024 on Linux with a non-root users.

Recreate your PIA assembly and affect others like 8000 and 4443.

Tags: Oracle Applications

Similar Questions

  • Cannot access the weblogic Server console.

    Hello

    In my windows server 2012 I created the virtual machine using the Hyper-V Manager.

    In this virtual machine, I installed the weblogic Server 10.3.6. The ip address of the virtual machine is 192.168.1.9.

    In my virtual machine using localhost I can able to access the console. But when I try to access the console to another computer that has windows 7, cannot able to access the console.

    Check if the AdminServer is listening on all addresses to link or not?

    Can you try to set an IP address to your AdminServer as following in your "$DOMAIN_HOME/config/config.xml", and then try again

    
        AdminServer
        
          false
        
        7001
        true
        192.168.1.9   
    

    Still, if you face any problem, then it might be a firewall problem.

    Please, try the following on the remote computer to see if the port is accessible from the other box or not:

    From your windows 7 computer customer trying to see if this port is available or not on this IP address

    telnet  192.168.1.9   7001
    

    Also several times the IPv6 configuration can cause this problem, where can you try to start your WebLogic using the following JVM option:

    -Djava.net.preferIPv4Stack=true
    
  • Install PT8.53 with Linux question: setup.sh can't recreate WebLogic Server PIA

    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. Data Mover Bootstrap and application designer can connect to the instance of database successfully. About PIA, Oracle Database Server and Application Server Tuxedo11gR1 runs correctly. But when to start WebLogic Server in the opt/PT8.53/webserv/PT853/bin directory, I get an error message like below:

    [user@userlinux bin] $./startPIA.sh

    Its output:

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462

    In the direcctory /opt/PT8.53/webserv/PT853/servers/PIA/logs, I run the following command:

    [user@mylinux log] $ vi PIA_stdout.log

    Its release containing the primary error message:

    Another process is using port 80: exception java.net.BindException: Permission denied.

    The 127.0.0.1 address may be incorrect or another process is using port 443: exception java.net.BindException: Permission denied.

    Because I changed the MAX_FILE_DESCRIPTORS from 4096 to 1024 in the file 'setenv.sh', I can't start PIA on the ports lower then 1024 on Linux with a non-root users. I need to recreate PIAS and assign ports like 8000 and 4443. I have remove the PIA installed folder opt/PT8.53/webserv.  I recreate PIA in the directory /opt/PT8.53/setup/PsMpPIAInstall/ as below:

    [user@userlinux PsMpPIAInstall] $./setup.sh

    Its output:

    Select the web server root directory/home/user/oracle/Middleware

    Web server detected version: no choices available

    Error: The web server root directory entered is an invalid or incorrect version.

    Please try again. The version of the required web server is "Weblogic 10.3.


    My installed WebLogic directories are /home/user/oracle/Middleware/wlserver_10.3 and /home/user/oracle/Middleware/coherence_3.7 and I run WebLogic Console successfully with http://mylinux.mydomain:7001 / console. I think that the directory/home/user/oracle/Middleware is correct, but it says "no choices available".

    The first time, setup.sh runs correctly. In the second, setup.sh Gets the error above after deleting its previous /opt/PT8.53/webserv file installed.

    My question is:

    Can any folk solve the above problem to make run them "setup.sh" to recreate WebLogic PIA again assign ports greater than 1024?


    Thank you.

    See your original thread.

    Continue.

  • Install PT8.53 Linux question: NetMgr Windows and Linux NetMgr

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Database server is Dabase Oracle 11 GR 1 material. Operating system is Oracle Linux 5. I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.


    I've been setting up of database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually by using starter PT853 Oracle database instance. I have run the following scripts:
    (1) utlspace.sql
    (2) dbowner.sql
    (3) ptddl.sql
    (4) psadmin.sql
    (5) psroles.sql
    (6) connect.sql


    Then, we perform Data Mover script in a Windows Client computer to fill the PeopleTools PT853 database machine Linux Sever instance. I installed Oracle Database 11 g 2 client for 32-bit Windows XP 64 - bit Windows virtual machine. Now I face the problem of connection of the VMs 2 as below:

    In Manager Net Linux Server Machine:

    Service name: PT853
    Connection type: default database
    "TCP/IP Protocol".
    Host name: localhost
    Port name: 1521

    Listener: LISTENER
    Protocol: TCP/IP
    Host: localhost
    Port: 1521

    I test the Service PT853 with "SYSADM" username and password "SYSADM". The connection is successful.
    In the Windows Client computer, the information in the Net Manager is the same, but the connection is not successful. Its details are as below:

    NET Service Name: PT853
    Protocol: TCP/IP
    The database Machine host name: localhost
    Port number: 1521
    Name of the Basic Service: PT853
    Connection type: default database

    I have test the Service using "SYSADM" UserID and password to 'SYSADM' which are the same with Linux, but this error: TNS: listener does not currently of service requested in connect descriptor.

    My questions are:

    Do we need to do something for you connect Windows XP with Linux first? If so, how? If not, how to solve the problem above?

    Thank you.

    Seriously, you have to start somewhere and learn the fundamentals of networking. 75% of your questions are not related to PeopleSoft, they are only asked for an installation of PeopleSoft.

  • Cannot run the file: code 740, the requested operation requires a rise. While trying to launch Call of duty

    Cannot run the file: D:\Call-Of-Duty-Black-op2-II/redist/vcredist_*86.exe CreateProcess failed; code 740. The requested operation requires a rise. It is a game is call of duty black ops 2
    Please help me if you can, I want to play this game, please help me, are any developer here?
    Original title: cannot run the file: D:\Call-Of-Duty-Black-op2-II CreateProcess failed; code 740. The requested operation requires a rise. It is a game is Tanya call black ops 2

    Hello

    Welcome to the Microsoft community. I've surely you will help find a solution on the issue of game Call of duty .

    1 have you connected as administrator to start the game?

    2. were you able to install the game successfully?

    3. What is the brand and model of the computer?

    4. have you already compare the minimum requirements for the game runs correctly on the computer?

    Method 1:

    What are the minimum requirements for the call of duty to work. Compare specifications with your computer.

    Operating system:          Windows Vista (Service Pack 2) or Windows 7

    CPU:      Intel Core 2 Duo E8200 2.66 GHz or AMD Phenom X 3 8750 2.4 GHz

    Memory: 2 GB for 32-bit operating system or 4 GB for the 64-bit operating system

    Hard disk space: 16 GB

    Graphics hardware:        NVIDIA GeForce 8800GT 512 MB or ATI Radeon HD 3870 512 MB

    Method 2:

    I suggest to refer to this article and run the game in check with the question administrator mode.

    How to apply once with a full administrator access token?

    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-run-an-application-once-with-a-full-administrator-access-token

    Hope this information helps. Please reply back with the State so that we can help you.

  • Cannot run the report. Analytics Server Error (1042017): network error

    Hello

    I have installed on Linux ODI.
    I start to extract the data of Essbase to Oracle with Hyperion Essbase Data SQL with ReportScript LKM. But after 4 minutes process is stopped with the error:
    com.hyperion.odi.essbase.ODIEssbaseException: cannot run the report. Error (1042017) analytical server: network error: the client or the server timed out while waiting to receive data by using TCP/IP. Check the network connections. Increase the values NetRetryCount or NetDelay in the ESSBASE. CFG file. Update this file on the client and the server. Restart the client, and then try again.

    But if I extract some lines process worked well.

    I read this forum messages and set NETDELAY = 3600, NETRETRYCOUNT = 1000 in the files:

    /Home/EPM/Hyperion/products/Essbase/EssbaseServer/bin/Essbase.cfg
    /Home/EPM/Hyperion/deployments/WebLogic9/servers/HyperionPlanning/webapps/HyperionPlanning/Web-INF/classes/Essbase.properties
    /Home/EPM/Hyperion/common/EssbaseJavaAPI/9.5.0.0/bin/Essbase.properties
    /Home/EPM/Hyperion/products/biplus/appsinfo/WebAnalysis/EssbaseJAPI/bin/Essbase.properties
    /Home/EPM/Hyperion/products/biplus/bin/EssbaseJAPI/bin/Essbase.properties
    /Home/EPM/Hyperion/products/Essbase/APS/bin/Essbase.properties
    /Home/EPM/Hyperion/products/Essbase/EAS/Server/bin/Essbase.properties
    /Home/EPM/Hyperion/products/Essbase/EssbaseStudio/Server/ess_japihome/bin/Essbase.properties
    /Home/EPM/Hyperion/products/Essbase/EssbaseClient/javaapi/bin/Essbase.properties
    /Home/EPM/Hyperion/products/planning/config/Essbase.properties
    /Home/EPM/Hyperion/products/planning/lib/Essbase.properties

    But the error occurred.

    Help please with this error.

    Well the bug should have been resolved then.
    Your options are to try the V11 essbase japi files, these must be pulled from a facility of V11 or send me an email and I can send you the.
    Or use a different extraction method in the interface.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Cannot run the system at boot restore upward and I don't have my CD it was broken. I could use my product key?

    My Windows Vista cannot run the restore of the system at startup, and it says press F11 to enter recovery mode and it dosen't work.
    I can't use the CD/DVD from the CD/DVD because my dad broke it.
    Can I do to solve this problem?

    Hello

    Contact the computer manufacturer and ask them why F11 does not work to start recovery to factory settings...

    Or other difficulty the CD / DVD Drive and ask the manufacturer of the computer of a set of to reinstallthe Operatying system recovery disks.

    They do normally for a low cost

    Any other tips we now give you another above, you should always a working CD / DVD player.

    For this you need a DVD player:

    You can also borrow and use a Microsoft Vista DVD, which contains the files for the different editions of Vista (Home Basic, Home Premium, Business and Ultimate) must be installed. The product key on your computer / Laptop box determines what Edition is installed.

    Other manufacturers recovery DVDs are should not be used for this purpose.

    And you need to know the version of 'bit' for Vista, as 32-bit and 64-bit editions come on different DVDs

    Here's how to do a clean install of Vista using a DVD of Vista from Microsoft:

    "How to do a clean install and configure with a full Version of Vista '

    http://www.Vistax64.com/tutorials/117366-clean-install-full-version-Vista.html

    And once the operating system is installed, go to your computer manufacturer's website and get the latest drivers for your particular model or laptop computer.

    And phone Activation may be necessary when you use the above installation method.

    "How to activate Vista normally and by Activation of the phone '

    http://www.Vistax64.com/tutorials/84488-activate-Vista-phone.html

    See you soon.

  • Cannot run the screen saver because it requires a newer video card or one that is compataible with Direct3D.

    Hello

    I recently rebooted my computer; (Packard Bell) and now cannot run games or screen savers because it does not start. I think my problem has something to do with a Direct3D card? When I run screensavers, I get this message:
    Cannot run the screen saver because it requires a newer video card or one that is compataible with Direct3D.
    I have the impression that sound when I run the 3D games, such as minecraft or GMOD.
    I run on Windows Vista Edition Home Premium and does not do anything but re - install my computer because it wouldn't start.
    It is not as if the graphics card is not there, so I'm really confused!
    Please help me, like playing games is my favorite thing. ;)
    Charlie
    I also ran minecraft to double check and I got this error code:
    Bad video card drivers!
    -----------------------
    Minecraft could not start because it did not find an accelerated OpenGL mode.
    Generally, this can be corrected by updating the video card drivers.
    -BEGIN 7fe0271 error REPORT-
    Generated 10/10/12 21:04
    -Minecraft Version: 1.3.2
    -Operating system: Windows Vista (x 86) version 6.0
    -Java Version: 1.7.0_07, Oracle Corporation
    -Version Java VM: Java hotspot Client VM (mixed mode), Oracle Corporation
    -Memory: 422585352 bytes (403 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB)
    -JVM Flags: 2 total; Xms512m-Xmx1024m
    -LWJGL: 2.4.2
    -OpenGL: ~ ERROR ~ NullPointerException: null
    -Is Modded: Probably not
    -Type: customer
    -Texture Pack: ~ ERROR ~ NullPointerException: null
    -Position profile: N/A (disabled) [can't get system (java.lang.NullPointerException) properties]
    org.lwjgl.LWJGLException: Pixel format not accelerated
    at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat (Native Method)
    at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
    at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:185)
    at org.lwjgl.opengl.Display.createWindow(Display.java:311)
    at org.lwjgl.opengl.Display.create(Display.java:856)
    at org.lwjgl.opengl.Display.create(Display.java:784)
    at org.lwjgl.opengl.Display.create(Display.java:765)
    at net.minecraft.client.Minecraft.a(SourceFile:233)
    at net.minecraft.client.Minecraft.run(SourceFile:516)
    at java.lang.Thread.run (unknown Source)
    -REPORT of ERROR END bb61788b-

    Hello

    After you reinstall the operating system, you should also go to the website of your computer manufacturer > drivers download section > put your computer model number > search for your operating system and drivers (graphics, audio, etc.) > download and install.

    See you soon.

  • Vista backup error: cannot run the RPC. (0x800706BE)

    Hey there, I have a question about windows vista. I'm doing a backup of my system. In the end, I get an error saying: "cannot save settings to schedule automatic backup for the following reason: cannot run the CPP." (0x800706BE).

    However, I don't want to schedule an automatic backup. I want to make a single backup. I tried to change this in windows Task Scheduler, but I can't because the WindowsBackup folder is not listed. Probably because there is no backups on demand. But I can't schedule backups since I get an error at the end. So the WindowsBackup folder does not appear and I can't change the settings. Someone knows how to fix this?

    To be clear, I want to make one backup of my system.

    When I go to services.msc and scroll down to the remote procedure call and watch 'Status' it says 'Started' or 'Released' (not sure since I have a Dutch version of Vista).

    Also, windows backup is not calculating the number of necessary for the backup dvd.

    Thanks in advance.

    Bottom of GR

    Hi Fazil,

    Thanks for the help. But Vista gave me more problems, not just this one. A few days ago, I decided to upgrade to Windows 7. Problem solved.

    Thanks again.

    Bottom of GR

  • Microsoft Fixit error "an error occurred during the download of one or more components and cannot run the Troubleshooter"

    Original title: cannot run FixIt.

    With the help of Vista Home Premium, sp2, 32-bit on Toshiba Satalite A135

    I tried for days to find a solution for the reason why I can't run software 'MR FIXIT' or "MICROSOFT FIXIT" auto diagnostic I downloaded several versions of the software and saved, but when I try to launch it I stopped.  The following message appears: "toubleshooting cannot continue b/c an error has occurred."  An error occurred during the download of one or more components and cannot run the troubleshooter. »
    These versions I've tried lately:
    microsoftfixit. Program.installuninstall.RNP.84258196752136210.7.1.Run
    microsoftfixit. Program.installuninstall.Run
    microsoftfixit. WinSecurity.fisc.8425861308153696.4.1.Run
    microsoftfixit. Wu.FISC.8425861308153696.4.2.run
    852581157233326805.5.1.run
    I don't know if the problem is related, but I was also impossible to install the download: security for microsoft .net 1.1 SP1 framework update... (kb2656353).  I tried to install this download since January of 2012.  The reason why I tried to use the auto diagnostic software should fix my problem of installation of the security update.  I remember somewhere along the way, getting the error message that some files were corrupt.  Your help would be greatly appreciated.

    Hello

    Are able to run fix it?

    You can also post your query in Microsoft solve this forum. Please visit the link below to find a community that will support what ask you:

    http://social.Microsoft.com/forums/is/fixitcenter/threads

  • Error-cannot run the file: iexplore.exe. ShellExecuteEx failed; code 2.

    Hello, my pc is very slow, and then restored the system.
    And I had to delete the game 'perfect world '. I had Setup, install and went again. Except that this error when you have completed installation:

    Cannot run the file: iexplore.exe
    ShellExecuteEx failed; code 2.
    The system cannot find the specified file.

    I tried "Run as Administrator" and also play with the "Simple Start" and continued with the error.

    Or find me in my computer the "iexplorer.exe".

    A friend told me that there is an error in the "System32" folder But I haven't changed it.

    What is this error? Can I format the computer?

    PS: I do not speak or write English very well. Sorry for mistakes in the text.

    Click Start, type: enable or disable windows features

    Press enter

    Uncheck Internet Explorer

    Click OK

    Restart if prompted.

    Click Start, type: enable or disable windows features

    Press enter

    Uncheck Internet Explorer

    Click OK

    Restart if prompted.

    Check to see if you can launch Internet Explorer

    If the problem persists:

    Click Start
    Type: CMD, according to the results, right-click CMD
    Click on "Run as Administrator"
    At the command prompt, type: sfc/scannow

    This will check for any breach of integrity

    Restart your system

  • Cannot run the script line of 3712

    CFFO todo o principle pra instalar o ft_Toolbar 2, very ao open o after ele cylindrical o erro cannot run the script online 3712. undefined is not and the object. O that pode ser?

    You should find the forum for any product it is and post your questions there.

    Here is a link to a page that provides links to all of the Adobe forums...

    The Forum links page: https://forums.adobe.com/welcome

  • Cannot run the Task Manager

    Cannot run the Task Manager. I right click and select from the list, but nothing happens.

    See: Why won't Task Manager, REGEDIT and MSCONFIG disappear when opening?
    http://WindowsXP.MVPs.org/ToolsQuit.htm Harold Horne / TaurArian [MVP] 2005-2011. The information has been provided * being * with no guarantee or warranty.

  • Errro: Cannot save the Terminal Server when he tried to use the program Sony Vegas

    Original title: cannot save the Terminal Server.

    I'm having a problem using my program "Sony Vegas". It worked OK. But now gives me an error. "Cannot save the Terminal Server. I don't know if this a problem of Windows, or Sony Vegas. Please tell us how to solve this problem. Thank you.

    Hi barnstable,.

    Try these steps and check the result.
    Step 1: Check if the Terminal Services service is disabled
    a. Click Start, click Run.
    b. type services.msc, and then click ok.
    c. in the list of services, double-click Terminal Server Services.
    d. change the startup type to automatic and start the service.
    e. click ok to apply the changes.
    f. check if the problem persists.

    Step 2: If the problem persists, uninstall and reinstall the program Sony Vegas
    see How to change or remove a program in Windows XP .
    b. Once you have deleted the program, restart the computer.
    c. reinstall the program.

    For additional support, get in touch with Sony support team.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • ASP - function Remote - error: cannot run the trigger

    Hello

    I tried to get my macros being run by a remote server.

    It's my function file remote named "remote_test_pc.asp":

    framework integrated; then

    conf t

    interface $INTERFACE

    Description macro $TRIGGER

    PC-VoIP-Port Description

    switchport access vlan $ACCESS_VLAN

    switchport mode access

    switchport vlan voice $VOICE_VLAN

    broadcast storm control level 1 k pps

    multicast storm-control level 2 k pps

    Storm-control action trap

    no event log status link

    bandwidth share SRR-queue 10 10 5 75

    form of bandwidth SRR-queue 10 0 0 0

    priority queue

    MLS qos trust dscp

    no link-status of snmp trap

    spanning tree portfast

    spanning tree enable bpduguard

    service-policy input PO_TRUST-PHONE

    output

    end

    FI

    framework integrated; then

    conf t

    interface $INTERFACE

    No description of macro

    Description by DEFAULT-CONFIG

    switchport mode access

    switchport access vlan 999

    broadcast storm control level 1 k pps

    multicast storm-control level 2 k pps

    Storm-control action trap

    spanning tree portfast

    No switchport voice vlan $VOICE_VLAN

    bandwidth share SRR-queue 10 10 5 75

    form of bandwidth SRR-queue 10 0 0 0

    priority queue

    MLS qos trust dscp

    no service-policy input PO_TRUST-PHONE

    FI

    output

    end

    FI

    And this is my config on the switch to mac-group and the macro:

    !

    macro auto Test group address-mac-PC

    Mac 0019.9990.5509 address list

    !

    comprehensive treatment of the auto macro

    macro auto control global detection mac address

    !

    automatic macro execution Test-PC remote ftp://192.168.1.11/remote_test_pc.asp ACCESS_VLAN = 123 VOICE_VLAN = 127

    !

    When I plug this workstation for the following syslog messages:

    Switch #.

    Remote_test_pc.asp loading!

    [OK - 1702/4096 bytes]

    Enter configuration commands, one per line.  End with CNTL/Z.

    Switch con0 is now available

    Press RETURN to get started.

    Error: Cannot run the trigger Test-PC, please check trigger exists and corresponds to the valid function

    26 September 11:45:37.755: % SYS-5-CONFIG_I: configured from console by console

    26 September 11:45:37.772: % AUTOSMARTPORT-5-INSERT: tty0(user id:): dispositif avec adresse mac 0019.9990.5509 détectées sur l'interface FastEthernet0/3, exécuté le Test-PC) Message

    Switch #.

    The port works as it should, but I wonder about the error message.

    The switch is 2960 with IOS 12.2 (58) SE2.

    Can someone explain what this means?

    Thank you very much!

    Sven

    Hi Sven,

    I think that you are not constantly getting this message... Ignore it for now... That have no functional impact... This has been supported in 15.0 (1) SE.

    Thank you

    Ankur-

Maybe you are looking for