Cant connect to Calendar server with a variety of errors

So I had my new OS 10.8 server (2.2.1 169) up and running last night with only a few quirks to work on this morning.
When I started my day I had some of our people login from an offsite location login and add their profiles to their macs to add the calendars, contacts, and messaging. Everything loaded just fine for the first person and yet when the second person logged in they got errors that the calendar service was "not on a secure connection" and when they forced this through to the next step that no calendar service was to be found. SImultaneously the users that had their calendars up and running from the previous day lost connection with the calendar client returing the error "Calendar couldn’t connect to server.myserver.com. Make sure you’re connected to the Internet, and then try again later."
Checking the calendar service access log I see that the first person to be setup this morning was the last person to log any activity. So it looks like it isnt even registering acesss from any client. I tried logging in from the comman line with "sudo serveradmin fullstatus calendar" and I get:
calendar:setStateVersion = 1
calendar:logPaths:LogFile = "/var/log/caldavd/access.log"
calendar:logPaths:ErrorLog = "/var/log/caldavd/error.log"
calendar:state = "RUNNING"
calendar:servicePortsAreRestricted = "NO"
calendar:servicePortsRestrictionInfo = _empty_array
calendar:readWriteSettingsVersion = 1
So I tried restarting the calendar service. No difference. Then I checked the calendar error log and I saw this message repeatedly:
2013-04-25 09:13:55-0700 [-] [notifications] 2013-04-25 09:13:55-0700 [APNProviderProtocol (TLSMemoryBIOProtocol),client] <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x1040382d8> will retry in 2 seconds
2013-04-25 09:13:55-0700 [-] [notifications] 2013-04-25 09:13:55-0700 [APNProviderProtocol (TLSMemoryBIOProtocol),client] Stopping factory <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x1040382d8>
2013-04-25 09:13:56-0700 [-] [notifications] 2013-04-25 09:13:56-0700 [-] Starting factory <twext.internet.adaptendpoint.LegacyClientFactoryWrapper instance at 0x104038518>
Seeing this was tied to the push updates I turned that off. Now the constant error I am getting is:
2013-04-25 16:01:08-0700 [-] [mailgateway] 2013-04-25 16:01:08-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
So I reset that email account's password and re-entered it into the mail client to insure it worked.
Next step was a full restart of the computer. No difference. I tried turning the push updates and here is what came out:
2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled error in Deferred:
2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled Error
          Traceback (most recent call last):
          Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: address 'aamoiaqmik.c05.gridserver.com' not found: [Errno 8] nodename nor servname provided, or not known.
2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled error in Deferred:
2013-04-25 16:48:22-0700 [BinaryBoxProtocol,1,] Unhandled Error
          Traceback (most recent call last):
          Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: address 'server.ls1inc.private' not found: [Errno 8] nodename nor servname provided, or not known.
2013-04-25 16:48:30-0700 [-] [caldav-0]  [-] Unhandled Error
2013-04-25 16:48:30-0700 [-] [caldav-0]           Traceback (most recent call last):
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:48:30-0700 [-] [caldav-0]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:48:30-0700 [-] [caldav-0]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:48:30-0700 [-] [caldav-0]               return func(*args,**kw)
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
2013-04-25 16:48:30-0700 [-] [caldav-0]               why = selectable.doRead()
2013-04-25 16:48:30-0700 [-] [caldav-0]           --- <exception caught here> ---
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
2013-04-25 16:48:30-0700 [-] [caldav-0]               description, protocol)
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
2013-04-25 16:48:30-0700 [-] [caldav-0]               transport.startTLS(self.contextFactory)
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
2013-04-25 16:48:30-0700 [-] [caldav-0]               startTLS(self, ctx, normal, FileDescriptor)
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
2013-04-25 16:48:30-0700 [-] [caldav-0]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
2013-04-25 16:48:30-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
2013-04-25 16:48:30-0700 [-] [caldav-0]               contextFactory.getContext()
2013-04-25 16:48:30-0700 [-] [caldav-0]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
2013-04-25 16:48:30-0700 [-] [caldav-0]
2013-04-25 16:48:37-0700 [-] [caldav-0]  [HTTPChannel,2,67.49.33.167] Unhandled Error
2013-04-25 16:48:37-0700 [-] [caldav-0]           Traceback (most recent call last):
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:48:37-0700 [-] [caldav-0]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:48:37-0700 [-] [caldav-0]               return func(*args,**kw)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
2013-04-25 16:48:37-0700 [-] [caldav-0]               self._disconnectSelectable(selectable, why, inRead)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
2013-04-25 16:48:37-0700 [-] [caldav-0]               selectable.readConnectionLost(f)
2013-04-25 16:48:37-0700 [-] [caldav-0]           --- <exception caught here> ---
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 256, in readConnectionLost
2013-04-25 16:48:37-0700 [-] [caldav-0]               p.readConnectionLost()
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 968, in readConnectionLost
2013-04-25 16:48:37-0700 [-] [caldav-0]               self.transport.loseConnection()
2013-04-25 16:48:37-0700 [-] [caldav-0]           exceptions.AttributeError: 'NoneType' object has no attribute 'loseConnection'
2013-04-25 16:48:37-0700 [-] [caldav-0]
2013-04-25 16:48:37-0700 [-] [caldav-0]  [HTTPChannel,2,67.49.33.167] Unhandled Error
2013-04-25 16:48:37-0700 [-] [caldav-0]           Traceback (most recent call last):
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/application/app.py", line 323, in runReactorWithLogging
2013-04-25 16:48:37-0700 [-] [caldav-0]               reactor.run()
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1169, in run
2013-04-25 16:48:37-0700 [-] [caldav-0]               self.mainLoop()
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1181, in mainLoop
2013-04-25 16:48:37-0700 [-] [caldav-0]               self.doIteration(t)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 193, in doKEvent
2013-04-25 16:48:37-0700 [-] [caldav-0]               log.callWithLogger(selectable, _drdw, selectable, fd, event)
2013-04-25 16:48:37-0700 [-] [caldav-0]           --- <exception caught here> ---
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 84, in callWithLogger
2013-04-25 16:48:37-0700 [-] [caldav-0]               return callWithContext({"system": lp}, func, *args, **kw)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:48:37-0700 [-] [caldav-0]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:48:37-0700 [-] [caldav-0]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:48:37-0700 [-] [caldav-0]               return func(*args,**kw)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
2013-04-25 16:48:37-0700 [-] [caldav-0]               self._disconnectSelectable(selectable, why, inRead)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
2013-04-25 16:48:37-0700 [-] [caldav-0]               selectable.readConnectionLost(f)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 259, in readConnectionLost
2013-04-25 16:48:37-0700 [-] [caldav-0]               self.connectionLost(failure.Failure())
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 281, in connectionLost
2013-04-25 16:48:37-0700 [-] [caldav-0]               protocol.connectionLost(reason)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 976, in connectionLost
2013-04-25 16:48:37-0700 [-] [caldav-0]               self.factory.removeConnectedChannel(self)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 142, in removeConnectedChannel
2013-04-25 16:48:37-0700 [-] [caldav-0]               HTTPFactory.removeConnectedChannel(self, channel)
2013-04-25 16:48:37-0700 [-] [caldav-0]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 1053, in removeConnectedChannel
2013-04-25 16:48:37-0700 [-] [caldav-0]               self.connectedChannels.remove(channel)
2013-04-25 16:48:37-0700 [-] [caldav-0]           exceptions.KeyError: <twext.web2.channel.http.HTTPChannel object at 0x1139ae910>
2013-04-25 16:48:37-0700 [-] [caldav-0]
2013-04-25 16:48:39-0700 [-] [caldav-1]  [-] Unhandled Error
2013-04-25 16:48:39-0700 [-] [caldav-1]           Traceback (most recent call last):
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:48:39-0700 [-] [caldav-1]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:48:39-0700 [-] [caldav-1]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:48:39-0700 [-] [caldav-1]               return func(*args,**kw)
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
2013-04-25 16:48:39-0700 [-] [caldav-1]               why = selectable.doRead()
2013-04-25 16:48:39-0700 [-] [caldav-1]           --- <exception caught here> ---
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
2013-04-25 16:48:39-0700 [-] [caldav-1]               description, protocol)
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
2013-04-25 16:48:39-0700 [-] [caldav-1]               transport.startTLS(self.contextFactory)
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
2013-04-25 16:48:39-0700 [-] [caldav-1]               startTLS(self, ctx, normal, FileDescriptor)
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
2013-04-25 16:48:39-0700 [-] [caldav-1]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
2013-04-25 16:48:39-0700 [-] [caldav-1]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
2013-04-25 16:48:39-0700 [-] [caldav-1]               contextFactory.getContext()
2013-04-25 16:48:39-0700 [-] [caldav-1]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
2013-04-25 16:48:39-0700 [-] [caldav-1]
2013-04-25 16:48:40-0700 [-] [mailgateway] 2013-04-25 16:48:40-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
2013-04-25 16:48:44-0700 [-] [caldav-2]  [-] Unhandled Error
2013-04-25 16:48:44-0700 [-] [caldav-2]           Traceback (most recent call last):
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:48:44-0700 [-] [caldav-2]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:48:44-0700 [-] [caldav-2]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:48:44-0700 [-] [caldav-2]               return func(*args,**kw)
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
2013-04-25 16:48:44-0700 [-] [caldav-2]               why = selectable.doRead()
2013-04-25 16:48:44-0700 [-] [caldav-2]           --- <exception caught here> ---
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
2013-04-25 16:48:44-0700 [-] [caldav-2]               description, protocol)
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
2013-04-25 16:48:44-0700 [-] [caldav-2]               transport.startTLS(self.contextFactory)
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
2013-04-25 16:48:44-0700 [-] [caldav-2]               startTLS(self, ctx, normal, FileDescriptor)
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
2013-04-25 16:48:44-0700 [-] [caldav-2]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
2013-04-25 16:48:44-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
2013-04-25 16:48:44-0700 [-] [caldav-2]               contextFactory.getContext()
2013-04-25 16:48:44-0700 [-] [caldav-2]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
2013-04-25 16:48:44-0700 [-] [caldav-2]
2013-04-25 16:49:09-0700 [-] [caldav-3]  [-] Unhandled Error
2013-04-25 16:49:09-0700 [-] [caldav-3]           Traceback (most recent call last):
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:49:09-0700 [-] [caldav-3]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:49:09-0700 [-] [caldav-3]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:49:09-0700 [-] [caldav-3]               return func(*args,**kw)
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
2013-04-25 16:49:09-0700 [-] [caldav-3]               why = selectable.doRead()
2013-04-25 16:49:09-0700 [-] [caldav-3]           --- <exception caught here> ---
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
2013-04-25 16:49:09-0700 [-] [caldav-3]               description, protocol)
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
2013-04-25 16:49:09-0700 [-] [caldav-3]               transport.startTLS(self.contextFactory)
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
2013-04-25 16:49:09-0700 [-] [caldav-3]               startTLS(self, ctx, normal, FileDescriptor)
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
2013-04-25 16:49:09-0700 [-] [caldav-3]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
2013-04-25 16:49:09-0700 [-] [caldav-3]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
2013-04-25 16:49:09-0700 [-] [caldav-3]               contextFactory.getContext()
2013-04-25 16:49:09-0700 [-] [caldav-3]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
2013-04-25 16:49:09-0700 [-] [caldav-3]
2013-04-25 16:49:13-0700 [-] [caldav-2]  [HTTPChannel,1,99.174.236.181] Unhandled Error
2013-04-25 16:49:13-0700 [-] [caldav-2]           Traceback (most recent call last):
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:49:13-0700 [-] [caldav-2]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:49:13-0700 [-] [caldav-2]               return func(*args,**kw)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
2013-04-25 16:49:13-0700 [-] [caldav-2]               self._disconnectSelectable(selectable, why, inRead)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
2013-04-25 16:49:13-0700 [-] [caldav-2]               selectable.readConnectionLost(f)
2013-04-25 16:49:13-0700 [-] [caldav-2]           --- <exception caught here> ---
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 256, in readConnectionLost
2013-04-25 16:49:13-0700 [-] [caldav-2]               p.readConnectionLost()
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 968, in readConnectionLost
2013-04-25 16:49:13-0700 [-] [caldav-2]               self.transport.loseConnection()
2013-04-25 16:49:13-0700 [-] [caldav-2]           exceptions.AttributeError: 'NoneType' object has no attribute 'loseConnection'
2013-04-25 16:49:13-0700 [-] [caldav-2]
2013-04-25 16:49:13-0700 [-] [caldav-2]  [HTTPChannel,1,99.174.236.181] Unhandled Error
2013-04-25 16:49:13-0700 [-] [caldav-2]           Traceback (most recent call last):
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/application/app.py", line 323, in runReactorWithLogging
2013-04-25 16:49:13-0700 [-] [caldav-2]               reactor.run()
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1169, in run
2013-04-25 16:49:13-0700 [-] [caldav-2]               self.mainLoop()
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1181, in mainLoop
2013-04-25 16:49:13-0700 [-] [caldav-2]               self.doIteration(t)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 193, in doKEvent
2013-04-25 16:49:13-0700 [-] [caldav-2]               log.callWithLogger(selectable, _drdw, selectable, fd, event)
2013-04-25 16:49:13-0700 [-] [caldav-2]           --- <exception caught here> ---
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 84, in callWithLogger
2013-04-25 16:49:13-0700 [-] [caldav-2]               return callWithContext({"system": lp}, func, *args, **kw)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:49:13-0700 [-] [caldav-2]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:49:13-0700 [-] [caldav-2]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:49:13-0700 [-] [caldav-2]               return func(*args,**kw)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 218, in _doWriteOrRead
2013-04-25 16:49:13-0700 [-] [caldav-2]               self._disconnectSelectable(selectable, why, inRead)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 260, in _disconnectSelectable
2013-04-25 16:49:13-0700 [-] [caldav-2]               selectable.readConnectionLost(f)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 259, in readConnectionLost
2013-04-25 16:49:13-0700 [-] [caldav-2]               self.connectionLost(failure.Failure())
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/backport/internet/tcp.py", line 281, in connectionLost
2013-04-25 16:49:13-0700 [-] [caldav-2]               protocol.connectionLost(reason)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 976, in connectionLost
2013-04-25 16:49:13-0700 [-] [caldav-2]               self.factory.removeConnectedChannel(self)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 142, in removeConnectedChannel
2013-04-25 16:49:13-0700 [-] [caldav-2]               HTTPFactory.removeConnectedChannel(self, channel)
2013-04-25 16:49:13-0700 [-] [caldav-2]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 1053, in removeConnectedChannel
2013-04-25 16:49:13-0700 [-] [caldav-2]               self.connectedChannels.remove(channel)
2013-04-25 16:49:13-0700 [-] [caldav-2]           exceptions.KeyError: <twext.web2.channel.http.HTTPChannel object at 0x10902fa50>
2013-04-25 16:49:13-0700 [-] [caldav-2]
2013-04-25 16:49:14-0700 [-] [caldav-4]  [-] Unhandled Error
2013-04-25 16:49:14-0700 [-] [caldav-4]           Traceback (most recent call last):
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:49:14-0700 [-] [caldav-4]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:49:14-0700 [-] [caldav-4]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:49:14-0700 [-] [caldav-4]               return func(*args,**kw)
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
2013-04-25 16:49:14-0700 [-] [caldav-4]               why = selectable.doRead()
2013-04-25 16:49:14-0700 [-] [caldav-4]           --- <exception caught here> ---
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
2013-04-25 16:49:14-0700 [-] [caldav-4]               description, protocol)
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
2013-04-25 16:49:14-0700 [-] [caldav-4]               transport.startTLS(self.contextFactory)
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
2013-04-25 16:49:14-0700 [-] [caldav-4]               startTLS(self, ctx, normal, FileDescriptor)
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
2013-04-25 16:49:14-0700 [-] [caldav-4]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
2013-04-25 16:49:14-0700 [-] [caldav-4]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
2013-04-25 16:49:14-0700 [-] [caldav-4]               contextFactory.getContext()
2013-04-25 16:49:14-0700 [-] [caldav-4]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
2013-04-25 16:49:14-0700 [-] [caldav-4]
2013-04-25 16:49:18-0700 [-] [mailgateway] 2013-04-25 16:49:18-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
2013-04-25 16:49:56-0700 [-] [mailgateway] 2013-04-25 16:49:56-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
2013-04-25 16:50:11-0700 [-] [caldav-5]  [-] Unhandled Error
2013-04-25 16:50:11-0700 [-] [caldav-5]           Traceback (most recent call last):
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:50:11-0700 [-] [caldav-5]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:50:11-0700 [-] [caldav-5]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:50:11-0700 [-] [caldav-5]               return func(*args,**kw)
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
2013-04-25 16:50:11-0700 [-] [caldav-5]               why = selectable.doRead()
2013-04-25 16:50:11-0700 [-] [caldav-5]           --- <exception caught here> ---
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
2013-04-25 16:50:11-0700 [-] [caldav-5]               description, protocol)
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
2013-04-25 16:50:11-0700 [-] [caldav-5]               transport.startTLS(self.contextFactory)
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
2013-04-25 16:50:11-0700 [-] [caldav-5]               startTLS(self, ctx, normal, FileDescriptor)
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
2013-04-25 16:50:11-0700 [-] [caldav-5]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
2013-04-25 16:50:11-0700 [-] [caldav-5]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
2013-04-25 16:50:11-0700 [-] [caldav-5]               contextFactory.getContext()
2013-04-25 16:50:11-0700 [-] [caldav-5]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
2013-04-25 16:50:11-0700 [-] [caldav-5]
2013-04-25 16:50:34-0700 [-] [mailgateway] 2013-04-25 16:50:34-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
2013-04-25 16:50:41-0700 [-] [caldav-6]  [-] Unhandled Error
2013-04-25 16:50:41-0700 [-] [caldav-6]           Traceback (most recent call last):
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2013-04-25 16:50:41-0700 [-] [caldav-6]               return context.call({ILogContext: newCtx}, func, *args, **kw)
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2013-04-25 16:50:41-0700 [-] [caldav-6]               return self.currentContext().callWithContext(ctx, func, *args, **kw)
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2013-04-25 16:50:41-0700 [-] [caldav-6]               return func(*args,**kw)
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/kqreactor.py", line 206, in _doWriteOrRead
2013-04-25 16:50:41-0700 [-] [caldav-6]               why = selectable.doRead()
2013-04-25 16:50:41-0700 [-] [caldav-6]           --- <exception caught here> ---
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/sendfdport.py", line 295, in doRead
2013-04-25 16:50:41-0700 [-] [caldav-6]               description, protocol)
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 103, in createTransport
2013-04-25 16:50:41-0700 [-] [caldav-6]               transport.startTLS(self.contextFactory)
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 178, in startTLS
2013-04-25 16:50:41-0700 [-] [caldav-6]               startTLS(self, ctx, normal, FileDescriptor)
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/_newtls.py", line 138, in startTLS
2013-04-25 16:50:41-0700 [-] [caldav-6]               tlsFactory = TLSMemoryBIOFactory(contextFactory, client, None)
2013-04-25 16:50:41-0700 [-] [caldav-6]             File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/protocols/tls.py", line 594, in __init__
2013-04-25 16:50:41-0700 [-] [caldav-6]               contextFactory.getContext()
2013-04-25 16:50:41-0700 [-] [caldav-6]           exceptions.AttributeError: 'NoneType' object has no attribute 'getContext'
2013-04-25 16:50:41-0700 [-] [caldav-6]
And my calendar client is returning the following error:
http://server.myserver.com/principals/__uids__/288A4655-0D47-441B-8E0D-D6C99D159 8DD/ is not a location that supports this request.
I am thoroughly stumped! 
I have Calendar, Contacts, DNS, File Sharing, FTP, Messages, Open Directory, Profile Manager, Software Update, Time Machine, Web, and Wiki running.

The name of the server should be server.ls1inc.com
I checked under the network tab of the server name and it has the correct host name there. Also in the DNS pane the proper settings are intact. Where else should I be checking?
After turning off a bunch of services and restarting the persistant error is:
2013-04-26 11:17:05-0700 [-] [mailgateway] 2013-04-26 11:17:05-0700 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#error] IMAP login failed for [email protected]
2013-04-26 11:23:55-0700 [-] [caldav-6]  [HTTPChannel,3,166.137.215.36] [twext.web2.dav.method.report#error] File not found: <RootResource: /Library/Server/Calendar and Contacts/Data/Documents/addressbooks/__uids__/00DA2537-7FA1-48F2-A461-BEE5EF580 5F3/addressbook>
Where do I reset the email login as I am not running a mail server off this machine?

Similar Messages

  • Bb classic cant connect to bb server

    sorry
    i cant find how to continue my previous post message.
    the problem still exist, cant connect to bb server.
    my pin {REMOVED}
    THANKS
    Mod Edit: Edited post to remove personal information to comply with the Community Guidelines and Terms and Conditions of Use
    Solved!
    Go to Solution.

    I suggest you try the very clean and very forceful AutoLoader method:
    http://supportforums.blackberry.com/t5/BlackBerry-10-OS-Device-Software/Upgrading-OS10-devices-using...
    Beware that it is completely destructive...the device will be "like new"...no data, no apps, no accounts, etc. Be sure you take a full backup first, as well as make full manual documentation of all apps, accounts, configurations, etc. Sometimes a restore reintroduces the very corruption one is trying to eliminate, and manual reconfiguration is necessary.
    You can also use this to fall back to a prior OS if you desire...you can install any OS level for which you can find an AutoLoader. (Hint...search over on the CB site!)
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • When i plug my phone into itunes for the ios update, it downloads but then says it cant connect to the server. How do i get my update?

    When i plug my phone into itunes for the ios update, it downloads but then says it cant connect to the server. How do i get my update?

    Here are Apple Steps for Error 21:
    This error typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    My additional advice:
    Also Error 21 can occur with DFU Mode Restore, try Recovery Mode Restore. Restart computer. Open iTunes on computer. Connect iPhone to computer. Hold both home and power buttons until iTunes recognizes iPhone in Recovery Mode. This usually takes about 20 seconds of holding both buttons. Click Restore button of iTunes.

  • Populateing Calendar Server with calendar events???

    Hi all, is it possible to populate a user's calendar in Calendar Server with particular events? We are building a communications environment that will initially be comprised of Comms Express and Messaging server and later Calendar Server. This is for a student communications (ie email and possibly later calendar) system.
    I'm interested in knowing whether a user's calendar can be populated with predefined events. In our case, that would be to populate a student's calendar with the student's exam timetable?
    Thanks in advance,
    Stewart

    mcleans wrote:
    Hi all, is it possible to populate a user's calendar in Calendar Server with particular events? You could do this a few ways:
    => add the events directly into the users calendar using WCAP and the calmaster account to 'proxyauth' into the account.
    => create a calendar and invite the users to the 'event'
    => import the events from an .ics file from the command line.
    => create a resource and get the users to subscribe to the resource - the user can then create a calendar group which combines all the subscribed groups with their own personal calendar.
    Each option has it's own strengths/weaknesses such as how to update the events if things change, how to administer/access/edit the 'source' of the calendar data for non-administrators, how the events 'appear' to the user, whether you want to allow the user to delete the event, whether the event needs/should alert the user when it occurs (alarms) and so on. You would be best trying all four and seeing which matches your requirements the closest.
    Regards,
    Shane.

  • I cant connect my iphone 4 with my laptop, i cant connect my iphone 4 with my laptop, i cant connect my iphone 4 with my laptop, i cant connect my iphone 4 with my laptop

    hi guys can anyone help me ? i cant connect my i phnoe with my laptop .even i can hear the sound but i cant find in my laptop or in i tunes

    Follow the troubleshooting steps in the appropriate article here:
    iPhone not recognized in iTunes for Mac
    iPhone not recognized in iTunes for Windows

  • Unable to connect to essbase server with Smart View

    Hi,
    I'm having trobules connecting Smart View in order to make some adhoc analysis, however I could perfectly establish connection with Planning and navigate through web forms in excel.
    The address I'm using to connect to Essbase is: http://<server>:19000/aps/SmartView and the planning url is http://<server>:19000/HyperionPlanning/SmartView
    I've been already using those urls in other server with version 11.1.2 but now that I'm trying to connect to a server with v11.1.1.3 I just can't. Whenever I connect to Planning in order to see the forms a prompt appears with the message saying that "I'm connecting to a server with an older version" but I could perfectly work with the forms. When I connect to essbase, I can see the Applications but I just can't make any adhoc analysis.
    Could anyone have any idea of what could be happening?
    Thanks in advance
    Edited by: user9143843 on Jan 13, 2011 4:58 AM

    Thanks for your response, I've already checked that port and keep getting the same message "Common Provider null datasource error". I can see the applications but can't get any further than that, no analysis adhoc, no smart slice, only disconnect :(

  • I cant connect to my computer with my ipod and itunes wont connect to it either. also i have forgotten my ipod passcode

    i cant connect to my computer with my ipod and itunes wont connect to it either. also i have forgotten my ipod passcode

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.
    And if necessary
    iOS: Device not recognized in iTunes for Mac OS X
    Or
    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • How to connect MS-sql server with SAP BW

    hi all,
    i want the connection procedure to how to connect MS-sql server with SAP BW.so that i can extract the data from ms sql server and can create cubes using that data.please help me in this issue.

    Hi Vamshi,
    Go through this DOC it explains u how to connect to other data bases like SQL...
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff]
    this is a thread related to connect the SQL server..
    [DB Connect MS SQL Server;
    Regards,
    NR
    Assign points if helpful...

  • TS3297 Error message: 'Cant connect to the itunes store. An unknown error occured (-3212) please check you have an active internet connection and try again'. Help !

    Can someone help me please ? I was using itunes (downloading albums etc) just half an hour ago. I had a pop up asking me if i'd like to download the latest version of itunes, which i accepted. When the update had finshed downloading, i then restarted my computer, as i usually would. Tried to re access the itunes store, and received the following error message: 'Cant connect to the itunes store. An unknown error occurred (-3212) please check you have an active internet connection and try again.
    Needless to say, i have an active internet connection and cant see any reason why this would be happening, it has never happened before ?
    Any help would be appreciated.

    Do you have PeerBlock installed/    >  TS3297 Error message: 'Cant connect to the itunes store.

  • Safari cant connect to a server.

    I have Safari Version 7.0.2 (9537.74.9)  Running on a powerbook  with   10.9.2
    message. when I open google, facebook or twitter...  "Safari cant connect to server."
    and firefox .. but I can open almost any other website. 
    This is the message I get in Firefox.
    Unable to connect
    Firefox can't establish a connection to the server at www.google.com.
        The site could be temporarily unavailable or too busy. Try again in a few moments.
        If you are unable to load any pages, check your computer's network connection.
        If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    Sometimes when I restart the computer it works for a few minutes then it gets blocked again...
    I have tried restarding the browsers, deleting the cookies and a few other stuff but nothing seems to be working..
    This is a new Mac ANd I havent installed many programms in it.   

    You, or someone using your computer, changed the network settings in an attempt to bypass copyright restrictions on Netflix. The illegal DNS server you're using should never have been trusted and now doesn't work. 
    Delete all the DNS servers by selecting them and clicking the minus-sign button at the bottom of the list. You may have to unlock the settings first by clicking the padlock icon in the lower left corner of the preference pane and entering your administrator login password when prompted.
    If the server addresses are grayed out and can't be deleted, even with the preference pane unlocked, then the change was made on your router. Refer to its documentation to find out how to reverse the change. The router should get its DNS settings automatically from the ISP.
    Click OK, then Apply. The DNS server list should be repopulated automatically with the address of your router, or the addresses of the DNS servers provided by your ISP. If that doesn't happen, open the TCP/IP tab of the preferences and click Renew DHCP Lease. If you're not using DHCP, manually enter the DNS server addresses you got from your ISP, or else use these temporarily:
    8.8.8.8
    8.8.4.4

  • Integrating calendar server with messaging server

    hi all,
    i have installed messaging server but am not able to bind messaging server and calendar server together.the calendar server does not start with ./start-cal command.i am attaching the ics.conf file below.
    !!!! ics.conf Parameter Specification: You can have three kinds of records
    !!!! #1) Uncommented Key: Starts with alphabet [a-z] and in the form a="b"
    !!!! #2) Commented key: Start with !!<alphabet> OR !![a-z]
    !!!! And in the form !!a="b" (min 7 chars length)
    !!!! #3) Commented Lines: Starts with ! But not with !![a-z]
    !!!! #4) Records other than types #1, #2, #3 will be ignored or won't be
    !!!! processed e.g. blank lines, lines starting with non-alphabets etc..
    !!!! All these parameters are SINGLE valued
    !!!! Imaginary Domain Names siroe.com, varrius.com, florizel.com, and sesta.com
    !!!! are used in the examples below.
    ! Description sent with insufficient disk space messages.
    alarm.diskstat.msgalarmdescription = "percentage calendar partition diskspace available"
    ! Number of seconds between monitoring disk space.
    alarm.diskstat.msgalarmstatinterval = "3600"
    ! Percentage of available disk space that triggers sending a warning message.
    alarm.diskstat.msgalarmthreshold = "10"
    ! Whether alarm.diskavail.msgalarmthreshold is above or below percentage. -1 is below and 1 would be above.
    alarm.diskstat.msgalarmthresholddirection = "-1"
    ! Number of hours between sending warning messages about insufficient disk space sent out.
    alarm.diskstat.msgalarmwarninginterval = "24"
    ! Specifies the SMTP host for server alarms.
    alarm.msgalarmnoticehost = "sonlinux.bg2iop.com"
    ! Specifies the SMTP port for server alarms.
    alarm.msgalarmnoticeport = "25"
    ! Who are server alarms sent to?
    alarm.msgalarmnoticercpt = "[email protected]"
    ! When server alarms are sent, who is the sender?
    alarm.msgalarmnoticesender = "[email protected]"
    ! Default is "From: %s\nTo: %s\nSubject: ALARM: %s of \"%s\" is %u\n\n%s\n"
    alarm.msgalarmnoticetemplate = ""
    ! Description sent with no service response messages.
    alarm.responsestat.msgalarmdescription = "calendar service not responding"
    ! Number of seconds between monitoring services.
    alarm.responsestat.msgalarmstatinterval = "3600"
    ! Only trigger sending a warning message if no service response.
    alarm.responsestat.msgalarmthreshold = "100"
    ! Whether alarm.responsestat.msgalarmthreshold is above or below percentage. -1 is below and 1 would be above.
    alarm.responsestat.msgalarmthresholddirection = "-1"
    ! Number of hours between sending warning messages about no service response sent out.
    alarm.responsestat.msgalarmwarninginterval = "24"
    ! Enable (yes) or Disable (no) browser cache for performance reasons.
    browser.cache.enable = "no"
    ! Retry time in seconds after a recoverable alarm delivery error.
    caldb.berkeleydb.alarmretrytime = "300"
    caldb.berkeleydb.archive.enable = "0"
    ! Interval between hotbackup or archivebackup in seconds
    caldb.berkeleydb.archive.interval = "120"
    ! Maximum number of days of archivebackup
    caldb.berkeleydb.archive.maxdays = "6"
    ! Minimum number of days of archivebackup
    caldb.berkeleydb.archive.mindays = "3"
    caldb.berkeleydb.archive.path = "/var/opt/sun/calendar/csdb/archive"
    ! Percentage threshold of allowable disk space usage
    caldb.berkeleydb.archive.threshold = "70"
    ! Seconds between checkpointing.
    caldb.berkeleydb.checkpointinterval = "60"
    ! Remove checkpoint files after synchronized? (yes/no)
    caldb.berkeleydb.circularlogging = "yes"
    ! Milliseconds between checking database deadlocks.
    caldb.berkeleydb.deadlockinterval = "100"
    ! Enable more advanced notifications - replyevent/refreshevent/replytodo/refreshtodo considered
    ! as advanced topics. By default, all these notifications will be published to
    ! modifyevent and modifytodo respectively. If it is enabled modifyevent will get only
    ! organizer updates to components and attendees replies and the refreshes triggered by replies
    ! to components will be published to the respective topics. (yes/no)
    caldb.berkeleydb.ensmsg.advancedtopics = "no"
    ! Create an ENS message when a calendar is created? (yes/no)
    caldb.berkeleydb.ensmsg.createcal = "no"
    ! Create an ENS message when an event is created? (yes/no)
    caldb.berkeleydb.ensmsg.createevent = "no"
    ! Create an ENS message when a task is created? (yes/no)
    caldb.berkeleydb.ensmsg.createtodo = "no"
    ! Create an ENS message when a calendar is deleted? (yes/no)
    caldb.berkeleydb.ensmsg.deletecal = "no"
    ! Create an ENS message when an event is deleted? (yes/no)
    caldb.berkeleydb.ensmsg.deleteevent = "no"
    ! Create an ENS message when a task is deleted? (yes/no)
    caldb.berkeleydb.ensmsg.deletetodo = "no"
    ! Create an ENS message when a calendar is modified? (yes/no)
    caldb.berkeleydb.ensmsg.modifycal = "no"
    ! Create an ENS message when an event is modified? (yes/no)
    caldb.berkeleydb.ensmsg.modifyevent = "no"
    ! Create an ENS message when a task is modified? (yes/no)
    caldb.berkeleydb.ensmsg.modifytodo = "no"
    ! Initial size of the in-memory Event Notification Server message queue. This queue stores all ENS messages other than alarm reminders.
    caldb.berkeleydb.ensmsg.qsize = "10000"
    ! Create an ENS message when an event is refreshed? (yes/no)
    caldb.berkeleydb.ensmsg.refreshevent = "no"
    ! Create an ENS message when a task is refreshed? (yes/no)
    caldb.berkeleydb.ensmsg.refreshtodo = "no"
    ! Create an ENS message when an event is replied? (yes/no)
    caldb.berkeleydb.ensmsg.replyevent = "no"
    ! Create an ENS message when a task is replied? (yes/no)
    caldb.berkeleydb.ensmsg.replytodo = "no"
    ! Create an ENS message when a scheduling request written to the calendar is deleted? (yes/no)
    caldb.berkeleydb.ensmsg.schedreq = "no"
    ! Physical path location of database event, task, and alarm files.
    caldb.berkeleydb.homedir.path = "/var/opt/sun/calendar/csdb"
    caldb.berkeleydb.hotbackup.enable = "0"
    ! Maximum number of days of hotbackup
    caldb.berkeleydb.hotbackup.maxdays = "6"
    ! Path for archivebackup
    !caldb.berkeleydb.archive.path
    ! Path for hobackup
    !caldb.berkeleydb.hotbackup.path
    ! Enable/disable of archivebackup feature, yes/no
    !caldb.berkeleydb.archive.enable
    ! Enable/disable of hotbackup feature, yes/no
    !caldb.berkeleydb.hotbackup.enable
    ! Minimum number of days of hotbackup
    caldb.berkeleydb.hotbackup.mindays = "3"
    caldb.berkeleydb.hotbackup.path = "/var/opt/sun/calendar/csdb/hotbackup"
    ! Percentage threshold of allowable disk space usage
    caldb.berkeleydb.hotbackup.threshold = "70"
    ! Max megabytes of checkpoint file.
    caldb.berkeleydb.logfilesizemb = "10"
    ! Max threads of database.
    caldb.berkeleydb.maxthreads = "10000"
    ! Megabytes of shared memory.
    caldb.berkeleydb.mempoolsizemb = "4"
    ! Time before which to purge deletelog
    caldb.berkeleydb.purge.deletelog.beforetime = "86400"
    ! Time interval between auto purge of deletelog
    caldb.berkeleydb.purge.deletelog.interval = "86400"
    ! If "yes", open the database in readonly mode
    caldb.berkeleydb.readonly = "no"
    ! Email of calendar database administrator.
    caldb.calmaster = "[email protected]"
    ! Seconds between checkpointing.
    caldb.cld.cache.checkpointinterval = "60"
    ! Remove checkpoint files after synchronized? (yes/no)
    caldb.cld.cache.circularlogging = "yes"
    !service.calendarsearch.ldap.primaryownersearchfilter = "(&(|(uid=*%s*)(cn=*%s*))(objectclass=icsCalendarUser))"
    ! Enables ("yes") or disables ("no") cld db cache
    caldb.cld.cache.enable = "yes"
    ! Physical path location of cache database
    caldb.cld.cache.homedir.path = "/var/opt/sun/calendar/csdb/cld_cache"
    ! Max megabytes of checkpoint file.
    caldb.cld.cache.logfilesizemb = "10"
    ! Max threads of database.
    caldb.cld.cache.maxthreads = "1000"
    ! Megabytes of shared memory.
    caldb.cld.cache.mempoolsizemb = "4"
    ! Type of Calendar Lookup Database plugin to use ("local" "algorithmic" or "directory").
    caldb.cld.type = "local"
    ! Count data base statistics? (yes/no)
    caldb.counters = "yes"
    ! Maximum number of calendars with counters.
    caldb.counters.maxinstances = "100"
    ! Maximum number of backlogged requests before the server obtains a new network connection.
    caldb.dwp.connthreshold = "1"
    ! Initial number of connections for DWP client to make to each DWP host.
    caldb.dwp.initconns = "2"
    ! Initial number of threads for handling DWP requests.
    caldb.dwp.initthreads = "2"
    ! Maximum number of connections allowed to a DWP server.
    caldb.dwp.maxcons = "1000"
    ! Maximum number of threads to service HTTP requests in csdwpd.
    caldb.dwp.maxthreads = "1000"
    ! Specifies if the server performs MD5 hash checking of all DWP requests.
    caldb.dwp.md5 = "n"
    ! IP address of a specified DWP server.
    !!caldb.dwp.server.[hostname.xyz.com].ip = "a.b.c.d"
    ! Port number of a specified DWP server (Algorithmic CLD only).
    !!caldb.dwp.server.[hostname.xyz.com].port = "59779"
    ! Default DWP server (LDAP CLD only), used if user's icsDWPhost value does not exist.
    !!caldb.dwp.server.default = "hostname.xyz.com"
    ! Stack size for DWP threads.
    caldb.dwp.stacksize = "65536"
    ! Process alarms on the alarm queue -- that is, store them in the alarm queue when an event/todo is saved
    caldb.serveralarms = "1"
    ! Timeout for contacting ENS. If no response, we assume ENS is not running
    caldb.serveralarms.acktimeout = "30"
    ! Dispatch -- that is, enable alarm dispatching. When an alarm trigger time arrives send out email or ENS message.
    caldb.serveralarms.dispatch = "yes"
    ! Enable binary alarms. Used by csnotifyd and csadmind. (default: yes)
    !caldb.serveralarms.binary.enable = "yes"
    ! Binary alarm url. Used by csnotifyd and csadmind. (default: enp:///ics/alarm)
    !caldb.serveralarms.binary.url = "enp:///ics/alarm"
    ! Custom alarm url. Use this to get xml or calendar mime type contents
    !caldb.serveralarms.url = "enp:///ics/customalarm"
    ! Custom alarm url contenttype. (text/xml or text/calendar)
    !caldb.serveralarms.contenttype = "text/calendar"
    ! Dispatch type for Calendar Server alarms ("ens" o "smtp").
    caldb.serveralarms.dispatchtype = "ens"
    ! Initial number of threads for the Event Notification Server.
    caldb.serveralarms.initthreads = "0"
    ! Specifies how long, in seconds, the server will continue to try reconnecting to ENS before giving up. -1 means forever.
    caldb.serveralarms.maxretrytime = "-1"
    ! Maximum number of threads for the Event Notification Server
    caldb.serveralarms.maxthreads = "10"
    ! Time to sleep, in seconds, after a timeout connecting to ens before making another attempt to connect to ens
    caldb.serveralarms.retryinterval = "5"
    ! Stack frame size for Event Notification Server threads.
    caldb.serveralarms.stacksize = "65536"
    ! Total time, in seconds, to retry connecting to ENS on startup.
    caldb.serveralarms.startupretrytime = "30"
    ! Send alarms to this SMTP host.
    caldb.smtphost = "sonlinux.bg2iop.com"
    ! Specifies the directory in cal/bin/config containing the localized version of the files used to format email notifications.
    caldb.smtpmsgfmtdir = "en"
    ! Specifies the SMTP port.
    caldb.smtpport = "25"
    ! Event reminder format file.
    calmail.eventreminder.fname = "mail_eventreminder.fmt"
    ! Event cancellation format file.
    calmail.imipeventcancel.fname = "mail_eventcancel.fmt"
    ! Event CANCEL NOTIFICATION message format file
    calmail.imipeventcancelnotification.fname = "mail_eventcancelnotification.fmt"
    calmail.imipeventcancelnotificationrecur.fname = "mail_eventcancelnotificationrecur.fmt"
    ! Event NOTIFICATION message format file
    calmail.imipeventnotification.fname = "mail_eventnotification.fmt"
    calmail.imipeventnotificationrecur.fname = "mail_eventnotificationrecur.fmt"
    ! Event notification format file.
    calmail.imipeventpublish.fname = "mail_eventpublish.fmt"
    ! Event REPLY message format file
    calmail.imipeventreply.fname = "mail_eventreply.fmt"
    ! Event REQUEST message format file
    calmail.imipeventrequest.fname = "mail_eventrequest.fmt"
    ! Task cancellation format file.
    calmail.imiptodocancel.fname = "mail_todocancel.fmt"
    ! Task notification format file
    calmail.imiptodopublish.fname = "mail_todopublish.fmt"
    ! Task REPLY message format file
    calmail.imiptodoreply.fname = "mail_todoreply.fmt"
    ! Task REQUEST Message format file
    calmail.imiptodorequest.fname = "mail_todorequest.fmt"
    ! Task reminder format file.
    calmail.todoreminder.fname = "mail_todoreminder.fmt"
    ! Anonymous login CALID.
    calstore.anonymous.calid = "anonymous"
    ! Does server support only two privacy types for components - PRIVATE (acts as confidential) /PUBLIC instead of PRIVATE/CONFIDENTIAL/PUBLIC
    calstore.binaryprivacy.mode = "no"
    ! When creating new calendar of user, whether to lowercase calendar or not
    ! Also, when looking up calendar, whether to lowercase or not
    calstore.calendar.create.lowercase = "n"
    ! For a newly created calendar, set the ACL to this
    calstore.calendar.default.acl = "@@o^a^r^g;@@o^c^wdeic^g;@^a^fs^g;@^c^^g;@^p^r^g"
    ! Definition of the "owner" acl
    calstore.calendar.owner.acl = "@@o^a^rsf^g;@@o^c^wdeic^g"
    ! Timezone ID used when importing files.
    calstore.default.timezoneID = "America/New_York"
    ! Whether to filtering the private/confidential events on queries to server
    calstore.filterprivateevents = "yes"
    ! Is user's default calendar included in user's freebusy-calendar-list or not
    calstore.freebusy.include.defaultcalendar = "yes"
    ! Can user's default calendar be removed from user's freebusy-calendar-list or not
    calstore.freebusy.remove.defaultcalendar = "no"
    ! Maximum number attendees to be allowed in a LDAP group when expanding event. Value of 0 means expand group entirely.
    calstore.group.attendee.maxsize = "0"
    ! Maximum number of events created by recurrence
    calstore.recurrence.bound = "60"
    ! Is user's default calendar included in user's subscribed-calendar-list or not
    calstore.subscribed.include.defaultcalendar = "yes"
    ! Can user's default calendar be removed from user's subscribed-calendar-list or not
    calstore.subscribed.remove.defaultcalendar = "no"
    ! For attendee calendar lookup, when encountering string that looks like (jdoe OR jdoe:tv), treat string as a userid (uid) when looking-up in Directory.
    ! Value can be {uid | cn | gid | res | mailto | cap}
    calstore.unqualifiedattendee.fmt1.type = "uid"
    ! For attendee calendar lookup, when encountering string that looks like ([email protected]) (has @ sign), treat string as a mailto address when looking-up in Directory
    ! Value can be {uid | cn | gid | res | mailto | cap}
    calstore.unqualifiedattendee.fmt2.type = "mailto"
    ! For attendee calendar lookup, when encountering string that looks like (John Doe) (has space), treat string as a common name (cn) when looking-up in Directory
    ! Value can be {uid | cn | gid | res | cap}
    calstore.unqualifiedattendee.fmt3.type = "cn"
    ! Maximum number of results returned from LDAP lookup from user search. Value of 0 means no limit.
    calstore.userlookup.maxsize = "200"
    ! Is Server in Virtual Domain mode or not (this affects 5.0p2 only)
    calstore.virtualdomain.mode = "n"
    ! Enable (y) or disable (n) Access Control plugin.
    csapi.plugin.accesscontrol = "n"
    ! Load only the plugin specified in csapi.plugin.authentication.name? (y/n)
    csapi.plugin.authentication = "n"
    ! Enable (y) or disable (n) Calendar Lookup Database plugins.
    csapi.plugin.calendarlookup = "n"
    ! Specifies the name of a specific Calendar Lookup Database plugin to load. If "*", load the plugins.
    csapi.plugin.calendarlookup.name = "*"
    ! Load only the plugin specified in csapi.plugin.database.name or if not specified, load all database plugins in alphabetical order.
    csapi.plugin.database = "y"
    ! Only load this specific plugin if csapi.plugin.loadall is no and csapi.plugin.database is yes.
    csapi.plugin.database.name = "cs_caldb_berkeley10"
    ! Load only the plugin specified in csapi.plugin.datatranslator.name? (y/n)
    csapi.plugin.datatranslator = "y"
    ! Only load this specific plugin if csapi.plugin.loadall is no and csapi.plugin.data translator is yes.
    csapi.plugin.datatranslator.name = "cs_datatranslatorcsv10"
    ! Enable (y) or disable (n) database-to-output format plugins.
    csapi.plugin.dbtranslator = "y"
    ! If "*", then load all the database-to-output format plugins. If a library name, only load that plugin. csapi.plugin.dbtranslator must be set to "yes" to load plugin
    csapi.plugin.dbtranslator.name = "*"
    ! Load all plugins found in the plugins directory? (y/n)
    csapi.plugin.loadall = "n"
    ! Load only the plugin specified in csapi.plugin.userprefs.name? (y/n)
    csapi.plugin.userprefs = "n"
    ! Load only this plugin if csapi.plugin.loadall is no and csapi.plugin.userprefs is yes.
    !!csapi.plugin.userprefs.name = "plugin_name"
    ! Enable the RSA Cypher Encryption Family Services for SSL
    !!encryption.rsa.nssslactivation = "on"
    ! Define the Certificate name for the RSA Cypher Encryption Family
    !!encryption.rsa.nssslpersonalityssl = "SampleSSLServerCert"
    ! Define the location of the RSA Cypher Encryption Family token
    !!encryption.rsa.nsssltoken = "internal"
    ! Specifies if the auto refresh feature is enabled or disbaled. (yes/no)
    gse.autorefreshreplystatus = "yes"
    ! Specifies (in seconds) how long to wait before the server scans the schedule queue for incoming jobs.
    gse.belowthresholdtimeout = "3"
    ! Maximum number of concurrent threads the server uses to process the schedule queue.
    gse.maxthreads = "10"
    ! Maximum length of time the server will retry to complete a group scheduling job.
    gse.retryexpiredinterval = "86400"
    ! Specifies (in seconds) how often the server will retry a previous failing job.
    gse.retryinterval = "300"
    ! Maximum stack size (in bytes) of a group scheduling thread
    gse.stacksize = "65535"
    ! global flags to control notification for invitation and cancellation.
    ! Enable (yes) Disable (no), default is enabled. Notification will be sent.
    ine.cancellation.enable = "yes"
    ine.invitation.enable = "yes"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.basedir.path = "/opt/sun"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.betamajorversion = "0"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.betaminorversion = "0"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.caldbtype = "local"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csinstalldir.path = "/opt/sun"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csprodbasedir.path = "/opt/sun/calendar"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csprodclassesdir.path = "/opt/sun/calendar/classes"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csproddir.path = "/opt/sun"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csprodjavadir.path = "???"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csprodlibdir.path = "/opt/sun/calendar/lib"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csprodtoolsdir.path = "/opt/sun/calendar/tools"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.csproduicustdir.path = "/opt/sun/calendar/uicust"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.fullversion = "6.0"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.majorversion = "6"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.minorversion = "0"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.osarch = "i386"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.osname = "linux"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.ostype = "unix"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.osversion = "2.6.9-22.el"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.patchversion = "0"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.serveruidpassword = "icsuser"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.startupafterinstall = "no"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.startupatboot = "no"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.userauthtype = "ldap"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.userprefstype = "ldap"
    ! WARNING: DO NOT CHANGE OR DELETE THE FOLLOWING CONFIGURATION FILE ENTRY.
    ! THIS ENTRY WAS AUTOMATICALLY GENERATED BY THE INSTALLATION PROGRAM.
    ! IT IS USED ONLY BY THE INSTALLATION AND UNINSTALLATION PROGRAMS.
    ! THIS ENTRY IS COMPLETELY IGNORED BY ALL OF THE INSTALLED PRODUCTS.
    ! IF YOU CHANGE OR DELETE THIS ENTRY, THE INSTALLATION AND UNINSTALLATION
    ! PROGRAMS COULD FAIL THE NEXT TIME THEY ARE RUN.
    install.version = "6.0"
    ! Base DN for LDAP authentication. If not specified, use local.ugldapbasedn.
    local.authldapbasedn = "o=bg2iop.com, dc=bg2iop,dc=com"
    ! Bind credentials (password) for user specified in local.authldapbinddn.
    local.authldapbindcred = "admin123"
    ! DN used to bind to LDAP authentication host to search for user's dn.
    local.authldapbinddn = "cn=Directory Manager"

    Hi Venigalla,
    You can implement a federated portal network (FPN) using the SAP NetWeaver platform to share content between portals.
    A federated portal network allows organizations with distributed portal installations, both SAP and non-SAP, to provide a single portal access point per user to portal information, services and applications distributed on portals in the network.
    WSRP-based application sharing (FPN Mode used for for integrating content between SAP and Non SAP portals) :-
    -->     Content administrators on a SAP NetWeaver consumer portal can integrate WSRP portlets (i.e. iViews) from remote non-SAP portals into SAP NetWeaver Portal.
    -->      SAP NetWeaver developers can create WSRP compliant iViews that can be consumed in non-SAP consumer portals.
    You may kindly go through the below link, should be helpful:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/23fb36cad10d23e10000000a1553f7/frameset.htm
    Regards,
    Anagha

  • Essbase Administration Services: Cant connect to Administration Server

    Cant connet to Administration Server via EAS console. I would appreciate any hints that might help me overcome this next unknown.
    Background follows:
    I installed EPMA 11.1.2.2, and then went to the workspace wondering where the sample data was (after I created a sample app). I discovered in docs and forumns that I had to load it through the Essbase Administration Services console. Now I'm trying to get that to work. I installed it after posts revealed that it is part of the client installers (thanks John) package. Now that it is installed I run it, try to login, and get an error message that says "could not connect to Administration Server." I reinstalled the EAS database as a new install to my server.mydomainb.org:1433 via the configurator. Then I redployed all the apps to the app server. And lastly started all of the services. Still I get the same message. I've done this about 4 times hoping that a reconfig will somehow fix something but still no joy. I've also tried loggin in with different names for the server such as myserver:1433 or myserver.mydomain.org:1433 or myserver and none of those helped either.
    I have manually started all the services so they appear to be working. I may be missing one but I wouldn't know.
    The services that are running include:
    Hyperion EPM Server - Web Application
    Hyperion EPMA Server
    Hyperion Financial Data Quality Management
    Hyperion Integration Services
    Hyperion Reporting and Analysis Framework
    Hyperion Studion Services BPMS bpms1
    Some in posts have suggested also going to the logs. 11.1.2.2 docs say that the EAS logs are located at oracle_home\user_projects\domains\epmsystem\servers\EssAdm..Services0\logs\easserver.log. But I found mine at:
    <oracle_home>\user_projects\domains\epmsystem1\servers\logs. You will notice that my empsystem is empsystem1 instead. There I found that the easserver.log file is empty but I did find one error in the file EPMServer0.log. The error I found is as follows:
    ####<Apr 4, 2013 11:42:09 AM MDT> <Error> <JDBC> <SLCBRASSTEST> <EPMServer0> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1365097329966> <BEA-001112> <Test "select count(*) from SERVERLOGID" set up for pool "eas_datasource" failed with exception: "java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Invalid object name 'SERVERLOGID'.".>
    I'm not sure what to try next so any suggestions would be helpful. Thanks!

    "Hyperion EPM Server - Web Application" indicates that the web apps have been deployed to a single managed server, this means the web apps will be running a default port of 9000, the EAS console is not aware of the port so you will need to include it when you add the server in the console e.g. servername:9000
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Cant connect to OSX server over network in recovery mode

    Hi guys.
    First of all, thanks for any help you can give me.
    I am running osx server on a mavericks mac mini on a home network.  Attached to it I have a 1tb hard drive to which all the macs in my house use time machine to back up over my network and they are stored there.
    I have just formatted one of my macs and want to restore it from these time machine backups that are on the osx server on my network.
    When i enter recovery mode from boot (COMMAND R), it can see the "backups" on networks "Matts-Mac-Mini" but when i then click "CONNECT" it says "Enter your name and password for the server "Matts-Mac-Mini/local" so that Time Machine can access it.
    It gives me a box with NAME and PASSWORD and a CONNECT button.
    By DEFAULT the "NAME" it starts with is "root".......which I dont understand.
    I have tried every single iteration of names and passwords I can think of but it still wont connect, it either shakes the box or gives an error saying "There was a problem connecting to the server "Matts-Mac-mini.local".  Check the server name of IP address and then try again".
    I have tried the log in details for the osx server, the login details for the mac im trying to connect from, used root as the username, tried capitals, no capitals, spaces no spaces etc.  I am at a total loss and about to tear my hair out!!
    Is there anyone able to give me any help with this please, I would be SO grateful!
    Many thanks,
    hardtofin

    I think I have isolated the password, with a certain username and password the box never shakes and instead gives the error: "There was a problem connecting to the server "Matts-Mac-mini.local".  Check the server name of IP address and then try again".
    Are you able to offer any help with this?  I dont see why i can't connect to it, if the imac can already see it?
    Many thanks again,
    hardtofin

  • How to connect to remote server with jmx from jvisualvm

    I have a WL 10.3.2 domain running on a single box. The adminserver and managed server are running on the same box, on different ports (7001 and 8001, respectively).
    I have a Spring application deployed to the managed server and I've configured it to register a Spring bean as a JMX mbean.
    When I run this entire configuration on my laptop, I can run jvisualvm and connect to my server and see and manipulate my registered mbean.
    I'm having trouble figuring out how to get a remote connection working, however. I want to run jvisualvm on my laptop and connect to the remote server.
    I first did "Add Remote Host", where I specified the IP address. It appears that this was created successfully, and it apparently was able to determine the DNS name for it.
    I then tried to add a JMX connection. In the "Connection" field, I just entered the IP address followed by a colon and 8001 (managed server port number).
    In the "Use security credentials" section, I entered the weblogic admin principal and credentials.
    When I click OK, it chugs for a while and eventually gives up, saying:
    Cannot connect to [email protected]:8001 using
    service:jmx:rmi:///jndi/rmi://nn.nn.nn.nn:8001/jmxrmi
    What might I be missing?

    I've resolved this. At least I was able to configure an authenticated connection. It doesn't use SSL yet, but I'm ok with that for a while.
    Resolving this only required changing the command line parameters for the managed server, and being aware of the "jmxremote.access" and jmxremote.password" files. The following blog article helped a lot: [http://www.dzone.com/links/r/monitoring_your_java_application_with_jmx_part_2.html] .
    I'm now passing the following command-line parameters:
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8888 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=true
    The default "role" configured in "jmxremote.access" is "controlRole", and the "jmxremote.password" file specifies the credentials for that principal. I simply used that principal and credential in JVisualVM, and the connection succeeded.
    And I just used the "host:port" form, not the protocol form.
    Edited by: david.karr on Feb 4, 2011 12:47 PM

  • How to connect a CVS server with remote Hosts(NWDS7.0)

    Hi Frndz..
    I installed CVSNT server in one machine n itz workiing fine with that NWDS in that machine , now i want make connect that CVS server from remote machines NWDS's to use that CVS server as a central repo'
    Can anyone guide me how can i connect that server from remote machines thru NWDS.
    Thnaks in Advance
    Regards
    Rajesh

    rajesh,
    did u check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d079e754-8c85-2b10-8b9a-b36db5262122
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • Airport express 2012 and Netgear DGN1000 how do I change the settings

    Hi. I've recently got fibre Internet from BT and ditched the home hub in favour of the new Airport Express station due to home hub not supporting AirPlay. So current setting is fibre modem to AExp and the AE provides e dual band wifi. However I found

  • I just got my very first apple device (apple extreme router) but no dyndns?

    I need to access my nas from outside. I got everything working, finally, except my dyndns account. Are you even able to use this router with dyndns? I got it yesterday and I like the signal, but no external access to my nas? I'm looking at this docum

  • Burn tool issues

    This is going to sound stupid, but I can't access the burn tool. Photoshop defaults to the dodge tool, but when I go to click on the the corner, it won't display the burn and sponge options. Am I missing something? None of the tools will show me the

  • HTTPService's send() method gets response only once

    Hi, I have used HTTPService object to get the xml file from remote place. Following is the mxml file code <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx=" http://www.adobe.com/2006/mxml" layout="absolute" viewSourceURL="d:/testfolder

  • Mapped windows drive -  Java performance problem

    I have a mapped windows drive to which I am writing files sized from few kbs to GBs, Now I am facing performance problem. Time for writing to local drive file with 4 MB - 1.6 seconds. Time for writing to mapped drive : 31 seconds. Please give me the