Unable to start apps using adstrtal.sh APPS/APPS

Hi,
I upgraded oracle apps 11.5.10 to CU2. Now unable to start applications.
I am getting below erros.
[oracle@linux1 ~]$ /u01/apps/viscomn/admin/scripts/VIS_linux1/adstrtal.sh APPS/APPS
You are running adstrtal.sh version 115.14
/u01/apps/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
Check logfile /u01/apps/viscomn/admin/log/VIS_linux1/12261049.log for details
[oracle@linux1 ~]$ uname -a
Linux linux1.lwcky.com 2.6.18-128.el5 #1 SMP Wed Jan 21 07:58:05 EST 2009 i686 athlon i386 GNU/Linux
[oracle@linux1 ~]$ uname -m
i686
[oracle@linux1 ~]$ ldd /u01/apps/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java
linux-gate.so.1 => (0x00142000)
/lib/libcwait.so (0x005fc000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00110000)
libdl.so.2 => /lib/libdl.so.2 (0x00b74000)
libc.so.6 => /lib/libc.so.6 (0x00143000)
/lib/ld-linux.so.2 (0x00614000)
before upgrade every thing working great. Not sure whats going on?
Any ideas?
Thanks,

Okay guys, I figure out. adstrtal.sh script calling /u01/apps/visappl/ad/11.5.0/bin/adgetlnxver.sh script and we need to comment LD_ASSUME_KERNEL in adgetlnxver.sh.
After that everything started successfully.
Thanks.

Similar Messages

  • Tip: Unable to Install or Update Apps Using the iPhone's App Store?

    I had a problem today where I found myself unable to install updates, or install new or previously purchased apps using the App Store on the iPhone. However, I had no problem with the installation of apps when I plugged my iPhone into my computer, opened iTunes and dragged the app I wanted over to my iPhone. So, I did the usual: I tried a reboot, and, when that didn't work, I powered my phone off and waited a few minutes before turning it back on. Still no love with the updating or installation of apps using the App Store on my iPhone.
    Here is what I did do to fix it:
    I keep backups of my iPhone on my MBP and I back up my phone regularly. If you do not, you should start doing so. Anyway, I went ahead and plugged my phone into my computer and launched iTunes (I also update my MBP daily if necessary, so the most current version of iTunes was used).
    Once my phone showed up in iTunes and I could select it, I right-clicked on the iPhone's name (I use a MBP, but I know Windows users might view this, too, so universal language is what I will use - for Mac users, right-clicking means using two finger tap on a touchpad or using the good 'ol Control-click) and selected "Back Up" from the menu.
    Once the phone was backed up, I right-clicked again on the iPhone's name and selected "Restore from Backup...".
    I made sure the value for "iPhone Name" was correct and that the "Last Backed Up" day and time values were correct and I clicked the "Restore" button and let the restore process finish completely (wait until your iPhone shows up in iTunes again before doing anything else with your phone).
    Once the restore was complete, I was extra cautious and powered off then powered on my phone. Finally, I went ahead and plugged it back into my MBP and made sure that the phone showed up in iTunes.
    Following all of that, I launched the App Store on my iPhone again, entered the password for my Apple ID and updating apps, installing new apps, and installing previously purchased apps from iCloud all worked again.
    Please note that this process is much different than just simply clicking the "Restore" button on your iPhone's homepage in iTunes. That will prompt you to backup your phone, completely restore it to factory defaults, and, then require you to restore from backup to get all your settings and such back. This is not the route I took - I simply restored from an existing backup. I want to make sure that this point is clear. Although, if restoring from an existing backup does not solve the issue at first, then perhaps a restore to factory defaults followed up with a restore from a backup will do the trick, too. I just did not want to waste my time taking the much longer route first and was happy to find my iPhone's App Store working again by simply restoring my phone using an existing backup.
    I have seen a lot of posts regarding this issue in the support communities, with none of them having an answer (even after calling Apple Support). I hope this helps anyone else that has had, is having or will have the same issue! Feel free to post comments regarding other solutions you have found for the same issue - let's have one discussion where all possible solutions can be posted so iPhone users do not have to sort through a bunch of unhelpful discussions just to find a solution that was not yet documented (like I had to).

    See:
    Well known TCP and UDP ports used by Apple software products
    Also see:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

  • Unable to start Tomcat using runtime class in windows 98

    hi,
    I am using a runtime class which calls a batch file, that calls statup.bat for starting tomcat.
    This works perfectly in windows NT,2k. But on win 98, the tomcat window opens and closes within no sometime.
    In my class i call the first batch file starter.bat using
    Runtime.getRuntime().exec("%COMSPEC% /c start e:/starter.bat");
    (I tried with command.com also...)
    Starter.bat has the line
    call E:\jakarta-tomcat4.1\bin\startup.bat.
    Is there anyother way to start the tomcat process and keep it running on windows 98. Anyone with anyclues pls help.
    Thanks in advance.

    This is the Runtime class i am using... Sometimes tomcat gets closed and sometimes just hangs... (putting it in for better understanding..)
    public class Starter {
         public static void main(String[] args) {
              String com = "%COMSPEC% /c start
    C:\\PACS\\SFAApp\\tomcat\\startup.bat";
                   try     {               
                        Runtime rt = Runtime.getRuntime();
                        Process pr = rt.exec (com);//Starting tomcat
                        try
                             pr.waitFor();     
                        catch (Exception e)
                             e.printStackTrace();
                   catch (IOException ie) {
                        System.out.println("IOException caught" + ie);
                        ie.printStackTrace();

  • Unable to Start R12 Instance adstrtal.sh exiting with status 1

    Hi - I am unable to restart my R12 server after successfully shutting it down.
    1)
    I seem to have the Database and Database Listener up with its respective scripts.
    /d01/oracle/vis/db/tech_st/11.1.0/appsutil/scripts/VIS_oracle
    su oravis
    a) ./addbctl.sh start
    b) ./addlnctl.sh start VIS_oracle
    But I can't the application script to run.
    2)
    su applvis
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts
    ./adstrtal.sh applvis/applvis
    adstrtal.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstrtal.sh <appsusername/appspassword>
    adstrtal.sh: exiting with status 1
    Now, I verified that the applvis password is right because I changed under System --> Administration --> User Groups
    The guide I followed mainly to setup my directory is the following:
    http://eyeonapps.gendron.ca/?p=12
    3)
    Now, somewhere I read it could be with the Environment file not being sourced, but where is that file located, I saw a couple of locations, also under what user should I source it as?
    Also, is there a way I can give all the users permission to the /d01 directory, to avoid problems like these.
    Would appreciate the help to get the apps server running.
    Thanks!

    Hi Guys - I'm returning back to this thread I had, my server was shut down and then I restarted it after a long time.
    Note, my Internet/Ip has changed, I had to change the IP in the adapter settings and the etc/host file from 192.160.1.101 to be 192.168.0.101, but I'm having a hard time opening the Login page. I can see the page that says:
    "The E-Business Home Page is located at http://oracle.ebs:8000/OA_HTML/AppsLogin
    If your browser doesn't automatically redirect to its new location, click here. "
    But when I access the login page I get this error:
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, ohs_admin@ebs and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    This is the adstratal.log file:
    You are running adopmnctl.sh version 120.6
    Starting Oracle Process Manager (OPMN) ...
    opmnctl: opmn started.
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adopmnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_VIS.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.7.12010000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=oracle.ebs:6200
    no processes or applications matched this request
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adapcctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adoacorectl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adoacorectl.sh version 120.13
    Starting OPMN managed OACORE OC4J instance ...
    adoacorectl.sh: exiting with status 150
    adoacorectl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adoacorectl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adformsctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adformsctl.sh version 120.16
    Starting OPMN managed FORMS OC4J instance ...
    adformsctl.sh: exiting with status 150
    adformsctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adformsctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adoafmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adoafmctl.sh version 120.8
    Starting OPMN managed OAFM OC4J instance ...
    adoafmctl.sh: exiting with status 150
    adoafmctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adoafmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.17.12010000.3
    Starting concurrent manager for VIS ...
    Starting VIS_0411@VIS Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /d01/oracle/vis/inst/apps/VIS_oracle/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /d01/oracle/vis/inst/apps/VIS_oracle/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /d01/oracle/vis/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for VIS on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Root Service Enabled
    Root Service Oracle Process Manager for VIS_oracle adopmnctl.sh Started
    Web Entry Point Services Enabled
    Web Entry Point Services Oracle HTTP Server VIS_oracle adapcctl.sh Started
    Web Entry Point Services OracleTNSListenerAPPS_VIS_oracle adalnctl.sh Started
    Web Application Services Enabled
    Web Application Services OACORE OC4J Instance VIS_oracle adoacorectl.sh Failed
    Web Application Services FORMS OC4J Instance VIS_oracle adformsctl.sh Failed
    Web Application Services OAFM OC4J Instance VIS_oracle adoafmctl.sh Failed
    Batch Processing Services Enabled
    Batch Processing Services OracleConcMgrVIS_oracle adcmctl.sh Started
    Batch Processing Services Oracle Fulfillment Server VIS_oracle jtffmctl.sh Started
    Other Services Disabled
    Other Services OracleFormsServer-Forms VIS_oracle adformsrvctl.sh Disabled
    Other Services Oracle Metrics Client VIS_oracle adfmcctl.sh Disabled
    Other Services Oracle Metrics Server VIS_oracle adfmsctl.sh Disabled
    Other Services Oracle MWA Service VIS_oracle mwactlwrpr.sh Disabled
    ServiceControl is exiting with status 3
    More information about this error may be available in the server error log."
    Edited by: user8009286 on Apr 10, 2010 11:59 PM

  • Unable to Start ManagedServer using Console

    Hi,
    I created one Admin Server(prot is 7001) and 1 managed server(name: MS1 , port is 7003) and i try to run managed server, it is run fine after that i deleted entire domain and created domain , also created 1 Admin server and 1 managed server(MS1,7003) with same server name and port numbers then i try to start managed server using console by using startManagedServer.cmd MS1 t3://127.0.0.1:7001 but i got error like ### <1294642894256> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address 0.0.27.92 might be incorrect or another process is using port 7003: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    Note:: Even i created manager server MS1 with another port number(ex: 7009) then also i got same error
    Pls help any body on this issue???

    Hi,
    You should not delete the domain without stopping the running servers in that domain.
    Try to kill the instance that is already running on 7003 port.
    As you said even on 7009 , you are facing the same problem, try to edit the config.xml and change the listen address to 127.0.0.1 .
    Make sure that you are taking a backup of config.xml before editing.
    Thanks,
    Kartheek
    http://middlewareforum.com

  • Unable to start OUD using start-ds

    [30/Jan/2015:01:08:11 -0800] category=CORE severity=NOTICE msgID=458886 msg=Oracle Unified Directory 11.1.2.3.0 (build 20140520144820Z, R1405200605) starting up
    [30/Jan/2015:01:08:13 -0800] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381717 msg=Installation Directory:  [30/Jan/2015:01:08:13 -0800] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381719 msg=Instance Directory:      [30/Jan/2015:01:08:13 -0800] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381713 msg=JVM Information: 1.6.0_75-b13 by Sun Microsystems Inc., 64-bit architecture, 4846125056 bytes heap size
    [30/Jan/2015:01:08:13 -0800] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381714 msg=JVM Host: <> running Linux 2.6.18-308.4.1.0.1.el5xen amd64, 12268339200 bytes physical memory size, number of processors available 2
    [30/Jan/2015:01:08:13 -0800] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381715 msg=JVM Arguments: "-Xms4723m", "-Xmx4723m", "-XX:+UseCompressedOops", "-Xmn1g", "-XX:MaxTenuringThreshold=1", "-XX:+UseConcMarkSweepGC", "-XX:CMSInitiatingOccupancyFraction=55", "-Dorg.opends.server.scriptName=start-ds"
    [30/Jan/2015:01:08:14 -0800] category=ACCESS_CONTROL severity=INFORMATION msgID=12582978 msg=Added 10 Global Access Control Instruction (ACI) attribute types to the access control evaluation engine
    [30/Jan/2015:01:08:14 -0800] category=BACKEND severity=INFORMATION msgID=9437595 msg=Local DB backend virtualAcis does not specify the number of lock tables: defaulting to 97
    [30/Jan/2015:01:08:14 -0800] category=JEB severity=NOTICE msgID=8847402 msg=The database backend cn=virtualAcis,cn=Workflow Elements,cn=config containing 0 entries has started
    [30/Jan/2015:01:08:14 -0800] category=BACKEND severity=INFORMATION msgID=9437595 msg=Local DB backend userRoot does not specify the number of lock tables: defaulting to 97
    [30/Jan/2015:01:08:14 -0800] category=BACKEND severity=INFORMATION msgID=9437594 msg=Local DB backend userRoot does not specify the number of cleaner threads: defaulting to 24 threads
    [30/Jan/2015:01:08:14 -0800] category=BACKEND severity=INFORMATION msgID=9437615 msg=Local DB backend userRoot does not specify the percentage of the heap space to allocate to the database cache: defaulting to 45 percent
    [30/Jan/2015:01:08:14 -0800] category=BACKEND severity=INFORMATION msgID=9437613 msg=Local DB backend userRoot does not specify the size of the file handle cache: sizing automatically to use 100 file descriptors
    [30/Jan/2015:01:08:15 -0800] category=JEB severity=NOTICE msgID=8847402 msg=The database backend cn=userRoot,cn=Workflow Elements,cn=config containing 39 entries has started
    [30/Jan/2015:01:08:15 -0800] category=EXTENSIONS severity=INFORMATION msgID=1048797 msg=DIGEST-MD5 SASL mechanism using a server fully qualified domain name of
    [30/Jan/2015:01:08:15 -0800] category=CORE severity=INFORMATION msgID=731 msg=LDAP Connection Handler 0.0.0.0 port 5389 does not specify the number of request handler threads: sizing automatically to use 8 threads
    [30/Jan/2015:01:08:15 -0800] category=CORE severity=INFORMATION msgID=731 msg=LDAP Connection Handler 0.0.0.0 port 5636 does not specify the number of request handler threads: sizing automatically to use 8 threads
    [30/Jan/2015:01:08:15 -0800] category=CORE severity=INFORMATION msgID=720 msg=No worker queue thread pool size specified: sizing automatically to use 24 threads
    [30/Jan/2015:01:08:15 -0800] category=PROTOCOL severity=NOTICE msgID=2556180 msg=Started listening for new connections on Administration Connector 0.0.0.0 port 8444
    [30/Jan/2015:01:08:15 -0800] category=PROTOCOL severity=NOTICE msgID=2556180 msg=Started listening for new connections on LDAP Connection Handler 0.0.0.0 port 5389
    [30/Jan/2015:01:08:15 -0800] category=PROTOCOL severity=NOTICE msgID=2556180 msg=Started listening for new connections on LDAP Connection Handler 0.0.0.0 port 5636
    [30/Jan/2015:01:08:15 -0800] category=CORE severity=NOTICE msgID=458891 msg=The Directory Server has sent an alert notification generated by class org.opends.server.core.DirectoryServer (alert type org.opends.server.DirectoryServerShutdown, alert ID 458893):  The Directory Server has started the shutdown process.  The shutdown was initiated by an instance of class org.opends.server.core.DirectoryServer and the reason provided for the shutdown was An error occurred while trying to start the Directory Server:  CryptoManager failed to publish the instance-key-pair public-key-certificate entry in ADS:  Failed to add entry "ds-cfg-key-id=B2FE9D01AF42799A4BB3232A914B35B8,cn=instance keys,cn=admin data" (id=262812)
    [30/Jan/2015:01:08:20 -0800] category=BACKEND severity=NOTICE msgID=9896306 msg=The backend cn=userRoot,cn=Workflow Elements,cn=config is now taken offline
    [30/Jan/2015:01:08:20 -0800] category=BACKEND severity=NOTICE msgID=9896306 msg=The backend cn=virtualAcis,cn=Workflow Elements,cn=config is now taken offline
    [30/Jan/2015:01:08:20 -0800] category=CORE severity=NOTICE msgID=458955 msg=The Directory Server is now stopped
    Can someone please help in resolving this issue?

    Hello,
    It looks like you are using an interim version of OUD. Please use a supported OUD version.
    The latest publicly available OUD version is OUD 11g R2PS2. See https://blogs.oracle.com/sduloutr/entry/oud_11gr2ps2_11_1_2 to download it.
    A bundle patch is also available on top at that version. See https://blogs.oracle.com/sduloutr/entry/oud_r2ps2_bundle_patch_available for more info about that bundle patch
    -Sylvain
    When closing a thread as answered remember to mark the correct and helpful posts to make it easier for others to find them

  • Unable to start server using startWebLogic.sh

    I have worked with WebLogic for sometime, mainly on the Windows and Linux platforms. I am trying to get wl1034 running on a macbook pro running mac osx 10.6 (leopard) and am growing frustrated. I downloaded and installed the software. I then configured a domain, demo.
    What I'm confused by is the following. If I start the server by running the following, it seems fine (I can hit the console on port 7001):
    export MW_HOME=~/wls1034_dev
    . $MW_HOME/wlserver/server/bin/setWLSEnv.sh
    java -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic123 -Dweblogic.Domain=demo -Dweblogic.Name=AdminServer -Dweblogic.ListenPort=7001 -Dweblogic.management.GenerateDefaultConfig=true -Xmx1024m -Xms1024m -XX:MaxPermSize=256m weblogic.Server
    If, however, I try to start using the startWebLogic.sh script in my domain bin directory instead of the explicit java call, like I typically do, I have problems, can't hit the console. It's definitely in a weird state, I can't even ctrl-c kill it normally, I get the error below and have to kill -9.
    <Feb 6, 2011 1:13:04 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Feb 6, 2011 1:13:04 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    ^CJava HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal Unknown Signal to handler- the VM may need to be forcibly terminated
    I can run with the first command but I want to understand what the difference is.

    I had the same issue on my mac after updating the JVM to version 1.6.0_24.
    I had to modify the startWeblogic.sh script and add the following line :
    export USER_MEM_ARGS="-XX:MaxPermSize=256m"
    so, to answer your question, the difference is that you need to give weblogic more permgen space.
    This is done with the JVM arg : -XX:MaxPermSize=xxxm

  • Unable to start application using JDeveloper 11.1.2.3.0

    Hello,
    I recently migrated to JDeveloper 11.1.2.3.0 from old version of ADF. When I am trying to run the application, I am getting below error,
    <ConfigureListener> <contextInitialized> Critical error during deployment:
    java.lang.NoClassDefFoundError: javax/faces/application/NavigationHandler
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:410)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.FilteringClassLoader.findClass(FilteringClassLoader.java:101)
         at weblogic.utils.classloaders.FilteringClassLoader.loadClass(FilteringClassLoader.java:86)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:410)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:410)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    I am using JSF 2.0 + ADF 11.1.2.3 + Spring 2.5 + Spring Web Flow 1.0.4. I have defined below 2 listeners,
    <application>
    <navigation-handler>org.springframework.webflow.executor.jsf.FlowNavigationHandler</navigation-handler>
    <variable-resolver>org.springframework.webflow.executor.jsf.DelegatingFlowVariableResolver</variable-resolver>
    </application>
    <lifecycle>
    <phase-listener>com.cassiopae.cassiopae.container.ApplicationFlowPhaseListener</phase-listener>
    </lifecycle>
    ApplicationFlowPhaseListener is custom implementation of Spring web flow FlowPhaseListener. The same application is working properly with previous version of ADF. I have verified faces-config.xml, it contains proper version of JSF.
    The only change I found that, the weblogic server installed with JDeveloper contained older version of jsf-api and jsf-impl.jar. I replaced them with latest version, but that also didn't work.
    - Sujay

    HI Satish,
    Your question is not able to understand. i guess you are looking for  building project with ant tool for deployment.
    plz find the below links
    Building Projects with Ant
    Using Maven In JDeveloper 11.1.2: Build ADF application with Maven using Ant ojdeploy
    One size doesn't fit all: Using ojdeploy and Ant for creating ADF library JARs
    Thanks
    Nitesh

  • Unable to start oafm OC4J using  adtrtal.sh

    Hi Evry1,
    Today I applied Inventory patch on ebiz 12.1.1 Platform HP-UX 11.31.
    Autopatch completed successfully.
    But when I started services using adstrtall.sh :
    After runnnig adstrtal.sh script i am getting :
    You are running adoacorectl.sh version 120.13
    Starting OPMN managed OACORE OC4J instance ...
    adoacorectl.sh: exiting with status 0
    adoacorectl.sh: check the logfile /u02/ebiz/inst/apps/VISMAX_maxdemo/logs/appl/admin/log/adoacorectl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/ebiz/inst/apps/VISMAX_maxdemo/admin/scripts/adformsctl.sh start
    script returned:
    You are running adformsctl.sh version 120.16.12010000.3
    Starting OPMN managed FORMS OC4J instance ...
    Calling txkChkFormsDeployment.pl to check whether latest FORMSAPP.EAR is deployed...
    Program : /u02/ebiz/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl started @ Fri Dec 10 00:28:42 2010
    *** Log File = /u02/ebiz/inst/apps/VISMAX_maxdemo/logs/appl/rgf/TXK/txkChkFormsDeployment_Fri_Dec_10_00_28_41_2010/txkChkFormsDeployment_Fri_Dec_10_00_28_41_2010.log
    File "/u02/ebiz/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib/frmsrv.jar" exists. Proceeding to check the size...
    =============================================
    *** Latest formsapp.ear has been deployed ***
    =============================================
    Program : /u02/ebiz/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl completed @ Fri Dec 10 00:28:43 2010
    Perl script txkChkFormsDeployment.pl got executed successfully
    adformsctl.sh: exiting with status 0
    adformsctl.sh: check the logfile /u02/ebiz/inst/apps/VISMAX_maxdemo/logs/appl/admin/log/adformsctl.txt for more information ...
    .end std out.
    *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    *** Log File = /u02/ebiz/inst/apps/VISMAX_maxdemo/logs/appl/rgf/TXK/txkChkFormsDeployment_Fri_Dec_10_00_28_41_2010/txkChkFormsDeployment_Fri_Dec_10_00_28_41_2010.log
    .end err out.
    Executing service control script:
    /u02/ebiz/inst/apps/VISMAX_maxdemo/admin/scripts/adoafmctl.sh start
    script returned:
    ERROR : Timed out( 100000 ): Interrupted Exception
    You are running adoafmctl.sh version 120.8
    Starting OPMN managed OAFM OC4J instance ...
    adstrtal.sh: Exiting with status 1
    opmnctl status :
    Verified the issue by the adoafmctl.sh status command, which displays :
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    default_group | oafm | N/A | Down
    default_group | forms | 22824 | Alive
    default_group | oacore | 22823 | Alive
    HTTP_Server | HTTP_Server | 22822 | Alive
    I googled and found some solutions but they didnt work :
    2. cd $INST_TOP/ora/10.1.3/j2ee
    rm -fr oacore/persistence/*
    rm -fr oafm/persistence/*
    rm -fr forms/persistence/*
    removed all persistence. after strting adsrtall.sh oafm still shows down..
    Kindly help me how to solve this , as No user is able to login :
    Message : Interal server error 500 conctact [email protected]
    Thanks and regards,
    Waseem

    Hussein,
    I ran autoconfig and autoconfig completed with error:
    Can this be the reason for oafm not starting.
    [AutoConfig Error Report]
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u02/ebiz/apps/tech_st/10.1.3/perl/bin/perl -I /u02/ebiz/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u02/ebiz/apps/tech_st/10.1.3/perl/lib/site_per
    l/5.8.3 -I /u02/ebiz/apps/apps_st/appl/au/12.0.0/perl -I /u02/ebiz/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/IA64.ARCHREV_0-thread-multi
    -LP64 /u02/ebiz/inst/apps/VISMAX_maxdemo/admin/install
    txkExecSetJaznCredentials.pl INSTE8_APPLY 1
    AutoConfig is exiting with status 1
    AutoConfig execution completed on Fri Dec 10 12:24:58 2010
    Time taken for AutoConfig execution to complete : 3 mins 53 secs
    ~
    when i check status of opmnctl:
    $ ./adopmnctl.sh status -l
    You are running adopmnctl.sh version 120.6.12010000.4
    Checking status of OPMN managed processes...
    Processes in Instance: VISMAX_maxdemo.maxdemo.max.com
    ---------------------------------------------------------------------------------------------------------+------
    ias-component | process-type | pid | status | uid | memused | uptime | ports
    ---------------------------------------------------------------------------------------------------------+------
    OC4JGroup:default_group | OC4J:oafm | N/A | Down | N/A | N/A | N/A | N/A
    OC4JGroup:default_group | OC4J:forms | 28962 | Alive | 45 | 29040 | 1:07:39 | rmi:20500,jms:23500,ajp:22000
    OC4JGroup:default_group | OC4J:oacore | 28870 | Alive | 44 | 33136 | 1:08:12 | rmi:20000,jms:23000,ajp:21500
    HTTP_Server | HTTP_Server | 28818 | Alive | 43 | 17452 | 1:07:47 | https1:4443,http1:8000
    adopmnctl.sh: exiting with status 0

  • Estimate ADF web app use size in Weblogic - quick question

    Hi
    1- Is there a good way to estimate or get a better accurate measurement of the amount of memory required/used by a running ADF app within Weblogic Server ?
    Eg How much memory footprint does a deployed ADF app uses (not including those apps that comes with weblogic installs in the deployment section of WLS UI) ?
    2- Because we have ADF as a web app, is there a usually a big increase in memory usages of ADF web app when more people are logged in ?
    Any memory tool as a quick way to get the memory sizes ?
    Thanks

    AFAIK,You need to first calculate the live data size for your application with the help of the GC logs to find out the ideal memory for your app to run :)
    You can enable the GC logs -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:<Filename> to find out the live data size for your application
    Tools to monitor the applications:
    JConsole/VisualVM/JRMC
    http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/index.html

  • Estimate ADF web app use size - quick question

    Hi
    1- Is there a good way to estimate or get a better accurate measurement of the amount of memory required/used by a running ADF app with Weblogic Server ?
    Eg How much memory footprint does a deployed ADF app uses (not including those apps that comes with weblogic installs in the deployment section of WLS UI) ?
    2- Because we have ADF as a web app, is there a usually a big increase in memory usages of ADF web app when more people are logged in ?
    Any memory tool as a quick way to get the memory sizes ?
    Thanks

    In short NO. What you have to do is to go through various tunning options at all the layers of ADF to increase performance as well as to have minimum memory consumption. Go through the Fusion Middle ware guide for the same. You can other memory profilers to understand how the memory is used by the application.

  • "Unable to start application" on Handset and Simulator

    hey there,
    i'm having some problems getting any flash lite content to
    run. i get a message that reads "unable to start application"
    whenever i launch my apps on the handset and in the simulator.
    i installed flash pro 8 (trial) on my system, installed the
    flash lite 2 update, installed the flash lite 2.1 post processor
    plug in and publish the files fine. i went to qualcomm's
    developer's extranet and downloaded the flash lite 2.1 for brew
    devices module. i also loaded the flashlitemod module and the
    brewsaplayer module.
    i even tried running the included example from the qualcomm
    extranet (called "usingbrewsaplayer"). anybody else experience this
    or know what could possibly be wrong? any help would be
    appreciated!
    thanks

    You need to install the BREW SDK 3.1.x first, restart your
    system and then install the FL publisher for BREW. During the
    install process for the FL publisher for BREW it will check to see
    if you have the BREW SDK 3.1.x installed - if it does then it will
    copy over the necessary DLL files to allow you to preview your FL
    apps (MOD/MIF) in the BREW simulator.
    So uninstall the FL publisher for BREW, restart your system.
    reinstall the FL publisher for BREW, restart and then test your
    MOD/MIF files in the simulator.
    For example if your app is called "ball" and the FL publisher
    for BREW published the DLL, MOD and MIF files you will need to do
    the following:
    1) copy the "ball.mif" file to C:\Program Files\BREW
    3.1.4\sdk\examples
    2) create a folder called "ball" here C:\Program Files\BREW
    3.1.4\sdk\examples, so you should have "C:\Program Files\BREW
    3.1.4\sdk\examples\ball"
    3) copy the "ball.dll" file to C:\Program Files\BREW
    3.1.4\sdk\examples\ball
    Launch the BREW simulator and you should see your application
    as a broken icon show up in the menu structure and the applet name
    you defined will appear as well. If you select the app (press OK
    button on phone) your app should work in the simulator.
    Let us know if this works.

  • Unable to start JDeveloper 10.1.3. Please help.

    Hi
    I am unable to start JDev using jdeveloper.exe. The JDev install root directory is jdevj2ee1013. Recently, i have this problem after i had installed Oracle 10g client in my local workstation which is under jdevj2ee1013. I have setup ORACLE_HOME as the JDev install directory. So, oracle 10g client was installed in this directory by default. After this oracle 10g installation am unable to start the JDeveloper. When i tried to start jdeveloper.exe the logo pops up but after that it shows as it is and editor is not opening.
    Initial error: The version of JDev is certified on JDK 1.5.0. You are attempting to run on JDK 1.4.2_08. JDev may not run correctly on this version of JDK.
    Then i modified the property SetJavaHome in the file called jdev.conf under \jdevj2ee1013\jdev\bin\ as SetJavaHome C:\Program Files\Java\jdk1.5.0_05
    But now am not getting Initial error as said above. Still am not able to start the JDeveloper.

    Hello,
    Try to post in the corresponding JDev forum:
    JDeveloper and ADF
    Francois

  • After Lion upgrade, unable to start any 3rd-party apps. Suspect it has something to do with the cache and permissions.

    Dear Apple Support Community,
    I am using a MacBook 15" (mid-2010) with Intel i7 2.66GHz.
    Currently, I write to you via my sister's laptop as mine is unable to start-up Safari or any other web browser at the moment.
    After a relatively smooth OS installation of OS X Lion, I noticed that my usual apps, Evernote, Twitter, Skype, and others, were not able to start-up at all (i.e. kept bouncing in place on the dock for what seemed like forever). I have since disabled their 'Open at Login' command and now start my MacBook up with no apps running. After restarting my computer countless times, I've realised that only selected native applications are able to open. Finder, Safari, App Store, iTunes, FaceTIme and most of the Utilities. Even on Finder, right-clicking is apparent blasphemy as the window freezes and the windmill pops up, and I am forced to relaunch Finder. Safari is only able to load simple web pages such as Google.
    I have attached an excerpt of my Console for you guys (I could take a screenshot but dropbox could not even open to allow me to send it to my sister's laptop). As you can see, at every refresh, the same 5 messages appear, that a particular 'com.apple.launchd.peruser.501' keeps crashing. Correct me if I'm mistaken but this is probably the process handle for Launchpad. Although I am not sure whether this is the only reason for my computer's sluggishness post-Lion update, I would really like to eliminate this possibility.
    Things I have tried:
    Repairing Disk Permissions
    Unfortunately, this yielded no positive results as it did not seem to rectify the problem. Subsequent reparations have produced the same log, hence I don't think it's working.
    Waiting for Indexing to complete
    Some people have cited that the reason behind the sluggishness could be due to the fact that Spotlight was indexing my hard drive for optimal search results. I have since waited 7 hours for the indexing to complete, but am still stuck with a computer that cannot even open Twitter.
    Installing Onyx
    Other forum users have said that it is possible that the computer's cache has been clogged up or something. I am not entirely sure what this means but I went to attempt to download the free product that most people have recommended. Although installation was a cinch, I was not able to even start Onyx. After 10 minutes, Lion just told me that the program had been unresponsive for too long and asked me whether I wished to kill it.
    I am almost certain that the overarching problem could be erroneous sharing permissions. But then again, that is no reason for my computer to behave in such a snail-like manner. I would really appreciate if you guys could provide me with some sudo commands to use in the terminal or something that can fix the problems my computer is facing, after understanding the limitations that I currently face considering the state of my MacBook.
    The fact that I am writing here on this forum is that I wish to do anything other than a full reinstallation of the OS that has caused me so much anxiety (Snow Leopard was just magical compared to this pile of sh*t, pardon my language). I just want to do everything I can before having to resort to such a barbaric act (I have a lot of applications but I don't know whether I am able to restore those using Time Machine as well).
    In any case, thank you guys so much for reading all the way to the end. Help of any sort, be it sincere or condescending, will be fully appreciated. Please don't hesitate to ask for more information if I have not already provided it. As I am an average user, I may not be too familiar with jargon. So if getting the information requires complicated procedures, please provide a step-by-step.
    Also, tl;dr: Updated from Snow Leopard to Lion, computer became slow and buggy, tried many things, didn't work, need help.
    Thanks,
    Nathan

    Thanks for the quick advice!
    Unfortunately, I am still unable to open my core productivity apps, namely Skype and Evernote. Twitter, as well, could not start. But interesting quick fix though, I never knew you could do that.
    Here's the error log after the restart:
    What else should I try?

  • How do I retain my apps after I change my apple ID? Right now I'm unable to update any of the apps with the old apple ID. I get an error message about an invalid id or password. If I delete my apps and start over, I may lose the apps that I purchased...

    How do I retain my apps after I change my apple ID? Right now I'm unable to update any of the apps with the old apple ID. I get an error message about an invalid id or Password. If I delete my appos and start over, I may lose the apps that I purchased (like the ones for $5 +....

    Apps are always tied to the ID that was used to purchase them originally. Did you try entering your old password and see if that works?
    If you need to sign out of your old account go to Settings>Store>Tap on your ID and sign out. Sign in with the new one.
    you can also access your ID in the featured tab of the App Store. Swipe to the bottom of the screen and you will find it there as well.

Maybe you are looking for

  • Placing components without layout manager not working

    Hey there, I am working on a java game version of pong which I have begun to try and do using Java Swing. The problem I am currently having is reposition the components in the main window part of the game which is were the user can start a new game o

  • I can't click on a link in a web site opened in Firefox for Android

    This is happening on a caches web app. I can not click on a link in my of my pages. However if I press long on it and select "Open in new tab" it opens successfully. what is the issue?!

  • Help with BAPI_GOODSMVT_CREATE

    I am trying to post a goods receipt from a PO using BAPI_GOODSMVT_CREATE.  The material document gets created, but no output form gets generated.  If I do the goods receipt through MB01, everything works correctly.  I have gv_bapi2017_gm_head-ver_gr_

  • Trying to do verizon a favor and give back equipment that is not mine

    I have spent the last hour on the phone being transferred 4 different times. I just moved into an apartment/condo. On our balcony was a verizon box (it has been sitting there since we have been coming to look at the place) Today i decided to throw it

  • ITunes stops playing in between songs in an album or playlist

    Since 'upgrading' to iTunes 7, when I'm playing an album or playlist the music will randomly stop completely after a few tracks. It stops just at the end of a track and the status bar at the top has the diamond on the right hand side of the bar, indi