|
hello,
I'm having an incompatibility issue with netbeans and my laptop, it's a mac with intel core 2 duo processor, and the thing is that every time i compile something i get the following errors: 007-08-22 23:30:42.658 java[2016] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0xff03, name = 'java.ServiceProvider' See /usr/include/servers/bootstrap_defs.h for the error codes. 2007-08-22 23:30:42.659 java[2016] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (java.ServiceProvider) Can somebody tell me what do the even mean!!, is it a problem only to mac os. Pleases i need help Kindly Luis Guifarro ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz |
|
| From: Luis Guifarro [mailto:[hidden email]]
| Sent: Thursday, 23 August, 2007 01:17 | | I'm having an incompatibility issue with netbeans and | my laptop, it's a mac with intel core 2 duo processor, | and the thing is that every time i compile something i | get the following errors: | | 007-08-22 23:30:42.658 java[2016] CFLog (0): | CFMessagePort: bootstrap_register(): failed 1103 | (0x44f), port = 0xff03, name = 'java.ServiceProvider' | See /usr/include/servers/bootstrap_defs.h for the | error codes. So what is the actual error code? | 2007-08-22 23:30:42.659 java[2016] CFLog (99): | CFMessagePortCreateLocal(): failed to name Mach port | (java.ServiceProvider) | | Can somebody tell me what do the even mean!!, is it a | problem only to mac os. Sounds like it. I'm pretty sure Apple rolls their own JVM for OS X, it could be they didn't test something on the Core Duo. OTOH, if it happens every time you compile something, there's no way they could have missed that. I'd recommend checking the Apple site and seeing if there's a patch or update for the JVM. Even if there isn't, you might want to re-install your SDK, since I'm sure if there isn't a patch, then not everybody's having this problem. ----------------------------------------- ------------------------------------------------------------ The information contained in this message is confidential proprietary property of Nelnet, Inc. and its affiliated companies (Nelnet) and is intended for the recipient only. Any reproduction, forwarding, or copying without the express permission of Nelnet is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to this e-mail. ------------------------------------------------------------ |
|
In reply to this post by Luis Guifarro
On 8/22/07 11:16 PM, Luis Guifarro wrote:
> hello, > > I'm having an incompatibility issue with netbeans and > my laptop, it's a mac with intel core 2 duo processor, > and the thing is that every time i compile something i > get the following errors: Both are Mac-specific, and both are harmless. I get them whenever I start up NB on my Mac. > 007-08-22 23:30:42.658 java[2016] CFLog (0): > CFMessagePort: bootstrap_register(): failed 1103 > (0x44f), port = 0xff03, name = 'java.ServiceProvider' > See /usr/include/servers/bootstrap_defs.h for the > error codes. From the Apple java-dev list: 'The message is a system diagnostic telling you that more than one process tried to register Services (i.e. the "Services" submenu of your Application menu) with the process name "java".' > 2007-08-22 23:30:42.659 java[2016] CFLog (99): > CFMessagePortCreateLocal(): failed to name Mach port > (java.ServiceProvider) From the Apple quartz-dev list: 'The log is saying that a port for services could not be registered; this is usually do to another instance of the same app already running. (Or another app with the same bundle id, in this case com.apple.quartz.examples.PDFKitViewer.) The log is harmless, it just means that service requests will not go to this instance of the app.' > > Can somebody tell me what do the even mean!!, is it a > problem only to mac os. > > Pleases i need help > > Kindly > > Luis Guifarro -Jim |
| Powered by Nabble | See how NAML generates this page |
