File Scheduling

Hi experts,
just a quick question.
when u schedule a file in file adapter using availibilty time planning does the adapter remains as stopped for rest of the time?
or do I have to start it after changing the scheduling time as its showng me as channel stopped.

Hi,
when u schedule a file in file adapter using availibilty time planning does the adapter remains as stopped for rest of the time? - Yes
do I have to start it after changing the scheduling time as its showng me as channel stopped - During the scheduling time, the comm channel will be working and during the remaining time it will be stopped...........it will automatically start at scheduled time...while scheduling the file adpater in availability time planning, click the button for Automatic Control...........
Regards,
Rajeev Gupta

Similar Messages

  • Extract data from Query to a Flat File - scheduling in the background

    Hi All,
    We need to extract data from a query to a flat file periodically, but each time 10 separate executions based on 10 profit centers, to get the separate files.
    So, we have PC1, PC2, ... PC10 Profit centeres.
    We have Query1, with profit center variable.
    We have created 10 variants for Query1 so that we can execute for 10 profit centers.
    Now, we have used RSCRM_BAPI to execute the Query1 and write to a flat file. Now we are having a problem in getting this feature used to execute the query automatically for 10 different varaints.
    Thanks in advance,
    _ Shashi

    Shashi,
       You can try using Information Broadcasting or Reporting Agent. You can schedule this in Information Broadcasting.
    check this link for Information Broadcasting... <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm</a>
    Nagesh Ganisetti.

  • Need to write a procedure for Log files (scheduled jobs)

    Hi,
    We have around 50 scheduled jobs.Jobs will run parallelly. In these jobs, some jobs will repeat at different timings.in these some jobs are daily jobs and some are weekly and some are monthly and some will run first and second working day of the month and some will run on some particular days.
    Now I want to write a procedure like, For every job it should create a log file like "
    <Job_Name> started on <Date> at <start_Time(timestamp)> and completed on <Date> at <End_Time(Timestamp)> successfully.
    <Job_Name> started on <Date> at <start_Time(timestamp)> and completed on <Date> at <End_Time(Timestamp)> abnormally.
    If all jobs complted successfully it should send an email to the mailgroup with attached log file (which contains the details of all the jobs) with format as follows.
    Jobname Start_date Start_time End_Date End_Time Status
    SALES 21-May-2011 12:00:00 21-May-2011 12:01:00 Completed Successfully
    21-May-2011 12:15:00 21-May-2011 12:16:00 Completed successfully
    Proudcts 21-May-2011 23:00:00 21-May-2011 23:16:00 Completed successfully
    ITEMS 21-May-2011 23:00:00 21-May-2011 23:16:00 Completed successfully
    If the status ="Completed abnormally" for any particular job
    immediately it should send an mail to the group like " FATAL_MESG_JOBANAME_Date_Time(timestamp)"
    for example if SALES job was failed at 15:00:00 then immediately it should send a mail.
    if ITEMS got failed then it should mail ( in between any job got failed it should send an email).
    if every thing is going cool then need send a final success mail to the group.
    so Please let me know how to write a program for this requiremnt.
    Thanks in advance.

    832581 wrote:
    Hi,
    Thanks for giving valuable link to gain the knowledge on DBMS_SCHEDULER.
    But here I didn't get clear idea to write a program which I need to schedule the job for every 1hr.
    Please suggest me to write the program..
    ThanksYou'll have to read the link i sent. Or google for an example.

  • BI Scheduler Java Jobs not working with 11.1.1.6

    Hello,
    I wrote a scheduler java job following the documentation found here
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10541/schedjavajob.htm#CJHCFIID
    It worked fine on OBIEE 11.1.1.3 and 11.1.1.5 but now i made a fresh installation of OBIEE 11.1.1.6.0 and it does't work anymore.
    When i try to run the job from job manager the nqscheduler.exe process starts taking 50% of CPU and nothing happens
    The steps i made after installing OBIEE are:
    1. copy the jar file in ORACLE_HOME\bifoundation\javahost\lib
    2. edit JavaHost configuration file
    <Scheduler>
    <Enabled>True</Enabled> <DefaultUserJarFilePath>E:\<ORACLE_HOME>\bifoundation\javahost\lib</DefaultUserJarFilePath>
    </Scheduler>
    Thanks in Advance,
    Jonni

    thanx this is the solution. With this construct
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:java="http://xml.apache.org/xalan/java" exclude-result-prefixes="java">
         <xsl:output method="html" indent="yes" encoding="iso-8859-1"/>
         <xsl:template match="/">
         <xsl:variable name="counter" select="java:java.util.Vector.new()"/>
         <xsl:variable name="temp1" select="java:add($counter,'1')"/>
         <xsl:variable name="temp2" select="java:add($counter,'2')"/>
         <xsl:variable name="temp3" select="java:add($counter,'3')"/>
         <xsl:variable name="temp4" select="$temp3"/>
         <xsl:value-of select="java:size($counter)"/>
         <xsl:value-of select="java:toString($counter)"/>
         </xsl:template>
    </xsl:stylesheet>
    at least the '3' is added to the vector.

  • Scheduling Option is Grayed Out for Discoverer User

    OracleBI Discoverer 10g (10.1.2.1)
    Oracle Business Intelligence Discoverer Plus 10g (10.1.2.48.18)
    ===============================================
    I have a user who shared a report with another user. When the second user clicks File > Schedule ..., the "Schedule" button is grayed out.
    I am a newbie at this, any help would be appreciated. Thanks!

    Solution:
    1. Login to Discoverer Admin as sysadmin.
    2. Select Tools > Privileges.
    3. Under the Privileges tab, click the Select button.
    4. Search for: <username>
    5. User name will show up under Results
    6. Click OK
    7. Click the check mark box for "Schedule Workbooks".

  • Bat File Trace

    Hi
    I use bat files scheduled to execute batch script late night.
    at the end of the execution i have no clue that now many statements in batch process successful and how many statements fail to execute.
    Is there anyway i can make a log of my bat file execution to see success and fail of all statements after execution?
    Wishes

    Redirecting Output to a File in Windows Batch Scripts
    http://blog.crankybit.com/redirecting-output-to-a-file-in-windows-batch-scripts/
    Regards,
    Sabdar Syed.

  • Big transaction log file

    Hi,
    I found a sql server database with a transaction log file of 65 GB.
    The database is configured with the recovery model option = full.
    Also, I noticed than since the database exist, they only took database backup.
    No transaction log backup were executed.
    Now, the "65 GB transaction log file" use more than 70% of the disk space.
    Which scenario do you recommend?
    1- Backup the database, backup the transaction log to a new disk, shrink the transaction log file, schedule transaction log backup each hour.
    2- Backup the database, put the recovery model option= simple, shrink the transaction log file, Backup the database.
    Does the " 65 GB file shrink" operation would have impact on my database users ?
    The sql server version is 2008 sp2 (10.0.4000)
    regards
    D

    I've read the other posts and I'm at the position of: It really doesn't matter.
    You've not needed point in time restore abilities inclusive of this date and time since inception. Since a full database backup contains all of the log needed to bring the database into a consistent state, doing a full backup and then log backup is redundant
    and just taking up space.
    For the fastest option I would personally do the following:
    1. Take a full database backup
    2. Set the database recovery model to Simple
    3. Manually issue two checkpoints for good measure or check to make sure the current VLF(active) is near the beginning of the log file
    4. Shrink the log using the truncate option to lop off the end of the log
    5. Manually re-size the log based on usage needed
    6. Set the recovery model to full
    7. Take a differential database backup to bridge the log gap
    The total time that will take is really just the full database backup and the expanding of the log file. The shrink should be close to instantaneous since you're just truncating the end and the differential backup should be fairly quick as well. If you don't
    need the full recovery model, leave it in simple and reset the log size (through multiple grows if needed) and take a new full backup for safe keeping.
    Sean Gallardy | Blog |
    Twitter

  • Schedule option is grayed out

    Hi,
    I am trying to schedule a workbook which has been shared to my username, but the schedule option in File-> Schedule has been grayed out. what are the steps to grant privileges for scheduling a workbook ?
    -Suresh

    Hi,
    In order to schedule you need to have the privileges to run schedule.
    This can be done using the Discoverer administrator tool,
    After log in (doesn't matter the BA you choose to open) go to the menu to tools-> privileges
    or use the shortcut (ctrl+P).
    Search for the user name you want to give the privileges to and set the check box for schedule workbooks.
    Now try to log in to PLUS or DESKTOP and try to schedule
    Tamir

  • Creating Scheduled Workbook

    Hi friends, I have just started working on Oracle discoverer 9.0.4.
    I have already created the normal workbooks and distribute the reports using discoverer viewer.
    But I want to know that How I can create the "scheduled workbooks". I have found about opening a scheduled workbook but nothing about their creation ?
    Please guide me, what I should do in order to create scheduled workbook.

    Hi Nirav
    Providing you have the necessary privileges there are two ways to schedule a workbook.
    To schedule the current open workbook, from the menu bar select File | Schedule.
    To schedule any workbook, from the menu bar select File | Manage Workbooks | Scheduling Manager, then click the button Schedule
    At this point you will be in the Schedule Workbook dialog box and you can now set up your scheduling.
    If the above options are grayed out then you have either not been granted the schedule workbooks option by your administrator or the scheduling database priviliges have not been granted, or the DBA has disabled the ability to run jobs.
    Let's look at the above in turn.
    To check whether you have been granted the schedule workbooks option, follow this workflow:
    1. Launch the Admin edition
    2. From the menubar, select Tools | Privileges
    3. Make sure you are on tab called Privileges
    4. Use the drop down and select the user who needs to be allowed to schedule
    5. Make sure the Schedule Workbooks button is checked
    6. Click OK
    The database privileges that control scheduling are:
    CONNECT
    RESOURCE
    CREATE PROCEDURE
    CREATE TABLE
    CREATE VIEW
    EXECUTE ANY PROCEDURE
    EXECUTE ON SYS.DBMS_JOB
    SELECT ON V_$PARAMETER
    SELECT ANY TABLE
    UNLIMITED TABLESPACE
    Here is a database create user script that sets up the privileges required for a user:
    create user username identified by password
    default tablespace TOOLS
    temporary tablespace TEMP
    quota unlimited on TOOLS;
    grant connect, resource, execute any procedure, select any table to username;
    grant execute on SYS.DBMS_JOB to username;
    grant SELECT on SYS.V_$PARAMETER to username;
    grant create procedure, create table, create view to username;
    Also do not try and grant the two SYS privileges via a Role. These must be granted direct to the user.
    At the database level, make sure that your DBA has set the database initialization parameter called JOB_QUEUE_PROCESSES to something greater than zero, I would recommend 10. If it is zero then you won't be able to schedule. At the minimum, for scheduling it needs to be at least 2.
    Hope this helps
    Regards
    Michael

  • Unzipping files - works, but need some hlp to make it better

    Hi there!
    I am trying to unzip files using java.util.zip
    My code works If I have a parent directory for all files/folders.
    So when I unzip the structure is as -
    zipFileName -> parent folder -> child files/folders
    where, zipFileName and parent folder names are same.
    But I want to have it as
    parent folder -> child files/folders.
    Here is my code :
    public void unzipFiles(String zipFileName, String zipFolderPath, String unzipPath) {
    Enumeration entries;
    ZipFile zipFile;
    try {
    //Set up a directory name for the unzipped files
    String courseFolderName = zipFileName.substring(0, zipFileName.indexOf("."));
    //Get the zip file from its location in the "zip" folder on theServer
    String separator = File.separator;
    zipFile = new ZipFile(zipFolderPath + separator + zipFileName);
    //Set up the directories in the data store
    entries = zipFile.entries();
    while (entries.hasMoreElements()) {
    ZipEntry entry = (ZipEntry)entries.nextElement();
    if (entry.isDirectory())
    String dir = entry.getName();
    System.out.println("entry :"+unzipPath + separator + courseFolderName + separator + dir);
    checkFilePath(unzipPath + separator + courseFolderName + separator + dir);
    unzippedFolders.addElement(courseFolderName + separator + dir);
    //Add the unzipped files to the data store
    entries = zipFile.entries();
    while (entries.hasMoreElements()) {
    ZipEntry entry = (ZipEntry)entries.nextElement();
    if (entry.isDirectory())
    continue;
    if (debug)
    System.out.println("Extracting file: " + entry.getName());
    copyInputStream(zipFile.getInputStream(entry),
    new BufferedOutputStream(
    new FileOutputStream(unzipPath + separator + courseFolderName + separator + entry.getName())));
    zipFile.close();
    catch (IOException e) {
    e.printStackTrace();
    catch (Exception e) {
    e.printStackTrace();
    [\code]
    The above code works if the zip file is having all files under a parent folder:
    zipFileName -> parent folder -> child files/folders
    sample output:
    unzipping the files...
    entry :C:\DataStore\template\test2/IMAGES/
    Creating directory C:\DataStore\template\test2/IMAGES/
    entry :C:\DataStore\template\test2/INPUTS/
    Creating directory C:\DataStore\template\test2/INPUTS/
    otheriwse, if I have no levels under my zip level, I get an error like this:
    unzipping the files...
    Extracting file: schedule.htm
    Extracting file: IMAGES/AMTC.GIF
    java.io.FileNotFoundException: C:\DataStore\schedule\IMAGES/AMTC.GIF (The system
    cannot find the path specified)
    Can somebody pls help me find out where I am going wrong. Any help would be really really great.
    Thanks
    -Mahi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    I don't know if this will help but... If I understand correctly, is not
    recreating the correct directory tree?
    // unjar the jar to the destination directory destdir
    // destdir = c:\mydir\ is prepended to each jar entry
    JarFile jarFile = new JarFile( "myjar.jar" );
    Enumeration e = jarFile.entries();
    while( e.hasMoreElements() )
    JarEntry entry = (JarEntry)e.nextElement();
    File localFile = new File( destdir + entry.getName() );
    ---> // peel off the parent path and make as directories
    ---> File directory = new File( localFile.getParent() );
    ---> directory.mkdirs();
    // these can be inlined if desired
    FileOutputStream fileOutputStream = new FileOutputStream( localFile );
    BufferedOutputStream bufferedOutputStream = new BufferedOutputStream( fileOutputStream );
    copyInputStream( jarFile.getInputStream( entry ), bufferedOutputStream );
    jarFile.close();

  • Web-Analysis Get Current Day and Display

    Hello,
    I have a web-analysis report that should show the current business day.
    I thought this can be done by using a substitution variable. Are there any better ways?
    Thanks,
    metalray

    Hello -
    Yes, you will have to update the Substi Var everyday with the current day. You can do it manualy through EAS or you can try to automate the same. One way is to use maxl script an example below -
    login 'Hypadmin' '#########' on myessbaseserver;
    spool on to 'mymaxl.log';
    /* Setting the substitution variable */
    alter database appname.databasename set variable 'CurMonth' 'Aug';
    display variable all;
    spool off;
    Logout;
    Exit;
    You can call this maxl from a batch file scheduled from windows scheduled task to run every day at say for example at 1am in the morning.
    Regards

  • Create a daily report that shows IIS App Pool and Site States/Health at a specific time.

    Hi All,
    I need to create a report that will be sent out by 6AM everyday to a DG. The report needs to show the Health / State of selected Application Pools, Sites, and Windows services running on ~20 production servers. The servers show up
    in SCOM just fine. ('Application Pool State', 'Web Site State', etc.) I can see what I need in the Monitoring view, but did not find a way to create the report I need in Reporting or Authoring.
    I've looked through the documentation and the forums and have not found what I need...at least I don't think so.  I just did not see how I can capture the Health/State at a specific time for the selected Objects and send out
    the results.
    Seems like this would be a common request. Basically, we just need to know that our web applications are running before the start or business, without manually logging in to each server and typing a report. 
    I've scripted some of what we need with WMI/PowerShell, and piped out to an email. The problem is that several of our servers our locked down or don't have the appropriate components installed to work with remote scripting. (don't ask...life in a
    big corporation!)
    Since we have SCOM installed throughout the network, I am hoping it will get us the info we need. Any help or ideas would be very appreciated!
    Thanks in advance!!!
    ~ noob

    Hello Zrider,
    Well, first of you need to make sure you have the Reporting feature installed on SCOM.
    http://technet.microsoft.com/en-us/library/hh298611.aspx
    Next, try navigating to the Reporting node, then go to the Microsoft Generic Library report folder and open the Health report.
    Now, select Object.
    Click Options in order to select the required Classes. Type 'Application Pool' for example. Select the version you want and click OK.
    Now, click Search. Select the instances you want.
    Go back to Options and type and select the class 'Web Site'. Apply the filter then Search. Repeat the process for any other class/instance you want then click ok.
    Run the report. If the information displayed is the one you want, go to the top left area, click File, Schedule.
    Done.
    This is one way. You've mentioned using powershell with wmi but probably you are using PS remoting to the targets and of course not all hosts are enabled for remoting, or some might run Windows Server 2003 withouth powershell installed.
    An alternative would be to run a PS script against the SCOM server and send the reports via email. This works even if you don't have the SCOM Reporting role installed!
    You could do something like:
    Import-Module OperationsManager
    $WebSiteClass = Get-SCOMClass -DisplayName "Web Site"
    $IISAppPoolClass = Get-SCOMClass -DisplayName "IIS Application Pool"
    $WebSites = Get-SCOMClassInstance -Class $WebSiteClass
    $IISApps = Get-SCOMClassInstance -Class $IISAppPoolClass
    $WebSites | select IsAvailable, HealthState, Path, DisplayName
    $IISApps | select IsAvailable, HealthState, Path, DisplayName
    That will get you the basic info you need to setup an array and send them through email.
    I hope that helps.
    http://mariusene.wordpress.com/

  • NCOMP Giving Errors

    I am trying to use ncomp to load a simple java class to
    oracle 8.1.7.4.0 on AIX 5.1 Java 1.3 platform
    However I got the following error, what am I missing here? What kind of permissions are needed? And, how
    to grant these permissions?
    HelloWorld.java
    public class HelloWorld
    public static String say()
    return (String)"Hello, world!";
    javac HelloWorld.java
    jar cvf HelloWorld.jar HelloWorld.class
    aix>ncomp -u <user>/<password> HelloWorld.jar
    initialization complete
    loading : oracle/jaccelerator/server/SQL
    creating : oracle/jaccelerator/server/SQL
    loading : oracle/jaccelerator/server/ForEachClass
    creating : oracle/jaccelerator/server/ForEachClass
    loading : oracle/jaccelerator/server/ClassProcessor
    creating : oracle/jaccelerator/server/ClassProcessor
    loading : oracle/jaccelerator/server/PackageDisableNcomp
    creating : oracle/jaccelerator/server/PackageDisableNcomp
    loading : oracle/jaccelerator/server/PackageValidateAll
    creating : oracle/jaccelerator/server/PackageValidateAll
    loading : oracle/jaccelerator/server/ClassProperties
    creating : oracle/jaccelerator/server/ClassProperties
    loading : oracle/jaccelerator/server/Dumper
    creating : oracle/jaccelerator/server/Dumper
    loading : oracle/jaccelerator/server/TransitiveClosureDumper
    creating : oracle/jaccelerator/server/TransitiveClosureDumper
    loading : oracle/jaccelerator/server/MinimizeNcompListAndDumpTC
    creating : oracle/jaccelerator/server/MinimizeNcompListAndDumpTC
    loading : oracle/jaccelerator/server/Installer
    creating : oracle/jaccelerator/server/Installer
    loading : oracle/jaccelerator/server/HelloWorld_minimalClassListAndTCDumper
    creating : oracle/jaccelerator/server/HelloWorld_minimalClassListAndTCDumper
    resolver :
    resolving: oracle/jaccelerator/server/SQL
    resolving: oracle/jaccelerator/server/ForEachClass
    skipping : oracle/jaccelerator/server/ClassProcessor is already resolved
    skipping : oracle/jaccelerator/server/PackageDisableNcomp is already resolved
    skipping : oracle/jaccelerator/server/PackageValidateAll is already resolved
    resolving: oracle/jaccelerator/server/ClassProperties
    resolving: oracle/jaccelerator/server/Dumper
    resolving: oracle/jaccelerator/server/TransitiveClosureDumper
    resolving: oracle/jaccelerator/server/MinimizeNcompListAndDumpTC
    skipping : oracle/jaccelerator/server/Installer is already resolved
    resolving: oracle/jaccelerator/server/HelloWorld_minimalClassListAndTCDumper
    # this list is produced by query
    # select status, class_name from jaccelerator$status;
    NEED_NCOMPING HelloWorld
    ld: 0706-005 Cannot find or open file: /export/home/colddba/lokm/oracle/aurora/d
    eploy/opt/HelloWorld.o
    ld:open(): A file or directory in the path name does not exist.
    ld: 0706-003 Cannot find or read import file: /oracle/OraHome1/lib/oracle.exp
    ld:accessx(): A file or directory in the path name does not exist.
    oracle/aurora/deploy/libjox8_f84532c0b7_voi_admin_UnnamedPackage.so : no such fi
    le or directory
    initialization complete
    identical: oracle/jaccelerator/server/ClassProperties is unchanged from previous
    ly loaded file
    scheduling: oracle/aurora/deploy/UnnamedPackage_Installer
    loading : oracle/aurora/deploy/UnnamedPackage_Installer
    creating : oracle/aurora/deploy/UnnamedPackage_Installer
    Error while creating class oracle/aurora/deploy/UnnamedPackage_Installer
    ORA-29545: badly formed class: User has attempted to load a class (oracle.au
    rora.deploy.UnnamedPackage_Installer) into a restricted package. Permission can
    be granted using dbms_java.grant_permission(<user>, LoadClassInPackage...
    identical: oracle/jaccelerator/server/PackageValidateAll is unchanged from previ
    ously loaded file
    identical: oracle/jaccelerator/server/ForEachClass is unchanged from previously
    loaded file
    identical: oracle/jaccelerator/server/Dumper is unchanged from previously loaded
    file
    identical: oracle/jaccelerator/server/PackageDisableNcomp is unchanged from prev
    iously loaded file
    identical: oracle/jaccelerator/server/ClassProcessor is unchanged from previousl
    y loaded file
    identical: oracle/jaccelerator/server/Installer is unchanged from previously loa
    ded file
    identical: oracle/jaccelerator/server/SQL is unchanged from previously loaded fi
    le
    loading : META-INF/MANIFEST.MF
    creating : META-INF/MANIFEST.MF
    resolver :
    resolving: oracle/aurora/deploy/UnnamedPackage_Installer
    Error while resolving class oracle/aurora/deploy/UnnamedPackage_Installer
    ORA-04043: object /294c5707_UnnamedPackage_Insta does not exist
    skipping : oracle/jaccelerator/server/ClassProperties is already resolved
    skipping : oracle/jaccelerator/server/PackageValidateAll is already resolved
    skipping : oracle/jaccelerator/server/ForEachClass is already resolved
    skipping : oracle/jaccelerator/server/Dumper is already resolved
    skipping : oracle/jaccelerator/server/PackageDisableNcomp is already resolved
    skipping : oracle/jaccelerator/server/ClassProcessor is already resolved
    skipping : oracle/jaccelerator/server/Installer is already resolved
    skipping : oracle/jaccelerator/server/SQL is already resolved
    invoking : oracle/aurora/deploy/UnnamedPackage_Installer
    Error while invoking class oracle/aurora/deploy/UnnamedPackage_Installer
    ORA-29532: Java call terminated by uncaught Java exception: java.security.Ac
    cessControlException: the Permission (oracle.aurora.security.JServerPermission D
    eploy ) has not been granted by dbms_java.grant_permission to SchemaProtectionDo
    main(VOI_ADMIN|PolicyTableProxy(VOI_ADMIN))
    ORA-06512: at "SYS.DBMS_JAVA", line 0
    ORA-06512: at line 1
    loadjava: 3 errors
    # Deployment History, produced by query:
    # select timestamp, status, dll_name from jaccelerator$dlls order by dll_name
    aix>

    cd /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP
    Mon Oct 13 16:28:59 EDT 2003
    /usr/java14/bin/java -DJA_HOME=/oracle/product/817/javavm/jahome -DORACLE_HOME=/oracle/product/817 -DJA_LIBS_HOME=/oracle/product/817 -DJAVA_HOME=/usr/java14 -DJAVA_HOME_CLASSPATH=/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar -classpath /oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/ncomp.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.Ncomp -u <user>/<password>@sandbox -verbose HelloWorld.classes
    -- invocation: make.sh -DSCHEMA=<user> -DPASSWORD=<password> -Dloadjava.opt.database.suffix=@sandbox -Dsource.server=sandbox -DJA_VERBOSE=-verbose -Dproject.user.and.password=-user <user>/<password>@sandbox misc.clean HelloWorld.classes.increment -f Makefile -DPASSWORD=<password> -Dloadjava.opt.database.suffix=@sandbox -Dsource.server=sandbox -DJA_VERBOSE=-verbose -Dtarget.server=sandbox do-all HelloWorld_depl.jar.createDeploymentJar HelloWorld_depl.deploy HelloWorld_depl.install
    rm -f
    rm -f
    rm -f
    rm -f
    rm -f
    rm -f
    rm -rf classes
    rm -f class_attributes.txt
    /usr/java14/bin/java -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/aurora_ncomp_gen.zip:/oracle/product/817/javavm/lib/ncomp.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.ClassListLoaderGenerator -DLLExtension so -libPrefix lib -projectSpec HelloWorld_minimalClassListAndTCDumper -user <user>/<password>@sandbox HelloWorld.classes
    -- dumper: HelloWorld_minimalClassListAndTCDumper.java
    loadjava -verbose -v -oci8 -resolve -user <user>/<password>@sandbox /oracle/product/817/javavm/jahome/SQL.java /oracle/product/817/javavm/jahome/ForEachClass.java /oracle/product/817/javavm/jahome/ClassProcessor.java /oracle/product/817/javavm/jahome/PackageDisableNcomp.java /oracle/product/817/javavm/jahome/PackageValidateAll.java /oracle/product/817/javavm/jahome/ClassProperties.java /oracle/product/817/javavm/jahome/Dumper.java /oracle/product/817/javavm/jahome/TransitiveClosureDumper.java /oracle/product/817/javavm/jahome/MinimizeNcompListAndDumpTC.java /oracle/product/817/javavm/jahome/Installer.java HelloWorld_minimalClassListAndTCDumper.java
    initialization complete
    loading : oracle/jaccelerator/server/SQL
    creating : oracle/jaccelerator/server/SQL
    loading : oracle/jaccelerator/server/ForEachClass
    creating : oracle/jaccelerator/server/ForEachClass
    loading : oracle/jaccelerator/server/ClassProcessor
    creating : oracle/jaccelerator/server/ClassProcessor
    loading : oracle/jaccelerator/server/PackageDisableNcomp
    creating : oracle/jaccelerator/server/PackageDisableNcomp
    loading : oracle/jaccelerator/server/PackageValidateAll
    creating : oracle/jaccelerator/server/PackageValidateAll
    loading : oracle/jaccelerator/server/ClassProperties
    creating : oracle/jaccelerator/server/ClassProperties
    loading : oracle/jaccelerator/server/Dumper
    creating : oracle/jaccelerator/server/Dumper
    identical: oracle/jaccelerator/server/TransitiveClosureDumper is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/MinimizeNcompListAndDumpTC is unchanged from previously loaded file
    loading : oracle/jaccelerator/server/Installer
    creating : oracle/jaccelerator/server/Installer
    loading : oracle/jaccelerator/server/HelloWorld_minimalClassListAndTCDumper
    creating : oracle/jaccelerator/server/HelloWorld_minimalClassListAndTCDumper
    resolver :
    resolving: oracle/jaccelerator/server/SQL
    resolving: oracle/jaccelerator/server/ForEachClass
    skipping : oracle/jaccelerator/server/ClassProcessor is already resolved
    skipping : oracle/jaccelerator/server/PackageDisableNcomp is already resolved
    skipping : oracle/jaccelerator/server/PackageValidateAll is already resolved
    resolving: oracle/jaccelerator/server/ClassProperties
    resolving: oracle/jaccelerator/server/Dumper
    skipping : oracle/jaccelerator/server/TransitiveClosureDumper is already resolved
    skipping : oracle/jaccelerator/server/MinimizeNcompListAndDumpTC is already resolved
    resolving: oracle/jaccelerator/server/Installer
    resolving: oracle/jaccelerator/server/HelloWorld_minimalClassListAndTCDumper
    /usr/java14/bin/java -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/aurora_ncomp_gen.zip:/oracle/product/817/javavm/lib/ncomp.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.client.FindClassesToNcomp jdbc:oracle:oci8:@sandbox <user> <password> HelloWorld_minimalClassListAndTCDumper increment
    -- conn: oracle.jdbc.driver.OracleConnection@5dcb0d31
    -- create or replace function jaccelerator___find_class_list (b blob) return VARCHAR2 as language java name 'oracle.jaccelerator.server.HelloWorld_minimalClassListAndTCDumper.increment(oracle.sql.BLOB) return java.lang.String';
    -- create or replace function jaccelerator_find_class_list return blob as myb blob; res varchar2(100); begin dbms_lob.createtemporary(myb, TRUE, DBMS_LOB.SESSION); res := jaccelerator___find_class_list(myb); return myb; end;
    -- { ? = call jaccelerator_find_class_list() }
    -- Minimal ncomp class list computation took 2480 msec
    -- Minimal ncomp class list transport and dump took 28 msec
    # this list is produced by query
    # select status, class_name from jaccelerator$status;
    NEED_NCOMPING HelloWorld
    /usr/java14/bin/java -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/aurora_ncomp_gen.zip:/oracle/product/817/javavm/lib/ncomp.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.MakefileMaker -objFileExtension o -libPath oracle/aurora/deploy/ -buildDirName opt -DLLExtension so -libPrefix lib -projectSpec HelloWorld -user <user>/<password>@sandbox -closurePrecomputed exact_class_list.txt
    -- root: HelloWorld
    # generating source list macro
    # generating objlist macros
    # generating Class Init Tables Emitter
    # generating per-package module files
    # generating entry point files
    # generating object file list files
    # generating object list macros
    # generating module targets
    # generating list of translation targets
    # generating link DLL targets
    cp exact_class_list.txt class_attributes.txt
    /usr/java14/bin/java -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/aurora_ncomp_gen.zip:/oracle/product/817/javavm/lib/ncomp.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.client.jvmc.Main -classpath /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP/classes -oci8 -user <user> -password <password>@sandbox -emitStructs -notree -finalIsSpecial -maintainStack -reuseHeaders -fragile -monolithic -vtbls -timestamp f8372392c0 -emitFragileSet -module UnnamedPackage.cfg
    -- connString: jdbc:oracle:oci8:@sandbox
    -- create or replace function jaccelerator_get_class_bits (n varchar2, s varchar2) return blob as myb blob; begin dbms_lob.createtemporary(myb, TRUE, DBMS_LOB.SESSION); dbms_java.export_class(n, s, myb); return myb; end;
    -- create or replace function jaccelerator_get_class_digest (n varchar2, s varchar2) return varchar2 as language java name 'oracle.jaccelerator.server.ClassProperties.digest(java.lang.String, java.lang.String) return java.lang.String';
    -- createWrapperFunctions commit
    -- select jaccelerator_get_class_bits('HelloWorld', '<USER>'), jaccelerator_get_class_digest('HelloWorld', '<USER>') from dual
    -- digest: d295c10271c2dbf70a5256de24f5ec1a
    -- DownloadClass.doit commit
    error: error message 'class.format' not found
    TranslationEnvironment: can not load HelloWorld
    binary class definition not found: HelloWorld
    java.lang.Error: Can not load class
         at oracle.aurora.ncomp.jvmc.Translator.collectDefinitions(Translator.java:284)
         at oracle.aurora.ncomp.jasper.BatchClassProcessor.processTasks(BatchClassProcessor.java:52)
         at oracle.aurora.ncomp.jasper.binary.BinaryBatchClassProcessor.processTasks(BinaryBatchClassProcessor.java:57)
         at oracle.aurora.ncomp.jvmc.Translator.processTasks(Translator.java:145)
         at oracle.aurora.ncomp.javadoc.Driver.run(Driver.java:186)
         at oracle.aurora.ncomp.jvmc.Translator.translate(Translator.java:86)
         at oracle.jaccelerator.client.jvmc.Main.main(Main.java:31)
    error: An error has occurred in the compiler. Please contact tech support.
    -- transported 1 classes in 367 msecs
    2 errors
    /usr/java14/bin/java -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/aurora_ncomp_gen.zip:/oracle/product/817/javavm/lib/ncomp.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.InstallerMaker -libPath oracle/aurora/deploy/ -DLLExtension so -libPrefix lib -schema <user> -allClasses /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP/class_attributes.txt -fragileSet fragile-set.lst -timestamp f8372392c0 UnnamedPackage.cfg
    java.lang.Error: error during reading fragile-set.lst: java.io.FileNotFoundException: fragile-set.lst (A file or directory in the path name does not exist.)
         at oracle.jaccelerator.InstallerMaker.computeFragileSet(InstallerMaker.java:520)
         at oracle.jaccelerator.InstallerMaker.getFragileSet(InstallerMaker.java:493)
         at oracle.jaccelerator.InstallerMaker.computeClassAttributes(InstallerMaker.java:462)
         at oracle.jaccelerator.InstallerMaker.getClassAttributes(InstallerMaker.java:433)
         at oracle.jaccelerator.InstallerMaker.emitInstaller(InstallerMaker.java:96)
         at oracle.jaccelerator.InstallerMaker.run(InstallerMaker.java:78)
         at oracle.jaccelerator.InstallerMaker.main(InstallerMaker.java:43)
    error: An error has occurred in the compiler. Please contact tech support.
    1 error
    touch UnnamedPackage.log
    /usr/vac/bin/xlc HelloWorld.c -o /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP/oracle/aurora/deploy/opt/HelloWorld.o -I. -I/oracle/product/817/javavm/jahome -O -D_ALL_SOURCE -qnoansialias -qro -qroconst -qmaxmem=-1 -qtbtable=full -qinlglue -qnolm -qlanglvl=extended -qtune=604 -q32 -qdatalocal -qdataimported=environ -qlibansi -qstrict -qcompact -qxflag=nsprinf -D_THREAD_SAFE -D_AIX43 -DSLMXMX_ENABLE -DSLTS_ENABLE -D_SVID_GETTOD -D_REENTRANT -DEO_SUPPRESS_DEBUG -DEO_SUPPRESS_TRACE -DEO_SUPPRESS_DEBUG -DEO_SUPPRESS_TRACE -c
    /usr/vac/bin/xlc: 1501-228 input file HelloWorld.c not found
    ld -b32 -o /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP/oracle/aurora/deploy/libjox8_f8372392c0_<user>_UnnamedPackage.so /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP/oracle/aurora/deploy/opt/HelloWorld.o -bnoentry -bM:SRE -bexpall -bI:/oracle/product/817/lib/oracle.exp -L/usr/lib -lc -lm
    ld: 0706-005 Cannot find or open file: /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP/oracle/aurora/deploy/opt/HelloWorld.o
         ld:open(): A file or directory in the path name does not exist.
    ld: 0706-003 Cannot find or read import file: /oracle/product/817/lib/oracle.exp
         ld:accessx(): A file or directory in the path name does not exist.
    /usr/java14/bin/javac -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/aurora.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar -d /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP /oracle/product/817/javavm/jahome/SQL.java
    /usr/java14/bin/javac -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/aurora.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar -d /home/<user>/work/Oracle/Java/StoredProcedures/Simple/NCOMP /oracle/product/817/javavm/jahome/SQL.java /oracle/product/817/javavm/jahome/ForEachClass.java /oracle/product/817/javavm/jahome/ClassProcessor.java /oracle/product/817/javavm/jahome/PackageDisableNcomp.java /oracle/product/817/javavm/jahome/PackageValidateAll.java /oracle/product/817/javavm/jahome/ClassProperties.java /oracle/product/817/javavm/jahome/Dumper.java /oracle/product/817/javavm/jahome/Installer.java UnnamedPackage_Installer.java
    error: cannot read: UnnamedPackage_Installer.java
    /oracle/product/817/javavm/jahome/ForEachClass.java:10: oracle.jaccelerator.server.ForEachClass is already defined in this compilation unit
    import oracle.jaccelerator.server.ForEachClass;
    ^
    /oracle/product/817/javavm/jahome/ClassProcessor.java:8: oracle.jaccelerator.server.ClassProcessor is already defined in this compilation unit
    import oracle.jaccelerator.server.ClassProcessor;
    ^
    /oracle/product/817/javavm/jahome/PackageDisableNcomp.java:12: oracle.jaccelerator.server.PackageDisableNcomp is already defined in this compilation unit
    import oracle.jaccelerator.server.PackageDisableNcomp;
    ^
    /oracle/product/817/javavm/jahome/PackageValidateAll.java:6: oracle.jaccelerator.server.PackageValidateAll is already defined in this compilation unit
    import oracle.jaccelerator.server.PackageValidateAll;
    ^
    5 errors
    /usr/java14/bin/java -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/aurora_ncomp_gen.zip:/oracle/product/817/javavm/lib/ncomp.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.BundleInstallerClassBuilder project UnnamedPackage_Installer.java
    -- skipping non-existent installer: UnnamedPackage_Installer.java
    /usr/java14/bin/jar cvf0 HelloWorld_depl.jar /oracle/product/817/javavm/jahome/SQL.java /oracle/product/817/javavm/jahome/ForEachClass.java /oracle/product/817/javavm/jahome/ClassProcessor.java /oracle/product/817/javavm/jahome/PackageDisableNcomp.java /oracle/product/817/javavm/jahome/PackageValidateAll.java /oracle/product/817/javavm/jahome/ClassProperties.java /oracle/product/817/javavm/jahome/Dumper.java /oracle/product/817/javavm/jahome/Installer.java oracle/aurora/deploy/UnnamedPackage_Installer.class oracle/aurora/deploy/libjox8_f8372392c0_<user>_UnnamedPackage.so
    oracle/aurora/deploy/UnnamedPackage_Installer.class : no such file or directory
    oracle/aurora/deploy/libjox8_f8372392c0_<user>_UnnamedPackage.so : no such file or directory
    added manifest
    adding: oracle/product/817/javavm/jahome/SQL.java(in = 1651) (out= 1651)(stored 0%)
    adding: oracle/product/817/javavm/jahome/ForEachClass.java(in = 3013) (out= 3013)(stored 0%)
    adding: oracle/product/817/javavm/jahome/ClassProcessor.java(in = 841) (out= 841)(stored 0%)
    adding: oracle/product/817/javavm/jahome/PackageDisableNcomp.java(in = 1330) (out= 1330)(stored 0%)
    adding: oracle/product/817/javavm/jahome/PackageValidateAll.java(in = 1316) (out= 1316)(stored 0%)
    adding: oracle/product/817/javavm/jahome/ClassProperties.java(in = 1872) (out= 1872)(stored 0%)
    adding: oracle/product/817/javavm/jahome/Dumper.java(in = 3207) (out= 3207)(stored 0%)
    adding: oracle/product/817/javavm/jahome/Installer.java(in = 19066) (out= 19066)(stored 0%)
    loadjava -verbose -v -oci8 -resolve -user <user>/<password>@sandbox HelloWorld_depl.jar
    initialization complete
    identical: oracle/jaccelerator/server/ClassProcessor is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/SQL is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/Installer is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/PackageDisableNcomp is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/PackageValidateAll is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/Dumper is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/ForEachClass is unchanged from previously loaded file
    identical: oracle/jaccelerator/server/ClassProperties is unchanged from previously loaded file
    loading : META-INF/MANIFEST.MF
    creating : META-INF/MANIFEST.MF
    resolver :
    skipping : oracle/jaccelerator/server/ClassProcessor is already resolved
    skipping : oracle/jaccelerator/server/SQL is already resolved
    skipping : oracle/jaccelerator/server/Installer is already resolved
    skipping : oracle/jaccelerator/server/PackageDisableNcomp is already resolved
    skipping : oracle/jaccelerator/server/PackageValidateAll is already resolved
    skipping : oracle/jaccelerator/server/Dumper is already resolved
    skipping : oracle/jaccelerator/server/ForEachClass is already resolved
    skipping : oracle/jaccelerator/server/ClassProperties is already resolved
    /usr/java14/bin/java -classpath .:/oracle/product/817/javavm/jahome:/oracle/product/817/javavm/lib/jaccelerator.zip:/oracle/product/817/javavm/lib/aurora_ncomp_gen.zip:/oracle/product/817/javavm/lib/ncomp.zip:/oracle/product/817/jdbc/lib/classes111.zip:/oracle/product/817/sqlj/lib/translator.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/usr/java14/lib/classes.zip:/usr/java14/jre/lib/rt.jar:/usr/java14/lib/tools.jar:/oracle/product/817/jis/lib/servlet.jar:/oracle/product/817/sqlj/lib/runtime12.zip:/oracle/product/817/jdbc/lib/classes12.zip:/oracle/product/817/jsp/lib/ojsp.jar:/oracle/product/817/jsp/lib/ojsputil.jar:.:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.mqjms.jar:/usr/mqm/java/lib/connector.jar:/usr/mqm/java/lib/jms.jar:/usr/mqm/java/lib/jndi.jar:/usr/mqm/java/lib/jta.jar:/usr/mqm/java:.:/oracle/product/817/lib/xmlparserv2.jar oracle.jaccelerator.client.ShowDllsTable jdbc:oracle:oci8:@sandbox <user> <password>
    -- conn: oracle.jdbc.driver.OracleConnection@73b6cd5c
    # Deployment History, produced by query:
    # select timestamp, status, dll_name from jaccelerator$dlls order by dll_name
    Sun Oct 12 20:22:49 EDT 2003 not installed, wrong OS: ppc p /libjox8_f832d25ed6_<user>_XMLQueries.so
    dropjava -user <user>/<password>@sandbox HelloWorld_depl.jar
    Make executed 25 actions

  • Why does the /s not work for me in the commandline?

    We have a HD webcam pointed at a pooltable in our local poolbar. We use FMLE to stream to Dacast. To finish the project we want to automate the process: only stream between 17.00 and 01.00 hours every day.
    It looks like FMLEcmd + batch/cmd files + scheduled tasks can make this possible.
    I am diving into FMLEcmd. Starting up works fine. But stopping gives me troubles. I use the command: fmlecmd /s rtmp://live-ams.dacast.com/201346/21653+xxxx
    Reply is: "Stop command send to FMLE."
    Then i do fmlecmd /s and it says " All running FMLE sessions are: rtmp://live-ams.dacast.com/201346/21653+xxxx".
    Questions:
    1. What am i doing wrong here?
    2. When starting a session through cmd, will it be visible when you open FMLE Gui?
    Plan is to make two batchfiles: One to start FMLE streaming on a daily basis at 17.00 hours. And one to stop FMLE streaming at 01.00 in the morning. If somebody already has similar batchfiles ready for me to use, please let me know! If somebody has another solution for the above, also let me know!
    Already implemented the reconnect interval and times in the XML file... that was needed...
    Maybe stupid question: When i do the command "FMLEcmd", encoding starts, text displays "streaming to server", and i see bitrates moving. Is the only option then to close the command window? Because i see no cursor anymore?
    Thanks in advance, any help is appreciated.
    Marten Hoekstra
    ADDON: I just restarted my computer to stop the streaming session. But doing fmlecmd /s still says:
    C:\Program Files\Adobe\Flash Media Live Encoder 3.2>fmlecmd /s
    Adobe(R) Flash(R) Media Live Encoder Command Line Utility v 3.2
    Copyright(C) 2009-10 Adobe Systems Incorporated. All rights res
    Fri Jun 21 2013 17:34:18 : All running FMLE sessions are:
    rtmp://live-ams.dacast.com/201346/21653+xxxx

    Hi Vikrantt
    Many thanks for your reply.
    It doesn't give me an error message, it simply does not search. I type in my search term and it appears to search the document but then a dialogue box appears which says that my search term has not been found. This even happens when I am looking at a page in which my search term is clearly visible!
    I am shutting down now until the morning as I have been working almost 12 hours.

  • Send one request many times

    Hi Experts
    I have scenario where first request should go from XI.means
    XI should initiate a request with an XML file to the target system. This request should send 10 times for every 10 min and each time there is field in xml ( COUNTER field) should increase by one. Like if the counter contains value 1 if i am sending request for first time second time it should be 2 like that. But i should not hard code this value any where.
    Is it passoible to send one request 10 times with each time increasing the count.
    Please suggest me.
    Thansk & Regards
    Ravi Shankar B

    You may create and schedule an ABAP report doing the stuff you want.
    1. Create content of XML file
    2. read current count value from own z table
    3. add 1 to counter
    4. store new value in z table
    5. handover the stuff to Integratiomn Engine e.g. using sRFC or tRFC
    6. PI sends the stuff as XML file
    Schedule this report to run every 10 min.
    Regards,
    Volker

Maybe you are looking for

  • How do I share a large file between accounts on my imac

    How do I share a large file between accounts on my imac?

  • Custom OM Infotypes

    I am having issues creating a custom OM Infotype. I created my HRI9000 structure in SE11 and then went to transaction ppci to create the infotype when I follow the steps to do this the screens and table entries are not getting populated automatically

  • FB 4.7 Released Today: What does it include?

    In another discussion, it was posted that FB 4.7 was released today: http://www.adobe.com/products/flash-builder.html The site is not very clear about Flex. Does it include Flex? Which version? What about Air 3.5?

  • Replicate services for object functionality in my customised  program

    Hi I can see the "Services for object "functionality in ME23N transaction. I want to replicate the same functionality for my custom program.Is there any badi or Function Module . Please let me know if I can get any pointers for this. Regards Deesanth

  • OBIEE 11.1.1.5

    Quick question for OBIEE experts.   How do you disable the "Column Exclude feature" in this version of OBIEE?   Eg...After a report is already created and when you return to the criteria section and add a column and then view it in results....it some