Problem building the J2sdk-1_4_1

I am trying to perform a build of the J2sdk using the source code and build instructions provided by sun. However there are errors in the files used by Make. Has anyone built the j2skd using suns source.
Does anyone know of any projects in this area.?
Any information would be very useful as I am finding it difficult to find any information in this area.
Thanks in advance,
David.

The error message seems to be a problem with the C++ path. I have checked the installation and used short directory names but still get these errors:
C:/j2sdk-1_4_2/j2sdk-1_4_2-src-scsl/hotspot\build\windows\.\vm\release\Makefile(
16) : fatal error U1052: file '../generated/Dependencies' not found
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MIAF9D~1\VC98\Bin\nmake.exe' : return co
de '0x2'
Stop.
gmake[1]: *** [hotspot-compiler2] Error 2
gmake: *** [scsl-build] Error 2
Has anyone encountered this before? Any ideas would be helpful.
Thanks ,
Dave.

Similar Messages

  • Problem building the Schema...

    Hi,
    I have two BPEL processes..Say 'BPELProcess1' and 'BPELProcess2'..I am trying to invoke the 'BPELProcess1' in 'BPELProcess2'..I am able to create the partner link..but the problem here is when I try to assign the values to the 'BPELProcess1' using an assign activity..It is not showing the variables of the 'BPELProcess1'....Instead it is displaying 'Exception:problem building the schema', Any how I am able to solve this by importing the schema of the 'BPELProcess1'...but Is there any way that we can overcome this problem with out importing the schema....
    Note: I am using the JDeveloper 10.1.3.3

    I have the same problem - Exception: Problem building schema! I assume something's wrong with the schema (:) but no clue as to how to fix it. Don't see anything helpful on the discussion forum so far, except previous post by Feroz without reply. Anyone?
    Thanks
    S (newbie)

  • Problems building the sample Apps for JSF

    I m trying to build the sample Apps provided as part of the JWSDP 1.3 for jsp after making some changes.
    The JSF tutorial says to run tne "ant" command after making changes to the build.properties file.
    The problems i am facing are:
    1. It says to specify the username/passowrd . I do not see anything like that in build.properties.
    2. For building it says to excute "ant" command. But that comes back with errors just specifying the usage which is similar to java usage. I have set all the variables like JSF_HOME, ANT_HOME, JWSDP_HOME etc to the correct values..
    Can anyhelp me by pointing me to how to rebuild these samples..
    BTW i am using the Tomcat that cam bundled with JWSDP 1.4
    Thanks
    SJ

    I also had some problems building the examples. As I use WinXP, I can't really help unfortunately. But I would like to mention, that a stand-alone JSF EA Version wouldl be great and definitely make it easier for newbies to get contac to this technology.
    Another recommendation would be to have a jsf-blank.war, that contains all necessary libs, config files, etc. without references to other downloads. This way I am sure, that many people more would be fascinated.
    I guess that JSF will be available as such a standalone version in the end, but it would also be nice to have it right now, even as an EA.
    cu
    sven

  • Asant problem- building the hello1 example

    I am trying to run the first example from the tutorial.I followed the instructions as described in the tutorial and configured the environment variables. However, when I am trying to build the hello1 example I get the following message:
    Usage: java [-options] class [args...]
               (to execute a class)
       or  java [-options] -jar jarfile [args...]
               (to execute a jar file)
    where options include:
        -client       to select the "client" VM
        -server       to select the "server" VM
        -hotspot      is a synonym for the "client" VM  [deprecated]
                      The default VM is client.
        -cp <class search path of directories and zip/jar files>
        -classpath <class search path of directories and zip/jar files>
                      A ; separated list of directories, JAR archives,
                      and ZIP archives to search for class files.
        -D<name>=<value>
                      set a system property
        -verbose[:class|gc|jni]
                      enable verbose output
        -version      print product version and exit
        -showversion  print product version and continue
        -? -help      print this help message
        -X            print help on non-standard options
        -ea[:<packagename>...|:<classname>]
        -enableassertions[:<packagename>...|:<classname>]
                      enable assertions
        -da[:<packagename>...|:<classname>]
        -disableassertions[:<packagename>...|:<classname>]
                      disable assertions
        -esa | -enablesystemassertions
                      enable system assertions
        -dsa | -disablesystemassertionsWhat am I doing wrong?
    Thank you,
    Itay

    Thanks for your quick reply.
    My environment variables are:
    J2EE_HOME = E:\Java\J2EE\AppServer
    JAVA_HOME = %J2EE_HOME%\jdk
    So as you can see I have no spaces in the directories names.

  • Problem building the service with jwsc task on bea 9.2

    i am trying to build a web service from a wsdl file,
    Firstly i generate the proper artifacts with the wsdlc task as described on bea 9.2 docs,then i run the wsdl task trying to build the service from the artifacts previously generated,
    here is the wsdl file,and after there are the error i get trying to build the service.
    <?xml version="1.0" encoding="utf-8" ?>
    <wsdl:definitions xmlns:types="http://emcs.dgtaxud.ec/webservice/types"
    xmlns:ref="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    targetNamespace="http://emcs.dgtaxud.ec/webservice"
    xmlns:ws="http://emcs.dgtaxud.ec/webservice"
    xmlns:conv="http://www.openuri.org/2002/04/soap/conversation/">
    <wsdl:types>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://emcs.dgtaxud.ec/webservice/types"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="startEntityAction">
    <xsd:complexType>
    <xsd:sequence/>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="startEntityActionResponse">
    <xsd:complexType>
    <xsd:sequence/>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="getEntityActionResult">
    <xsd:complexType>
    <xsd:sequence/>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="getEntityActionResultResponse">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ActionSucceeded" type="xsd:boolean"/>
    <xsd:element name="ActionResult" minOccurs="0" >
    <xsd:simpleType>
    <xsd:restriction base="xsd:token">
    <xsd:enumeration value="Success" />
    <xsd:enumeration value="Error" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="stopEntityAction">
    <xsd:complexType>
    <xsd:sequence/>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="stopEntityActionResponse">
    <xsd:complexType>
    <xsd:sequence/>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <xsd:schema elementFormDefault="qualified"
    targetNamespace="http://www.openuri.org/2002/04/soap/conversation/">
    <xsd:element name="StartHeader" type="conv:StartHeader"/>
    <xsd:element name="ContinueHeader" type="conv:ContinueHeader"/>
    <xsd:element name="CallbackHeader" type="conv:CallbackHeader"/>
    <xsd:complexType name="StartHeader">
    <xsd:sequence>
    <xsd:element name="conversationID" type="xsd:string" minOccurs="0"/>
    <xsd:element name="callbackLocation" type="xsd:string" minOccurs="0"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ContinueHeader">
    <xsd:sequence>
    <xsd:element name="conversationID" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="CallbackHeader">
    <xsd:sequence>
    <xsd:element name="conversationID" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="StartHeader_literal">
    <wsdl:part name="StartHeader" element="conv:StartHeader"/>
    </wsdl:message>
    <wsdl:message name="ContinueHeader_literal">
    <wsdl:part name="ContinueHeader" element="conv:ContinueHeader"/>
    </wsdl:message>
    <wsdl:message name="startEntityActionSoapIn">
    <wsdl:part name="startEntityActionParameters" element="types:startEntityAction"/>
    <wsdl:part name="entities" type="xsd:base64Binary"/>
    </wsdl:message>
    <wsdl:message name="startEntityActionSoapOut">
    <wsdl:part name="startEntityActionResponseParameters" element="types:startEntityActionResponse"/>
    </wsdl:message>
    <wsdl:message name="getEntityActionResultSoapIn">
    <wsdl:part name="getEntityActionResultParameters" element="types:getEntityActionResult"/>
    </wsdl:message>
    <wsdl:message name="getEntityActionResultSoapOut">
    <wsdl:part name="getEntityActionResultResponseParameters" element="types:getEntityActionResultResponse"/>
    <wsdl:part name="report" type="xsd:base64Binary"/>
    </wsdl:message>
    <wsdl:message name="stopEntityActionSoapIn">
    <wsdl:part name="stopEntityActionParameters" element="types:stopEntityAction"/>
    </wsdl:message>
    <wsdl:message name="stopEntityActionSoapOut">
    <wsdl:part name="stopEntityActionResponseParameters" element="types:stopEntityActionResponse"/>
    </wsdl:message>
    <wsdl:portType name="MaintainEntitySoap">
    <wsdl:operation name="startEntityAction">
    <wsdl:input message="ws:startEntityActionSoapIn"/>
    <wsdl:output message="ws:startEntityActionSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="getEntityActionResult">
    <wsdl:input message="ws:getEntityActionResultSoapIn"/>
    <wsdl:output message="ws:getEntityActionResultSoapOut"/>
    </wsdl:operation>
    <wsdl:operation name="stopEntityAction">
    <wsdl:input message="ws:stopEntityActionSoapIn" />
    <wsdl:output message="ws:stopEntityActionSoapOut" />
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="MaintainEntitySoap" type="ws:MaintainEntitySoap">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="startEntityAction">
    <soap:operation soapAction="http://emcs.dgtaxud.ec/startEntityAction"/>
    <conv:transition phase="start"/>
    <wsdl:input>
    <mime:multipartRelated>
    <mime:part>
    <soap:body parts="startEntityActionParameters" use="literal"/>
    <soap:header wsdl:required="true" message="ws:StartHeader_literal"
    part="StartHeader" use="literal" />
    </mime:part>
    <mime:part>
    <mime:content part="entities" type="application/octet-stream"/>
    </mime:part>
    </mime:multipartRelated>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getEntityActionResult">
    <soap:operation soapAction="http://emcs.dgtaxud.ec/getEntityActionResult"/>
    <conv:transition phase="continue"/>
    <wsdl:input>
    <soap:body use="literal"/>
    <soap:header wsdl:required="true" message="ws:ContinueHeader_literal"
    part="ContinueHeader" use="literal" />
    </wsdl:input>
    <wsdl:output>
    <mime:multipartRelated>
    <mime:part>
    <soap:body parts="getEntityActionResultResponseParameters" use="literal"/>
    </mime:part>
    <mime:part>
    <mime:content part="report" type="application/octet-stream"/>
    </mime:part>
    </mime:multipartRelated>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="stopEntityAction">
    <soap:operation soapAction="http://emcs.dgtaxud.ec/stopEntityAction" style="document" />
    <conv:transition phase="finish" />
    <wsdl:input>
    <soap:body use="literal" />
    <soap:header wsdl:required="true" message="ws:ContinueHeader_literal"
    part="ContinueHeader" use="literal" />
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="MaintainEntity">
    <wsdl:documentation>Asynchronous web service for maintaining entities.</wsdl:documentation>
    <wsdl:port name="MaintainEntitySoap" binding="ws:MaintainEntitySoap">
    <soap:address location="https://seed.dgtaxud.ec:8443/SEEDWS/entity/MaintainEntity.jws"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    the errors i get:
    build-service:
    [jwsc] JWS: processing module /MaintainEntitySoapImpl
    [jwsc] Parsing source files
    [jwsc] Parsing source files
    [jwsc] 1 JWS files being processed for module /MaintainEntitySoapImpl
    [jwsc] C:\DOCUME~1\PAPAGE~1\LOCALS~1\Temp\_1mu7ug\seed\webservices\maintainecontract\MaintainEntitySoap.java 31:69
    [jwsc] [ERROR] - A Document Bare style operation must have exactly one non header IN Parameter.
    [jwsc] C:\DOCUME~1\PAPAGE~1\LOCALS~1\Temp\_1mu7ug\seed\webservices\maintainecontract\MaintainEntitySoap.java 41:15
    [jwsc] [ERROR] - A Document Bare style operation must be declared Oneway if it returns void.
    [jwsc] C:\Documents and Settings\papageorgopoulos\Desktop\emcs latest\MaintainEntityContractServ\webservicefiles\MaintainEntitySoa
    pImpl.java 28:21
    [jwsc] [ERROR] - A document style operation must not have a non header INOUT or OUT Parameter.
    [jwsc] C:\DOCUME~1\PAPAGE~1\LOCALS~1\Temp\_1mu7ug\seed\webservices\maintainecontract\MaintainEntitySoap.java 41:15
    [jwsc] [ERROR] - A Document Bare style operation must have exactly one non header IN Parameter.
    [jwsc] C:\Documents and Settings\papageorgopoulos\Desktop\emcs latest\MaintainEntityContractServ\webservicefiles\MaintainEntitySoa
    pImpl.java 13:8
    [jwsc] [ERROR] - javax.jws.WebService.endpointInterface seed.webservices.maintainecontract.MaintainEntitySoap is invalid.
    [AntUtil.deleteDir] Deleting directory C:\DOCUME~1\PAPAGE~1\LOCALS~1\Temp\_1mu7ug
    for any ideas i would be grateful

    Ok, thanks Shay. It is ok when I use ' instead of " in my rendering condition, but the page also crashes when there is an ADF table with Empty text attribute value for example: #{bindings.TmetaformatMprogramView1.viewable ? 'No rows yet.' : 'Access Denied.'}. It crashes, says it cannot parse ? same as \ before.
    Edited by: nermin on Oct 31, 2008 10:20 AM

  • Problem in deployment of ISA B2B after building the app using ant buildtool

    Hi
    I've a problem with building ISA B2B App after modification.
    I've ISAWAC640SP11 and ant buildtool to build the application.
    I've setup a customer project in NWDS.
    I've build the application using build tool but when i try to deploy it
    on SAP J2EE 6.4 using SDM i get a weird message stating
    <b>"com.sap.sdm.util.sduread.IllFormattedSduFileException: The archive must be deployed with a 6.20 SDM, which has a SDM-SDA compatible version 1 or greater."</b>
    Does anyone know what is the exact proecess to build the application in
    SAP J2EE 6.4.
    Do we have to use the ant build tool or we can directly build the app using NWDS
    default build process ?
    Also can some one suggest me to setup a customer project for extension and
    modification of ISA B2B 640 on NWDS and SAP J2EE 6.4....
    Thanks & Regards
    Sandeep Solanki

    Guys please help  !!!
    atleast gimme some idea or suggestions.. !!!
    Regards
    Sandeep

  • I purchased CS6 2 years ago (or more) I now keep being asked to register, I also find Bridge is running slow in building the cache is this two problems or are they interrelated  - any help please.

    Hello could anyone advise me please:
    I purchased CS6 Student edition approx 2 years ago, and I have been using it pretty much on a daily basis.  Now it has suddenly started prompting me to register the software because the trial has ended. I did think about uninstalling and reinstalling but thought against this in view of the fact that CS6 is no longer available for purchase.
    I am also having problems with the speed of Bridge in building the cache it seems to take for ever - about 2 sec per image.
    Any help would be much appreciated.

    Sign in, activation, or connection errors | CC, CS6, CS5.5
    And for the Bridge cache simply flush it from the Bridge prefs and rebuild it - after doing disk maintenance liek defragmenting your drives.
    Mylenium

  • Problems with the build-IN SNTP-Client on cRIO9014&cRIO9012

    Hi out there,
    I have a problem using the build-IN SNTP-Client of a cRIO-9014 (and a cRIO-9012).
    It seems that the cRIO sometimes gets another time (e.g. 28.01.1920  12:03:00) other than it should get (e.g. 31.08.2014 09:59:00).
    I've found this problem in our measurement-files. They had some unusual timestamps (as showed in the following example).
    To prevent the SNTP-Client from doing too many damages to our measurement-files, I built a time-validator (with a range of 5 min), which checks one of my servers (and let it write every time change to a log file).
    The Log-File looks like (Where "$Message" is a custom-message. It is unrelated to the problem, but occurs every minute):
    31.08.2014          09:58:00 $Message
    31.08.2014          09:59:00 $Message
    31.08.2014          10:20:00 Setting Time from 28.01.1920 12:14:09 to: 31.08.2014 10:20:00
    31.08.2014          10:21:00 $Message
    31.08.2014          10:22:00 $Message
    31.08.2014          10:54:00 $Message
    31.08.2014          10:55:00 $Message
    31.08.2014          10:59:00 $Message
    31.08.2014          11:00:00 $Message
    As you can see, the cRIO loses its time somewhere between 09:59:00 and 10:00:00(UTC) and it has been set back at 10:58:XX (UTC). It is shown with the gap between the messages at 10:55:00 and 10:59:00.
    The configuration for the timesync was:
    [TIME SYNC]
    source.rtc.enable=True
    source_priority=sntp;rtc;
    source.sntp.enable=true
    source.sntp.address=192.53.103.108
    source.sntp.interval=60
    source.sntp.port=123
    source.sntp.verbose=false
    source.sntp.log=false
    sntp.address is a public  German time-server, hosted by our national institute.
    I've set sntp.verbose and sntp.log to TRUE for more information, but have to wait some time for a logfile.
    The network has the following scheme:
    cRIO -> UMTS-Modem -> ISP-VPN -> Internet
    Does anyone have had this problem and/or know, how to fix it?
    Thanks for your help!
    Cateros

    Hi!
    The problem happens sporadically, at first, we didn't even notice it, just that there are files missing and we got the strange logs. Now, with the workaround, we can finally trace the problem (and in some cases restore our measurement).
    What do you mean with "connectthe cRIO directly to a router?"? Could you please explain it?
    In the enclosure are more networkdevices, but only the cRIO uses the connection to the internet.
    The "UMTS Modem" has also routing capacities, which we use to remote control both of the RIOs.
    Thanks for your reply
    Cateros

  • Getting the error " [java] Problem invoking WLST - java.lang.RuntimeException: Could not find the OffLine WLST class " while building the O2A 2.1.0 PIP

    Getting the error " [java] Problem invoking WLST - java.lang.RuntimeException: Could not find the OffLine WLST class " while building the O2A 2.1.0 PIP. I am using the Design Studio 4.3.2 for building the O2A 2.1.0 PIP. Please let me know how to resolve this issue. Here I am enclosing the log file .

    We have basically the same issue when we try to create the interpreter using the embedded method..
    I was able to use the interpreter embedded in a java client as long as the weblogic jars were located in a weblogic install if I tried to use them from a maven repository no luck at all...
    All of this worked easily in 9.2 now in 10.3 it seems more error prone and less documented.
    I have seen close to a 100 posts on issues related to this so is there a document which outlines specifics....
    We / I have used weblogic now for almost 10 years and moving from 8.1 to 9.2 was painful and we expected the move from 9.2 to 10.3 not to be soo bad but its proving to be as painful if not more painful than moving to 9.2. We seem to spend a good bit of our time working around issues in the next new release that were not in the previous one..
    Any help would be appreciated I think we will open a support case but even that is more painful...
    Any help would be greatly appreciated..
    PS: We confirmed that all jars in the startweblogic classpath were in the startup. The server we have the embedded wlst instance is a managed server and we are using the component in a war... Are there any restrictions which we are unaware of.
    Error we get is
    1 [ERROR] com.tfn.autex.order.weblogic.QueueMaintenanceUtility.addQueue():217 Error Adding Queue wowsers JNDI Name wowsers Exception: Invocation Target exception while getting the WLSTOffLineScript path

  • Build the output file problem

    Hi,
    good day guys
    we dev the interface for stock information for mmi interface. For build output file. we coded as below as. but i need to build the out put file with Alias. how to do it?plz let me know
    FORM build_output_filename .
      CLEAR outfile.
    *This directory must be changed to make use of ALIAS FTP_DIR, as       *
    *the directory name is different between Dev, QA and Prod              *
      CONCATENATE 'D:/FTP/MMI/MMISTOCK/BABZAPART'       "here out put file
                   sy-datum sy-timlo
                   '.txt'
              INTO outfile.
    ENDFORM.
    Edited by: balaji kiran on Apr 12, 2010 2:33 PM

    hi balaji ,
    to connect to FTP there are some FM , which you can use....
    CALL FUNCTION 'FTP_CONNECT'
      EXPORTING
        user                   =
        password               =
      ACCOUNT                =
        host                   =
        rfc_destination        =
      GATEWAY_USER           =
      GATEWAY_PASSWORD       =
      GATEWAY_HOST           =
    IMPORTING
      HANDLE                 =
    EXCEPTIONS
      NOT_CONNECTED          = 1
      OTHERS                 = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    to connect from FTP.
    now put your file from sap server to the destination machine.
    and pass to the fm FTP command list
    CALL FUNCTION 'FTP_COMMAND_LIST'
                                   EXPORTING
                                     handle              =
                                 IMPORTING
                                   COMMAND_INDEX       =
                                   tables
                                     data                =
                                     commands            =
                                 EXCEPTIONS
                                   TCPIP_ERROR         = 1
                                   COMMAND_ERROR       = 2
                                   DATA_ERROR          = 3
                                   OTHERS              = 4
                                 IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                                 ENDIF.
    finally call fm FTP disconnect to disconnect the FTP.
    hope this help.
    take  help of where used of these FM and use accordingly.
    CALL FUNCTION 'FTP_DISCONNECT'
                             EXPORTING
                               handle        =
    hope this helps,
    thanks
    tanmaya

  • Problem in building the enterprise application using Ant -Wrkshop

    Hi All,
    I have developed the enterprise application using workshop and tries to build the application using Ant script and getting the following error.
    "An error occurred writing the controls client manifest."
    Regards
    Ashok

    Did you:
    a). Ensure you're using the correct version of WLS (it appears to me you're using a standalone WLS)? - correct version is 10.3.3
    b). Install the application development runtime 11.1.1.3?
    c). Extend the domain with the JRF?
    John

  • Problem building Client JVM on RedHat Linux 7.1

    Hi :)
    I am trying to build the client VM on RedHat Linux 7.1. I have religiously followed all the pre-requirements, making sure that I meet them all.
    Nevertheless, I get a bunch of error messages. They are divided into two categories:
    - "cannot convert int * to socklen_t * in various methods in the file src/os/linux/vm/hpi_linux.hpp
    - "class blah is implicitly friends with itself"; this one happens in various souce files, e.g. /share/vm/ci/ciObject.hpp
    Any ideas?
    Thanx :)
    Nikitas

    nikitas25 posted a message on March 17, 2002, about trying to build the HotSpot client on a RedHat 7.1 box and receiving a number of errors about:
    - "cannot convert int * to socklen_t *"
    - "class <blah> is implicitly friends with itself"
    I've been trying to build HotSpot 2.0 client on RedHat 7.3 and getting the same error messages starting with this file: src/share/vm/runtime/classLoader.cpp
    In function `int hpi::accept (int, sockaddr *, int *)':
    ....src/os/linux/vm/hpi_linux.hpp:84:
    cannot convert `int *' to `socklen_t *' for argument `3' to
    `accept (int, sockaddr *, socklen_t *)'
    In file included from ../generated/incls/_classLoader.cpp.incl:169,
    from ..../src/share/vm/runtime/classLoader.cpp:18:
    ....share/vm/ci/ciTypeArrayKlassKlass.hpp:22: class `ciTypeArrayKlassKlass' is
    implicitly friends with itself
    Has anybody else experienced this problem? If so, what did you do to fix it?
    I've tried with gcc-2.96-110 and gcc-3.1.1 along with jdk-1.3.1 and j2sdk-1.4.0 and no combination of the compilers works.
    Jeff

  • J2sdk-1_4_1-windows-i586.exe corrupted (cannot unpack)

    I cannot install j2sdk 1.4.1.
    First I downloaded it from http://java.sun.com/webapps/download/DisplayLinks
    "You have chosen to download Java(TM) 2 SDK, Standard Edition 1.4.1
    Download j2sdk-1_4_1-windows-i586.exe .
    Filesize = 37,724,482 bytes."
    to
    c:\Downloads\j2sdk-1_4_1-windows-i586.exe 37,724,482 bytes
    Correct number of bytes.
    Double-clicking on this file brings up a dialog with title
    "Java 2 SDK - InstallShield Wizard"
    with a progress bar labelled "Reading contents of package..."
    The progress bar reaches 100% and then starts from 0 again. Shortly after, the dialog is replaced with an error dialog stating:
    "The contents of this file cannot be unpacked. The executable you are attempting to run has been corrupted. Please obtain another copy of the file, verify its integrity, and try again."
    This is the third time that I have tried to install the Java 2 SDK and each time I have had the same result. Each time the downloaded file has had the correct number of bytes. There are many posts here describing the same problem, but I have not seen one that has a universal solution.
    It seems to me that the problem is to do with the installation environment:
    Operating system: Windows 95 Copyright 1981 � 1996
    Pentium MMX 166 MHz, 64 MB RAM, 3GB unused disk space
    J2SDK-1_4_1-WINDOWS-I586.EXE Dependencies:
    File Version
    ADVAPI32.DLL 4.71.118.0
    COMCTL32.DLL 5.81.4807.2300
    GDI32.DLL 4.0.0.950
    J2SDK-1_4_1-WINDOWS-I586.EXE 2.11.15.0
    KERNEL32.DLL 4.0.0.1111
    LZ32.DLL 4.0.0.950
    SHELL32. DLL 4.0.0.1111
    USER32. DLL 4.0.0.950
    I have 2 versions of InstallShield installed. I think that the problem is with my operating system or my InstallShield installations. Anyone know the solution?

    Window 95 is not supported for this version and you are at the ragged edge as far as processor speed.
    This is the beginning of the installation instructions that are on the download page:
    "System Requirements
    The JavaTM 2 SDK is supported on Microsoft Windows 98 (1st or 2nd edition), Windows NT 4.0 with with Service Pack 5 or later, Windows ME, Windows XP, Windows 2000 with Service Pack 2 or later, running on Intel hardware. In non-English locales, the only edition of Microsoft Windows 2000 tested with this release is the Professional edition.
    Note -- Trying to install the Java 2 SDK on a non-supported version of Microsoft Windows or on a machine that doesn't have a sufficiently up-to-date Service Pack will cause the installer to generate this warning: "We recommend that you do not install this Java(TM) Platform for the following reasons: This Java(TM) Platform does not support the operating system or operating-system service pack on this machine."
    A Pentium 166MHz or faster processor with at least 32 megabytes of physical RAM is required to run graphically based applications. Forty-eight megabytes of RAM is recommended for applets running within a browser using the Java Plug-in product. Running with less memory may cause disk swapping which has a severe effect on performance. Very large programs may require more RAM for adequate performance.
    You should have 120 megabytes of free disk space before attempting to install the Java 2 SDK software."

  • Classpath error while building the web dynpro project

    Hi
    I have created an application in which on clicking the button on one view , next view opens and data is displayed in the tables. This data i am giving as static, and for that i have created a java file. this java file is located in the subfolder i have created in the package path i have given. While building the application, i get these two errors :
    1) The project was not built due to classpath errors (incomplete or involved in cycle).
    2) Missing required source folder 'BPOutageTable/BPOT'
    BPOutageTable is the application name, and BPOT is the subfolder in which java file is present.
    This application is similar to "The Master/Detail Viewer Application" example in the tutorials.
    Can anybody please help in this?
    Thanks & regards,
    Anupreet

    Hi,
       You have give your classpath in your "lib" folder of the Dynpro application.
       check your lib folder shows exact class path or not.
    if you wish to add any jar files import it to your lib folder so you will not have compilation problem.
    Hope it helps.If it is then close this thread.
    Regards,
    Guru

  • Problem with the MenuBar and how can i delete a own component out of the storage

    Hello,
    I opened this thread in the category "Flex Builder 2", but
    under this category my questions fit better.
    I have a problem with the MenuBar and a question to delete a
    component out of storage.
    1. We have implemented the MenuBar, which was filled
    dynamically with XML data.
    Sporadically it will appear following fault, if we "mousover"
    the root layer.
    RangeError: Error #2006: Der angegebene Index liegt
    außerhalb des zulässigen Bereichs.
    at flash.display::DisplayObjectContainer/addChildAt()
    at mx.managers::SystemManager/
    http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()
    at mx.managers::SystemManager/addChild()
    at mx.managers::PopUpManager$/addPopUp()
    at mx.controls::Menu/show()
    at mx.controls::MenuBar/::showMenu()
    at mx.controls::MenuBar/::mouseOverHandler()
    Here a abrid ged version of our XML to create the MenuBar:
    <Menuebar>
    <menu label="Artikel">
    <menu label="Artikel anlegen" data="new_article" />
    <menu label="Artikel bearbeiten" data="edit_article" />
    <menu label="Verpackung">
    <menu label="Verpackung anlegen" data="new_package" />
    <menu label="Verpackung bearbeiten" data="edit_package"
    />
    </menu>
    <menu label="Materialgruppe">
    <menu label="Materialgruppe anlegen"
    data="new_materialgroup" />
    <menu label="Materialgruppe bearbeiten"
    data="edit_materialgroup" />
    </menu>
    </menu>
    </Menuebar>
    It is a well-formed XML.
    2. Delete a component out of storage
    We have some own components (basically forms), which will be
    created and shown by an construct e.g.
    var myComponent : T_Component = new T_Component ;
    this.addChild(myComponent)
    Some of our forms will be created in an popup. On every call
    of the popup, we lost 5 mb or more, all childs on the windows will
    be removed by formname.removeAllChild();
    What cann we do, that the garbage collector will dispose this
    objects.
    Is there a way to show all objects with references (NOT
    NULL)?
    I have read in the Flex Help, that
    this.removeChild(myComponent) not delete the form and/or object out
    of the storage.
    Rather the object must be destroyed.
    It is sufficient to call delete(myComponent) about remove
    this object out of the storage as the case may be that the
    garbage-collector remove this object at any time?
    Or how can I destroy a component correctly. What happens with
    the widgets on this component e.g. input fields or datagrids?
    Are they also being deleted?
    Thanks for your help.
    Matze

    If you mena the "photo Library" then you cannot delete it.
    This is how iphone handles photos.  There are not two copies.  There a re simply two places from which to access the same photos.  ALL photos synced to iphone can be accessed via Photo Library.  Those same pics can be accessed via their individual folder.

Maybe you are looking for