Rcmd: socket: Cannot assign requested address on Solaris 10

Hi,
I am having some problems with rsh/remsh on solaris 10
while trying to rsh from a V890 to another V890 , I am getting this error message sometimes "rcmd: socket: Cannot assign requested address" and the /var/adm/messages file shows this
May 26 11:26:54 hostname rsh[7895]: [ID 521673 daemon.notice] connection from "hostname" (IP address) - bad port
This is causing an issue because the app team is cont.injecting files from/to servers
the release level is Solaris 10 5/08 and the patch level is Generic_127127-11
Any help would be appreciated

Try to reduce the tcp wait time to 1 minute.
#ndd -set /dev/tcp tcp_time_wait_interval 60000
This setting do not survive a reboot. Tune the paramter to the value which works fine for you. Create a script with the correct setting and add it to rc scripts directory.

Similar Messages

  • Error starting HTTP-Server: Cannot assign requested address: JVM_Bind

    Hi.
    Anyone know how to configure the Oracle HTTP server within Jdeveloper9i to work?
    When I try run a JSP page, I get the following error:
    C:\Oracle9iDS\jdk\bin\javaw.exe -ojvm -classpath C:\Oracle9iDS\j2ee\home\oc4j.jar com.evermind.server.OC4JServer -config C:\Oracle9iDS\jdev\system\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=8888, RMI=23891, JMS=9227.]
    [waiting for the server to complete its initialization...]
    Error starting HTTP-Server: Cannot assign requested address: JVM_Bind
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    Please contact me at [email protected]
    cheers paul

    A JVM_Bind error means that the port is already in use. This is an unusual error message to get because JDev scans the ports ahead of time to make sure they are free before launching the server.
    Check if you have any processes running that might be holding port 8888. There might be a previous instance of the OC4J server running that hasn't released port 8888 yet. On Windows, at a command prompt, you can use "netstat -a" to see local ports that are in use.

  • Ath9k wireless card "Cannot assign requested address"

    # ip link set wlan0 up
    RTNETLINK answers: Cannot assign requested address
    #ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> ntu 16436 qdisc noqueue state UNKNOWN
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope list lo
    2: wlan0 <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 01:08:ca:e6:bc:76 brd ff:ff:ff:ff:ff:ff
    #iwconfig
    lo      no wireless extensions
    wlan0   IEEE 802.11bgn  ESSID:off/any
            Mode:Managed Access Point: Not-Associated  TX-Power-0dBm
            Retry long limit:7  RTS thr:off  Fragment thr:off
            Encryption key:off
            Power Management:on
    Please do excuse if there's a silly typo somewhere in those; not knowing how to do it any better, I've simply re-typed the terminal output into this computer, so I can't promise it free of mistakes. (There's got to be a better way to do that, right?
    Asus UX31E-DH72 Zenbook
    clean install of the 2011.08.19-core-x86_64 release
    There is no ethernet port; only WiFi and a ASIX AX88772B USB-to-ethernet that shipped with the system. (no optical drive either; but that's not really relevant to this)
    My current system has never been on the internet (well, since I wiped the Windows off of it...), and so I haven't been able to pacman properly. When I try to use makepkg, it claims it's missing a dependency on Linux-Headers. However, I do know that the wireless card works, seeing as how it had been working just fine under Windows.
    If it's relevant: during install, I left the NETWORKING section of rc.conf blank (as the Beginner's Guide says to do for DHCP), like so:
    HOSTNAME="zen"
    interface=wlan0
    address=
    netmask=
    broadcast=
    gateway=
    #NETWORKS=(main)
    Disclaimer: I'm rather new to the forums here and entirely new to Arch (which is my first Linux distro after years of OSX and a few weeks of Windows). Not scared of the command-line, but you may have to spell things out. Also, I understand if you'd rather not spend time explaining yourself, but I'm a strong believer in teach-a-man-to-fish, so if you'd like to explain rather than just walk through, it'd be much appreciated. Thanks!

    Welcome and congrats on your decision to grace your sleek new laptop with an equally sleek OS :-)
    Just in case you have not found that yet: there is actually a wiki page on your notebook for later setup specifics: https://wiki.archlinux.org/index.php/Asus_Zenbook_UX31E
    BTW: I just read there that the usb ethernet is supported in later/newer kernels out-the-box (if setting up wifi really does fail, you can get a later ISO maybe and use that for starters).
    As I understand your current setup state, you have installed the system with the core August release and it boots fine? Please confirm.
    Also please confirm the exact wifi card the notebook has:
    lspci -nn | grep net
    or
    lspci -nn >> ryebookpcidevices.txt
    The later pipes the output to a file. Doing the command again, appends to the file. We only need the exact PCI ID of the wifi card to double check. To save typing even that ID you can maybe copy the file you created "ryebookpcidevices.txt"  to an usb stick, if that automounts under /media/...
    Next, please quote here any errors you get when re-loading the ath9k module (all commands below need root/sudo):
    rmmod ath9k
    modprobe ath9k
    If you get errors, check whether
    rfkill list
    gives valid output (not sure if that package is on the ISO, i doubt it actually).
    If modprobe does without error, please retry your trial to connect with the card by directly issuing
    iwlist wlan0 scan
    Give us feedback on what happens then. If there is an error, try
    ip link set down
    and start from step 0 in the wireless wiki: https://wiki.archlinux.org/index.php/Wi … nual_setup
    Your output says "Mode:managed", so something seems working there already..
    For "makepkg" you indeed need the headers, but you dont say what you want to compile at this stage.

  • Ntp refuses to sync with error "Can't assign requested address"

    I'm attempting to use ntp to sync to several different time servers, including hte apple server and those in the ntp.org server pool. In all cases, I cannot sync correctly, with many system log and consol error messages of the form:
    ntpd[5123]: sendto(xxx.xxx.xxx.xxx): Can't assign requested address
    I checked that the firewall is allowed UDP connections on port 123. Some googling hinted that hte problem may be changing IP address of my laptop when i sleep it and wake with a different IP, so I manually restarted it, and everything was fine.
    Anyone know how to reliably start/restart ntp when I wake from sleep?
    cheers

    It looks like Java is consuming all client-side TCP
    ports. When the error occurs, I also start to have
    problems connecting from my browser to any Web-page.I would take this as an indication, that the problem is on the server side and the web server might keep some resources after the client disconnects from the socket. You could verify that if you run your test program from another computer after the error occurs. If that program is again able to open connections, then this might indicate that the problem is in fact on the client side. However if also access from another machine is blocked, then I would guess it is a server side problem.
    Am I having to wait for the garbage collector to free
    the ports, or is this an OS X problem?Garbage collection is not an issue here.

  • Scoket connect fails with: Can't assign requested address

    Hi All,
    I am running Java on Mac OS X 10.4.8 (Intel). I run the following code:
    for (i=0; i<20000; i++) {
         java.net.Socket socket = new java.net.Socket();
         socket.connect(new java.net.InetSocketAddress("localhost", 80));
         socket.close();
    After about 16380 local TCP connections, connect is failing with the error message "Can't assign requested address".
    After waiting for a while, I can connect again.
    It looks like Java is consuming all client-side TCP ports. When the error occurs, I also start to have problems connecting from my browser to any Web-page.
    Am I having to wait for the garbage collector to free the ports, or is this an OS X problem?
    Any help or ideas would be welcome.
    Thanks,
    Paul

    It looks like Java is consuming all client-side TCP
    ports. When the error occurs, I also start to have
    problems connecting from my browser to any Web-page.I would take this as an indication, that the problem is on the server side and the web server might keep some resources after the client disconnects from the socket. You could verify that if you run your test program from another computer after the error occurs. If that program is again able to open connections, then this might indicate that the problem is in fact on the client side. However if also access from another machine is blocked, then I would guess it is a server side problem.
    Am I having to wait for the garbage collector to free
    the ports, or is this an OS X problem?Garbage collection is not an issue here.

  • [ID 365563 daemon.error] can't get stderr port: Cannot assign requested add

    Hello friends, i m getting the messages bellow in error logs, please suggest me what i have to do
    " [ID 365563 daemon.error] can't get stderr port: Cannot assign requested add"

    Hi Tom,
         Thanks, but at this point, I've rebooted, checked and double-checked more times than I'd care to count...:(
         Since I can see the NMEA strings when the GPS module is hooked-up to the USB port, I guess I'll assume there's some reason why the
         AMA0 UART has not been released, or that the GPS receives some different signals through the TTY that it's not seeing through the AMA0.
          As I mentioned, when I use 'cat /dev/ttyAMA0', it just hangs, like it's getting no data. I'll keep looking...
         Thanks for your help,
              Dave

  • "Airport has a self assigned IP address & cannot connect to internet"

    Hi, I'd appreciate any insight at all on this...
    Apologies in advance for this vast post...!
    (but I guess I may as well mention everything I've already tried...)
    BACKGROUND:
    I was recently trying to add an Airport Express Base Station to an existing ethernet and wireless network, which has been working flawlessly for 3 years.
    (Network consists of an ethernet-connected G4 Dual 1.42 desktop running OS X.3.3, and two wireless-connected iBooks- one a 12" running OS X.3.5, the other a 14" on OS X.4.2).
    For various reasons, I've now given up with the Airport Express, but ...
    PROBLEM:
    On the wireless 12" iBook- "Safari can't open the page "xxx" because it can't find the server "xxx"- ie, the internet connection is now wonky.(The problem is the same in Firefox, IE, and Camino too).
    The fault must be with configuration on this laptop, as the other two machines on this network are still running and connecting normally with no problems at all.
    What is the cause of this problem? (IP addresses? DNS server?)
    WHAT I'VE TRIED SO FAR:
    1. First looked at System Preferences --> Network --> Network Status, where I see this;
    "Airport is connected to the network "Fritz!Box SL WLAN". Airport has a self-assigned IP address and may not be able to connect to the Internet."
    Alongside it an amber button (which is usually green).
    Then according to JohnHuber1's suggestion in Discussions on May 3rd 2006;
    "Go to System Preferences --> Network and double click on Airport to open its preferences. Click on theTCP/IP tab and select Configure IvP4: "Using DHCP" and click on Apply Changes to save it."
    I tried toggling this (it was already set this way), and then Restarted, but it hasn't helped.
    I also tried clicking the 'Renew DHCP lease' button. Also hasn't helped.
    2. Repaired permissions. It hasn't helped.
    3. Read Apple KB article No:106798- 'Troubleshooting "Server could not be found" messages'.
    From this article, it seems that
    a) The problem cannot be caused by "an actual loss of internet connection", as the other 2 machines are still connecting fine.
    b) Typing http://17.254.0.91 instead of http://www.apple.com makes no difference, therefore it doesn't APPEAR to be a DNS server problem. (?)
    4. Tried to reconfigure the Airport settings using Network SetUp Assistant.
    This allows me to select Airport as my connection method, select the network from the list; but once I've entered the network password and pressed 'continue', it then gives me a dialogue box, saying
    "Unable to establish a network connection. Your computer could not connect to the internet. Click OK to go back and change your network settings and try again".
    Returning to Network Prefs, I now see a box saying "Your Network Settings have been changed by another application".
    I can't seem to get out of that vicious circle.
    5. Opened a fresh Test Account, behaviour is the same here as in the regular user account.
    6. Opened Network Utility, tried to 'Ping' on 17.254.0.91 (Apple site). Then tried to Ping my network router (192.168.178.1), and then also the other 2 computers on the network. Result in each case was "10 packets transmitted, 0 packets received, 100% packet loss".
    What can I do to fix this problem? I suspect it's some small configuration checkbox in Network preferences which I've inadvertently altered.
    But have I got any idea what I've done...?
    Sorry for the epic post. But you get the idea...!
    Thanks for your thoughts...
    G4 Dual 1.42, FW800, 2GB RAM, (OSX.3.3), iBook G4 (1.2ghz, 1GB RAM, OSX.3.5)   Mac OS X (10.3.3)   3 int.HDs, 3 Lacie ext.HDs, Logic Pro 6.4, RME Fireface 800.

    Hi Grant, thanks for jumping in...
    Have you removed the troublesome Airport Express?
    Certainly have, that was Step 1 several days ago!
    Are you using encryption?
    Yes, I have to enter a password every time I've tried to use Network Set Up Assistant. I'm pretty sure I've got it right- it won't accept anything else.
    Have you limited your network to only certain M.A.C. Addresses?
    Not as far as I'm aware. Could I have done it inadvertently?
    Is the Wireless Router set to allow the connection of slower 802.11b devices like the iBook?
    Guess it must be... it worked fine before, and is still ok with the other 14" iBook.
    Are you connecting to a Wireless Router and not to another Macintosh computer?
    Hmm... I ASSUMED I was connecting to the WLAN router. The G4 desktop has no wireless capability itself, could I still be connecting to that regardless?
    Internet access has never been affected in the past by that machine being on or off...
    You will not be able to get anywhere until you have an IP address in the same subnet as your Router
    (generally high octets the same, last octet different). Can you think of any reason why your Router
    should not give you an IP address in this range?
    Err... now I'm lost, sorry! What's an octet?
    I really appreciate you taking the time to help me out Grant... sorry I'm not really up to speed!
    Cheers, Andy.

  • HT4628 My Mac Air OSX10.8.5 won't connect to the internet as it says it has a self assigned IP address and thus cannot connect to the internet. I can only connect to a network by manually typing in the configuration specs. Please help.

    My mac air OSX10.8.5 won't connect to the internet. It says it has a 'self assigned IP address and therefore cannot connect to the internet'. Network diagnostics is unable to the solve the problem. It happened suddenly for no reason and now I cannot connect except by typing in the configuration settings manually. Please help me!

    Use the Airport Utility or log into your wireless device via http and ensure the DHCP/NAT service is enabled.  If accessing via HTTP, you will need to manually set an ip within your local subnet (eg: 192.168.0.x).

  • Cannot assign same MAC address to multiple ephones

    Hello,
    When i try to add a telephone IP to CME i got this message
    MAC address is already assigned with ephone 28.
    Cannot assign same MAC address to multiple ephones
    i delete the ephone 28 with this command
    #ephone 28
    #no mac-adress
    #exit
    no ephone 28
    and i try to add my phone i have always the same error message.
    and when i tap #show runing config i cant find no ephone with 28
    could you help me please.
    Thank you

    Assign a dummy mac address to ephone 28.

  • Cannot connect to internet as Airport "has a self assigned IP address"?

    I suddenly cannot connet to wireless internet as the Airport has a "self assigned IP address" whatever that is. I have tried removing other wireless connectons but it makes no difference. I'm trying to use the wireless connection at the hotel I'm stying in..its working fine on this computer. Any suggestions ...PLEASE?
    Thanks

    Hmmm... well, not what I was hoping to find b/c that is not really a helpful answer, l.b, but thanks for joining in on the discussion. I too just experienced the same problem. Yesterday I was connected just fine, a little slow, but connecting just the same. I was able to do my banking, browsing & what have ya. Today I get up and have no internet connection and my computer says it Airport has self-assigned an ip address and I cannot connect to the Internet. I haven't done anything different and as I can tell, they haven't done anything different either. My iMAC will not connect, but this piece of poop del mini will as will my iphone4 and all three of my kids' ipod touches. Soooo.... anyone else have a solution b/c I am totally at a loss here. I really need my iMac to connect. Got things to do that I can't do on here.

  • MacBook has self assigned ip address and cannot connect to the internet.

    Is there an Apple recomended fix for this problem that works? I've looked on this board and have found several similar suggestions but as yet nothing that results with consistent connection every time I restart.

    Since there is no exacting way to tell what of several suggestions offered in
    these discussion boards, you may have tried, I will offer an Apple Support
    article name and web address link; it may be you have tried this:
    • Mac OS: How to release and renew a DHCP lease
    http://support.apple.com/kb/TS1920
    And you can get a similar self-assigned IP address via a wireless network
    or a wired local network - with a theoretical connection to the internet. If
    the actual connection in software is not set correctly, the default will likely
    be something very familiar since the same one appears then.
    If the Network system preference panel is set and you have chosen the
    mode of connecting to the internet or other connected network, then
    you can set the configuration of that choice in a secondary screen. In
    order to have a choice to connect via AirPort, for example, you have to
    check box the item and also drag it into a position of priority (first.) Or,
    if you have to connect via Ethernet to a cable/DSL modem (if not USB)
    you can choose to place Ethernet in a position of priority above others.
    Then, further the Network configuration's next step to set it up correctly.
    The above link does cover the basics adequately, including a reset of
    the cable or DSL modem. If there is a cable modem and also a wireless
    base station, you may also have to reset each of them in a specific way
    in order to get them to start up and work. This may be all it takes.
    Good luck & happy computing!

  • Self-assigned ip address starting with 169

    Trying to connect to free wifi in paris but my gf's computer won't connect, instead it gives me a self-assigned IP address starting with 169, any thoughts on how I fix this?
    Free wifi is a very big network in Paris, you only need a username and a password to sign in and can get connection almost everywhere in the city.
    It works on my computer, but not on my gf's. It also works on my iphone, it's only her computer that doesn't connect. It worked on her computer aswell until yesterday evening.

    Self-assigned IP Addresses 169.254.xxx.yyy are the ones your computer gives itself so that it has a name while it broadcasts a request for a better IP address. A self-assigned IP address usually persists for only a second until your Router responds with a good address. Finding yourself still stuck with a self-assigned address means you cannot reach the Router.
    You should look for really fundamental problems. Is the connection method you prefer the top one in the System Preferences > Networks box? Are you too far away for a good connection? If all seems OK, use the  ( Assist Me ) button in that panel and follow the Setup Assistent [not the Network diagnostics] branch to establish a good connection.

  • Problem in Getting host name by using request.getHostName() on solaris 9

    Hi there,
    I'm trying to get the machine name of the system from which the request was initiated by using request.getHostName() on Solaris 9 but it is giving me the IP Address of the machine which har sent the request to the server and the same thing is running on Windows and AIX platform. Can anyone tell me any solution to this problem.
    Thanks in advance.
    Nitin Jain

    Hi Nitin,
    Following is the specification for getRemoteHost()
    "Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. For HTTP servlets, same as the value of the CGI variable REMOTE_HOST." I think the same would be true for getHostName().....
    So, this can be one possiblity why ur given IP.

  • Cannot assign an empty string to a parameter with JDBC type VARCHAR

    Hi,
    I am seeing the aforementioned error in the logs. I am guessing its happening whenever I am starting an agent instance in PCo. Can somebody explain whats going on?
    Regards,
    Chanti.
    Heres the complete detail from logs -
    Log Record Details   
    Message: Unable to retreive path for , com.sap.sql.log.OpenSQLException: Failed to set the parameter 1 of the statement >>SELECT ID, PARENTID, FULLPATH, CREATED, CREATEDBY, MODIFIED, MODIFIEDBY, REMOTEPATH, CHECKEDOUTBY FROM XMII_PATHS WHERE FULLPATH =  ?  <<: Cannot assign an empty string to a parameter with JDBC type >>VARCHAR<<.
    Date: 2010-03-12
    Time: 11:32:37:435
    Category: com.sap.xmii.system.FileManager
    Location: com.sap.xmii.system.FileManager
    Application: sap.com/xappsxmiiear

    Sounds like a UI browsing bug (when no path is selected from a catalog tree folder browser) - I would suggest logging a support ticket so that it can be addressed.

  • GRC 5.3 - Management Report Error: Cannot assign an empty string to host..

    Good day Kiran Kandepalli and Others.
    I have successfully executed the background jobs -
    Full User, Role, Profile Synchronization & a
    Full Batch Risk Analysis
    When I run the Management Reports I receive the following error -
    Error while executing the Job:Cannot assign an empty string to host variable 10.
    Has anybody had this error message before?
    When I check table VIRSA_CC_PRMVL, variable 10 is set to No in Nullable collumn.

    Hi Sahad,
    Thanks for your response.  I have checked the usr02 table and logs and do not see any empty fields or strings.  This process worked for 5.2 but fails in 5.3.  Here is the excerpt from the log for the Management Report run.  It seems to fail consistenly at a certain point.  If I knew what the batch job was looking for in host variable 10 I might be able to resolve the problem.  It seems to fail when it starts to report on users.
    Thanks.
    Dan.
    INFO: -
    Scheduling Job =>935----
    Jan 23, 2009 8:04:16 AM com.virsa.cc.xsys.bg.BgJob run
    INFO: --- Starting Job ID:935 (RISK_ANALYSIS_BATCH) - tst
    Jan 23, 2009 8:04:16 AM com.virsa.cc.xsys.bg.BgJob setStatus
    INFO: Job ID: 935 Status: Running
    Jan 23, 2009 8:04:16 AM com.virsa.cc.xsys.bg.BgJob findJobHistory
    FINEST: --- @@@@@@@@@@@ Find the Job History -
    1
    Jan 23, 2009 8:04:16 AM com.virsa.cc.xsys.bg.BgJob updateJobHistory
    FINEST: --- @@@@@@@@@@@ Updating the Job History -
    1@@Msg is tst started :threadid: 0
    Jan 23, 2009 8:04:16 AM com.virsa.cc.xsys.bg.dao.BgJobHistoryDAO insert
    INFO: -
    Background Job History: job id=935, status=1, message=tst started :threadid: 0
    Jan 23, 2009 8:04:16 AM com.virsa.cc.xsys.bg.BatchRiskAnalysis performBatchSyncAndAnalysis
    INFO: --- Batch Sync/Analysis/Mgmt Report started ---
    Jan 23, 2009 8:04:16 AM com.virsa.cc.xsys.bg.BatchRiskAnalysis runBkgMgmReport
    INFO: --- Running the Background Management Report -
    Jan 23, 2009 8:04:39 AM com.virsa.cc.xsys.mgmbground.dao.MgmStats execute
    INFO: Start insert int cc_mgriskd all violations.... 1232726679108
    Jan 23, 2009 8:04:49 AM com.virsa.cc.xsys.bg.BatchRiskAnalysis runBkgMgmReport
    WARNING: Exception in Management Report Job: Cannot assign an empty string to host variable 10.
    com.sap.sql.log.OpenSQLException: Cannot assign an empty string to host variable 10.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.types.VarcharResultColumn.setString(VarcharResultColumn.java:57)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:511)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setString(PreparedStatementWrapper.java:355)
         at com.virsa.cc.xsys.mgmbground.dao.MgmStats.execute(MgmStats.java:314)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.runBkgMgmReport(BatchRiskAnalysis.java:1182)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.performBatchSyncAndAnalysis(BatchRiskAnalysis.java:1430)
         at com.virsa.cc.xsys.bg.BgJob.runJob(BgJob.java:402)
         at com.virsa.cc.xsys.bg.BgJob.run(BgJob.java:264)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.scheduleJob(AnalysisDaemonBgJob.java:240)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.start(AnalysisDaemonBgJob.java:80)
         at com.virsa.cc.comp.BgJobInvokerView.wdDoModifyView(BgJobInvokerView.java:436)
         at com.virsa.cc.comp.wdp.InternalBgJobInvokerView.wdDoModifyView(InternalBgJobInvokerView.java:1225)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Jan 23, 2009 8:04:49 AM com.virsa.cc.xsys.bg.BgJob run
    WARNING: *** Job Exception: Cannot assign an empty string to host variable 10.
    com.sap.sql.log.OpenSQLException: Cannot assign an empty string to host variable 10.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.types.VarcharResultColumn.setString(VarcharResultColumn.java:57)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:511)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setString(PreparedStatementWrapper.java:355)
         at com.virsa.cc.xsys.mgmbground.dao.MgmStats.execute(MgmStats.java:314)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.runBkgMgmReport(BatchRiskAnalysis.java:1182)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.performBatchSyncAndAnalysis(BatchRiskAnalysis.java:1430)
         at com.virsa.cc.xsys.bg.BgJob.runJob(BgJob.java:402)
         at com.virsa.cc.xsys.bg.BgJob.run(BgJob.java:264)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.scheduleJob(AnalysisDaemonBgJob.java:240)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.start(AnalysisDaemonBgJob.java:80)
         at com.virsa.cc.comp.BgJobInvokerView.wdDoModifyView(BgJobInvokerView.java:436)
         at com.virsa.cc.comp.wdp.InternalBgJobInvokerView.wdDoModifyView(InternalBgJobInvokerView.java:1225)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Jan 23, 2009 8:04:49 AM com.virsa.cc.xsys.bg.BgJob setStatus
    INFO: Job ID: 935 Status: Error
    Jan 23, 2009 8:04:49 AM com.virsa.cc.xsys.bg.BgJob updateJobHistory
    FINEST: --- @@@@@@@@@@@ Updating the Job History -
    2@@Msg is Error while executing the Job:Cannot assign an empty string to host variable 10.
    Jan 23, 2009 8:04:49 AM com.virsa.cc.xsys.bg.dao.BgJobHistoryDAO insert
    INFO: -
    Background Job History: job id=935, status=2, message=Error while executing the Job:Cannot assign an empty string to host variable 10.
    Jan 23, 2009 8:04:49 AM com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob scheduleJob
    INFO: -
    Complted Job =>935----

Maybe you are looking for

  • In javascript, how do I open a dialog so that the user can input the value of a variable?

    I'm working on a script that will be used for many images, all of them using the same format (size of the image, layer layout, etc). All of these images will have a layer of text, and what I want is to have the script modify the horizontal length of

  • Coding Swing Applications with Large JDBC ResultSets

    Hi, Does anyone know where I can find information regarding efficient ways to code Swing UI's with large JDBC result sets. I have been using JTextArea but my application seems to constantly run out of memory when I encounter a large result set. Also,

  • I book upgrade

    How can I upgrade my i book from OS 10,1.2 to 10.3.9.Have just been given 30 gb ipod and that is min reqd.

  • Adding second mac to TC - what settings to make TC visible to new iMac?

    I just bought a new iMac; I have a macbook air and I back up to the Time Capsule.  But the new iMac cannot "see" the TC - so step 1:  where's the adjustment in the TC settings to allow the new iMac to see and then backup to the TC?

  • I sync not working

    I sync keeps quiting unexpectedly. Anyone know why? I get this message: The system and other applications have not been affected. Would you like to submit a bug report to Apple?The system and other applications have not been affected. Would you like