I am unable to resolve this error

I had set every .jar file which is required but stil i am getting this error
LoginAction.java:4: cannot access javax.servlet.http.HttpServletRequest
bad class file: E:\jboss-4.0.3SP1\server\default\deploy\TestApplication.war\WEB-
INF\lib\servlet-api.jar(javax/servlet/http/HttpServletRequest.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpa
th.
import javax.servlet.http.HttpServletRequest;
^
1 error
and my source code is
package com.MyPack.xxxx;
import javax.servlet.http.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.*;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionError;
public class LoginAction extends Action
     public ActionForward execute(ActionMapping am,
                                         ActionForm af,
                                         HttpServletRequest req,
                                         HttpServletResponse res)throws IOException, ServletException
          String target= new String("success");
          if(af!=null)
          LoginForm loginForm = (LoginForm)af;
          String userName = loginForm.getUserName();
          String password = loginForm.getPassword();
          if (userName.equalsIgnoreCase("Datamatics") && password.equalsIgnoreCase("12345"))
               req.setAttribute("UserName",userName);
          else
                    target = new String("failure");          
     return am.findForward(target);
Kindly resolve this error Thanks in advance

class file has wrong version 49.0, should be 48.0This message means that you are compiling the servlet in one version of Java, but the server is running with an earlier version.
It is referring to the version number of java.lang.Object.
Java 5 = 49
Java 1.4 = 48
Java 1.3 = 47
Presumably you are compiling with Java5, but the JAVA_HOME for your server is pointing at Java1.4
Either
- recompile your servlet using compatibility flags to generate 1.4 code
- Change your JAVA_HOME environment variable to point to a Java1.5 installation (and thus run Tomcat with a newer version of java)
If you have copied tools.jar into the tomcat directory, try deleting that.
Cheers,
evnafets

Similar Messages

  • I tried downloading the 30-day free trial and I kept getting "failed" message 49. How do I resolve this error?

    I tried downloading the 30-day free trial and I kept getting "failed" message 49. How do I resolve this error?

    Hi Charmaine,
    Please follow the article: Error downloading, installing, or updating Creative Cloud applications which might help to solve the above error message.
    Thanks,
    Ratandeep Arora

  • How do I resolve this error message? The iPhoto library is on a locked volume.  Reopen iPhoto when you have read/write access, or reopen iPhoto with the Option key held down to choose another library.

    How do I resolve this error message? The iPhoto library is on a locked volume.  Reopen iPhoto when you have read/write access, or reopen iPhoto with the Option key held down to choose another library.

    Hi j,
    I don't know if this will work, but I'd try logging in to an admin account, going to your main library (not user library), opening it, opening Application Support, selecting iPhoto, hold down the command key and press i, click on the lock in the lower left, entering the password and making sure you have Read & Write privileges for System and Admin.

  • ORA-00600 how to resolve this error?

    I was working on my Oracle 9i database and 6i form server. windows 2003
    my server suddenly restarted and after that oracle showing the error ORA-01033: ORACLE initialization or shutdown in progress...
    I try to resolve this error through this method. I received above mentioned error. please help how to resolve this error. ORA-00600.
    C:\>sqlplus
    SQL*Plus: Release 9.2.0.1.0 -
    Copyright (c) 1982, 2005, Oracle Corporation. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password :[password]
    Shutdown Database
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Startup Database (force)
    SQL> startup force;
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00600: internal error code, arguments: [kcratr1_lostwrt],[],[],[]..................

    There was an instance failure.
    Then you did a clean shutdown using shutdown immediate
    After that, was there any need for giving startup force.
    Because that command starts up the database and shuts it down in abort mode, and then starts the database with an instance
    recovery.
    You should have tried a direct startup also before trying to attempt forceful startup.
    *Startup force needs to be used with care.
    For carrying out normal startup, simply typing startup will do.
    Startup force is being used, when you want to refresh the already running database and facing issues like database showing errors while shutting down before starting up again.
    Startup force actually, crashes the instance (just like shutdown abort) and then start your database normally. This do require instance level recovery.*
    ORA-00600 are thrown when some internal errors happen. Ideally you should contact Oracle for metalink. For a first level step of troubleshooting, you can search in metalink
    like what others said here.

  • HP 3852A;ERROR 18: SYSTEM ERROR- how to resolve this error?

    from a vi, I enter a command to communicate with the unit hp3852A : "CONF MEAS TEMPK, 502"
    And the unit HP3852A show me an error: #18 internal processor is in an illegal state.
    Yesterday, I did not have this problem, and I never move the instrumentation for the lab I work.
    How can I resolve this error? Because that's the only command which doesn't work-> CONF MEAS ...(whenever the type of the measurement, DCV,OHM,TEMPK)
    here is a piece of code attached (look at the frame 0)
    thank you for response.
    Attachments:
    Écrire_Lecture_ds_vecteur_S1.vi ‏85 KB

    The first thing you should do is wire up the error in/error out connections of the gpib functions and check for any errors. At the same time, this will enable you to eliminate the sequence structure and all of those local variables. Since it is the instrument that is displaying the error, it would appear that you've incorrectly programmed it. It might be an illegal command or the write buffer is full. You might want to add a few error queries to the instrument to see when it happens or test your commands in the interactive enviroment of MAX. There is also a driver available for the instrument. Check your LabVIEW Instrument Driver CD or download it here.

  • TS3683 I have not been able to successfully back up my iPad to my MAC computer since 07/21/2013.  I keep getting the error message "iTunes could not back up iPad "" because an error have occurred."  Any suggestions on what I can do to resolve this error?

    I have not been able to successfully back up my iPad to my MAC computer since 07/21/2013.  I keep getting the error message "iTunes could not back up iPad "" because an error have occurred."  Any suggestions on what I can do to resolve this error?

    Hi there BuffaloSailor!
    I have an article here with some troubleshooting suggestions for this issue:
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • The ipad"ipad" could not be restored. An unknown error occured (16). How do I resolve this error?

    The ipad"ipad" could not be restored. An unknown error occured (16). How do I resolve this error?

    Your error code falls within the 10-47 range mentioned here.
    Check for hardware issues
    Related errors: 1, 3, 10-47, 1002, 1011, 1012, 1014, 1000-1020, 1669.
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the error message when you update or restore, contact Apple support.
    Error 1015 might happen after making unauthorized modifications to iOS, also called "jailbreaking."
    Use recovery mode to restore your device
    Related errors: 1015, “The required resource can't be found.”
    You might see these error messages if your device has a beta version of iOS or if you're installing an older version of iOS (downgrading). Use recovery mode to restore your device to the latest version of iOS.
    Quit virtualization software
    Quit any virtualization software (such as Parallels or VMware) that’s running on your Mac. Then use the latest version of iTunes to restore your device.

  • HT1937 error code 1015 what is that mean? & what can i do to resolve this error?

    error code 1015 what is that mean? & what can i do to resolve this error?

    that means you have a jailbroken phone and per the term of service of the forum you can't get any help here.

  • HT1338 Today when connecting my MB Pro Retina Display to my 27" LED Cinema Display instead of mirroring (which worked fine in the past) both screens are black with a large arrow cursor. I'm unable to resolve this. Anyone have a similar experience?

    Today when connecting my MB Pro Retina Display to my 27" LED Cinema Display instead of mirroring (which worked fine in the past) both screens are black with a large arrow cursor. I'm unable to resolve this. Anyone have a similar experience?

    I think what may be your main issue here is that the 2011
    server has the Intel integrated HD3000 and is is struggling
    to run both a Thuderbolt display and a second monitor.
    When looking at specs for Thunderbolt Display, it is stated
    that the 2011 Mini Server can only support one.  Adding that
    Dell monitor with 1920x1200 display may just be too many
    pixels for the HD3000 to handle.
    You may want to try setting the Dell to a lower resolution
    to test the theory to see what happens.  It is however,
    possible that any additional monitor when using the Thunderbolt
    display may over tax the HD3000 graphics.
    FWIW personally, I have been running a 2011 Mini Server w/ Thunderbolt
    display for almost a year now without any issues.  However, I don't
    use a second monitor.

  • VersaMail - "Unable to resolve name" error for mail server

    I've had an intermittent but frequent problem with VersaMail when I try to connect to get my email.  I frequently get the following message:
    "Unable to resolve name pop.mindspring.com. Check your DNS settings or enter the IP address for your mail server."
    I also get it occasionally for my Yahoo.com mail addresses as well, so it's not unique to Mindspring.com.  Sometimes it happens a lot, but sometimes I get right in with no problems, so the settings I have appear to work - when they want to.  Needless to say, it's frustrating and annoying, so if anyone has a way to resolve this, I'd appreciate knowing it.
    Thanks.
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    Problem solved!  I had Googled for answers and had found an explanation of DNS servers on another forum where someone was having a similar problem.  It seems that DNS servers simply take the domain name we use and search for the IP address for that domain name, then hook us up to that IP address.  The error message I was getting was that I needed to check my DNS settings or enter the IP address, so it seemed only logical to me that if I could bypass those goofy DNS servers with their "now I'll do it, now I won't" bad attitude, perhaps I could connect directly with the mail servers.  Your tip on how to find the IP address of the mail servers by pinging them was the missing piece I needed.  I deleted the POP and SMTP server names for each account I'd set up in VersaMail, replacing them with the appropriate IP addresses, and I can now connect reliably with any of the servers, first time, every time - and lightning fast.
    Thanks for your help!
    Post relates to: Palm TX

  • How to resolve this Error ORA-04030: out of process memory when trying to a

    Hi
    I am connecting as a sysdba and trying to execute a query on the V$Logmnr_contents but getting the following Error
    ORA-04030: out of process memory when trying to allocate 408 bytes (T-LCR
    structs,krvuinl_InitNewLcr)
    Can anyone guide me how to resolve this issue.
    Thanks

    Hi,
    As root user, edit the /etc/sysconfigtab file, and try to set the udp_recvspace parameter to 262144 and reboot the machine :
    inet:
    udp_recvspace = 262144
    Metalink note 297030.1 Ora-04030 During Execution Of LogMiner Query
    Nicolas.

  • Resolve this error during installation of EBS 11i

    i faced this error when install Oracle 11i on windows XP.
    It Bootrstapping to temp. folder and after Bootrstapping log file show below error:
    plz any one can help me to resolve this mentioned issued on last two lines......
    ================================================================
    Starting from CD area F:\Stage11i\startCD\Disk1
    There was an error while running the command - cmd /c rmdir /S /Q C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall
    The system cannot find the file specified.
    RW-50010: Error: - script has returned an error: 2
    Returning - 0
    ===================================================================
    Below are the logfile details......
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.10.35
    >> Install session started : Sun Mar 21 14:12:43 IST 2010
    >> Rapid Wizard source location : F:\Stage11i\startCD\Disk1\rapidwiz
    >> Command Line arguments for this execution :
    =================================================================
    Install Session Information
    Host Name : munna.com
    Host Operating System : Windows
    User running Install : Abhi
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    InstallPanel
         User action : Create configuration file
         Description : To create a new intance cofiguration.
    NumNodesPanel
         Install type : Single node Install
         Description : Installs all the services on a single node.
    InstallSidPanel
         Database type : Vision Demo Database
         Database name : VIS
    RdbmsPanel
         Derived Mount Points :
              Base Install directory : d:\oracle
              Oracle Home : d:\oracle\visdb\9.2.0
              Data Top (SYS) : d:\oracle\visdata
              Data Top (LOG) : d:\oracle\visdata
              Data Top (TXN) : d:\oracle\visdata
              Data Top (ARCHIVE) : d:\oracle\visdata
    MtierInfoPanel
         Configuration Information for Node - munna - Admin Server / Concurrent Mgr / Forms Server / Web Server
              Derived Mount Points :
                   MKS directory : C:\install_soft\MKS
                   MSDEV directory : C:\install_soft\MVS\VC98
                   Base Install directory : d:\oracle
                   APPL_TOP Mount point : d:\oracle\visappl
                   APPL_TOP aux. 1 : d:\oracle\visappl
                   APPL_TOP aux. 2 : d:\oracle\visappl
                   APPL_TOP aux. 3 : d:\oracle\visappl
                   COMMON_TOP : d:\oracle\viscomn
                   8.0.6 ORACLE_HOME : d:\oracle\visora\8.0.6
                   iAS ORACLE_HOME : d:\oracle\visora\iAS
                   Temp Directory : d:\oracle\viscomn\temp
    PortPanel
              Selected port pool :
                   Domain Name : com
                   Database Port : 1521
                   RPC Port : 1626
                   Reports Port : 7000
                   Web Listener Port : 8000
                   OProcMgr Port : 8100
                   Web PLSQL Port : 8200
                   Servlet Port : 8800
                   Forms Listener Port : 9000
                   Metrics Server Data Port : 9100
                   Metrics Server Req. Port : 9200
                   JTF Fulfillment Server Port : 9300
                   Map Viewer Servlet Port : 9800
                   OEM Web Utility Port : 10000
                   VisiBroker OrbServer Agent Port : 10100
                   MSCA Server Port : 10200
                   MSCA Dispatcher Port : 10300
                   Java Object Cache Port : 12345
                   OACORE Servlet Port Range : 16000-16009
                   Discoverer Servlet Port Range : 17000-17009
                   Forms Servlet Port Range : 18000-18009
                   XMLSVCS Servlet Port Range : 19000-19009
    AppsConfig temp dir set to: C:\DOCUME~1\Abhi\LOCALS~1\Temp
    ConfigFilePanel
              Setting temp directory to : C:\DOCUME~1\Abhi\LOCALS~1\Temp <-> C:\DOCUME~1\Abhi\LOCALS~1\Temp\
              Writing configuration file to : C:\DOCUME~1\Abhi\LOCALS~1\Temp\config.txt
    Port Availability Check :
    Database Port Value = 1521...... Available
    RPC Port Value = 1626...... Available
    Forms Listener Port Value = 9000...... Available
    Metrics Server Port Value = 9100...... Available
    Metrics Client Port Value = 9200...... Available
    Forms Servlet Port Range Value = 18000...... Available
    Forms Servlet Port Range Value = 18001...... Available
    Forms Servlet Port Range Value = 18002...... Available
    Forms Servlet Port Range Value = 18003...... Available
    Forms Servlet Port Range Value = 18004...... Available
    Forms Servlet Port Range Value = 18005...... Available
    Forms Servlet Port Range Value = 18006...... Available
    Forms Servlet Port Range Value = 18007...... Available
    Forms Servlet Port Range Value = 18008...... Available
    Forms Servlet Port Range Value = 18009...... Available
    Report Listener Port Value = 7000...... Available
    Web Listener Port Value = 8000...... Available
    Web Listener PLSQL Port Value = 8200...... Available
    Servlet Port Value = 8800...... Available
    JTF Fulfillment Server Port Value = 9300...... Available
    Map Viewer Servlet Port Value = 9800...... Available
    OEM Web Utility Port Value = 10000...... Available
    VisiBroker OrbServer Agent Port Value = 10100...... Available
    MSCA Server Port Value = 10200...... Available
    MSCA Dispatcher Port Value = 10300...... Available
    OACORE Servlet Port Range Value = 16000...... Available
    OACORE Servlet Port Range Value = 16001...... Available
    OACORE Servlet Port Range Value = 16002...... Available
    OACORE Servlet Port Range Value = 16003...... Available
    OACORE Servlet Port Range Value = 16004...... Available
    OACORE Servlet Port Range Value = 16005...... Available
    OACORE Servlet Port Range Value = 16006...... Available
    OACORE Servlet Port Range Value = 16007...... Available
    OACORE Servlet Port Range Value = 16008...... Available
    OACORE Servlet Port Range Value = 16009...... Available
    Discoverer Servlet Port Range Value = 17000...... Available
    Discoverer Servlet Port Range Value = 17001...... Available
    Discoverer Servlet Port Range Value = 17002...... Available
    Discoverer Servlet Port Range Value = 17003...... Available
    Discoverer Servlet Port Range Value = 17004...... Available
    Discoverer Servlet Port Range Value = 17005...... Available
    Discoverer Servlet Port Range Value = 17006...... Available
    Discoverer Servlet Port Range Value = 17007...... Available
    Discoverer Servlet Port Range Value = 17008...... Available
    Discoverer Servlet Port Range Value = 17009...... Available
    XMLSVCS Servlet Port Range Value = 19000...... Available
    XMLSVCS Servlet Port Range Value = 19001...... Available
    XMLSVCS Servlet Port Range Value = 19002...... Available
    XMLSVCS Servlet Port Range Value = 19003...... Available
    XMLSVCS Servlet Port Range Value = 19004...... Available
    XMLSVCS Servlet Port Range Value = 19005...... Available
    XMLSVCS Servlet Port Range Value = 19006...... Available
    XMLSVCS Servlet Port Range Value = 19007...... Available
    XMLSVCS Servlet Port Range Value = 19008...... Available
    XMLSVCS Servlet Port Range Value = 19009...... Available
    Operating System Check
    command : cmd.exe /c F:\Stage11i\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    F:\Stage11i\startCD\Disk1\rapidwiz>echo off
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Abhi\Application Data
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=MUNNA
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DISPLAY=:0.0
    FP_NO_HOST_CHECK=NO
    HOME=C:\Documents and Settings\Abhi
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Abhi
    include=C:\install_soft\MVS\VC98\atl\include;C:\install_soft\MVS\VC98\mfc\include;C:\install_soft\MVS\VC98\include
    lib=C:\install_soft\MVS\VC98\mfc\lib;C:\install_soft\MVS\VC98\lib
    LOGONSERVER=\\MUNNA
    MSDevDir=C:\install_soft\MVS\common\MSDev98
    NUMBER_OF_PROCESSORS=4
    NUTCROOT=C:\INSTAL~1\MKS
    OS=Windows_NT
    Path=C:\INSTAL~1\MKS\bin;C:\INSTAL~1\MKS\bin\x11;C:\INSTAL~1\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\install_soft\MVS\common\Tools\WinNT;C:\install_soft\MVS\common\MSDev98\Bin;C:\install_soft\MVS\common\Tools;C:\install_soft\MVS\VC98\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=2502
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    ROOTDIR=C:\INSTAL~1\MKS
    SESSIONNAME=Console
    SHELL=C:\INSTAL~1\MKS\mksnt\sh.exe
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\Abhi\LOCALS~1\Temp
    TERM=nutc
    TERMCAP=C:\INSTAL~1\MKS\etc\termcap
    TERMINFO=C:\INSTAL~1\MKS\usr\lib\terminfo
    TMP=C:\DOCUME~1\Abhi\LOCALS~1\Temp
    TMPDIR=C:\DOCUME~1\Abhi\LOCALS~1\Temp
    USERDOMAIN=MUNNA
    USERNAME=Abhi
    USERPROFILE=C:\Documents and Settings\Abhi
    windir=C:\WINDOWS
    Operating System patch/version test has succeeded
    O/S User and Group Check
    Domain=MUNNA
    ,Username=Abhi
    ,PC-Name=MUNNA
    User belongs to the Administrators Group.
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME available:
    Mount Point = d:\oracle\visdb\9.2.0
    Database ORACLE_HOME admin folder available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil
    Database ORACLE_HOME temp folder available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil\temp
    Database Install Log Directory available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil\log\VIS_munna
    Database Install Out Directory available:
    Mount Point = d:\oracle\visdb\9.2.0\appsutil\out\VIS_munna\templbac
    Database System File Directory available:
    Mount Point = d:\oracle\visdata
    Database Log File Directory available:
    Mount Point = d:\oracle\visdata
    Database Transaction File Directory available:
    Mount Point = d:\oracle\visdata
    Database Archive File Directory available:
    Mount Point = d:\oracle\visdata
    APPL_TOP available:
    Mount Point = d:\oracle\visappl
    APPL_TOP admin available:
    Mount Point = d:\oracle\visappl\admin
    APPL_TOP mount 2 available:
    Mount Point = d:\oracle\visappl
    APPL_TOP mount 3 available:
    Mount Point = d:\oracle\visappl
    APPL_TOP mount 4 available:
    Mount Point = d:\oracle\visappl
    COMMON_TOP available:
    Mount Point = d:\oracle\viscomn
    JAVA_TOP available:
    Mount Point = d:\oracle\viscomn\java
    PORTAL_TOP available:
    Mount Point = d:\oracle\viscomn\portal
    Temp Directory available:
    Mount Point = d:\oracle\viscomn\temp
    APPL_TOP admin Install Log Directory available:
    Mount Point = d:\oracle\visappl\admin\VIS_munna\log
    APPL_TOP admin Install Out Directory available:
    Mount Point = d:\oracle\visappl\admin\VIS_munna\out\templbac
    Apps ORACLE_HOME available:
    Mount Point = d:\oracle\visora\iAS
    Tools ORACLE_HOME available:
    Mount Point = d:\oracle\visora\8.0.6
    File Space Check :
    Disk space on system acceptable :
    Database ORACLE_HOME = d:\oracle\visdb\9.2.0
    required = 2800.0
    actual = 109910.765625
    Disk space on system acceptable :
    Database System File Directory = d:\oracle\visdata
    required = 12009.0
    actual = 107110.765625
    Disk space on system acceptable :
    Database Log File Directory = d:\oracle\visdata
    required = 160.0
    actual = 95101.765625
    Disk space on system acceptable :
    Database Transaction File Directory = d:\oracle\visdata
    required = 28438.0
    actual = 94941.765625
    Disk space on system acceptable :
    Database Archive File Directory = d:\oracle\visdata
    required = 20186.0
    actual = 66503.765625
    Disk space on system acceptable :
    APPL_TOP = d:\oracle\visappl
    required = 5388.0
    actual = 46317.765625
    Disk space on system acceptable :
    APPL_TOP mount 2 = d:\oracle\visappl
    required = 2664.0
    actual = 40929.765625
    Disk space on system acceptable :
    APPL_TOP mount 3 = d:\oracle\visappl
    required = 4667.0
    actual = 38265.765625
    Disk space on system acceptable :
    APPL_TOP mount 4 = d:\oracle\visappl
    required = 2157.0
    actual = 33598.765625
    Disk space on system acceptable :
    COMMON_TOP = d:\oracle\viscomn
    required = 2207.0
    actual = 31441.765625
    Disk space on system acceptable :
    Apps ORACLE_HOME = d:\oracle\visora\iAS
    required = 1130.0
    actual = 29234.765625
    Disk space on system acceptable :
    Tools ORACLE_HOME = d:\oracle\visora\8.0.6
    required = 2425.0
    actual = 28104.765625
    Host/Domain Check
    command : ping -n 1 munna
    Pinging munna.com [192.168.1.100] with 32 bytes of data: Reply from 192.168.1.100: bytes=32 time<1ms TTL=128 Ping statistics for 192.168.1.100: Packets: Sent = 1, Received = 1, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has succeeded
    command : ping -n 1 munna.com
    Pinging munna.com [192.168.1.100] with 32 bytes of data: Reply from 192.168.1.100: bytes=32 time<1ms TTL=128 Ping statistics for 192.168.1.100: Packets: Sent = 1, Received = 1, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host.domain ping has succeeded
    OS Patch Checks
    running command : OSPatchCheck.checkPatch()
    OS = Windows XP OSVersion = 5.1
    No Patch Information available for this Platform
    System Utilities Check
    command : cmd.exe /c F:\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\install_soft\MKS C:\install_soft\MVS\VC98
    F:\Stage11i\startCD\Disk1\rapidwiz>echo off
    Setting environment for using Microsoft Visual C++ tools.
    C:\WINDOWS\system32/cmd.exe
    'which' command is available.
    C:\WINDOWS\system32/gnumake.exe
    'gnumake' is available.
    C:\WINDOWS\system32/cc.exe
    'cc' is available.
    C:\INSTAL~1\MVS\VC98\BIN/link.exe
    'link' is available.
    ERRORCODE = 0 ERRORCODE_END
    System Utilities Availability test has succeeded
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from CD area F:\Stage11i\startCD\Disk1
    There was an error while running the command - cmd /c rmdir /S /Q C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall
    The system cannot find the file specified.
    RW-50010: Error: - script has returned an error: 2
    Returning - 0
    =======================================================================
    PLEASE HELP ME ..................

    Hi,
    DoInstallPanel - User continued install at warning dialog.At what test you get the warning message?
    Starting from CD area F:\Stage11i\startCD\Disk1
    There was an error while running the command - cmd /c rmdir /S /Q C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall
    The system cannot find the file specified.
    RW-50010: Error: - script has returned an error: 2Please set the temporary directory to point to C:\temp instead of "C:\DOCUME~1\Abhi\LOCALS~1\Temp\rapidinstall" and run RapidWiz again.
    Regards,
    Hussein

  • How to Resolve this Error comming in SMP2.3 HWC?

    Hi Experts,
    20140605T150459.418|1|MyDynamicChart:1 -- Request: <M><H></H><S>Start</S><A>GetCustomData</A><VS><V k="Port_et_key" t="T">1433</V><V k="User_Name_et_key" t="T">sup</V><V k="Password_et_key" t="T">123</V><V k="Vertical_Column_et_key" t="T">sal</V><V k="No_of_Rows_wt_key" t="T">7</V><V k="Horizontal_Column_et_key" t="T">name</V><V k="Database_Name_et_key" t="T">sup</V><V k="Ipaddress_et_key" t="T">192.168.1.7</V><V k="Table_Name_et_key" t="T">emp</V><V k="ErrorLogs" t="L" /></VS></M>
    20140605T150459.418|1|MyDynamicChart:1 -- ResponseHeader: {"id":"a4af2a9cbf7c48f8a06c2c46a977fefc","cid":"46#MyDynamicChart:1","pv":"3","sig":"94f82e26311448c1901e444c7c7f475e","loginFailed":false,"method":"searchFailed","log":"[{\"_op\":\"N\",\"level\":\"ERROR\",\"code\":404,\"eisCode\":\"400\",\"message\":\"com.sybase.dataservices.DSException:HTTP status code is [400], expected [200]; response body is []\",\"component\":\"Newconnection_driverName_com_microsoft_sqlserver_jdbc_SQLServerD\",\"entityKey\":null,\"operation\":\"search\",\"requestId\":\"a4af2a9cbf7c48f8a06c2c46a977fefc\",\"timestamp\":\"2014-06-05 09:34:59.366\",\"messageId\":610003,\"_rc\":0}]","mbo":"Newconnection_driverName_com_microsoft_sqlserver_jdbc_SQLServerD","app":"MyDynamicChart:1","pkg":"dynamicdbchart:1.0"}
    20140605T150946.650|3|Mychart:1 -- loading meta data from: C:\SAP\MobilePlatform\Servers\MessagingServer\Bin\Mobile Workflow\456_1\workflowclient.xml
    20140605T150946.810|3|Mychart:1 -- loading meta data for screen: Start and action: Login
    20140605T150946.912|3|Mychart:1 -- executing operation 'LoginQuery' of type 'search' on mbo 'ChartLogin' in package 'chart:1.0'
    20140605T150946.920|3|Mychart:1 -- using username and password value from server context variables.
    I am using a Rest Web Service, which takes input.
    the service is working fine in the browser and Rest Client, but when I am calling this MBO, it is generating the above error.
    How is this error comming?
    How to Resolve this?
    Regards,
    Sravanya.

    Hello Midhun,
        Yes, that is a data type problem. In my service is taking the noofrows in "INT" format.
    This is my service,
    /newconnection?noOfRows={noofrows}
    when i created the MBO with this service it is taking the datatype of the "noofrows" in string format.
    how to change that datatype to INT type?
    Sravanya.

  • Photoshop Camera Raw 7.4 Update is not installing due to error code U43M1D207.  What needs to be done to resolve this error code?

    The automatic update feature of Photoshop Camera Raw 7.4 is not installing properly due to error code U43M1D207.  Please advise on how to resolve this issue.

    If you need to post again, please keept the following in mind:
    BOILERPLATE TEXT:
    Note that because this is boilerplate text, not all points may apply to any given, specific poster.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Photoshop Camera Raw 7.4 Update  is not installing because of Error Code U43M1D207. What needs to be done to resolve this error code issue?

    Photoshop Camera Raw 7.4 update is not installing because of error code U43M1D207.  What needs to be done to resolve this issue?

    If you need to post again, please keept the following in mind:
    BOILERPLATE TEXT:
    Note that because this is boilerplate text, not all points may apply to any given, specific poster.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

Maybe you are looking for

  • Standard Purchase Order (PO) MEDRUK form

    Hi,     I am copying the standard MEDRUCK form to ZMEDRUCK. I believe standard MEDRUK form will be used for new purchase orders as well changed purchased orders and for the changed purchase orders it will print only changed lines and header.  In the

  • A Bug I haven;t Seen Mentioned

    Also, I reported it to Adobe. Here it is: I run F-Secure Firewall and Anti-virus s/w. When you use the LR Upload in the Web Module and the F-Secure is running, the photos and other files get truncated [at least some of them, not consistent]. I was tu

  • Time series function hfm

    Hi when using HFM at a datasource the dimensions are not mapped as time.  So we cant use the built in functions ( in OBIEE) for time series.  How can we get this to work?  or is there a workaround. ?  The HFM dimensions are not able to be changed in

  • What is the best way to implement Carousel i.e. web part in a site page on office 365 site?

    We can implement the Carousel web part in many ways like content By Query Web Part , jquery (nivo) plugin or content search web part etc. But among these which one is the best way to implement to get best performance of the page? Thanks

  • Accesing windows files using oracle unix external tables.

    Hi, I'm trying to access files on windows2k using oracle external tables on unix: Oracle server on unix: oracle ver. is 9.2.0.6 and OS is 5.8 Generic_117000-03 sun4u sparc SUNW,Sun-Fire 1. Created dir object on oracle unix pointing to windows path 2.