China Diapers
Apr 16, 04:04 AM
Hi,
I am trying to run a java solution remotely on a server, I am using the below command in the terminal:
java RemoteShellClient 87.120.209.147 50001 "cmd" "java -jar -Dusername=xxx -Dpassword=xxx -DcCodes=all C:\BetInTime.jar ServiceSF"
Confidential info hidden with x's.
But am getting the below error:
Invalid input data
Could this be a syntax error?
Thanks
OK, on further inspection, the shellscript seems to rely on some batch files:
CommandRunner.class
RemoteShell.jar
SockData.class
CommandRunner.java
RemoteShellClient.class
SockData.java
JavaBuild.bat
RemoteShellClient.java
java
JavaClient.bat
RemoteShellServer.class
JavaServer.bat
RemoteShellServer.java
Contents of which are:
set ClassPath=RemoteShell.jar
java RemoteShellServer %1 %2
set ClassPath=RemoteShell.jar
java RemoteShellClient %1 %2 %3 %4
javac -g:none *.java
jar cvf RemoteShell.jar *.class
Do you think it would help to rewrite these as bash files?
I am trying to run a java solution remotely on a server, I am using the below command in the terminal:
java RemoteShellClient 87.120.209.147 50001 "cmd" "java -jar -Dusername=xxx -Dpassword=xxx -DcCodes=all C:\BetInTime.jar ServiceSF"
Confidential info hidden with x's.
But am getting the below error:
Invalid input data
Could this be a syntax error?
Thanks
OK, on further inspection, the shellscript seems to rely on some batch files:
CommandRunner.class
RemoteShell.jar
SockData.class
CommandRunner.java
RemoteShellClient.class
SockData.java
JavaBuild.bat
RemoteShellClient.java
java
JavaClient.bat
RemoteShellServer.class
JavaServer.bat
RemoteShellServer.java
Contents of which are:
set ClassPath=RemoteShell.jar
java RemoteShellServer %1 %2
set ClassPath=RemoteShell.jar
java RemoteShellClient %1 %2 %3 %4
javac -g:none *.java
jar cvf RemoteShell.jar *.class
Do you think it would help to rewrite these as bash files?
mbl42
Dec 10, 07:35 PM
Not sure if I wanna go through with it it but how does 95USD shipped sound? Also is a zip and an EZ drive the same(sorry im a dumbass)
That sounds good. I will include an AC adapter for it and the USB cable that came with it. I'm not sure what an EZ drive is though. :confused:
Edit: Just found another zip disc I could include. Also 100MB.
If you don't take it I'll stick it up on eBay, which is what I would like to do. You may have problems with customs on your end.
That sounds good. I will include an AC adapter for it and the USB cable that came with it. I'm not sure what an EZ drive is though. :confused:
Edit: Just found another zip disc I could include. Also 100MB.
If you don't take it I'll stick it up on eBay, which is what I would like to do. You may have problems with customs on your end.
Abstract
Jun 16, 04:16 AM
I'd love to have a place for flamewars as well. Some place to vent, call each other names, and just bash everyone and everything you think is dumb, or extremely frustrating.
whats your problem :eek: you know some people dont want to die alround here or have there house burned down :p
*grabs for his pitchfork and torch*
whats your problem :eek: you know some people dont want to die alround here or have there house burned down :p
*grabs for his pitchfork and torch*
entatlrg
Apr 19, 11:26 PM
Do you prefer to work from one 'main' computer or more?
Using one main computer has it's benefits, everything is in one place, no juggling files or file syncing software. It's easy to stay focused working from one desktop.
But, if you have mobility in mind you'd need the computer to be a notebook and work with a limited screen size or add an external display .... but then there's the plugging/unplugging all day, files need to be kept in sync...
What's your setup like, one computer or two, how do you use them?
Using one main computer has it's benefits, everything is in one place, no juggling files or file syncing software. It's easy to stay focused working from one desktop.
But, if you have mobility in mind you'd need the computer to be a notebook and work with a limited screen size or add an external display .... but then there's the plugging/unplugging all day, files need to be kept in sync...
What's your setup like, one computer or two, how do you use them?
more...
JollyJoeJoe
Apr 23, 10:59 PM
So Im a freelance Editor/Motion Graphics guy with no real understanding of RAID Controller Cards, or how they work.
As of right now I have three 1TB drives inside my Mac Pro, RAIDed together (stripe 0) using the OS. No Raid card.
The drives are all 7200rpm from varying manufacturers. (not sure if this matters.)
My questions is; is it beneficial for me to get a RAID card to control these drives vs. leaving it to the OS to handle? Any suggestions for me?
Thanks.
2010 8-Core Mac Pro 2.4
14GB RAM
3 drives in RAID0 ? Yikes, anyone of them goes and your machine is out of action. RAID0 offers no fault tolerance as no drives in the array share parity info or are mirrored.
You would most certainly see a benefit in a hardware RAID solution, especially if you are going to switch to a RAID level with some redundancy, like RAID5 or RAID10. Also a true hardware RAID takes the processing load off your processors and memory.
If on a budget you could go with RAID-Z, it involves switching to the ZFS file system. RAID-Z1 apparently offers similar performance to RAID5. Read this thread (http://forums.macrumors.com/showthread.php?t=1135718) for further insight.
I would get an SSD for the OS and use the 3x 7200rpm Disks in RAID5.
RAID5 is great for storing uncompressed video data and in your case would offer protection against a single drive failure.
or Just RAID5 with 3x HDD's and partition the RAID volume.
The most recommend cards right now are the Areca 6g 1880 series or the new ATTO 6G series. For your needs something like the ARC-1880-i SAS 6G RAID Controller would suffice if you don't plan to connect external RAID/Storage solution.
I would go with a 6G controller so as to take advantage of new fast 6G SSD's etc.
nanofrog is the RAID-whizz around here and I am sure he would be able to suggest something for you.
As of right now I have three 1TB drives inside my Mac Pro, RAIDed together (stripe 0) using the OS. No Raid card.
The drives are all 7200rpm from varying manufacturers. (not sure if this matters.)
My questions is; is it beneficial for me to get a RAID card to control these drives vs. leaving it to the OS to handle? Any suggestions for me?
Thanks.
2010 8-Core Mac Pro 2.4
14GB RAM
3 drives in RAID0 ? Yikes, anyone of them goes and your machine is out of action. RAID0 offers no fault tolerance as no drives in the array share parity info or are mirrored.
You would most certainly see a benefit in a hardware RAID solution, especially if you are going to switch to a RAID level with some redundancy, like RAID5 or RAID10. Also a true hardware RAID takes the processing load off your processors and memory.
If on a budget you could go with RAID-Z, it involves switching to the ZFS file system. RAID-Z1 apparently offers similar performance to RAID5. Read this thread (http://forums.macrumors.com/showthread.php?t=1135718) for further insight.
I would get an SSD for the OS and use the 3x 7200rpm Disks in RAID5.
RAID5 is great for storing uncompressed video data and in your case would offer protection against a single drive failure.
or Just RAID5 with 3x HDD's and partition the RAID volume.
The most recommend cards right now are the Areca 6g 1880 series or the new ATTO 6G series. For your needs something like the ARC-1880-i SAS 6G RAID Controller would suffice if you don't plan to connect external RAID/Storage solution.
I would go with a 6G controller so as to take advantage of new fast 6G SSD's etc.
nanofrog is the RAID-whizz around here and I am sure he would be able to suggest something for you.
drew0020
Jun 18, 10:31 AM
The southpark mall in Charlotte NC opens at 6am and only one door opens at that time. So I am getting there around 5:30am. Maybe I'll get lucky and no one will show up that early :)
Make sure you give us updates on the line :) I will be there between 7-8am if AT&T screwed up my pre-order...
Make sure you give us updates on the line :) I will be there between 7-8am if AT&T screwed up my pre-order...
more...
miles01110
May 5, 04:55 PM
That's interesting. The way I understand it is that I can buy my Mac somewhere else and then go to Apple within 14 days to buy the 1to1. Am I understanding that correctly?
No, because it only applies to Macs bought at one of the listed locations.
No, because it only applies to Macs bought at one of the listed locations.
jsw
Sep 23, 12:29 PM
AP says no. :D
Again, proving my ignorance...
"AP" is what? "Associated Press"? Or, I mean, "Associated Press?"
No, I don't - that looks like I'm using "Associated Press?" as a phrase.
I'm so confused. I think I'll just speak my posts from now on and supply the link to the audio file.
No, wait, I'll have to record them with my iSight... otherwise, I'll not be able to do the "air quotes". "Air quotes." Dammit....
Again, proving my ignorance...
"AP" is what? "Associated Press"? Or, I mean, "Associated Press?"
No, I don't - that looks like I'm using "Associated Press?" as a phrase.
I'm so confused. I think I'll just speak my posts from now on and supply the link to the audio file.
No, wait, I'll have to record them with my iSight... otherwise, I'll not be able to do the "air quotes". "Air quotes." Dammit....
more...
Galley
Aug 25, 05:48 PM
Amazon Marketplace
Half.com (now owned by eBay, everything is "buy it now")
eBay
Half.com (now owned by eBay, everything is "buy it now")
eBay
R94N
Jul 3, 03:59 AM
Wow, the only PC laptop I like is being recalled. Before I got my MacBook, the Vaio was the only PC I was considering buying.
more...
sineplex
Sep 25, 06:18 PM
Same here! I was using an app that provided me 20% on a merchandise and the sales asked me how I got it on my "iPhone." :rolleyes::D
what was the app? sounds interesting.
what was the app? sounds interesting.
AlphaDogg
Mar 12, 06:28 PM
I wanted to embed a youtube video in my post, but I can't as HTML code is off. I was googling on how to embed a youtube video using BB code, but it seems as if it needs to be done on the admin's end. Here (http://www.vbulletin.com/forum/showthread.php/199304-How-To-Make-a-YouTube-BB-Code) is a link on vBulletin's forum on how to add a YouTube BB code. Thanks in advance!
more...
jhatz
Apr 18, 11:17 AM
I would try a Mr. Clean Magic eraser on a small spot on the bottom to see how it cleans. It should work well. I used it on my old black MacBook and it made it look like new again. Don't use it on the LCD however. Get Monster LCD cleaning solution (it comes in a blue bottle for like $20). It's well worth it, the consistency of the liquid is a gel type spray so it won't ever run even if you spray directly onto the screen panel itself.
Back to the magic eraser, it removes pesky oily spots that appear to look like wear on the keys/hand rests/track pad. I haven't found any way to officially clean my macbook until I used them.
Back to the magic eraser, it removes pesky oily spots that appear to look like wear on the keys/hand rests/track pad. I haven't found any way to officially clean my macbook until I used them.
cubist
Dec 9, 10:38 AM
I move to a different desk area in the summer. You could try that. You'll need a DVI extension cable, etc.
more...
awulf
Dec 21, 11:46 PM
On the screen it had the usual style buttons, but it says "Auction" on one of them, maybe they are starting auctions on their site too.
cantthinkofone
Mar 16, 12:36 PM
Bear in mind...
http://comic.j3rk.us/images/bearinmind.png
Sorry I couldn't help it.
I have been watching the price of Apple stocks and they are down $20 from last week when I almost bought a single share. Glad I didn't though. If I get this job today or tomorrow I think I will buy one or two shares while it's sagging.
http://comic.j3rk.us/images/bearinmind.png
Sorry I couldn't help it.
I have been watching the price of Apple stocks and they are down $20 from last week when I almost bought a single share. Glad I didn't though. If I get this job today or tomorrow I think I will buy one or two shares while it's sagging.
more...
DJ Al B Bad
Apr 20, 03:25 PM
I own both versions (iPhone & iPad) this is a great app on sale or at the full price which I paid - Go get it!
atrac7
Apr 6, 01:27 AM
^^Exactly what i did! All good now :)
Out of curiosity, why did you use a third party charger? I've done it a few times with other devices, but it's always been with quality, branded chargers (like charging my Kindle with my BlackBerry's charger), but I wouldn't dare do that with my iPad unless I knew it was top quality since so many of those third party chargers, like third party batteries, can damage your equipment.
By the way, I think using a third party charger may have voided your warranty anyway. At least on some devices I'm pretty sure it does.
Honestly I was using the same charger...just was an extension, so the tip was different...
Out of curiosity, why did you use a third party charger? I've done it a few times with other devices, but it's always been with quality, branded chargers (like charging my Kindle with my BlackBerry's charger), but I wouldn't dare do that with my iPad unless I knew it was top quality since so many of those third party chargers, like third party batteries, can damage your equipment.
By the way, I think using a third party charger may have voided your warranty anyway. At least on some devices I'm pretty sure it does.
Honestly I was using the same charger...just was an extension, so the tip was different...
blaster_boy
Mar 11, 04:38 PM
Stating that you are the least confident about networking, I would suggest that you try it out before going into the woods - you can disconnect your mac from the Internet for a while or shut down your router / Internet box.
Don't forget to enable web sharing to start your local web server and write a simple test page.
Then try reaching that with your iPhone/iPad.
Don't forget to enable web sharing to start your local web server and write a simple test page.
Then try reaching that with your iPhone/iPad.
thesmileman
Apr 30, 02:23 PM
More and more.
philipma1957
Feb 15, 05:53 AM
What about if you put a SSD in the Mini? Would that make a difference for EyeTV (I guess probably not if you were using the RAM buffer)?
you got it no mini gpu has enough the older ones were 64mb then 256mb the imac has a 4870 = 512mb the mac pro has a 5870 = 1gb
It is frustrating to me as my ht is in a den and I don't have a lot of room in the rack for a big computer. I would have liked a mac midi the old foot print of 6.5 by 6.5 with 4 inches or 5 inches height.
you got it no mini gpu has enough the older ones were 64mb then 256mb the imac has a 4870 = 512mb the mac pro has a 5870 = 1gb
It is frustrating to me as my ht is in a den and I don't have a lot of room in the rack for a big computer. I would have liked a mac midi the old foot print of 6.5 by 6.5 with 4 inches or 5 inches height.
Jason Beck
May 25, 04:42 PM
I just got it for 13$ delivered on Ebay and it came yesterday! I was stoked. I played it before and stuck to the story and probably made it only an hour or two into it.. But this time I am exploring and it is deep! Anyone got any useful tips,linkeys or anything or a noob at this game? Also is the Knights of the Nine a worthwhile expansion? I didn't get the greatest hits one, but mine did come with the map, manual, case, and the disc was in great shape. So far I am addicted to this.
Isoparm
Mar 9, 12:30 PM
No, see that's the problem. I can't figure out how to forward request to IP #2 to the server on the alternate ports.
It always goes to the server on port 80 (apache).
What I need to figure out is how to get the request on that 2nd IP to forward to the alternate ports (where the ruby server is running).
It always goes to the server on port 80 (apache).
What I need to figure out is how to get the request on that 2nd IP to forward to the alternate ports (where the ruby server is running).
ghall
Jan 9, 09:30 AM
I hope iLife does come out today. I'm kind of bored with the '06 version. :D
that is, of course, unless Leopard is to be announced as available at the keynote. (Which it won't be.)
LOL
that is, of course, unless Leopard is to be announced as available at the keynote. (Which it won't be.)
LOL