Problems in running weblogic server7.0 with windows98 ...

hi
i installed weblogicserver 7.0 on windows 98.and when iam trying to run
setExamplesEnv.cmd file from dos prompt it says bad command or file name.and
when iam trying to start->Programs-> "Launch Examples Server" its
searching for "cmd.exe" which is not found in windows98.please let me know
the solution for this asap

renamed .cmd to .bat and see if it works or not.
krishna ramineni wrote:
hi
i installed weblogicserver 7.0 on windows 98.and when iam trying to run
setExamplesEnv.cmd file from dos prompt it says bad command or file name.and
when iam trying to start->Programs-> "Launch Examples Server" its
searching for "cmd.exe" which is not found in windows98.please let me know
the solution for this asap

Similar Messages

  • Problem in using Weblogic 6.1 with Oracle 9i

    Hi,
    Has anybody experiensing problems in creating connection from Weblogic6.1 to Oracle
    9i using thin driver?
    We have a piece of codes that works fine with Weblogic 6.1 and Oracle 8.1.7 but
    failed to create database connection when we upgrade to database to 9i (the same
    code works fine without weblogic).
    Thanks
    Li
    [email protected]

    It works after I put the new oracle driver ahead of the weblogic stuff.
    Thanks
    Li
    Joseph Weinstein <[email protected]> wrote:
    You should make sure you have the same Oracle driver in the server
    classpath, as works in the standalone case. Note that we ship a
    thin driver too, so your newer one will ahve to be ahead of all
    the weblogic stuff in the server classpath.
    Joe
    Li Wang wrote:
    After upgraded our oracle server to 9i, we found that our applicationdoes not
    work. So, I wrote a simple test program that just creates a connectionand exec
    a query. The program works find with 9i by itself (of cause). But,when I put
    it in Weblogic 6.1 (as Startup class), there are problems.
    First, it takes 833700ms to create a connection (It takes 981ms tocreate a connection
    outside wls, it takes 900ms to create a connection to oracle8.1.7 insidewls).
    Then, it gets "java.sql.SQLException: ORA-00600: internal error code,arguments:
    [ttcgcshnd-1], [0], [], [], [], [], [], []"
    while executing the query.
    We run weblogic and oracle on Windows2000.
    The code looks like:
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String username = "yourusername";
    String password = "yourpassword";
    String host = "yourhost";
    String sid = "yoursid";
    String dbURL = "jdbc:oracle:thin:@" + host +":1521:" + sid;
    String sql = "select * from yourtable";
    System.out.println(dbURL);
    Connection connection = DriverManager.getConnection (dbURL, username,password);
    Statement statement = connection.createStatement();
    statement.executeQuery(sql);
    statement.close();
    connection.close();
    "Jignesh Patel" <[email protected]> wrote:
    1. Are you able to create connection pool using Oracle 9i THIN driver
    ? i.e Define
    connection pool & make initial connection => 1. At the time of startup
    weblogic
    will create connections defined in connection pool.
    2. Can you post your error message ?
    Thanks
    Jignesh Patel
    "Li Wang" <[email protected]> wrote:
    Hi,
    Has anybody experiensing problems in creating connection from Weblogic6.1
    to Oracle
    9i using thin driver?
    We have a piece of codes that works fine with Weblogic 6.1 and Oracle
    8.1.7 but
    failed to create database connection when we upgrade to database
    to
    9i
    (the same
    code works fine without weblogic).
    Thanks
    Li
    [email protected]

  • Problem in starting Weblogic 5.1 with Solaris 2.6

    Hi all:
    I am getting the following errors when I run Weblogic 5.1 on Solaris 2.6. I
    am going to the prompt and
    executing startWebLogic.sh command. Do we have to write a KSH for this. I am getting
    the following errors.My first question is that do we need
    Java version 1.2 or above to execute WLS5.1. My license file has the valid license
    entries in the file. Please go
    through it and give me suggestions.
    My License file entries:
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="1d3c1f482515f5b4bbf4639c86564e3a"
    />
    <LICENSE PRODUCT="WebLogic/SSL"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="8952273c8d5ffcd568c0092bc95faf05"
    />
    <LICENSE PRODUCT="WebLogic/ClusterII"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="4c607083770e6f917ea719a888499b68"
    />
    <LICENSE PRODUCT="jdbcKona/Oracle"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="8025e0ee6e6e301a03714f2e949c93a8"
    />
    <LICENSE PRODUCT="jdbcKona/Sybase"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="aa680dc79bee2b67645e1a9b602092c2"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer4"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="7fd41a5a9f51f79e491d1a901ad5f04c"
    />
    <LICENSE PRODUCT="jdbcKona/Informix4"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="7a5992e6f46cb94b13041d7d2992c0bb"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="7ae6465612751853e942286a2fff2182"
    />
    </WEBLOGIC-LICENSES>
    <!--^M
    Copyright (c) 1997-1999 by BEA Systems, Inc. All Rights Reserved.^M
    ^M
    WebLogicLicense.xml^M
    ^M
    This is your WebLogic license file.^M
    ^M
    Prior to evalating the WebLogic products, you must first read and^M
    accept the evaluation license at:^M
    ^M
    http://www.weblogic.com/licbeta.html^M
    ^M
    and register as an evaluation user. ^M
    ^M
    When you purchase a product license for WebLogic, you will^M
    receive non-expiring keys for this file by email.^M
    ^M
    Instructions on how to edit and compile this file are online in the^M
    WebLogic Administrator Guide "Installing a WebLogic license" at:^M
    ^M
    http://www.weblogic.com/docs/techstart/license.html^M
    ^M
    If you have other questions about this file or obtaining license^M
    keys, you can email us at [email protected].^M
    -->^M
    <!-- Keys for version 4.0 and later -->^M
    <WEBLOGIC-LICENSES>^M
    <LICENSE PRODUCT="WebLogic"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="faebf1221509b2736dfaeb5c44888cd0"^M
    />^M
    <LICENSE PRODUCT="WebLogic/SSL"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="265850b96d6968031ae89006ee67eaae"^M
    />^M
    <LICENSE PRODUCT="Personalization"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="7a066dc751368d3ed7f6a4814d4e503d"^M
    />^M
    <LICENSE PRODUCT="WebLogic/ClusterII"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="7727113940ad9e437a5b53ac91cfe10e"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/Oracle"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="ece7c023669fa3acf4e071972a917299"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/Sybase"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="db0a96966b5991110b522fb8a1a9a187"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/MSSQLServer4"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="cade68cb4c93b1a58cb9fc27233dc872"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/Informix4"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="b1147046c1cb4d2fc50161ed4000075d"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/MSSQLServer"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="d3d6d957274aa5492adab8224ef0b468"^M
    />^M
    </WEBLOGIC-LICENSES>^M
    Errors:
    LD_LIBRARY_PATH=/export/opt/weblogic/weblogic/lib/solaris
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0 ?
    SimpleDateFormat produced: 07-Dec-2000 but should equal: 08-Dec-2000 Note that
    older java runtime versions had a bug in SimpleDateFormat...
    SimpleDateFormat produced: 07-Dec-2000 but should equal: 08-Dec-2000 Note that
    older java runtime versions had a bug in SimpleDateFormat...
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : /export/opt/weblogic/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    License key incorrect for WebLogic,any,3,07-Dec-2000|faebf1221509b2736dfaeb5c448
    88cd0
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDBC
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3

    1) Remove the second section in your license file that contains
    expired licenses.
    2) Check the Supported Platforms page for what JDK you should
    use.
    Mike
    "Hari Pillai" <[email protected]> wrote:
    >
    Hi all:
    I am getting the following errors when I run Weblogic 5.1 on Solaris
    2.6. I
    am going to the prompt and
    executing startWebLogic.sh command. Do we have to write a KSH for this.
    I am getting
    the following errors.My first question is that do we need
    Java version 1.2 or above to execute WLS5.1. My license file has the
    valid license
    entries in the file. Please go
    through it and give me suggestions.
    My License file entries:
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="1d3c1f482515f5b4bbf4639c86564e3a"
    />
    <LICENSE PRODUCT="WebLogic/SSL"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="8952273c8d5ffcd568c0092bc95faf05"
    />
    <LICENSE PRODUCT="WebLogic/ClusterII"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="4c607083770e6f917ea719a888499b68"
    />
    <LICENSE PRODUCT="jdbcKona/Oracle"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="8025e0ee6e6e301a03714f2e949c93a8"
    />
    <LICENSE PRODUCT="jdbcKona/Sybase"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="aa680dc79bee2b67645e1a9b602092c2"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer4"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="7fd41a5a9f51f79e491d1a901ad5f04c"
    />
    <LICENSE PRODUCT="jdbcKona/Informix4"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="7a5992e6f46cb94b13041d7d2992c0bb"
    />
    <LICENSE PRODUCT="jdbcKona/MSSQLServer"
    IP="161.127.67.35" UNITS="4" EXPIRATION="never"
    KEY="7ae6465612751853e942286a2fff2182"
    />
    </WEBLOGIC-LICENSES>
    <!--^M
    Copyright (c) 1997-1999 by BEA Systems, Inc. All Rights Reserved.^M
    ^M
    WebLogicLicense.xml^M
    ^M
    This is your WebLogic license file.^M
    ^M
    Prior to evalating the WebLogic products, you must first read and^M
    accept the evaluation license at:^M
    ^M
    http://www.weblogic.com/licbeta.html^M
    ^M
    and register as an evaluation user. ^M
    ^M
    When you purchase a product license for WebLogic, you will^M
    receive non-expiring keys for this file by email.^M
    ^M
    Instructions on how to edit and compile this file are online in the^M
    WebLogic Administrator Guide "Installing a WebLogic license" at:^M
    ^M
    http://www.weblogic.com/docs/techstart/license.html^M
    ^M
    If you have other questions about this file or obtaining license^M
    keys, you can email us at [email protected].^M
    -->^M
    <!-- Keys for version 4.0 and later -->^M
    <WEBLOGIC-LICENSES>^M
    <LICENSE PRODUCT="WebLogic"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="faebf1221509b2736dfaeb5c44888cd0"^M
    />^M
    <LICENSE PRODUCT="WebLogic/SSL"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="265850b96d6968031ae89006ee67eaae"^M
    />^M
    <LICENSE PRODUCT="Personalization"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="7a066dc751368d3ed7f6a4814d4e503d"^M
    />^M
    <LICENSE PRODUCT="WebLogic/ClusterII"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="7727113940ad9e437a5b53ac91cfe10e"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/Oracle"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="ece7c023669fa3acf4e071972a917299"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/Sybase"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="db0a96966b5991110b522fb8a1a9a187"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/MSSQLServer4"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="cade68cb4c93b1a58cb9fc27233dc872"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/Informix4"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="b1147046c1cb4d2fc50161ed4000075d"^M
    />^M
    <LICENSE PRODUCT="jdbcKona/MSSQLServer"^M
    IP="any" UNITS="3" EXPIRATION="08-Dec-2000"^M
    KEY="d3d6d957274aa5492adab8224ef0b468"^M
    />^M
    </WEBLOGIC-LICENSES>^M
    Errors:
    LD_LIBRARY_PATH=/export/opt/weblogic/weblogic/lib/solaris
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: Fri Dec 08 03:00:00 EST 2000 but should have
    produced
    : Fri Dec 08 00:00:00 EST 2000. Is your java runtime older than 1.2.0
    SimpleDateFormat produced: 07-Dec-2000 but should equal: 08-Dec-2000
    Note that
    older java runtime versions had a bug in SimpleDateFormat...
    SimpleDateFormat produced: 07-Dec-2000 but should equal: 08-Dec-2000
    Note that
    older java runtime versions had a bug in SimpleDateFormat...
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : /export/opt/weblogic/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    License key incorrect for WebLogic,any,3,07-Dec-2000|faebf1221509b2736dfaeb5c448
    88cd0
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDBC
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3

  • Running weblogic 5.1 with HotSpot 2.0

    Hi people ,
    I just want to run my weblogic with hotspot server VM 2.0 on
    weblogic 5.1 . can any place a pointer on how to start weblogic with
    hotspot .
    thanks a lot in advance
    regards
    Hari Krishna

    Hari Krishna,
    First http://www.weblogic.com/platforms/index.html
    Then change the .cmd or .sh that you are using to start WebLogic to use the
    JVM of your choice.
    Peace.
    Cameron Purdy
    [email protected]
    http://www.tangosol.com
    WebLogic Consulting Available
    "Hari Krishna" <[email protected]> wrote in message
    news:[email protected]..
    Hi people ,
    I just want to run my weblogic with hotspot server VM 2.0 on
    weblogic 5.1 . can any place a pointer on how to start weblogic with
    hotspot .
    thanks a lot in advance
    regards
    Hari Krishna

  • Problem for running Update query with Chinese

    Hi all,
    I am running a web application in Lotus Domino.
    I have a Lotus Script Agent which need to update Oracle 8i Database with Chinese Character throught ODBC but i find that all characters become some strange characters.
    I got the problem only for update query.
    I have no problem for select query for getting the chinese data.
    Also, I got no problem to run the update query with chinese characters in Sqlplus.
    I also try to run the same update query which the ODBC connection is pointing to an MS Access Database. It works too.
    So the only things i leave is the Oracle ODBC driver.
    Anythings I should do for the Oracle ODBC server?
    Thanks very much.

    Hi, I checked the registry of Oracle and
    in the NLS_LANG field, the values is AMERICAN_AMERICA.UTF8. In the server side, I set the same.
    It should be okay, as i can retrieve the chinese content in the Oracle. Just that when i try to run a query contain chinese, such as,
    "insert into TableA values ('���')". i will got some strange character inserted in the databasae.
    Could you tell me what should i do?
    Thanks a lot a lot.

  • How to run a .bat file with string arguments?

    Hi,
    I have a problem in running a .bat file with string arguments
    - the file is XPathOverlap.bat with 2 stringarguments like: "/a" and "//a"
    - the cmd: c:\Downloads>XPathOverlap "//a" "/a" works fine.
    - here is my code:
    public static void test(){
         try{
              String loc1 = "//a";
              String loc2 = "/a";
              String[] cmdarray = {"c:\Downloads\XPathOverlap", loc1, loc2};
              Process p = Runtime.getRuntime().exec(cmdarray);
              p.waitFor();
              System.out.println("Exit Value: "+p.exitValue());
              //code to print command line replies
              InputStream cmdReply = p.getInputStream();
              InputStreamReader isr = new InputStreamReader(cmdReply);
              BufferedReader br = new BufferedReader(isr);
              String line = null;
              while((line=br.readLine())!=null){
                   System.out.println(line);
         }catch(Throwable t){
              t.printStackTrace();
    How can i run this bat file with 2 string arguments?

    Hi,
    thanks thats good and helpfully
    so this code works:
    String loc1 = "\"/a\"";
    String loc2 = "\"//a\"";
    String path = System.getenv("MuSatSolver");
    String[] cmdarray = {"cmd.exe","/C",path+"XPathOverlap.bat", loc1, loc2};
    Process p = Runtime.getRuntime().exec(cmdarray);
    p.waitFor();
    System.out.println("Exit Value: "+p.exitValue());
    InputStream cmdErr = p.getErrorStream();
    InputStreamReader isrErr = new InputStreamReader(cmdErr);
    BufferedReader brErr = new BufferedReader(isrErr);
    String line2 = null;
    while((line2=brErr.readLine())!=null){
         System.out.println("Error: "+line2);
    but now i have another problem, this is the output:
    Exit Value: 0
    Error: java.lang.NoClassDefFoundError: fr/inrialpes/wam/treelogic/_xml/XPathOverlap
    Error: Exception in thread "main" The Exit value is 0, so the process terminates normally.
    I have tested this bat file in cmd and there it works correctly.
    Why do i get this error message?

  • Problems running Weblogic 6.1 Server on Pentium 4 with Windows XP

    Hi everyone.
    I've got a problem. I'm trying to run Weblogic 6.1 Server on Pentium 4 with Windows
    XP as OS, and when I try to work with the console the system restarts and get
    an error message in which I can read something like "big error on the system".
    Does anybody know if there is any problem between WebLogic Server and Pentium
    4 or Windows XP?
    Thank you

    We're you ever able to install WLS 6.1 sp4 in XP in a working fashion?
    WLS 6.1 sp3 works just fine on XP.
    Steve...
    "Hiroaki Nakamura" <[email protected]> wrote:
    >
    I had a problem installing WebLogic6.1SP4 on Windows XP.
    SP3 was OK. The problem seems to be in the installer.
    When I ran the installer, I saw these weird behaviors:
    - The default value of BEA Home was "\\bea" (should be "C:\bea").
    - The dialog for inputting system password was skipped.
    - After the installer "finished", some directories like
    C:\bea\jdk131, C:\bea\wlserver6.1\bin were missing.
    OTOH, "C:\BEA WebLogic E-Business Platform" was created.
    - In the control panel, add/remove program section, the
    entry for WebLogic6.1SP4 was not created.
    The installer runs fine on Windows 2000. And I copied
    the installed files to my Windows XP machine, and I ran
    startWebLogic.cmd in myserver directory, it seems OK.

  • Problems running xfce (&icewm), issues with xorg...?

    Hi,
    I am making a 2. attempt at arch linux. I have installed arch on my laptop. The first problem I don't seem to be able to overcome without help is getting xorg working.
    When i run startx the tty hangs. Its not even recovered by killing startx from another tty.
    First i tried startx without exec. This is the exception in that it did not hang. Then i tried startex with "exec startxfce4" in the .xinitrc. I tried again after a reboot becouse of the message:
    /usr/bin/startxfce4: X server already running on display :0
    I made an additional attemt using icewm in place of xfce, it did also hang the tty.
    My laptop has an integrated intel graphics chip, as well as a NVIDIA dedicated graphics card.
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [NVS 4200M] (rev a1)
    At first I tried installing only the NVIDIA driver, but they did not load correctly, assuming I understand the logs. The same with the intel driver. As a result, xorg did not recognize my display. Therefore I have all of the following installed:
    xf86-video-intel      xf86-video-nouveau  nvidia  xf86-video-vesa
    When I explicitly installed the vesa driver, I did not see an error saying that no monitor was found.
    In addition i have the following packages installed:
    xorg-server xorg-server-utils xorg-xinit  xfce4 icewm
    In addition I may have done
    pacman -S xorg and chosen the default xf86-input-evdev
    I have put the logs and such here:
    http://folk.uio.no/henrikq/arch/xorg/
    I have no idea what to do at this point, so help would be appreciated.

    Sorry about the long absence, I have been busy.
    I do indeed have Optimus. I had a friend look at the problem. He set me up with an .xinitrc and xorg.conf. We got stuck at black screen on startx. I have managed to account for all error but one:
    [ 111.205] (EE) Screen 1 deleted because of no matching config section.
    xrandr --listproviders, gives:
    Providers: number : 2
    Provider 0: id: 0x2af cap: 0x1, Source Output crtcs: 0 outputs: 0 associated providers: 0 name:NVIDIA-0
    Provider 1: id: 0x43 cap: 0x2, Sink Output crtcs: 2 outputs: 2 associated providers: 0 name:modesetting
    I have put log files etc here:
    http://folk.uio.no/henrikq/arch/xorg2/

  • TitanTV listings page NOW affects my Firefox. I'd commonly run it -multiple tabs- with no problem at all. Now-- Hanging!; flash crash,etc.. What jusT changed??

    (Using WiFi and all-- library computers, etc.. I got in the habit of keeping multiple tabs open. I came to Firefox because it handled that usage much, much better than any version of IE. Running the multiple tabs of the future television listings made sense and Was very convenient.. Was. Now it seems -after eliminating other possibilities* that the TitanTV page is the cause of my Firefox Hanging.. (when open at all It slows even Other pages' scrolling..?! ) So yeah-- 'Hanging,' unresponsive page, flash/shockwave -type crashes etc. ,etc. Obviously..I don't Have to use the page.. or run it on this browser but What ALL Of A Sudden is causing this to occur?? Is it the ad content on there somehow? I'd love to find out at this point... and I do prefer this to the other browsers. [*And did follow the posted usual troubleshoots as well as uninstall/re-install on both the Firefox and antivirus (Avast), clearing the cache memory...] I'd love it if I could solve this new mystery here.... Thanks! )

    Tom, <br />
    I am glad it is working again after following Moses's advice.
    You say give us volunteers better ammunition, would help with troubleshooting. Well one thing you could have done along those lines was to follow the prompts to include full troubleshooting information in your question.
    You have marked the thread solved and so it appears running in safe mode with plugins disabled solved the issue for you. That is commonly seen in searches as a troubleshooting step because it is useful. Firefox is highly customisable something people like, but the downside is all the various addons do not always work well in every situation and combination.
    The action was only intended as a troubleshooting step, but you may well have more than one single issue here and may need further help sorting that out. I appreciate you are frustrated & not swearing '''at''' ''Moses'' but you are probably more likely to find help if you tone down the language.
    I can not be sure yet but probably most of you problems are not directly related to the upgrade of Firefox from Fx28 to Fx29.

  • Does anyone know if Appleworks 6.2(education version) will run on windows 7 64 bit? I have it running on 32 bit with no problem.

    Does anyone know if Appleworks 6.2 (education version)will run on windows 7 64 bit? I have it running on 32 bit with no problem.

    It runs fine on 64 bit. I have it running on Windows 8 Pro 64 bit. Just have Quicktime installed first otherwise the install will fail. Sorry for the late reply.

  • Problem description: My iMac (early 2008) with OS 10.10.2 runs slow.  I have run EtreCheck several times, and I am unable to move beyond Problem System Launch Agents (11 processes killed due to memory pressure) and Launch Daemons (12 processes killed

    Problem description:
    My iMac (early 2008) with OS 10.10.2 runs slow.  I have run EtreCheck several times, and I am unable to move beyond Problem System Launch Agents (11 processes killed due to memory pressure) and Launch Daemons (12 processes killed).
    EtreCheck version: 2.1.8 (121)
    Report generated April 14, 2015 at 9:50:48 AM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (24-inch, Early 2008) (Verified)
        iMac - model: iMac8,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR2 SDRAM 800 MHz ok
            BANK 1/DIMM1
                2 GB DDR2 SDRAM 800 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 8800 GS - VRAM: 512 MB
            iMac 1920 x 1200
    System Software: ℹ️
        OS X 10.10.2 (14C1510) - Time since boot: 4 days 20:29:22
    Disk Information: ℹ️
        Hitachi HDS721010KLA330 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Mac iBook HD (disk0s2) / : 999.35 GB (521.60 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple, Inc. Keyboard Hub
            Apple, Inc Apple Keyboard
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Configuration files: ℹ️
        /etc/sysctl.conf - Exists
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.SafariNotificationAgent.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        [killed]    com.apple.warmd_agent.plist
        11 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nesessionmanager.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    org.cups.cupsd.plist
        12 processes killed due to memory pressure
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [running]    com.arubanetworks.via.NetworkMonitorLaunchd.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        ChronoSyncBackgrounder    Application  (/Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Canon IJ Network Scanner Selector2    Application Hidden (/Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app)
        Google Drive    Application  (/Applications/Google Drive.app)
    Internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 6.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 [Click for support]
        Flip4Mac WMV Plugin: Version: 3.1.0.24   - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 Outdated! Update
        iPhotoPhotocast: Version: 7.0
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
        WebEx: Version: 1.0 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    3rd Party Preference Panes: ℹ️
        Adobe Version Cue CS2  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        VIA PrefPane  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             3%    WindowServer
             3%    Mail
             2%    com.apple.iCloudHelper
             1%    Creative Cloud
             1%    Google Chrome
    Top Processes by Memory: ℹ️
        223 MB    Google Chrome
        150 MB    Finder
        129 MB    Google Chrome Helper
        112 MB    Mail
        69 MB    Google Drive
    Virtual Memory Information: ℹ️
        35 MB    Free RAM
        1.45 GB    Active RAM
        1.45 GB    Inactive RAM
        888 MB    Wired RAM
        27.01 GB    Page-ins
        851 MB    Page-outs

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Problem after run report with spreadsheet

    hi evry one
    ther an a problem after run report with spreadsheet .
    after runing iexplorar open and close fast no thing else
    when i check the job from appserver job success with spreadsheet dis format.
    what shall i do.
    thanks.

    Hello,
    Do you use the Oracle Forms builtin WEB.SHOW_DOCUMENT ?
    If yes , take a look to : "IE7 windows opened and closed immediatly"
    http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Internet_Explorer/Q_23304982.html
    You can test the solution suggested :
    We have found the setting that we needed, under the Internet Options
    Security tab, if you select the internet zone, and click the custom level
    button, then scroll down to the Downloads section, the first option is
    Automatic prompting for file downloads, setting this to enable keeps IE 7
    from interfering with this sort of download.
    Regards
    Example with screen shots :
    http://www.celt.iastate.edu/webct/securitysettings.html
    Regards

  • Weblogic 9.1 with toplink JPA - Problem creating entityManagerFactory

    I am using weblogic 9.1 with toplink jpa provider.
    I am getting the error while creating entityManagerFactory.
    Exception stack trace
    faces.FacesException: #{LogonMB.authenticateLogin}: javax.faces.el.EvaluationException: java.lang.ExceptionInInitializerError
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
         at javax.faces.component.UICommand.broadcast(UICommand.java:332)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:268)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Caused by: javax.faces.el.EvaluationException: java.lang.ExceptionInInitializerError
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:150)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
         ... 19 more
    Caused by: java.lang.ExceptionInInitializerError
         at com.arisglobal.cc.service.impl.PreferencesServiceImpl.getEntityManager(PreferencesServiceImpl.java:45)
         at com.arisglobal.framework.service.AbstractBusinessService.(AbstractBusinessService.java:24)
         at com.arisglobal.cc.service.impl.PreferencesServiceImpl.(PreferencesServiceImpl.java:36)
         at com.arisglobal.cc.factory.BusinessServiceFactory.createPreferencesService(BusinessServiceFactory.java:113)
         at com.arisglobal.cc.mb.LogonManagedBean.authenticateLogin(LogonManagedBean.java:51)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:146)
         ... 20 more
    Caused by: Exception [TOPLINK-34002] (Oracle TopLink Essentials - 2006.7 (Build 060720)): oracle.toplink.essentials.exceptions.XMLParseException
    Exception Description: An exception occurred while processing persistence.xml from URL: file:/D:/ClinicalConnect/4. CODING/web/WEB-INF/classes/META-INF/persistence.xml. A SAXParser instance could not be created.
    Internal Exception: org.xml.sax.SAXNotRecognizedException: http://java.sun.com/xml/jaxp/properties/schemaLanguage
         at oracle.toplink.essentials.exceptions.XMLParseException.getXMLParseException(XMLParseException.java:101)
         at oracle.toplink.essentials.exceptions.XMLParseException.exceptionCreatingSAXParser(XMLParseException.java:73)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceXML(PersistenceUnitProcessor.java:315)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceArchveFromUnconvertableURL(PersistenceUnitProcessor.java:90)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceArchive(PersistenceUnitProcessor.java:202)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.getPersistenceUnits(PersistenceUnitProcessor.java:77)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initPersistenceUnits(JavaSECMPInitializer.java:222)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initialize(JavaSECMPInitializer.java:240)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initializeFromMain(JavaSECMPInitializer.java:277)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.getJavaSECMPInitializer(JavaSECMPInitializer.java:80)
         at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:118)
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
         at com.arisglobal.cc.helper.ResourceManager.(ResourceManager.java:8)

    hi JavaCrazyLover
    u got why u getting the error i ma getting similar error its running fine in 8.1 but in web9.1 it is giving errors in some jsp pages may be due to versions or name spacing ie we write in top of the page DTD schema am not sure but i think , there is no jars to add on as such web 9.1 is upgraded one and it supports all files some where there will be conflicts between versions example JDK 1.5and 1.4 enum is a keyword in 9.1 but in normal in 8.1 if u get the solution for this error please mail me to [email protected]
    rgds
    Mohammed Mansoor

  • Problems using Oracle or MSSql DBMS with Weblogic 5.1 SP6

    We have installed Weblogic 5.1 with service pack 6 on NT 4.0.
    The database access works fine with the default Cloudscape,
    but when we try to use the SQL scripts for Oracle supplied by BEA,
    we keep getting rollbacks.
    We have also tried to modify the SQL scripts to access a MSSQL 7
    database,
    and we get the same kind of problems.
    Can anybody help ?
    Thanx.
    Fabien Coppens
    Consultant B2C,
    Fi System
    78 Bld. de la République
    92100 Boulogne
    Tel : +33-1-47 61 52 55
    mailto : [email protected]

    I guess SQL syntax for cloudscape may not be same as Oracle. Pls check
    cloudscape manuals.
    Also you are talking about rollbacks. Could you be more specific.?
    Pls post full stack trace here.
    Kumar
    Fabien Coppens wrote:
    We have installed Weblogic 5.1 with service pack 6 on NT 4.0.
    The database access works fine with the default Cloudscape,
    but when we try to use the SQL scripts for Oracle supplied by BEA,
    we keep getting rollbacks.
    We have also tried to modify the SQL scripts to access a MSSQL 7
    database,
    and we get the same kind of problems.
    Can anybody help ?
    Thanx.
    Fabien Coppens
    Consultant B2C,
    Fi System
    78 Bld. de la République
    92100 Boulogne
    Tel : +33-1-47 61 52 55
    mailto : [email protected]

  • I have a PowerBook G4 running OSX 10.5.8. What problems am I going to encounter with Cloud?

    I have a PowerBook G4 running OSX 10.5.8. What problems am I going to encounter with Cloud?

    I think you're out of luck with PPC & 10.5, or in luck by my view of iCloud.
    Some features of iCloud require iOS 5 on iPhone 3GS, iPhone 4, iPod touch (3rd and 4th generation), iPad, or iPad 2, or a Mac computer with OS X Lion or a PC with Windows Vista or Windows 7 (Outlook 2007 or 2010 recommended). Some music features of iCloud are available in beta now in the U.S. only and require iOS 4.3.3 on iPhone 3GS, iPhone 4 (GSM model), iPod touch (3rd and 4th generation), iPad, or iPad 2, or a Mac or PC with iTunes 10.3 or later.
    http://www.apple.com/icloud/what-is.html
    10.6 people aren't even happy...
    https://discussions.apple.com/thread/3102265?start=0&tstart=0

Maybe you are looking for

  • How can I select shutdown & close the display w/o going into sleep mode?

    I have learned to wait untill the MBP full shuts down before closing the display. In the past I have pressed shutdown closed the display only to find out later the MBP goes into sleep mode before fully shuting down. When I reopen the display the comp

  • Why Mavericks 10.9.1 frequently & randomly crashes? Please Help! Here is a crash log...

    Hi guys, since I have updated to Mavericks 10.9 I have been  getting rundom frequent (up-to 5 in a day) crashes. After updating to 10.9.1 - my MacBook Air Late 2011 still crashes. 1.8 GHZ i7, 4 GB 1333 MHz DDR3 If any of you could help me to understa

  • Adobe Reader 8.1.2 (linux) hang at startup

    We have a number of users who have reported hangs when trying to start Adobe Reader on our CentOS 4.5 linux workstations (CentOS 4.5 is a RedHat Enterprise Linux 4.5 rebuild). When this occurs, the X-server is locked for a minimum of 10 seconds, some

  • Download doesn't work...Patton Oswalt

    I see others are having a similar problem with downloads not working. Mine is hung up on Patton Oswalt, comedian. It tries over and over to download, but won't complete, and just like Groundhog Day, starts over. I wouldn't mind just dumping this one

  • Rating set w/ iPod don't sync

    When I plug the nano back in, any rating I gave to songs just vanish. I have a 3.6 GB smart playlist that I use to fill the iPod (don't know if that makes a difference), and any song I rate while using the iPod doesn't survive syncing. What is da low