'ant'  run failed

Hi
I am running Retek App R13 on Unix machine.
The DB and AS have been installed and upgraded.
When running RMS module , I get the folowing error message:
Error running the install , Ant run failed- examine the error log for details
rg.tp23.antinstaller.InstallException: Error running the install, Ant run failed - examine the error logs for details
     at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:88)
     at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:85)
     at org.tp23.antinstaller.runtime.ExecInstall.main(ExecInstall.java:157)
Caused by: org.tp23.antinstaller.InstallException: Ant run failed - examine the error logs for details
     at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:78)
     ... 2 more
--- Nested Exception ---
org.tp23.antinstaller.InstallException: Ant run failed - examine the error logs for details
     at org.tp23.antinstaller.runtime.exe.AntLauncherFilter.exec(AntLauncherFilter.java:78)
     at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:85)
     at org.tp23.antinstaller.runtime.ExecInstall.main(ExecInstall.java:157)
The files under the error logs contain:
FRM-91500: Unable to start/complete the build.
Any help?

Hi,
Same error stack message is reported in the following, have a look at it as it might be helpful.
Note: 473692.1 - Network Integrity 3.4 install fails with java.net.NoRouteToHostException
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=473692.1
Regards,
Hussein

Similar Messages

  • Ant run fails every time; ant cleancompile seems to run fine

    Following both DataExtraction samples, I get snagged on the "ant run" step and don't know where to look for a solution. Here's a snippet of what I type and what results:
    localhost:/opt/adobe/livecycle8/LiveCycle_ES_SDK/samples/Forms/DataExtractionandUpdateDB/b uild # ant run
    Buildfile: build.xml
    run:
    [java] java.lang.IllegalStateException
    [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:180)
    [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:710)
    [java] at
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:202)
    [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:134)
    [java] ... 15 more
    [java] Caused by: java.lang.NoClassDefFoundError: javax/ejb/EJBException
    [java] at com.adobe.idp.dsc.clientsdk.ServiceClientFactory.evaluateMessageDispatcher(ServiceClientF actory.java:512)
    [java] at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:215)
    [java] ... 23 more
    BUILD SUCCESSFUL
    Total time: 0 seconds

    Eureka!
    <br />
    <br />I am still struggling with my linux installation, but my winxp turnkey looks ok on the DataExtractionAndUpdateDB sample finally. One obstacle I had to overcome was already divulged in another post; it just didn't make it here: the first xml processing instruction (<?xml version="1.0" ..="" etc=""?>
    followed by comments on what test-ds.xml does needed to be removed. Following this, the xml file was well formed and could be parsed by the app.
    <br />
    <br />This doesn't fix this thread's specific issue, but I am confident that I can continue eval using winxp for the time being. Hope this helps someone.

  • flexunit 4.1 B3 Ant task fails to run Air-based tests

    Folks,
    I am using FlexUnit4.1 Beta 3 and am seeing the <flexunit> Ant task fail when running tests that use the Air libraries. The project in question used to test just fine with version 4.0 earlier this year, but I just dusted it off after a branch change and tried re-running with 4.1and started seeing the failure.Here is the relevant console output:
    [com.djte.library:flexunit] Validating task attributes ...
    [com.djte.library:flexunit] Generating default values ...
    [com.djte.library:flexunit] Using default working dir [C:\EclipseWorkspace3.5\report.renderer_tests_2\Source\Flex]
    [com.djte.library:flexunit] Using the following settings for the test run:
    [com.djte.library:flexunit]     FLEX_HOME: [C:\iFABS_DE\dev\vert-d3flxcmn24\204100.32.0.20100926233508_d3flxcmn24]
    [com.djte.library:flexunit]     haltonfailure: [false]
    [com.djte.library:flexunit]     headless: [false]
    [com.djte.library:flexunit]     display: [99]
    [com.djte.library:flexunit]     localTrusted: [true]
    [com.djte.library:flexunit]     player: [air]
    [com.djte.library:flexunit]     port: [1024]
    [com.djte.library:flexunit]     swf: [C:\EclipseWorkspace3.5\report.renderer_tests_2\build\report.renderer.tests.unit.swf]
    [com.djte.library:flexunit]     timeout: [1800000ms]
    [com.djte.library:flexunit]     toDir: [C:\EclipseWorkspace3.5\report.renderer_tests_2\build\reports\xml]
    [com.djte.library:flexunit] Setting up server process ...
    [com.djte.library:flexunit] Starting server ...
    [com.djte.library:flexunit] OS: [Windows]
    [com.djte.library:flexunit] Opening server socket on port [1024].
    [com.djte.library:flexunit] Waiting for client connection ...
    [com.djte.library:flexunit] Launching player:
    [com.djte.library:flexunit] Found AIR version: 1.5
    BUILD FAILED
    C:\public\JavaTools\DJTE\latest\DjteLibrary\library.xml:57: The following error occurred while executing this line:
    : Error launching the test runner.
    The error message is not very specific... The last output seen before the failure is "Found AIR version: 1.5". This makes me wonder if the problem is related to how I have Air installed on my Windows XP machine. Come to think of it, I am not sure exactly how the host machine should be configured to run FlexUnit tests that require Air.  Do I really need Air to be installed?  I have Air 2.0.3.13070 installed, but the <flexunit> task thinks it found version 1.5 - hmmm...  I also have the debug Flash 10 player, and SWF appplications are configued to run using this player. Flex tests run fine, just not Air tests.  What am I missing?
    I see that 4.1 RC1 is now out, so I will grab that and give it a try.
    If anyone who tests air more often has any advice - I am all ears!
    Thanks,
    Trevor

    Thanks for your responses, Brian!
    Yes, I think I see the immediate problem.  The problem is that there is no Air runtime in our customized Flex SDK (based on 3.2), even though it appears to have the Air compile libraries. I had been attempting to use this custom SDK to run FlexUnit with, and I think that needs to change.
    Why was I doing this?
    Well, I had tripped over some problems with 4.1 earlier on when I attempted to run it without having FLEX_HOME set in the environment. So, now I have been setting FLEX_HOME programmatically in my code before calling the <flexunit> task. And I had figured that it would be a good idea to set FLEX_HOME to the same SDK that the tests had been built with, i.e. our customized one.  Now I am thinking that this is not necessary, since our end users will never have access to this SDK. I now think that I should be able to install a new stock Adobe Flex SDK on my CI server, install the Air runtime into it, and then use that location when I set FLEX_HOME.  Is that how others are doing it?  If anyone could validate this approach, I would be grateful.
    One question that arises in my mind now: How does the Air runtime get into the Flex SDK? I have installed the Air runtime using the installer from Adobe some time ago, so I am not quite sure what all that did.  I assume the  Air installer finds all the Flex SDKs on your machine and inserts the runtime in each location appropriately? Again, pardon my ignorance...
    I have just tried out the above idea, i.e. setting FLEX_HOME to a different SDK that has Air runtime, and the <flexunit> task worked when I ran it!  An Air window opened, the tests ran, and reports were generated. So, it would appear my problem is solved! Cool beans!
    Brian, you made some comments about another possible issue with the "custom app descriptor".  I am not sure if that applies to me or not.  How would I know whether or not we need that support?  Again, I know it would help if I was the developer who had actually written the Flex tests, but I am not...
    Anyway, I hope this thread helps other folks who are having similar issues.  I am going to reinstall a fresh Adobe SDK and the Air installer on a clean machine next, and see if the tests will run there.
    Before ending this thread, I do want to point out that the ant task might have need of improvement in the case in which the user attempts to run the air "player" but the Air runtime is not setup in the SDK. On Windows, the ant process simply hung at this point, apparently thinking that the launch of the player had been successful, but in reality, the message about the air runtime being not found had occurred. It might be nice if it exited gracefully with a warning message instead of hanging. Just a suggestion...
    Brian, as always, thanks again for your help with this issue.You guys are doing a great job with this project. Please keep it up!
    Thanks,
    Trevor

  • ORA-3113 while running export (first run ok, second run fails)

    Hi,
    I'm running 10g (10.1.0.2.0) on gentoo Linux.
    After a restart of the database I can do an EXP for any user without errors. But when I repeat the same command after the export I get the following error:
    . . exporting table WEB_SESSION_DATA 0 rows exported
    . exporting synonyms
    EXP-00008: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00000: Export terminated unsuccessfully
    It's always the same error on the same task (exporting synonyms) but always just for the second and any later export, while the first one is ok.
    I read through some forums and found, that ORA-3113 is a standard error which just hides the real error. So I look into the trace files and found:
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [jox_lookup_known_object()+413] [SIGSEGV] [Address not mapped to object] [0x1AD14034] [] []
    Current SQL statement for this session:
    SELECT SYNNAM, DBMS_JAVA.LONGNAME(SYNNAM), DBMS_JAVA.LONGNAME(SYNTAB), TABOWN, TABNODE, PUBLIC$, SYNOWN, SYNOWNID, TABOWNID, SYNOBJNO FROM SYS.EXU9SYN WHERE SYNOWNID = :1 ORDER BY SYNTIME
    If I call this SQL from sqlplus I get the same ORA-3113, so this seems to be the cause for the export failure.
    When I remove the DBMS_JAVA.LONGNAME calls from the statement, it runs fine. It also runs fine, when I add a "and 1=0" to the EXU9SYN view. But this will not really solve the problem, because then all synonyms don't get exported.
    I also checked all the synonyms and they are valid, the referenced tables exist and can be queried.
    Because we use JavaStoredProcedures I cannot remove the Java Features in Oracle. But I reinstalled it (rmjvm.sql and initjvm.sql) but this did not help.
    Does anyone have an idea what's happening here?
    Especially the "first run ok, second run fails" seems to be very strange, because DB objects including DBMS_JAVA should be ok, if the first export can be done. So what changes in the database during or after the first run?

    Maybe description for bug 3953108 (ORA-7445 AND ORA-3113 DURING DIRECT FULL DATABASE EXPORT OF PUBLIC SYNONYMS) is helpful.
    Werner

  • Problems with: ANT RUN

    When I ran ant to test the hello application, I got the following
    ant run
    Buildfile: build.xml
    run:
    [echo] Running the hello.HelloClient program....
    [java] java.rmi.ServerException: Missing port information
    [java] at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:357)
    [java] at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:228)
    [java] at hello.HelloIF_Stub.sayHello(HelloIF_Stub.java:60)
    [java] at hello.HelloClient.main(Unknown Source)
    BUILD SUCCESSFUL
    Total time: 2 seconds
    Could any one please tell me what should I do? The server runs well in the "localhost:8080..." I have no clue what I should do...

    The problem might be that one of the jar files containing the java.rmi.* files musst be missing or perhapz, the path to these jars in the build.properties must be given wrong. CHk them there might be spelling mistake in build.properties in comman directory as jaxp.holme=${jwsdp.home}/jaxp-1.2.2 where holme must be home,
    or some other mistake.
    ..........or if u have been un/installing too much of javastuffs try cleaning the whole Java from yr system and reinstall them that actually helped me once..................
    ............or chk yr HelloClient Program if its not what the tutorial provides
    ........................................Hope it helps........ABHI

  • Continuation of aborted change run failed in BW 3.5

    Hello experts,
    everytime when an attribute / hierarchy change run has been aborted (by means of unexpected runtime errors) I failed in starting it next time. Error RSENQ 2 ("Lock not set for: activation of hierarchy") occured in this case. I found a way to overcome this by manually setting flag CLOSEDFL = X in table RSDDAGGRMODSTATE.
    Now I found SAP note 903886 which forbids to do so by reason of potential inconsistencies.
    Does anybody know how to handle the specified situation in a right way?
    Thanks in advance for your help,
    Oliver

    Hello Shabar,
    I implicitly postulate that the reasons for the failure always have been detected before trying once more.
    For example, implementing a wrong SAP note (1006192) caused runtime errors. After resetting the note implementation the error disappeared.
    Sorry, this was not my question!
    The point is that change run failes as long as the flag has not been set in RSDDAGGRMODSTATE even if the reason for the failure has been fixed.
    Yours,
    Oliver

  • When running labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. Could someone explain this error?

    I have a set of vi's that work when run under labview. However, when calling these vi's from labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. in Assign Connector Pane.vi->Call Test.vi->Execute Pre-Run.vi->Test Executive. Could someone explain this error to me? (or ideally tell me how to fix it?) Thanks.

    Hello,
    There are any number of possible causes to this problem. Which version of Test Executive are you using? Have you upgraded your Test Executive recently? The latest version is 5.1.1. If you have changed anything about Test Executive on your computer recently, I recommend you perform a mass compile of all your VI libraries, as having different versions of the VIs on your system could often result in the "Call to Step XYZ Failed" errors. Also, are you using any DAQ or Analysis VIs in your steps? We have seen problems where the use of DAQ or Analysis VIs in the sequence can cause intermittent "Call to Step...Failed" errors. There are some KnowledgeBase entries on our website that discuss this problem. Are you using the Test Executive in the VI environment, or
    as an executable? Again, there are some problems with using Test Executive as an executable that result in these errors, and there are also KnowledgeBase entries that discuss these problems.
    If you have a pared-down application that demonstrates the problem, feel free to send me your VIs and your .seq file and I will try to reproduce the problem.
    Alternatively, I would suggest you visit www.ni.com/teststand to learn about TestStand, our state-of-the-art Test Sequencing software that completely outperforms Test Executive. It is very easy to use and much more powerful, and we have a top-notch support team available dedicated exclusively to supporting TestStand. As you are probably aware, we are no longer developing Test Executive, and instead are concentrating our efforts on making TestStand the penultimate solution for all our customers' test sequencing needs.
    I appreciate your patience on this issue. Please let me know if I can offer further assistance.
    Have a pleasant weeken
    d.
    Sincerely,
    Darren Nattinger
    Applications Engineer
    National Instruments
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Heuristic Run  - Fail

    Dear All,
                   Working on SCM 5.0
    Whenever i change/load  the T- Lanes , next Day the first Heuristic Run Fails.
    After Changing the T-Lane , i do the following,
    1. Consistency Check - Planning Areas.
    2. Consistency check - Live Cache
    3. Low level Code.
    Then also i am facing the same problem?
    Why ? and how can i resolve the same..
    Regards,
    Rajesh Patil

    Ya ..when u change T-lane/Load new T-Lane first Heuristic Run fails ...and in application log of Heuristic Run ... for some product- locations the source location isnot showing?
    But when i rerun(2nd time) the same Heuristic it is working fine?.
    As i am taking Daily Run..
    plz guide me when i Change the T-lane ...Except the above consistency check is there any thing to do?
    So the Heuristic will run smoothly.
    Regards,
    Rajesh Patil

  • SNP - Heuristic -First Run Fails

    Dear All,
    I am Working on SCM 5.0 SNP..
    Working on Following ..
    1. Heuristic Run
    2. Deployment
    3.Trasport Load Builder (TLB)
    We are running Heuristic on Daily Basis.
    If i run Heuristic after loading new Tranportation Lane(Master Data) the FIRST run fails?
    Why?
    After loading the New Trasportation Lane..i always Check Low Level Code/Live Cache Consistency Check the also i am facing the above problem.
    Plz help me to resolve the same.
    Regards,
    Rajesh patil

    Hi Rajesh patil,
    From your observations, it is clear that there is timelag required by system to update the master data (TL) newly maintained and the start of heuristic run.
    1)  Once the new TL is maintained, run consistency check (F9) to check for any errors
    2)  After maintaining the lane, ensure that the same is available in the active model
    3)  Once after maintaining the lane, clear all inbound and outbound queues before start of heuristic run.
    4)  Also run low level code/cons checks before start of the heuristic run.
    Please confirm with your findings.
    Regards
    R. Senthil Mareeswaran.

  • Attribute change Run Failed/Scheduled

    Hello All,
    For a process Chain Attribute Change Run has failed in BW 3.5,and I Repeated the Change Run in Chain only
    where Repeat option is ,now the problem is in RSA1 it is now that change run is scheduled
    and sm37 it is showing that Canceled.
    Now there is Other Process Chain in BI7.0  which picks data from  3.5
    Should I repeat the Master data Chain in BW 3.5 followed by in BI 7.0
    Or any other way is possible as in BI7 the chain has run successfully..
    Thanks,
    Kiran

    Hi Kiran.......
    BI 7.0 and BW 3.5............totally two seperate systems..............here BW 3.5 is just act as a source system of BI 7.0.............if change run fails in BW3.5...............it is not going to effect BI 7.0.............
    As ajeet already said............it will effect the SID s in 3.5.............because attribute change run activates the master data...........and SID get generated during the activation of master data.......
    Also it will effect the aggregates............because aggregates also get adjusted during change run.......if any of the aggregates contains the master data.........which are getting activated in the change run....
    Now u r saying........that in SM37 it is showing that the job got cancelled............So it will not locked the master data..............terminated change runs generally lock the master data............then we hav to repeat the chain run to release the lock.........and u hav already repeated the change run............so no issue........
    Hope this helps..........
    Regards,
    Debjani........

  • Attribute change run Failing in Process Chain

    Hi guys,
    Every day my process chains is failing due to Attribute change run and I am maually running attribute change run.
    And one more thing when the attr. change run is triggered automatically,then it is generating 2 change counters in RSATTR tcode instead of 1.
    One is successfully completes and one is still in schedule.After 2days days it is showing like completed change count id.
    Please help me.
    Regards,
    Tiragati.

    Hi,
    As you said Attribute change run step is failing every day.
    can you post the error message. is it failing because of Lock issue or some other issue.
    Mostly attribute change runs fails with lock issues. if its the same problem in your case. make sure that no master data objects runs at the time attribute change run runs.
    Try to put some delay in the process of the Attribute change run so that it will not get failed.
    Check if its the same ACR scheduled or diff objects?
    Regards
    KP

  • Problems when invoking "ant run" for sample how-to-ejb30-mdb

    Hi,
    I'm new to J2EE and Java. I get the following error when invoking "<ant run" from the command-line as indicated in MDB 3.0 tutorial "http://www.oracle.com/technology/tech/java/oc4j/10131/how_to/how-to-ejb30-mdb/doc/how-to-ejb30-mdb.html". Note that the sample application ejb30mdb had already been successfully deployed to my stand-alone OC4J 10.1.3.1.0. Can anybody advise on how to resolve this problem?
    Buildfile: build.xml
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/deploy/antlib.xml. It could not be found.
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/ws/antlib.xml. It could not be found.
    common:
    [echo] BuildName: ejb30mdb
    [echo] BuildHome: D:\My Documents\foo\sample\how-to-ejb30-mdb
    [echo] BuildFile: D:\My Documents\foo\sample\how-to-ejb30-mdb\build.xml
    [echo] BuildJVM: 1.5
    oracle-env-check:
    java-env-check:
    init:
    [echo] -----> Initializing project properties
    run:
    [java] java.lang.NoClassDefFoundError: oracle/oc4j/appclient/AppClientContainer
    [java] Exception in thread "main"
    [java] Java Result: 1
    BUILD SUCCESSFUL
    Thanks
    Travis

    Problem solved. The code works. Just a typo when setting the ORACLE_HOME environment variable. However, I do get the following error when invoking "ant run". Is this a problem?
    Buildfile: build.xml
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/deploy/antlib.xml. It could not be found.
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/ws/antlib.xml. It could not be found.
    common:
    [echo] BuildName: ejb30mdb
    [echo] BuildHome: D:\My Documents\foo\sample\how-to-ejb30-mdb
    [echo] BuildFile: D:\My Documents\foo\sample\how-to-ejb30-mdb\build.xml
    [echo] BuildJVM: 1.5
    oracle-env-check:
    java-env-check:
    init:
    [echo] -----> Initializing project properties
    run:
    [java] Jan 25, 2007 4:17:17 PM oracle.j2ee.jndi.JndiMessages warningMultipleReferencesOnRefName
    [java] WARNING: Multiple references have been defined using the the same ref name "jms/demoTopic". The container will only bind the reference defined last in the deployment descriptor.
    [java] Starting Topic Session
    [java] Message Sent to JMS Topic, Check Server Console to See whether MDB got activated!
    BUILD SUCCESSFUL
    Total time: 3 seconds
    Thanks,
    Travis

  • [6:01:13 PM] Status: Error UVSC Internal Error Detail: [UVSC_DBG_ENUMERATE_BP, MSG: 0x2000, STATUS: 0x1] (1) Status: Run failed.

    sir,
     we are working in arm 7 mcb2300. we get an error "[UVSC_DBG_ENUMERATE_BP, MSG: 0x2000, STATUS: 0x1] (1)
    Status: Run failed." during downloading. we dont know whether it is a software or hardware error. please guide us to rectify it. 
      thank you

    Figured it out.  Somehow the projects that I was working on got corrupted somehow.  After another reinstall I opened an example project, not one of the many that are my own, and it worked.  I had to copy and past the code out of the one project and into a new one, but it is working.  Don't know how my projects got messed up in the middle of working on them.  
    Now back to actually getting work done.

  • ListenThread.run() failed on shutdown

    Hello,
    Could anyone please let me know if getting the following is the expected
    result when you are shutting down WLS? Specifically, I'm interested in
    the ListenThread.run() failed message. I'm using WLS 5.1 on Solaris 5.6
    with JDK 1.2.1_04. The main reason I'm bringing this up is when I
    shutdown my WLS on NT (WLS 5.1, JDK 1.2.2) I don't get the
    ListenThread.run() failed message. Can anyone shed some light on this
    issue? If I shouldn't be getting that failed message, any suggestions
    on how to remedy the situation?
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server Logins are now
    disabled
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown by
    system
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown
    commencing NOW
    Thu Aug 24 10:35:42 PDT 2000:<A> <ListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** The WebLogic Server
    is no longer listening for connections.
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** You should probably
    restart it.
    Thu Aug 24 10:35:42 PDT 2000:<A> <SSLListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thanks for your help.
    Jeff

    Hi,
    I am getting the same error too. I am using wls510 sp8 running on NT. And IIS plug
    in works with WLS cluster (2).
    How to fix it?
    Thanks
    Jeff Van Dorn <[email protected]> wrote:
    Hello,
    Could anyone please let me know if getting the following is the expected
    result when you are shutting down WLS? Specifically, I'm interested in
    the ListenThread.run() failed message. I'm using WLS 5.1 on Solaris 5.6
    with JDK 1.2.1_04. The main reason I'm bringing this up is when I
    shutdown my WLS on NT (WLS 5.1, JDK 1.2.2) I don't get the
    ListenThread.run() failed message. Can anyone shed some light on this
    issue? If I shouldn't be getting that failed message, any suggestions
    on how to remedy the situation?
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server Logins are now
    disabled
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown by
    system
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown
    commencing NOW
    Thu Aug 24 10:35:42 PDT 2000:<A> <ListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** The WebLogic Server
    is no longer listening for connections.
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** You should probably
    restart it.
    Thu Aug 24 10:35:42 PDT 2000:<A> <SSLListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thanks for your help.
    Jeff

  • Optimizer Run Failed

    Dear,
    We are using TM 8.0. In transportation Cockpit after I choose the freight units ,when I click on the button "Transportation Proposals", I get "Optimizer Run Failed" error message. Do you have any idea to correct this issue.
    Thank you very much
    Mehmet

    Dear Vikas,
    When I have a look at the RFC log, I see the below message. It seems " /SAPAPO/CSOPT_INPUT_DATA" function module is not available in TM 8.0 System. However, when we look at the other APO systems this function is available. Is there any add on needs to be installed on the TM server?
    <i> 16:20:12 caruso_script.cpp(307) 'MsgMgr' ***** Start optimization run *****
    <i> 16:20:12 core_msgmgr.cpp(440) 'MsgMgr' * Sending progress number 801 to OutputInterface from [CarUsOMainScript]
    <i> 16:20:12 caruso_script.cpp(310) 'MsgMgr' ***** Load parameters *****
    <i> 16:20:12 core_msgmgr.cpp(440) 'MsgMgr' * Sending progress number 802 to OutputInterface from [CarUsOMainScript]
    <i> 16:20:12 caruso_script.cpp(321) 'SuperVisor' Setting optimization time to 60 sec.
    <i> 16:20:12 core_msgmgr.cpp(440) 'MsgMgr' * Sending progress number 803 to OutputInterface from [CarUsOMainScript]
    <i> 16:20:12 caruso_script.cpp(339) 'MsgMgr' ***** load planning data *****
    <i> 16:20:12 rfc_connection.cpp(599) 'MsgMgr' <rfc> calling function module /SAPAPO/CSOPT_INPUT_DATA
    <e> 16:20:12 caruso_script.cpp(360) 'SuperVisor' <!> CORE EXCEPTION : 14 =
    #RFC_RC (RFC_EXCEPTION) Exception raised
    #RFC_ERROR_GROUP (RFC_ERROR_APPLICATION_EXCEPTION) The called function module raised an exception
    #RFC_ERROR_INFO Function module not found
    #exception=FU_NOT_FOUND
    <i> 16:20:12 optsvr_main.cpp(1169) 'MsgMgr' Current check values:
    Regards,
    Mehmet YILMAZ

Maybe you are looking for

  • How do I use a button within a movieclip to go to the root?

    Hi there, I am new to flash and AS3 and need some help getting my buttons to work. I made a script for the file that i am working with that has buttons located within 2 movieclips. I want that button to load and image into a UILoader (problemLoader_m

  • LockBox

    Hello Experts, I need to know the bank account # where the customer payments are going to. The payment method is blank in the customer master data - however the lockbox field is populated ( table : KNB1). How do we find out the bank account # from th

  • Weblogic Server Installation User

    Hi, I need to know the Group to which the user (installing and holding Weblogic on OEL 5) should belong to. Say if I create an Unix user "wb_user" which will install and hold the Weblogic, then what groups should I assign to this user- dba,oinstall ?

  • Integrating 3rd party menu

    I bought a license version of menu creating software from Allwebmenus for my application. I used the same steps to integrate in to Sun studio and when i view locally it work and if I build and run it the menu doesn't display. I bought the menu from w

  • Installation of elements 12 and premiere elements 12.

    I am about to buy Elements 12 and Premiere 12 as a package. I plan to install on my main desktop. I would like to do a second install of each of the Elements and Premiere Elements on two different computers which i own. In other words, a second insta