Runtime.getRuntime().exec() does not work after JRE upgradation

I have upgraded JRE from 1.3.0_02 to 1.3.1_15. After this upgrade, Runtime.getRuntime().exec() has suddenly stopped working. If I downgrade to 1.3.0_02, it starts working again.
Please help.

It has definitely forked, and this is the child process. It says so. If it was the parent process it would just show Java code related to launching processes. That does not involve PKCS11. After the fork there are two identical processes with the same stack: the child process of the fork goes on to replace itself with the target command via Unix exec(), which it doesn't look like it is succeeding at. The parent process doesn't do much at all, probably just housekeeping and then a Unix wait() for Process.waitFor() to hook into.

Similar Messages

  • TX2500Z touchscreen does not work after Windows7 upgrade from HP specific to S/N, etc on laptop.

    My TX2500Z touchscreen does not work after I upgraded to Windows 7. I cannot find any support or drivers, etc. to fix.  I bought Windows 7 directly from HP specific to my P/N and S/N on my TX2500Z.  Any help? Thanks.

    after 2,5 days (spending half a day within the apple shop as well with this problem) i have it all back on track.
    i did a lot of different things: trying to remove and reinstall iPhoto; did a SL installation over the old SL I had on my HD; backing up all the data of course before and reformatting my HD and installing a new clean SL version on it + a new clean version of iLife9 with all the updates and than I migrate with migrate assistant all the data and setting with time machine back onto it, but all this didn't work, because it also migrated the error/bug through time machine with it.
    so at the end i just installed a brand new, clean SL version on my hard drive, than I did the updates and put all my data, photos, docs, movies, mail, bookmarks, music, etc manual back into the system (drag and drop from my external HD, where i had an exact copy of my internal HD) and did all the settings again in all the different programs.
    the only thing i used migrant assistant with time machine for was for the programs. it seems to work now all fine and i even got more free space on my HD, because some of the old stuff i always carried with me but i never used, i didn't take over.
    basically everything is clean now. At least i hope and works fine. touch wood!

  • Runtime.getRuntime().exec() does not return

    Hello,
    I am running into a case where the call to Runtime.getRuntime.exec(command) does not return. The scenario is that the main thread spawns another thread which calls the Runtime.exec(). Since the call does not return, both threads seems to be hung. The jstack output from the main thread shows
    ----------------- t@2 -----------------
    0xfeedab45 ___lwp_cond_wait + 0x15
    0xfeb4030d void os::PlatformEvent::park() + 0xa9
    0xfebadd48 void ObjectMonitor::wait(long long,bool,Thread*) + 0x26c
    0xfe770287 void ObjectSynchronizer::wait(Handle,long long,Thread*) + 0xef
    0xfe76ffbb JVM_MonitorWait + 0x20f
    0xfb20a032 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
    0xfb20308d * java.lang.Thread.join(long) bci:38 line:1143 (Interpreted frame)
    0xfb20308d * java.lang.Thread.join() bci:2 line:1196 (Interpreted frame)
    0xfb20308d * DataLoader.checkThreadGroup() bci:92 line:316 (Interpreted frame)
    0xfb202f27 * DataLoader.checkTables(int) bci:1 line:336 (Interpreted frame)
    0xfb202f69 * DataLoader.runLoad(int, java.lang.String, java.lang.String, java.lang.String, com.sabre.fltsked.apm.util.FSIOHelper)
    ... more below ....
    So it is waiting for the spawned thread on a join()
    And the jstack dump for the thread that called exec() is
    ----------------- t@70 -----------------
    0xfeed7409 __lwp_park + 0x19
    0xfeed1be7 cond_wait_queue + 0x5e
    0xfeed1f64 cond_wait_common + 0x1db
    0xfeed20d2 condwait + 0x7b
    0xfeed20fd cond_wait + 0x21
    0xfeed2136 pthread_cond_wait + 0x1b
    0x9741082a soft_delete_object_cleanup + 0x57
    0x97410906 soft_delete_object + 0x5b
    0x97410953 soft_delete_all_objects_in_session + 0x2e
    0x97407b7a soft_delete_session + 0xec
    0x97407860 soft_delete_all_sessions + 0x3c
    0x97402525 finalize_common + 0x66
    0x974026ae softtoken_fini + 0x34
    0x974355f9 _fini + 0x21
    0xfefdd49a remove_hdl + 0x766
    0xfefd8be9 dlclose_core + 0xb1
    0xfefd8c1d dlclose_intn + 0x21
    0xfefd8c96 dlclose_check + 0x2a
    0xfefd8d00 dlclose + 0x38
    0x97480aeb pkcs11_slottable_delete + 0xb1
    0x9747c691 finalize_common + 0xe2
    0x9747c6e0 pkcs11_fini + 0x3e
    0x9747c3bf pkcs11_fork_child + 0x73
    0xfee628b8 postforkchild_handler + 0x2f
    0xfeeca9ec fork + 0x12e
    0xfe338029 Java_java_lang_UNIXProcess_forkAndExec + 0x395
    0xfb20a032 * java.lang.UNIXProcess.forkAndExec(byte[], byte[], int, byte[], int, byte[], boolean, java.io.FileDescriptor, java.io.FileDescriptor, java.io.FileDescriptor) bci
    :0 (Interpreted frame)
    0xfb202f69 * java.lang.UNIXProcess.<init>(byte[], byte[], int, byte[], int, byte[], boolean) bci:62 line:53 (Interpreted frame)
    0xfb20308d * java.lang.ProcessImpl.start(java.lang.String[], java.util.Map, java.lang.String, boolean) bci:182 line:65 (Interpreted frame)
    0xfb202f27 * java.lang.ProcessBuilder.start() bci:112 line:452 (Interpreted frame)
    0xfb202f27 * java.lang.Runtime.exec(java.lang.String[], java.lang.String[], java.io.File) bci:16 line:593 (Interpreted frame)
    0xfb202f27 * java.lang.Runtime.exec(java.lang.String, java.lang.String[], java.io.File) bci:69 line:431 (Interpreted frame)
    0xfb202f27 * java.lang.Runtime.exec(java.lang.String) bci:4 line:328 (Interpreted frame)
    0xfb202f27 *SQLLoad(java.lang.StringBuffer) bci:181 line:51 (Interpreted frame)
    0xfb202e61 *FSLoadThread.run() bci:84 line:54 (Interpreted frame)
    The command I am trying to exec is "sqlldr" and I do have it in my PATH variable. Why is that the call to exec does not return? Any ideas?
    This is on jdk1.6.0_17
    Thanks,
    Bijoy.

    It has definitely forked, and this is the child process. It says so. If it was the parent process it would just show Java code related to launching processes. That does not involve PKCS11. After the fork there are two identical processes with the same stack: the child process of the fork goes on to replace itself with the target command via Unix exec(), which it doesn't look like it is succeeding at. The parent process doesn't do much at all, probably just housekeeping and then a Unix wait() for Process.waitFor() to hook into.

  • Runtime.getRuntime().exec(cmd) not working

    I have created binary scrip to parse file from one format to another format and the file parser is available on Linux path and working fine when calling from command prompt but while calling this program from jsf or any any java form bean it adds some special charaters with program and throws IOException as belows
    calling command
    String[]     cmd={"delimiter",inputFile.toString(),outputFile.toString()};
    Process     p=Runtime.getRuntime().exec(cmd);
    it gives following error.
    java.io.IOException: delimiter@! : not found
    while calling this from jaav main application working fine.
    any suggestion would be appriciated.
    Cheers,
    dharmendra

    Thanks.
    I printed out whatever values are being passed and it is printing the right values on console and in log file and I also tried this command in stand alone application program an working fine. but when I call it from jsf form bean it adds ^@ at the end of first parameter and says ;
    IOException : delimiter^@ : not found
    i actually created the same copy as delimiter^@ and put it in same path directory with 777 mode.
    and now its working fine. but I did not know the reason why it change the name of first argument.
    Thanks,

  • Insert in Tabular form does not work after the upgrade to APEX 4.0

    Hi all,
    Thx in advance for looking into the issue.
    We are running into following issue when we upgraded APEX 3.2 to APEX 4.02
    1) The Tabular form insert does not work.
    2) We are fatching the value of the Global variable APEX_APPLICATION.g_XXXX in a procedure and we get null for this value after submit for new row to be inserted.
    The tabular form was working fine in APEX 3.2.
    The Update and Delete works just fine.
    Any help in this regard is highly appreciated.
    Thx and regards,
    Mahesh

    Here is my workaround to get the ADDROW/SUBMIT working again if you have a legacy Tabular Form:
    1     PAGE ATTRIBUTES               
              JAVASCRIPT          
              FUNCTION AND GLOBAL VARIABLE DECLARATION          
                   var htmldb_delete_message='"DELETE_CONFIRM_MSG"';     
    2     DELETE BUTTON               
              ACTION WHEN BUTTON CLICKED          
              URL Target          change to
                   javascript:apex.confirm(htmldb_delete_message,'MULTI_ROW_DELETE');     
    3     ADDROW BUTTON               
              ACTION WHEN BUTTON CLICKED          
              Action           
                   redirect to URL     
              URL Target          
                   javascript:addRow();     
    4     PROCESS               
              APPLYMRU (activitated by button ADDROW)          
              CONDITION          
                   never or delete     
    5     PROCESS               
              ADDROWS          
              CONDITION          
                   never or delete     
    6     CHANGE PAGE TEMPLATE to e.g. THEME 13 One Level Tabs.               
    7     IF YOU WANT ADD FUNCTIONALITY TO GOTO BOTTOM OF PAGE AFTER ADDROW               
         1. In the page footer put <a name="bottom_of_page"></a>                
         2. Amend the action when the "ADD" button is clicked to scroll down to the new region by doing the following:               
         - edit "ADD" button               
         - Go to "Action when button Clicked" section               
         - Amend "URL Target" from               
         javascript:addRow();                
         to               
         javascript:addRow();window.location='#bottom_of_page' ;               
    regards
    PaulP

  • Wrt610n wireless network does not work after firmeware upgrade

    Hi
    I just updated my Wrt610n hardware version 1 to the newest firmware, it did finish with sucess, I did factory reset reboot and reconfig. But the wireless network does not work , cant connect computers to it. Did downgrade the firmware to the same it was and restore my settings but still wireless does not work. But router works fine with lan.  Any suggestions? maybe the firmware tosted the router?
    Regards
    Stefan

    Update -
    After last reset and reupgrade with the newest firmware for hardware version 1 I could config the router and connect 2 computers with wireless - but only for about 15 mín - then they lost connection and could not reconnect.
    I did then get the newest update for hardeware version 2 - just to try and upgraded with that and got success, and now I have reset the router again and config it and those 2 computers are connected and have been for 1 hour now. So seems to be working - is it okay to have the firmware for hardware version 2 on my version 1 router?
    Any thought what is going on - could it be that the other firmware had not loaded compleytle or?

  • Most of the default Mac Apps does not work after Mavericks Upgrade

    Hi, I did everything, but nothing has brought me out of this misery .
    I Updated Maverick just 2 days after its release. Had no problems, other then slow Finder. I restarted my iMac last week, and got caught with these issues, known to me, not sure what all bugs are there.
    All these apps does not work: App Store, TextEdit, Preview, Terminal, iBooks, Maps, Calendar, Contacts, Mail, etc
    I do not know how to do a clean install, as I had upgraded from Snow Leopord to Mountain Lion and to Maverick using App Store, which does not open at all.
    Hoping to get some response soon from Apple support team to help me.

    Hi Arthur,
    Thanks for the headsup about Apple Support thing... My iMac is not under warranty.
    And below is the report generated from EtreCheck. Hope it can help me find the solution.
    Hardware Information:
              iMac (20-inch, Early 2008)
              iMac - model: iMac8,1
              1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              ATI Radeon HD 2400 - VRAM: 128 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    Startup Items:
              FanControlDaemon - Path: /Library/StartupItems/FanControlDaemon
              HDDFanControlDaemon - Path: /Library/StartupItems/HDDFanControlDaemon
              HP IO - Path: /Library/StartupItems/HP IO
              HP Trap Monitor - Path: /Library/StartupItems/HP Trap Monitor
              MissingSyncListener - Path: /Library/StartupItems/MissingSyncListener
              MySQLCOM - Path: /Library/StartupItems/MySQLCOM
              ParallelsDesktopTransporter - Path: /Library/StartupItems/ParallelsDesktopTransporter
              VirtualBox - Path: /Library/StartupItems/VirtualBox
    System Software:
              OS X 10.9 (13A603) - Uptime: 2 days 2:6:45
    Disk Information:
              WDC WD2500AAJS-40VWA1 disk0 : (250.06 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        My iMac (disk0s2) /: 249.2 GB (22.18 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple, Inc. Keyboard Hub
                        Apple, Inc Apple Keyboard
              Western Digital My Book 1110 999.5 GB
                        WORK (disk1s1) /Volumes/WORK: 375.81 GB (95.66 GB free)
                        PLEASURE (disk1s2) /Volumes/PLEASURE: 623.69 GB (35.57 GB free)
              Apple Inc. Built-in iSight
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.logmein.driver.LogMeInSoundDriver          (1.0.0)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.adobe.SwitchBoard.plist
              [failed] com.google.GoogleML.plist
              [loaded] com.google.keystone.daemon.plist
              [not loaded] com.logmein.logmeinserver.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.wdc.WDDMservice.plist
              [loaded] com.wdc.WDSmartWareServer.plist
              [loaded] rapiback.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.google.keystone.agent.plist
              [loaded] com.logmein.logmeingui.plist
              [not loaded] com.logmein.logmeinguiagent.plist
              [not loaded] com.logmein.logmeinguiagentatlogin.plist
              [loaded] syncmateStarter.plist
    User Launch Agents:
              [loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.ARM.[...].plist
              [loaded] com.facebook.videochat.[redacted].plist
              [loaded] com.macpaw.CleanMyMac.helperTool.plist
              [not loaded] com.macpaw.CleanMyMac.trashSizeWatcher.plist
              [loaded] com.macpaw.CleanMyMac.volumeWatcher.plist
    User Login Items:
              AirPort Base Station Agent
              EarthDesk Engine
              LMILaunchAgentFixer
              AdobeResourceSynchronizer
              RealPlayer Downloader Agent
              Windows Phone 7 Connector Agent
              iAntiVirus
              TextEdit
              StatusMenu
              HP Scheduler
              WDQuickView
    3rd Party Preference Panes:
              Application Enhancer
              DivX
              EarthDesk
              Fan Control
              Flash Player
              Flip4Mac WMV
              Growl
              MacFUSE
              WDQuickView
    Internet Plug-ins:
              AdobeExManDetect.plugin
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Default Browser.plugin
              DirectorShockwave.plugin
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
              RealPlayer Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              Picasa.plugin
              Unity Web Player.plugin
              WebEx.plugin
              WebEx64.plugin
    Bad Fonts:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                  29%          mds
                   2%          WindowServer
                   1%          mds_stores
                   1%          LogMeInGUI
                   1%          RealPlayer Downloader Agent
                   1%          EtreCheck
                   1%          FanControlDaemon
                   0%          uTorrent
                   0%          notifyd
                   0%          networkd
    Top Processes by Memory:
              1.00 GB            mds
              106 MB             mds_stores
              78 MB              Google Chrome
              49 MB              Finder
              45 MB              WindowServer
              40 MB              Google Chrome Helper
              37 MB              VLC
              29 MB              uTorrent
              20 MB              EtreCheck
              16 MB              DashboardClient
    Virtual Memory Statistics:
              43 MB              Free RAM
              989 MB             Active RAM
              934 MB             Inactive RAM
              447 MB             Wired RAM
              4.25 GB            Page-ins
              454 MB             Page-outs

  • Share option for email does not work after Yosemite upgrade.

    Hi,
    Does anybody know why the share option, "Share via email" does not work anymore after Yosemite upgrade?  I love this feature.  It's just quick and easy.
    Rod.

    On Yosemite, Pages '09 v4.3 no longer recognizes the Share > Send Via Email categories. You will have to export and manually drag/drop/attach documents to Mail. There is no fix.

  • RAID Utility does not work after Vista upgrade

    Hi,
    I have a Qosmio G30 with 2 HD 120GB each. After I upgraded to Windows Vista from Windows XP, the Toshiba RAID Utility does not work anymore. In WXp it worked OK, but in Vista there is no way I can mirror the HD. That is, the utility itself work, but the button that should say Mirror, or something like that is not shown. I have set the drives to RAID-1 in the BIOS, but no go.
    Is there any way to get the software RAID to work again?

    Hi,
    just a little question: While installing vista, did you installed the RAID-driver at installation time? Maybe this could be the reason why RAID cannot be activated properly.
    Please give some feedback, if you installed the RAID drivers for Vista during the installation..
    Cheers

  • Iphoto slideshow does not work after SL upgrade

    Hi, i have a 2 month old macbook pro 3.06Ghz and after i upgraded to SL i have several problems: Toast does not work, my pretty new HP 4480 Photosmart Printer works but the scanner function not (error message comes up no connection to scanner), etc. but the biggest problem right now is that iPhoto does not work anymore. i use it a lot and i have over 20000 photos on it. before with leopard it was working fine, but now after scrolling through a few photos iphoto get stucked for a few minutes before it runs again. the slideshow feature doesn't work. i read a few forums about this or similar problems but all the advise didn't help. i reinstalled the iphoto from the original computer disc and later from a life 9 disc as well. first the slideshow works once or twice with only a few pics, but later it turns the slideshow on but get stucked and the only way to get out of the frozen screen is by turning the computer off (holding OFF button down). i did also verify disc permission and disc repair = no help. what can i do?

    after 2,5 days (spending half a day within the apple shop as well with this problem) i have it all back on track.
    i did a lot of different things: trying to remove and reinstall iPhoto; did a SL installation over the old SL I had on my HD; backing up all the data of course before and reformatting my HD and installing a new clean SL version on it + a new clean version of iLife9 with all the updates and than I migrate with migrate assistant all the data and setting with time machine back onto it, but all this didn't work, because it also migrated the error/bug through time machine with it.
    so at the end i just installed a brand new, clean SL version on my hard drive, than I did the updates and put all my data, photos, docs, movies, mail, bookmarks, music, etc manual back into the system (drag and drop from my external HD, where i had an exact copy of my internal HD) and did all the settings again in all the different programs.
    the only thing i used migrant assistant with time machine for was for the programs. it seems to work now all fine and i even got more free space on my HD, because some of the old stuff i always carried with me but i never used, i didn't take over.
    basically everything is clean now. At least i hope and works fine. touch wood!

  • Dvd player does not work after Leopard upgrade

    I installed Leopard, had to upgrade because my printer died and no printers now work with Tiger.  Since the upgrade, my DVD player does not work.  I have problems burning some cd's too.  Is this a known issue?  What is the fix?

    I have read a couple of complaints like that, but not sure it's widespread.
    At this point I think you should get Applejack...
    http://www.macupdate.com/info.php/id/15667/applejack
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 6 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files! :-)
    Disconnect the USB cable from any Uninterruptible Power Supply so the system doesn't shut down in the middle of the process.
    If that does NOT help, Safe Boot , (holding Shift key down at bootup), use Disk Utility from there to Repair Permissions, test if things work OK in Safe Mode.
    Then move these files to the Desktop...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.desktop.plist
    /Users/YourUserName/Library/Preferences/com.apple.recentitems.plist
    Reboot & test.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.
    If that does NOT help then I suspect the optical drive or media itself, or possibly just needs a cleaning CD run on it.

  • Some Widget does not work after latest upgrade

    Today is July 23rd, 2011. By recent latest upgrade, mainly for supporting Lion, where I am still using Snow Leopard 10.6.8, some widget does not work, including Battery Meter, Digital Clock Alarm, Victoria Digital Clock, etc.
    By the way, my company use Chatter and I installed Chatter Desktop. Again, after recent upgrade, it no longer work anymore.
    Do you experience the same problem?
    For those who has upgraded to Lion, do you also find some widget does not work?

    I have read a couple of complaints like that, but not sure it's widespread.
    At this point I think you should get Applejack...
    http://www.macupdate.com/info.php/id/15667/applejack
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 6 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files! :-)
    Disconnect the USB cable from any Uninterruptible Power Supply so the system doesn't shut down in the middle of the process.
    If that does NOT help, Safe Boot , (holding Shift key down at bootup), use Disk Utility from there to Repair Permissions, test if things work OK in Safe Mode.
    Then move these files to the Desktop...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.desktop.plist
    /Users/YourUserName/Library/Preferences/com.apple.recentitems.plist
    Reboot & test.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.
    If that does NOT help then I suspect the optical drive or media itself, or possibly just needs a cleaning CD run on it.

  • 8830 - tethering capability does not work after os upgrade

    I upgraded the software on my 8830 world edition from 4.2.2.176 to 4.2.2.196 to increase functionality of business use.  The tethering capability that i had with the previous version of software does not work.  Installed newest version of VZAccess Manager from Verizon.   Nothing.  The phone has great coverage with all five bars as 1xEVDO.  When modem mode is enabled on the phone via tethering, the signal switches to 1x only and I get an error message stating server is not responding.  HELP!!!  I am on the road a tremendous amount and greatly rely on the connectivity that the blackberry provides.  Thanks.
    Message Edited by bwilloby46 on 01-26-2009 09:44 PM
    Message Edited by bwilloby46 on 01-26-2009 09:45 PM

    Update -
    After last reset and reupgrade with the newest firmware for hardware version 1 I could config the router and connect 2 computers with wireless - but only for about 15 mín - then they lost connection and could not reconnect.
    I did then get the newest update for hardeware version 2 - just to try and upgraded with that and got success, and now I have reset the router again and config it and those 2 computers are connected and have been for 1 hour now. So seems to be working - is it okay to have the firmware for hardware version 2 on my version 1 router?
    Any thought what is going on - could it be that the other firmware had not loaded compleytle or?

  • Internet does not work after kernel upgrade (quite strange)

    Hi guys
    My internet (only at home) does not work anymore with kernel 2.6.27. at university it works just fine. isn't that funny
    it has something to do with packet sizes interestingly enough... because i can ping "the internet" (i.e. kernel.org) just fine at home but wget kernel.org fails. ping -s 1000 fails as well, so it's probably really related to packet size.
    I use DSL which has a strange value for MTU i heard, but it works just fine with lower kernel versions. I am a bit lost by now...
    Btw: it's actually not arch-patch-related, so sorry for posting this here (i already mailed it to the lkml) but i thought maybe there are people here who are interested in strange problems
    cheers Barde
    PS: what i meant to say actually is that if you're not interested in my problem, just ignore this thread

    Ok, I downgraded again, very carefully & rebooted to an internet working as it should be.
    Sorry for throwing some confusion on the matter, I had, had a very long day with an Arch install that went wrong(!)  the day before & must have been brain addled when downgrading yesterday.
    I will now have another look at the machine that's install is stuck & see if I can understand why, with my new found knowledge.
    Thanks to all for your much needed help.
    [Edit:]
    My 2nd machine was suffering the same problem which it caught during a fresh install of Arch!
    I have edited some of my previous posts to try to remove confussion created by my failed first downgrade attempt. {embarrassment}
    Last edited by handy (2008-10-18 00:14:44)

  • Search help for cost center does not work after SP upgrade

    Hi,
    Create a shopping cart in SRM and go to the cost assignment tab. When click on the search help to enter a costcenter, we don't get any search help screen.
    Thanks

    Kindly check note: 1259735 Search help of generic account does not work
    Additionally Check the 5th question/answer of note 815849.

Maybe you are looking for

  • Physical disk not showing up in Disk Utility

    I'm in the process of selling my mac mini. I went to the disk utility and erased per the instructions here: http://support.apple.com/en-us/HT201065 The only thing I did differently was I adjusted the security settings to do a pass of writing zeroes. 

  • Passing Array from Class to JSP

    Hoi all, I am using MyEclipse Tomcat 4.1 and MySql I am trying to pass a 2D array from my struts framework action class to the forwarding action JSP. the Array is filled correctly, I check that by printing the values of the array as they are filled b

  • How I Solved The X-FI + Vista Driver Unrecognized Device Prob

    Okay, the solution first, then comments. It's not bad hardware, like myself and so many others assumed. Those of us who are used to using Creative products are familiar with the drop down menus to get to your type of device, model, and OS. Here's the

  • Bi-Product Configuration

    Hi Gurus, Can anyone guide me to detailed steps, how to configure a Bi-Product. What settings and procedures we need to follow? I am unable to find any documentation on this. Please help me. Thank you

  • My psd file turned into an unknown file

    I created a couple of psd files last night. A simple pricelist in photoshop and I developed a habit of saving every few minutes.  I can't remember if I closed photoshop last night or not but when I woke up this morning, my pc had rebooted itself (re-