After cloning form server is not running in r12

Hi All,
after cloning form server is not working
--------------------------------------------------------------+---------
ias-component | process-type | pid | status
--------------------------------------------------------------+---------
OC4JGroup:default_group | OC4J:oafm | 528566 | Alive
OC4JGroup:default_group | OC4J:forms | N/A | Down
OC4JGroup:default_group | OC4J:oacore | 327766 | Alive
HTTP_Server | HTTP_Server | 1163498 | Alive
i checked logfile.i found below error
/opmn/bin/opmnctl[31]: unlimited: bad number
opmnctl: opmn is already running.
when i check adformsctl.sh status it showing like below
adformsctl.sh: exiting with status 0
how to trobleshut this one.
Thanks.

Hi,
did u check all the pre-requisites on the clone server before cloning. Please post contents of logfile here.
$INST_TOP/logs/ora/10.1.3/opmn/default_group~forms*.log
$INST_TOP/logs/ora/10.1.3/opmn/forms_default_group*/formsstd.err
Thanks,
Taher

Similar Messages

  • ESSBase studio server is not running

    Dear All,
    When I run ESSBase studio server, I get below error. Kindly advice me on this.
    C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    18:49:34 12/29/09 INFO Starting up
    18:49:34 12/29/09 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    18:50:41 12/29/09 (system) WARNING Failed to load driver for sap
    18:50:41 12/29/09 (system) SEVERE Cannot load Teradata connector
    18:50:41 12/29/09 (system) WARNING Failed to load driver for teradata
    18:50:41 12/29/09 (system) WARNING Failed to load driver for mysql
    18:50:41 12/29/09 (system) WARNING Failed to load driver for netezza
    18:50:41 12/29/09 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:53)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    Caused by: com.hyperion.cp.datasources.exploration.sql.SqlExplorerException: Sql exploration exception
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:237)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.explore(SqlExplorer.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:49)
    ... 11 more
    Caused by: com.hyperion.cp.driver.util.DriverException: Data Driver for url '%s' is absent or failed to initialize. Please see server start
    p log for more information.
    at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:102)
    at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
    at com.hyperion.cp.driver.DriverEngine.executeStringQuery(DriverEngine.java:131)
    at com.hyperion.cp.datasources.exploration.Explorer.executeStringQuery(Explorer.java:138)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.getCatalogs(SqlExplorer.java:456)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.exploreSources(SqlExplorer.java:261)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:195)
    ... 13 more
    Thanks in advance,
    Best,
    Veeranna Ronad.

    Hi,
    The content of the server.properties is given below. Even after making suggested changes, the server is not running.
    I am running the server from the path "C:\Hyperion\products\Essbase\EssbaseStudio\Server\stopServer.bat".
    server.properties
    catalog.autoinit=true
    catalog.username=prototype_int
    transport.port=5300
    catalog.url=oracle\://10.1.126.248\:1521/ORCL
    catalog.password=T1JBQ0xF
    catalog.db=prototype_int
    server.hss.bpmApplication=BPM\:73317
    Below is the error.
    C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    17:56:32 01/15/10 INFO Starting up
    17:56:32 01/15/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
    at javax.crypto.Cipher.doFinal(DashoA12275)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
    at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    17:56:38 01/15/10 (system) WARNING Failed to load driver for sap
    17:56:39 01/15/10 (system) WARNING Failed to load driver for mysql
    17:56:39 01/15/10 (system) WARNING Failed to load driver for netezza
    17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
    javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
    at javax.crypto.Cipher.doFinal(DashoA12275)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
    at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
    17:56:40 01/15/10 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:155)
    at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
    ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table PROTOTYPE_INT.CP_NONE_TRANSACTIONS found
    at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
    at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
    at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
    ... 17 more
    Thanks in advance,
    Best,
    Veeranna Ronad.
    Edited by: Ronad on Jan 15, 2010 4:02 PM
    Edited by: Ronad on Jan 15, 2010 5:58 PM

  • The Oracle BI server is not running. The repositiry had to be closed

    Hi guys,
    I have a OBI Standard Edition 10.1.3.4.1.
    I have modify the rpd and if I try to "Check In Changes", the error appears: "The Oracle BI server is not running. The repositiry had to be closed".
    In the nQServer.log this error appears:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10055) An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
    Why?
    The problem persist if I restart the services.
    The problem only occurs if I make a change in the Business Model Layer. The changes in the Physical Layer do not generate errors.
    Thank you,
    Sara

    Hi Sara,
    Can you please let us know, if there are any other messages in the NQServer.out.log ? I just googled around with this code to hit at the following link : http://www.bookmark-master.com/socket-error-10055.html
    Socket error (#10055): No buffer space available.
    Analyse & Solutions:
    An operation on a socket or pipe was not performed because the system lacked sufficient buffer space or because a queue was full. This error indicates a shortage of resources on your system. It can occur if you're trying to run too many applications (of any kind) simultaneously on your machine. If this tends to occur after running certain applications for a while, it might be a symptom of an application that doesn't return system resources (like memory) properly. It may also indicate you are not closing the applications properly. If it persists, exit Windows or reboot your machine to remedy the problem.
    From the above information, I understand that this is a system resource issue. Can you please recheck if your system has got enough resources?
    Hope this helps.
    Thank you,
    Dhar

  • My form 9i is not running(I am new in form 9i)

    Dear Sir
    I am really sory, to disturb, this quite old trouble shooting. Since I am trying this now It is quite new to me. I am try to run my Form 9i it not running. I have tried with starting the OC4J, and made correction in run time tab the defualt and corrected port,
    before this it was give the error
    of
    FRM-10142: The HTTP listener is not running on scooby at
    port 8888. Please start the listener or check the runtime
    preferences.
    I corrected the same with OC4J and the run time tab
    now the error is coming
    the page can not be not found
    I am trying this things last 5 days no option for me please I badly requre some help in this regard.
    regards
    S.K. Swain

    Thank your sir,
    for your prompt answer,
    I tried
    http://my_machine:8888/forms90/f90servlet
    (replace my machine name in my_machine)
    the result is
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    What I will do sir
    I was trying in a differnt machine the same
    http://my_machine:8888/forms90/f90servlet
    (replace my machine name in my_machine)
    FRM : 92102 a NETWORK ERROR HAS OCCURUED THE FORMS CLEINT HAS ATTEMPTED TO REESTABLISH ITS CONNECTION TOT HE SERVER 1 TIMES WITHOUT SUCCESS.
    PLEASE CHECK THE NETWORK CONNECTION AND TRY AGAIN LATER
    IN DETAILES
    JAVA EXCEPTION
    JAVE.NET.MALFORMED URLEXCEPTION:ILLEGAL CHARGED IN URL
    please advice
    Message was edited by:
    user591424

  • Real-Time Decision Server is not running

    Hi,
    In the Admin guide for RTD Center, during Initializing the Oracle RTD Database Using SDDBTool, one of the step mentioned is "To check, Real-Time Decision Server is not running" but nothing has been mentioned if this is a Service or we have to check in Weblogic or service panel.
    So the question is, How do I check if my Real-Time Decision Server is running or not? Do I have shut down OBIEE instance for the same?
    Regards,
    Jitendra

    Hi,
    try it like this.
    http://IP:9704/ui/do/logout
    note: bi services should be up.
    Thanks
    Deva

  • Content server is not running.

    All,
    I have rather peculiar issue. The external 10.1.3.1 content server is setup against EBS 12.1.3.The content server is running fine and I was able to upload content using it. I fail to upload content all of the sudden until EBS is bounced. Nothing changes on content server side and again it works for day or two and stops and throws "Content server is not running" error. Is there any EBS configuration that can cause this behavior? I do not even see the request being logged in default-web-access-<date>.log on content server that indicates that it is not even reaching content server. It works fine in TEST environment and in PROD it is behaving in this manner. This is a new setup.
    Any pointers are appreciated.
    Thanks,
    Faisal

    The fact that bouncing EBS fixes the issue temporarily indicates that the problem is most likely on the EBS end, but we haven't encountered that specific issue. What OS are you using to host EBS? Are you purging the J2EE cache when you bounce the services?
    Feel free to reach out to Anne or myself if you'd like to dive into this. We could test with an alternate content server to see if that helps isolate the problem.
    Best,
    John Hobart

  • Tomcat server is not running automatically

    Hi BO experts,
    I have installed SAP Business Objects XI 3.1 in my system and noticed that Tomcat server is not running in Central Configuration Manager where the status is "Stopped". If I start manually also it's not starting (In properties, the startup type is - Automatic).
    So I went this path "E:\Program Files\Business Objects\Tomcat55\bin" and double clicked "startup.bat" then I am able to login into Infoview. Could please someone explain that is there any possible way to run Tomcat automatally so that i do not need to start up manually every time?
    Thanks in advance!!

    I'm assuming that whoever installed the Apex Listener installed it under the Apache Tomcat application server. This isn't officially supported by Oracle, but it does work. You start Tomcat by executing "startup.bat" in its bin directory on Windows or "startup.sh" on Linux or other Unix-like OSes. In Windows, it will keep running as long as the command window is open (but you can minimize it) or I believe there is a way to set it up as a service - I'm not a Windows guru. In *nix, you can add an ampersand to the command to keep it running in background, or set it up to run as a daemon.
    Altogether, you probably need someone to learn more about how to run Tomcat if the person who set it up for you is no longer available. There is plenty of information on-line - just use Google or Bing.

  • Help-UNICPOUTU always shows calendar server is not running

    Hi All,
    I am trying to export data from OCS 10g Calendar server and while using UNICPOUTU utility on default node (1), it always shows error message "Calendar Server is not running".
    I have stopped and than started server many time using unistop/unistart and opmnctl with stopall/start all. I can work without any problem with OCS portal and Windows calendar client.
    Can any body help me to find the cause and resolve it.
    Thanks in advance for your help and time.

    I was aware the format originated with CS&T (later Steltor) Corporate Time, and that the NetScape Calendar was of the same provenance. I didn't know SGI also had an offspring
    of Corporate Time.
    Sorry for not being more precise in my earlier post. I guess I should have said that the format used by unicpoutu/unicpoutr is specific to Oracle Calendar and other products derived from the earlier Unison/Corporate Time product.
    Either way, though, iCal is format that more programs understand. uniical is also the program that Oracle support recommended I use, instead of unicpoutu, when I ran into bugs with unicpoutu in the past.
    Tim

  • Calendar utilities report that Calendar server is not running

    Hi All,
    When i try to use calendar server utilities e.g. uniwho, unistat, unicpoutu etc, I always get server is down or server is not running but while using other utilities e.g. uniical, uniuser, uniping works fine.
    I have started/stopped server many times using unistart/unistop but result is same. Web portal and windows client works fine.
    Can anybody guess, what can be the problem? Why some utilities can work and some can't?
    Thanks and Regards

    On other side opmnctl status shows that everything is alive ...
    Processes in Instance: ocsapps.qalotus1.in.zimbra.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 3192 | Alive
    DSA | DSA | 3176 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    WebCache | WebCache | 4668 | Alive
    WebCache | WebCacheAdmin | 3076 | Alive
    OC4J | OC4J_OCSClient | 3708 | Alive
    OC4J | OC4J_Mail | 3304 | Alive
    email | email_housekeeper | 3560 | Alive
    email | email_imap | 4792 | Alive
    email | email_listserver | 4832 | Alive
    email | email_nntp_in | 5496 | Alive
    email | email_nntp_out | 2800 | Alive
    email | email_pop | 2284 | Alive
    email | email_smtp_in | 5848 | Alive
    email | email_smtp_out | 5756 | Alive
    email | email_virus_scrub~ | 4844 | Alive
    CalendarServer | Calendar_CSM | 3704 | Alive
    CalendarServer | Calendar_CWS | 4404 | Alive
    CalendarServer | Calendar_DAS | 3976 | Alive
    CalendarServer | Calendar_SNC | 1480 | Alive
    CalendarServer | Calendar_ENG | 4276 | Alive
    CalendarServer | Calendar_LCK | 4516 | Alive
    how can be so contradictory status information? Or its me only who cant interpret it in correct way?

  • Error: Cannot connect to NTP server or NTP server is not running - Cisco IPS

    This is different scenario here:
    I have two Cisco IPS 4260-k9 and both are in production now.
    One of the IPSs is configured with NTP and works fines, but another one is not.
    When tried to configure when the device is ON and live in production and got the following error,
    Error from CLI:
    " Error: Cannot connect to NTP server or NTP server is not running "
    Error from IME:
    " Delivery failed.
    err Unaccepable Value - cannot connect to the NTP server or NTP server is not running"
    I am able to reach the NTP server, also the same NTP is working fine with other devices....
    Am I doing anything wrong?
    Please advise

    Hi,
    Now the error has changed:
    Session.connect: java.net.SocketTimeoutException: Read timed out
    I have increased the pooling interval to 1 Hr from 1 Min. Waiting for the next pooling interval result.
    Guide me if I am heading right.... or anything else needs to be done.
    Regards,
    Krishna Chauhan

  • After Cloning forms not opening

    Hi ,
    After 11.5.10.2 cloning forms not opening.we tried all possibilities but forms not opening.if it is there any possibilites plz let me know asap...
    DB Version: 10.2.0.2
    Apps :11.5.10.2
    OS: Sun Solaris SPARC 10
    Regards
    Ramesh

    Hi Hussein,
    Thanks for updating...
    access log...
    197.0.9.31 - - [30/Nov/2011:09:17:01 +0000] "GET /pls/DEVP/fnd_icx_launch.launch?resp_app=SYSADMIN&resp_key=SYSTEM_ADMINISTRATOR&secgrp_ke
    y=STANDARD&start_func=FND_FNDCPVCM&other_params= HTTP/1.1" 302 5
    197.0.9.31 - - [30/Nov/2011:09:17:01 +0000] "GET /dev60cgi/f60cgi?&appletmode=nonforms&HTMLpageTitle=&HTMLpreApplet=&code=oracle/apps/fnd/
    formsClient/FormsLauncher.class&width=400&height=100&archive=/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar,/OA_JAVA/oracle/apps/fnd/jar/fndfor
    msi18n.jar,/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar,/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
    ,/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar,/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar,/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar&gp14=jinit_apple
    tcache&gv14=offjinit_appletcache=off&gp2=resp_app&gv2=SYSADMIN&gp3=resp&gv3=SYSTEM_ADMINISTRATOR&gp4=sec_group&gv4=STANDARD&gp5=function&g
    v5=FND_FNDCPVCM&gp6=other_params&gv6=&gp7=forms_url&gv7=http%3A%2F%2Fs609596bl2su01.inbglr8.savvis.net%3A8003%2Fpls%2FDEVP%2Ffnd_icx_launc
    h.runforms%3FICX_TICKET%3D%26resp_app%3DSYSADMIN%26resp_key%3DSYSTEM_ADMINISTRATOR%26secgrp_key%3DSTANDARD%26start_func%3DFND_FNDCPVCM%26o
    ther_params%3D&encoding=US-ASCII&gp8=error_url&gv8=http%3A%2F%2Fs609596bl2su01.inbglr8.savvis.net%3A8003%2FOA_HTML%2Fjsp%2Ffnd%2Ffnderror.
    jsp&gp12=port&gv12=6945&gp13=dbc&gv13=mareno_devp&gp15=icx_ticket&gv15=2__sUGu7a0ypjtT0wElgiw.. HTTP/1.1" 200 43031
    197.0.9.31 - - [30/Nov/2011:09:55:05 +0000] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code
    =US&oas=4uf_VXcLpjCcg5XnIVlfTQ..&formsLink=yes HTTP/1.1" 200 1043
    197.0.9.31 - - [30/Nov/2011:09:55:06 +0000] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code
    =US&oas=4uf_VXcLpjCcg5XnIVlfTQ..&formsLink=yes HTTP/1.1" 200 1110
    Error Log....
    Wed Nov 30 07:08:45 2011] [error] [client 197.0.9.31] File does not exist: /data01/home/DEVAPPS/devcomn/portal/DEVP_s609596bl2su01/oracle
    smpchronos/oracle_sm
    Terminated
    [Wed Nov 30 07:59:04 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 08:15:26 2011] [notice] FastCGI: process manager initialized (pid 15950)
    [Wed Nov 30 08:15:27 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    Terminated
    [Wed Nov 30 08:38:41 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 08:39:14 2011] [notice] FastCGI: process manager initialized (pid 18178)
    [Wed Nov 30 08:39:15 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Wed Nov 30 08:45:42 2011] [error] [client 197.0.9.31] script not found or unable to stat: /data01/home/DEVAPPS/9iAS/8.0.6/tools/web60/cgi
    /ifcgi60.exe
    Terminated
    [Wed Nov 30 08:48:17 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 08:49:37 2011] [notice] FastCGI: process manager initialized (pid 19081)
    [Wed Nov 30 08:49:38 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    Terminated
    [Wed Nov 30 09:03:10 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 09:07:44 2011] [notice] FastCGI: process manager initialized (pid 20816)
    [Wed Nov 30 09:07:45 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    ~
    plz help on this
    Regards
    Ramesh

  • Soa managed server is not running after changing weblogic admin password

    hi guys....
    we have oim 11g deployment on weblogic 10.3.5 ....it was working fine....
    we changed the weblogic user password through admin console and changed the boot.properties file also....after that we succcessfully started the adminserver but soa server is not starting and giving following errors...
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic denied
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy28.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy46.authenticate(Unknown Source)
         at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Regards
    jdev

    Which boot.properties did you update Just the admin server? You need to update this file on each of the servers in the domain. Browse to the soa server directory inside the domain directory and there inside the security directory you should see the boot.properties file. You need to update the password in this file.
    -Bikash

  • J2EE SERVER 0 not running after ADS Update

    Hi Experts,
    I have updated ADS patch 10 in our server, but ADS update terminated after that J2ee server not comming up. Please find the Log file.
    trc file: "D:\usr\sap\MID\DVEBMGS01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID17582250
    pid         : 2588
    system name : MID
    system nr.  : 01
    started at  : Tue Dec 22 13:58:33 2009
    arguments       :
           arg[00] : D:\usr\sap\MID\DVEBMGS01\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\MID\SYS\profile\MID_DVEBMGS01_mvglqas
           arg[02] : -DSAPINFO=MID_01_server
           arg[03] : pf=D:\usr\sap\MID\SYS\profile\MID_DVEBMGS01_mvglqas
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1201
           arg[06] : -DSAPSYSTEM=01
           arg[07] : -DSAPSYSTEMNAME=MID
           arg[08] : -DSAPMYNAME=mvglqas_MID_01
           arg[09] : -DSAPPROFILE=D:\usr\sap\MID\SYS\profile\MID_DVEBMGS01_mvglqas
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 2540] Tue Dec 22 13:58:33 2009
    [Thr 2540] *** WARNING => INFO: Unknown property [instance.box.number=MIDDVEBMGS01mvglqas] [jstartxx.c   841]
    [Thr 2540] *** WARNING => INFO: Unknown property [instance.en.host=mvglqas] [jstartxx.c   841]
    [Thr 2540] *** WARNING => INFO: Unknown property [instance.en.port=3202] [jstartxx.c   841]
    [Thr 2540] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\instance.properties]
    -> ms host    : mvglqas
    -> ms port    : 3902
    -> OS libs    : D:\usr\sap\MID\DVEBMGS01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : mvglqas
    -> ms port    : 3902
    -> os libs    : D:\usr\sap\MID\DVEBMGS01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID17582200 : D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID17582250 : D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID17582200           : D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] ID17582250           : D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\instance.properties
    [Thr 2540] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 2540] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 2560] JLaunchRequestFunc: Thread 2560 started as listener thread for np messages.
    [Thr 704] WaitSyncSemThread: Thread 704 started as semaphore monitor thread.
    [Thr 2540] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 2540] CPIC (version=700.2006.09.13)
    [Thr 2540] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 2540] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\MID\DVEBMGS01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID17582250]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine. services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : D:\usr\sap\MID\DVEBMGS01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\MID\DVEBMGS01\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\MID\DVEBMGS01\exe\jstartup.jar;D:\usr\sap\MID\DVEBMGS01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 2540] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5060] JLaunchIStartFunc: Thread 5060 started as Java VM thread.
    [Thr 5060] *** WARNING => Using non-standard VM option 'services.ts.jts.ots.PortableInterceptor.JTSInitializer' [jhvmxx.c     1007]
    [Thr 5060] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=256M
    -> arg[  5]: -XX:PermSize=256M
    -> arg[  6]: -XX:NewSize=171M
    -> arg[  7]: -XX:MaxNewSize=171M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Xloggc:GC.log
    -> arg[ 11]: -XX:+PrintGCDetails
    -> arg[ 12]: -XX:+PrintGCTimeStamps
    -> arg[ 13]: -Djava.awt.headless=true
    -> arg[ 14]: -Dsun.io.useCanonCaches=false
    -> arg[ 15]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -Djava.security.policy=./java.policy
    -> arg[ 19]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 20]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 21]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 22]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.
    -> arg[ 24]: services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 25]: -Dsys.global.dir=D:\usr\sap\MID\SYS\global
    -> arg[ 26]: -Dapplication.home=D:\usr\sap\MID\DVEBMGS01\exe
    -> arg[ 27]: -Djava.class.path=D:\usr\sap\MID\DVEBMGS01\exe\jstartup.jar;D:\usr\sap\MID\DVEBMGS01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;D:\usr\sap\MID\DVEBMGS01\j2ee\os_libs;C:\oracle\MVS\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;D:\usr\sap\MID\SYS\exe\uc\NTAMD64\sappfpar.exe;D:\usr\sap\MID\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=1024M
    -> arg[ 30]: -Xmx1024M
    -> arg[ 31]: -Xms1024M
    -> arg[ 32]: -DLoadBalanceRestricted=no
    -> arg[ 33]: -Djstartup.mode=JCONTROL
    -> arg[ 34]: -Djstartup.ownProcessId=2588
    -> arg[ 35]: -Djstartup.ownHardwareId=T1140933696
    -> arg[ 36]: -Djstartup.whoami=server
    -> arg[ 37]: -Djstartup.debuggable=no
    -> arg[ 38]: -Xss2m
    -> arg[ 39]: -DSAPINFO=MID_01_server
    -> arg[ 40]: -DSAPSTART=1
    -> arg[ 41]: -DCONNECT_PORT=1201
    -> arg[ 42]: -DSAPSYSTEM=01
    -> arg[ 43]: -DSAPSYSTEMNAME=MID
    -> arg[ 44]: -DSAPMYNAME=mvglqas_MID_01
    -> arg[ 45]: -DSAPPROFILE=D:\usr\sap\MID\SYS\profile\MID_DVEBMGS01_mvglqas
    -> arg[ 46]: -DFRFC_FALLBACK=ON
    -> arg[ 47]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 48]: -DSAPSTARTUP=1
    -> arg[ 49]: -DSAPSYSTEM=01
    -> arg[ 50]: -DSAPSYSTEMNAME=MID
    -> arg[ 51]: -DSAPMYNAME=mvglqas_MID_01
    -> arg[ 52]: -DSAPDBHOST=mvglqas
    -> arg[ 53]: -Dj2ee.dbhost=mvglqas
    Unrecognized option: services.ts.jts.ots.PortableInterceptor.JTSInitializer
    [Thr 5060] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-1) [jhvmxx.c     542]
    [Thr 5060] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi.c   752]
    [Thr 5060] **********************************************************************
    ERROR => Java VM initialization failed.
    Please see SAP Note 943602 , section 'Java VM initialization issues'
    for additional information and trouble shooting.
    [Thr 5060] JLaunchCloseProgram: good bye (exitcode = -1)
    Thanks  in Advance
    Jose H

    Hi Markus,
    I have changed the heap size but the status is same.
    when i am trying to open the Visula Admin
    "Default" its shows
    "Unable to lookup connection default
    http://<host>:8101/msgserver/text/logon return empty list of connection parameter
    I ihave created the new connection with port 50104 user name J2EE_ADMIN and give the password
    I got the other error End of stream reached unexpectly during input from socket [addr=/local ip, port=50104,localport=2485]
    find the trace file
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[0, 20, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.19.trc]/>
    <!NEXTFILE[defaultTrace.1.trc]/>
    <!LOGHEADER[END]/>
    #1.5#001AA00F0673000000000015000000FC000470C650D48281#1249896968781#System.err##System.err#######Thread[Thread-1,5,main]##0#0#Error##Plain###com.sap.engine.frame.core.configuration.ConfigurationLockedException: Cannot lock Configuration; it is already locked.
         at com.sap.engine.core.configuration.impl.ServerEnvironment.addLock(ServerEnvironment.java:316)
         at com.sap.engine.core.configuration.impl.ServerEnvironment.addLock(ServerEnvironment.java:340)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:756)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:560)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:254)
         at com.sap.engine.core.Framework.start(Framework.java:188)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.frame.core.locking.LockException: Cannot lock [2009081015060876500000mvglqas.....................17582250, !J2EE_CONFIGURATION_MANAGER, 94d735ee/@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@, X]; it is in use by another owner. The lock collision occurred with user <internal>.
         at com.sap.engine.core.locking.impl3.LockingManagerImpl.lockInternal(LockingManagerImpl.java:257)
         at com.sap.engine.core.locking.AbstractLockingManagerImpl.lock(AbstractLockingManagerImpl.java:421)
         at com.sap.engine.core.locking.AbstractLockingManagerImpl.lock(AbstractLockingManagerImpl.java:441)
         at com.sap.engine.core.locking.ServerInternalLockingImpl.lock(ServerInternalLockingImpl.java:42)
         at com.sap.engine.core.configuration.impl.ServerEnvironment.addLock(ServerEnvironment.java:312)
         ... 15 more
    #1.5#001AA00F0673002200000000000000FC000470C6520CD509#1249896989250#com.sap.caf.um.metadata.imp.MetaDataTools##com.sap.caf.um.metadata.imp.MetaDataTools.MetaDataTools()#######SAPEngine_System_Thread[impl:5]_46##0#0#Info#1#/System/Server#Plain###sap.com caf/um/metadata/imp MAIN_APL70VAL_C 935484#
    #1.5#001AA00F0673002B00000000000000FC000470C652194CAA#1249896990078#com.sap.caf.um.relgroups.imp.persistence.DataSource##com.sap.caf.um.relgroups.imp.persistence.DataSource.DataSource()#######SAPEngine_System_Thread[impl:5]_20##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 935567#
    #1.5#001AA00F0673002C00000001000000FC000470C652196EC5#1249896990078#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.newProperties(int prcs, int conn)#######SAPEngine_System_Thread[impl:5]_36##0#0#Error#1#/System/Server#Java###enter  newProperties()##
    #1.5#001AA00F0673002B00000002000000FC000470C6522C2655#1249896991328#com.sap.caf.um.relgroups.imp.principals.RelGroupFactory##com.sap.caf.um.relgroups.imp.principals.RelGroupFactory.RelGroupFactory()#######SAPEngine_System_Thread[impl:5]_20##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 935567#
    #1.5#001AA00F0673003800000000000000FC000470C6522E45DE#1249896991468#com.sap.engine.services.iiop.server##com.sap.engine.services.iiop.server.PICurrentImpl#######SAPEngine_System_Thread[impl:5]_65##0#0#Error##Plain###
    java.lang.NullPointerException
         at com.sap.engine.services.iiop.internal.interceptors.PICurrentImpl.getThreadSlotTable(PICurrentImpl.java:85)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.<init>(ClientRequest.java:66)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2$ClientRequest_1_2.<init>(Delegate_1_2.java:41)
         at com.sap.engine.services.iiop.server.portable.Delegate_1_2.createRequestLocal(Delegate_1_2.java:32)
         at com.sap.engine.services.iiop.server.portable.Delegate.createRequest(Delegate.java:370)
         at com.sap.engine.services.iiop.server.portable.Delegate.request(Delegate.java:170)
         at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
         at com.adobe.service._FontManagerStub.getAdobeServerFontDirectory(_FontManagerStub.java:18)
         at com.adobe.document.XMLFormService.getFontDirectories(Unknown Source)
         at com.adobe.document.XMLFormService.onStartService(Unknown Source)
         at com.adobe.service.Service.start(Service.java:387)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Looking for your urgetnt response
    Thanks & Regards
    Jose H

  • Apache server is not running

    After applying 11i.ATG_PF.H.delta.6 this patch
    i am not able to start Apache
    alpha2.bw.ltindia.com> sh adapcctl.sh start
    adapcctl.sh version 115.54
    ORACLE error 6550 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-06550: line 1, column 30:
    PLS-00302: component 'DATABASE_ID' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored.
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    Apache Web Server Listener is not running.
    Starting Apache Web Server Listener (dedicated HTTP) ...
    ORACLE error 6550 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-06550: line 1, column 30:
    PLS-00302: component 'DATABASE_ID' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored.

    Have you cloned this environment from Production? If so have you completed all the cloning steps before testing this patch?
    The issue seems to be with DBC file. Please check the Note:398804.1, if it helps.

  • PS2013 - Creating a new instance of Project Server does not run and hangs in "Waiting for Resource"

    Hi,
    In my Project Server 2013 environment I created an instance of Project Server which is running in a notebook Hyper-V Windows 2012 Server with 11 GB, 4 threds, 3 GHz, one box configuration with complete version of SQL Server 2012 with SP1, nothing trial.
    PS and SPS 2013 updated with Cumulative Update of Dec 2013.
    I want to create a new empty instance in the same port 80 with a different URL or in the port 90 creating a new web application.
    Whatever option I choose, when I try to create the instance of the Project Server it hangs in "Waiting for Resource" status. No Event Viewer, no hanged timer Jobs, all services running, all pools and sites started and I found out nothing in the
    SharePoint Logs. After every attempt I return the server snapshot to the former state.
    The Project Server and SharePoint continue to work normally.
    Any hints where should I look to solve this issue?
    Thank you.
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

    Ricardo,
    so, the only clue I can find in your posting is around the web application.
    if you want a 2nd PWA instance on the same web application (this presums you have one already, working, right?).
    all you really have to do is give it a different "pwa" name - like "Test" or some such and use a unique project database name : Test_ProjectServerData
    there is much more you could do, for isolation into a private content database for example.
    to use a different port, then you need to setup a web application on a different port and proceed as above, selecting that web app to start from.
    if the basic action of new pwa site provision is not working, then it may suggest there is something systemmically wrong with the setup.
    let us know,
    Thanks, Eric S. Pcubed

Maybe you are looking for

  • Macbook Air not starting at all

    Hi, i have a MacBook Air 11" (mid 2011), purchased in Australia. the other day I powered it down, unplugged the power, re-plugged, and it won't start at all. no beeps, no fan noise. Green light on the Magsafe connector. Magsafe power works on a diffe

  • External mail for Woktiem notification - Language of shortcut.

    Hi Experts! The external email functionality to official emails, for the workitem notifications. has a shortcut to SAP. (link) - part of the report RSWUWFML2. this shortcut opens in Language EN. User having different login language want to have optio

  • Reading data from table and print the value based condition

    hi my table like this slno  |  value1 |  value2  | 1            0            5 2            5           10 3           10          15 assume n= 8 ( where  n is user define) i want output like number 8 between value  5 and  10 plz help

  • Need to download the data from BSEG based on company code and fiscal year

    Hi All,           Please suggest me the solution to download the data from BSEG based on company code and fiscal year. As data in BSEG for the fiscal year2009  is 27 lakhs (= 2.7 million) for the specified company code. <removed> Thanks & Regards, Ko

  • IMac G5 iSight Model. NEW HDD.

    Hi. I just replaced the old HDD with my New 500 GB Seagate Barracuda HDD. So, I'm trying to install new OS X Tiger too. When I put the disc in and turn it on with holding down the C key... It goes to the grey screen with apple sign on it and then sta