Can't find CL package

Hello all,
I am trying to do a rapid install on windows server 2003 of EBS R12. But when the wizard is going to check everithing it fails ons:
The system utilties and the log is saying this:
System Utilities
command: cmd.exe /c Y:\S\vanafhier\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\Cygwin\bin C:\Program Files (x86)\Microsoft Visual Studio 8\VC
Y:\S\vanafhier\startCD\Disk1\rapidwiz>echo off
/cygdrive/c/WINDOWS/system32/cmd
'which' command is available.
/usr/bin/gnumake
'gnumake' is available.
*'cl' is not available.*
ERRORCODE = 1 ERRORCODE_ENDThe system cannot find the path specified.
which: no cl in (/usr/bin:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32)
RW-50011: Error: - System Utilities Availability test has returned an error: 1
So the system can't find the CL package, but that is correct, because I can't find is as well. I even can't find it on the internet, so that's why I try to ask it here.
(I am working with cygwin)
Hope anyone can help me out! So that I can continue with installing!
Best regards,
Remc0

Hi,
hey..I am also getting the same error. Please let me know what do you mean by path was so long??
Are you talking about system Path variable or the installation path?I believe there is no restriction on the system path length, just search for cl.exe and make sure it is included in the system PATH.
Regards,
Hussein

Similar Messages

  • Can't find DBMS_CRYPTO package in my 10g R1

    Hi, I want to use the DBMS_CRYPTO pakage, I found some plsql code to use it, but when compile my code, the databse told me that this pakage not exists, I try with SYS user, but alwas the same error. I can't find this package that assumes to be included in 10g.
    Thanks

    What is the output of this query?
    SQL> select object_name, owner, object_type from dba_objects where object_name = 'DBMS_CRYPTO' ;
    OBJECT_NAME                    OWNER                          OBJECT_TYPE
    DBMS_CRYPTO                    SYS                            PACKAGE
    DBMS_CRYPTO                    SYS                            PACKAGE BODY
    DBMS_CRYPTO                    PUBLIC                         SYNONYM
    SQL> disconnect
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>

  • JStartupICheckFrameworkPackage: can't find framework package jvmx.jar

    Hi, 
    I do not manage to open J2EE Engine Visual Administrator
    I have this message: Unable to lookup connection default http://SOLMAN:8100/msgserver/text/logon returned empty list of connection parameters
    I have create a new connection with port 50104
    I have this message: Cannot open connection on host: 192.5.13.120 and port 50104 I checked SAPMMC I discovered that J2EE dispatcher and J2EE Server are stopped.
    I have this message when i developp trace :
    [Thr 3832] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\SSM\DVEBMGS01\exe\jvmx.jar
    My licence is expired is this the problem
    how to install my licence knowing that I cannot reach J2EE Engine Visual Administrator
    Thanks in advance
    Thomas
    Edited by: thomas Andrew on Mar 26, 2008 9:48 AM

    Just asking with min idea.
    As per above notes its clear that if you are unable to start up JAVA as JAVA license got expired so need to apply JAVA license from ABAP side then it would pic both so in this way we can start JAVA
    But how it would be in case of JAVA only system? how to apply?Shall we apply from OS level?
    Thanks in advance

  • Can't find default package `javax.imageio' error

    We are running jdk "1.4.2_05-b04" on linux. And I have a simple program that is importing package javax.imageio. But the compiler is not finding it. Now since this is a j2ee envrionment I am using ANT to compile. Here is the error I am getting:
    --- BEGIN ERROR TEXT---- [javac] /home/sroshan/samcvs/psimc/src/com/psi/psimc/tasks/servlets/StockGraphProducer.java:28:
    error: Can't find default package `javax.imageio'.
    Check the CLASSPATH environment variable and the access to the archives
    [javac] 1 error
    --- END ERROR TEXT----
    Here are my questions:
    1-Any one has any idea why this package may be in a special location in my jdk path that ANT can not find?
    2- What jar file would be containing the javax.imageio package?
    Since at list I could see if that jar may be included into my ANT classpath or not.
    Any help is appreciated
    Regards
    Siamak

    Hi,
    hey..I am also getting the same error. Please let me know what do you mean by path was so long??
    Are you talking about system Path variable or the installation path?I believe there is no restriction on the system path length, just search for cl.exe and make sure it is included in the system PATH.
    Regards,
    Hussein

  • 8.1.6 JDBC XA on 8.1.5 server can't find JDBC_XA package

    I'm using Oracle's 8.1.6 XADataSource. I'm enlisting the XAResource associated with an XAConnection with my JTA transaction manager. I'm hitting an 8.1.5 RDBMS server.
    Apparently, I'm missing the PL/SQL package JAVA_XA. Can I get a .sql for it and load it into the 8.1.5 server and succeed, or do I have to get an 8.1.6 server?
    Here's the error message I get at commit-time (the transaction manager (mine) is issuing an "end" to the XAResource which in turn appears to be trying to invoke JAVA_XA.XA_END via a prepared statement):
    java.sql.SQLException: ORA-06550: line 1, column 14:
    PLS-00201: identifier 'JAVA_XA.XA_END' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    I searched my catalog (all_source table) for this package and can't find it.

    The server has to be 8.1.6 or above to
    use the XA features.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bill Burcham ([email protected]):
    I'm using Oracle's 8.1.6 XADataSource. I'm enlisting the XAResource associated with an XAConnection with my JTA transaction manager. I'm hitting an 8.1.5 RDBMS server.
    Apparently, I'm missing the PL/SQL package JAVA_XA. Can I get a .sql for it and load it into the 8.1.5 server and succeed, or do I have to get an 8.1.6 server?
    Here's the error message I get at commit-time (the transaction manager (mine) is issuing an "end" to the XAResource which in turn appears to be trying to invoke JAVA_XA.XA_END via a prepared statement):
    java.sql.SQLException: ORA-06550: line 1, column 14:
    PLS-00201: identifier 'JAVA_XA.XA_END' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    I searched my catalog (all_source table) for this package and can't find it.<HR></BLOCKQUOTE>
    null

  • Where can i find the package of javax.servlet?

    i have installed the J2EE SDK,and Lomboz.i want use Eclipse.but when i import the package of javax.servlet.it said there is no such a package exist .Where can i find it?and how can i use it in Eclipse~Help me~~

    You can download it here :
    http://java.sun.com/products/servlet/download.html
    FeedFeeds : Read news a new way!
    http://www.feedfeeds.com

  • Java can't find any packages

    I was developing some simple Java apps with Netbeans and all was well, until I tried to add some additional packages to develop with. I was having trouble figuring where Java's library packages are supposed to reside, and for some reason I decided to clean up my iMac, and it looks like I nuked my Java installation. Specifically this is what I think happened.
    1) When I setup my iMac, I used the Apple software to copy across all my files from my Macbook Pro, and setup a new account identical to my old one. This left me with two admin accounts, the original install admin, and the copied account, which is what I use every day. I've noticed some odd behavior before, it seemed like once in a while something wouldn't install right because of the legacy install admin account. While trying to find out where the java packages were installed I couldn't find them on my current account (no Library/Java/Extensions), so I decided to finally delete the old admin account so I could have a "clean" installation and know everything was installed in the proper directories.
    Then I reinstalled Snow Leopard with my install disk, and used Software Update to catch up all of the OS to 10.6.4.
    But even after reinstalling the OS, Netbeans refuses to launch, it will bounce in the doc but no longer open, and if I tried launching it in Terminal with Java directly, I get the following error
    "Exception in thread "main" java.lang.NoClassDefFoundError: NetBeans/app
    Caused by: java.lang.ClassNotFoundException: NetBeans.app
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)
    When I try to find the classpath by typing "echo $CLASSPATH" in terminal, I get nothing.
    My Java version is
    java version "1.6.0_15"
    Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219)
    Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode)
    Any ideas how I can get java configured propery so that java applications can launch and find classes properly. Otherwise I'll have to switch to my windows emulator, which *****. Please save me!
    p.s. I've tried to build my project in MyEclipse and get similar errors
    "Exception in thread "main" java.lang.NoClassDefFoundError: com/ib/client/examples/Example1$Emailer
    Caused by: java.lang.ClassNotFoundException: com.ib.client.examples.Example1$Emailer
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)"

    Thanks for your advice, but I found another approach. I actually had 3 admin accounts that I setup when using the migration assistant, don't remember why, but I had previously only deleted one of the extras, which I had thought was being treated as the "main" admin account. While I was trying to modify my .bashrc file to manually set my classpath, I found I didn't have permissions to the directory, because the remaining extra admin account owned it, even though it was in my current account's user folder.
    On a hunch I logged in the other admin account, and voila! found that Java & Netbeans worked fine in it. So again, for some reason when I migrated from my old mac, this unused admin acct was set as the "primary" admin account, and it looks like Java and some other things were getting installed in it's directory structure, even though I installed them from my working account and had never had used the other account since the day I setup my iMac.
    I still didn't know how to fix my path problems, so I decided to go the other way and just adopt the working account as my new regular account. I created a root account, and used it to copy everything from the account I had been using, including all the library folders, to the working account, chowning the new files, rebooted, and everything seems to be working fine now.

  • Where can I find old package builds and associated files?

    In particular I need to set up and test a PHP 5.2.17 server so that I can run some tests on a website in order to debug it enough to get it running on a php 5.3.x webserver.
    So what I am looking for is the PKGBUILD and patch files for php 5.2.17.

    Go to the packages page http://www.archlinux.org/packages/extra/i686/php/ and on the top righthand side you have a box labeled 'Package Actions' - lot's of useful stuff there, including 'Source Files'. Use the 'Log' tag to go back in time.
    http://projects.archlinux.org/svntogit/ … e05a4d66fe is 5.2.10, next is version 5.3.
    http://projects.archlinux.org/svntogit/ … e05a4d66fe
    Last edited by karol (2011-09-14 11:07:25)

  • Where can i find this package javax.xml.parsers.*;

    i am learning xml. when i follow the examples from sun.
    system told me this package not found.
    i download the jaxp1.2_01. but i don't see any class called javax.xml.parsers.*;
    any help??

    if you run on JDK 1.4, you don't need any extra jar.
    else, if you have JAXP, then look better, you have the package into it.

  • Where can I find the packages oracle.cabo.doc.*

    Hi,
    I wanted to execute the uixdemos, but I couldn't. The error messages are "Couldn't found oracle.cabo.doc.demo.HGridDemo" and so on. I've tried to search for them but I couldn't find anythings. Could you please tell me where I should looking for?
    Many thanks,
    VKW

    The link for the UIX-demo is: http://otn.oracle.com/sample_code/products/jdev/content.html.
    Go to zip from the UIX (UIX Demo Bundle ).
    I'll greatly appreciate hearing of your message about the new uixdemo-version. My email address is: "[email protected]"
    Many thanks.
    VKW

  • How can I find the package com.sun.enterprise.naming?

    Where does the following package come from? From which jar file?
    com.sun.enterprise.naming
    I am worling on j2sdk 1.4.2.10 and SUN Application Server 8.1.02.

    You should not use the classes in the package com.sun.xml... directly. Use the XML API (included in the Java SDK since version 1.4); look at the javax.xml package.
    Jesper

  • How can i find the package folder?

    besides, because so many packages are there, i feel confusing to deal with them. how to deal with the packages.
    thank you for your attention.
    best wishes!

    Which IDE are you using ? if it is netbeans 5/6 or Eclipse you need not to worry about your package .just write your classes and the package will include automatically.

  • I can't find the package, "com.sun.faces.config.beans"

    Hi. To research the implementation mechnism of JSF, I downloaded JSF reference implementation source JAR from javaserverfaces.dev.java.net.
    But when I unziped the JAR and import these files into eclipse to compile this project, a serials of compile errors occurred. Making a comparation between binary JAR and source JAR, I found that some files contained in binary JAR weren't in the source JAR. For example, com.sun.faces.config.beans package exists in the jsf-impl.jar, but not in jsf-impl's source JAR. I ensure that the binary files and source files have the same version.
    Any advice is welcome. THX.
    null

    There are three source projects for JSF. The jsf-api, jsf-impl, and jsf-tools. The jsf-tools one contains the package you're looking for.
    I never understood why the JSF developers organized their projects this way. Basically, it looks like the jsf-tools project gets compiled into the jsf-impl jar. Thus it's not 1 project to 1 JAR. And confuses people like us!
    CowKing

  • How do i get my serial number? - i can't find the packaging of my students edition and unfortunately deleted the e-mail i received. And also is my product not registered in my adobe account, for the registration in my products i need the serial number wit

    help

    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Where can i find package

    hi..
    i was wondering where can i find a package called ij????
    thanxxx

    Depends on what ij is.
    I know it is part of the ImageJ image processing program, you can get the source here.
    Otherwise, I haven't a clue.

Maybe you are looking for

  • OBIEE 11G - Max Time Parameter on the RPD IS NOT WORKING

    Our OBIEE 11.1.1.7.1 cluster environment (2 nodes) has been setup on the repository to time out the queries if they run for more than 5 minutes. The requirement is if the query takes longer than 5 mins the query to the database should be cancelled on

  • Seasonal linear regression

    Hi there, APO Guru's We have created a forecast profile that uses strategy 35. However when we run the forecast with this model for say the last 36months of history. The system proposes an almost straight line forecast. If we run it with 18 months hi

  • For Aperture Users

    I have been a long time Aperture User. I also own my own copy (glad I did) of Photoshop CS6. Aperture will function for a good long while, love the program, but don't mind switching now that the writing is on the wall. I wasn't aware of all the "clou

  • Logic Pro 8 problem on new iMac running 10.6.7

    I just purchased a new iMac (3.2 Ghz core i3) running 10.6.7 I have ran all the system updates. I have migrated Logic Pro 8.0.2 from my old iMac (running os 10.4.11). I have also performed a clean install of Logic Pro and am still having same issue,

  • Does iphone4 end of support?

    Why we can't use facetime over cellular network with IOS6 ?