Error 500 AND 'No principal found for UID:' problems

Hi,
We are having problems familiar to what I read on this forum.
First, the log-file mentions lots of times: 'No principal found for UID:blabla', with some lines following it.
Second, we get error 500 when setting the delegates or even looking at it.
Below, I added part of the error.log
Best regards,
Emile
2008-01-16 14:16:23+0100 [-] Log opened.
2008-01-16 14:16:23+0100 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
2008-01-16 14:16:23+0100 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
2008-01-16 14:16:23+0100 [-] 2 processors found, configuring 2 processes.
2008-01-16 14:16:23+0100 [-] Adding pydirector service with configuration: /tmp/pydir18zae7
2008-01-16 14:16:23+0100 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Log opened.
2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Log opened.
2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up document root at: /Library/CalendarServer/Documents
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up default ACEs on root resource
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up AdminPrincipals
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting root ACL
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication for realm: /Search
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up scheme: digest
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Initializing database /var/run/caldavd/.db.digestcredentialscache
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting root ACL
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up scheme: digest
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Exception while executing SQL: 'select KEY from DIGESTCREDENTIALS' ()"
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Traceback (most recent call last):
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] run()
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] app.run(runApp, ServerOptions)
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] runApp(config)
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] _SomeApplicationRunner(config).run()
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 157, in run
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.application = self.createOrGetApplication()
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 202, in createOrGetApplication
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] ser = plg.makeService(self.config.subOptions)
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 586, in makeService
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication wrapper
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up service
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x1475570>
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] service = serviceMethod(options)
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 487, in makeService_Slave
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] config.DataRoot,
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 337, in _init_
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.cleanup()
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 506, in cleanup
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] keys = self.db.keys()
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 244, in keys
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] for key in self.dbexecute("select KEY from DIGESTCREDENTIALS"):
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/sql.py", line 232, in dbexecute
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] q.execute(sql, query_params)
2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] sqlite3.OperationalError: no such table: DIGESTCREDENTIALS
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] set uid/gid 93/93
2008-01-16 14:16:26+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Log opened.
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting root ACL
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up scheme: digest
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up service
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14754b0>
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] set uid/gid 93/93
2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
2008-01-16 14:16:29+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
2008-01-16 14:17:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
2008-01-16 14:17:33+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-16 14:17:34+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
2008-01-16 14:17:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
2008-01-16 14:17:36+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] u'No principal found for UID: 633CBE36-2414-44BA-AAE3-2B3CD2EA3843'
2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled error in Deferred:
2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled Error
2008-01-16 14:17:37+0100 [-] [caldav-8009] Traceback (most recent call last):
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1208, in inheritedACEsforChildren
2008-01-16 14:17:37+0100 [-] [caldav-8009] if self.matchPrincipal(principal, ace.principal, request):
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
2008-01-16 14:17:37+0100 [-] [caldav-8009] --- <exception caught here> ---
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1373, in matchPrincipal
2008-01-16 14:17:37+0100 [-] [caldav-8009] ismember = ismember.getResult()
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
2008-01-16 14:17:37+0100 [-] [caldav-8009] self.result.raiseException()
2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/python/failure.py", line 303, in raiseException
2008-01-16 14:17:37+0100 [-] [caldav-8009] raise self.type, self.value, self.tb
2008-01-16 14:17:37+0100 [-] [caldav-8009] exceptions.AttributeError: 'NoneType' object has no attribute 'principalUID'
2008-01-16 14:17:37+0100 [-] [caldav-8009]

Thanks Cyrus,
This worked: I created a dummy user and enabled calendaring for this user.
The error log-file is still not empty (see below). Are these really errors or what?
Best regards,
Emile
2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Setting up service
2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
2008-01-28 09:46:06+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] set uid/gid 93/93
2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Setting up service
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] set uid/gid 93/93
2008-01-28 09:46:08+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
2008-01-28 09:47:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/emile/calendar/ HTTP/1.1
2008-01-28 09:47:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/inbox/ HTTP/1.1
2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/pim/calendar/ HTTP/1.1
2008-01-28 09:49:59+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
2008-01-28 09:49:59+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
2008-01-28 09:51:44+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:51:45+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2008-01-28 09:51:47+0100 [-] [caldav-8010] [-] 'Too many matching components in calendar-query report'
20

Similar Messages

  • Error  : No framework program was found for include

    Hi All,
    A web UI enhancement worked perfectly fine in a development system. However, after transporting it to a quality system, it did not work as expected. All transports were error free and all the developed items could be seen in the quality system.
    When trying to keep a breakpoint in the redefined method of a controller class, I get the error "No framework program was found for include <> "; where <> is the z implementation class that was created.
    Any suggestions/ideas on how to resolve this error?

    Hi,
    Check the entries in sm30 bspwdv_ehset_asg if the enhacement is assigned to client in Q system..
    Hope this helps..
    Cheers,
    Sumit Mittal

  • Error:Administration header could not found for support message

    Hi All,
    we are creating the support message in CRMD_ORDER transaction. we are getting an error, "Administration header could not found for support message" while saving. And also it is coming out of the transaction.
    The transaction type is SLFN.
    Please advise.
    Regards
    kumar

    Did you find the solution to this error? I am also getting this error and need to solve the same. Can you please help?

  • TS3297 I have paid for a rental movie but cannot download it. It keeps saying there is a download error retry and I have been for an hour. There is nothing wrong with my internet connection

    I have paid for a rental movie but cannot download it. It keeps saying there is a download error retry and I have been for an hour. There is nothing wrong with my internet connection.How do I get it?

    There is nothing wrong with my internet connection.
    Is that a -50 error message, jolyn?
    If so, perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • DSU Execution Error: More then one instance found for name: DVEBMGS00

    Hello,
    try to start an Upgrade from SAP4.7x110 to ECC6.0 EHP4 SR1 by running the statup.but. I recieve immediatly the error. DSU Execution Error: More then one instance found for name: DVEBMGS00.
    The System is a fresh homo.sys-copy (comming from DVEBMGS00). On the harware was running in former times an instance DVEBMGS00 but the SID was a different. I allready looked if there is still something on the host from this last installation but nothing found.
    Any suggestions
    Peter

    Hi,
    Please see the link below..Hope this will help you..
    Upgrade stuck in Pre- Processing
    DSU Execution Error
    /thread/1948457 [original link is broken]
    Regards

  • HT204003 if i open passbook on iphone 5, it always say cannot connect to itunes, any fix from apple tech support? and whats the reason for this problem? why do we have to figure it out and not even apple can give answer??

    if i open passbook on iphone 5, it always say cannot connect to itunes, any fix from apple tech support? and whats the reason for this problem? why do we have to figure it out and not even apple can give answer??

    actually i found out how to fix it
    1 sign out of apple account
    2 close down passbook app
    3 change year to 2013
    4 reopen passbook and sign in at the button with your apple ID
    5 change the time to auto update and it should work from now on.
    this worked for me let me know if it work for you:)

  • Error in PO- No conversion found for TO to EA

    Dear friends,
    i got the following error in PO.
    I have checked all the mat. master data... if any conv. factor mismatched.......But still not found result....
    No conversion found for TO to EA
    Message no. 8I171
    Diagnosis
    The UOM conversion does not exist
    Procedure
    The UOM conversion does not exist in the material master for the material and UOM entered
    Plz. help....
    Thanks in Advance
    Navin

    hi,
    if the material is an excisable material , you would have maintained the excise settings for that material in J1ID Trx.
    in that you have manitained as TO.
    cHECK THE SETTINGS.
    Regards,
    velu

  • Error 500 and also getting an ISAPI error.

    Description of the Problem/Question:
    Here is the error message we are seeing in the extended logging on the webserver. We can replicate in our test
    environment and this log is from the test region. It throws an error 500, ISAPI error to the user.
    Here are the log entries from wlacess.log on cssna105. I tried to search for the root cause without any success.
    At some point, some one was saying to set the KeepAlive value to off. It is recommended to set to ON in performance guide.
    Ct claims, small size of the messaging is getting through and some with larger size is getting this errors.
    wlacess.log:
    <79241247502601228> SSL is not being used
    Mon Jul 13 12:30:01 2009 <79241247502601228> resolveRequest: wlforward: /
    Mon Jul 13 12:30:01 2009 <79241247502601228> URI is /, len=1
    Mon Jul 13 12:30:01 2009 <79241247502601228> Request URI = []
    Mon Jul 13 12:30:01 2009 <79241247502601228> attempt #0 out of a max of 5
    Mon Jul 13 12:30:01 2009 <79241247502601228> Trying a pooled connection for 'XXXXXX/9100/9100'
    Mon Jul 13 12:30:01 2009 <79241247502601228> got pooled connection to server 'XXXXXXX/9100/9100' from general list for '/', Local port: 1318
    Mon Jul 13 12:30:01 2009 <79241247502601228> WLS info in sendRequest: XXXXXXX:9100 recycled? 1
    Mon Jul 13 12:30:01 2009 <79241247502601228> URL::parseHeaders: CompleteStatusLine set to http://HTTP/1.1 200 OK
    Mon Jul 13 12:30:01 2009 <79241247502601228> URL::parseHeaders: StatusLine set to 200 OK
    Mon Jul 13 12:30:01 2009 <79241247502601228> parsed all headers OK
    Mon Jul 13 12:30:01 2009 <79241247502601228> sendResponse() : uref->getStatus() = '200'
    Mon Jul 13 12:30:01 2009 <79241247502601228> Going to send headers to the client. Status :200 OK
    Mon Jul 13 12:30:01 2009 <79241247502601228> Content Length = 1573
    Mon Jul 13 12:30:01 2009 <79241247502601228> canRecycle: conn=1 status=200 isKA=1 clen=1573 isCTE=0
    Mon Jul 13 12:30:01 2009 <79241247502601228> closeConn: pooling for 'XXXXXX/9100'
    Mon Jul 13 12:30:01 2009 <79241247502601228> request [] processed successfully ..................
    Mon Jul 13 12:30:02 2009 <79241247502598226> URL::parseHeaders: CompleteStatusLine set to http://HTTP/1.1 200 OK
    Mon Jul 13 12:30:02 2009 <79241247502598226> URL::parseHeaders: StatusLine set to 200 OK
    Mon Jul 13 12:30:02 2009 <79241247502598226> parsed all headers OK
    Mon Jul 13 12:30:02 2009 <79241247502598226> sendResponse() : uref->getStatus() = '200'
    Mon Jul 13 12:30:02 2009 <79241247502598226> Going to send headers to the client. Status :200 OK
    Mon Jul 13 12:30:02 2009 <79241247502598226> Content Length Unknown
    Mon Jul 13 12:30:02 2009 <79241247502598226> *******Exception type READ_ERROR_FROM_SERVER (socket read failure) raised at line 207 of ..\nsapi\.\Reader.cpp
    Mon Jul 13 12:30:02 2009 <79241247502598226> got exception in sendResponse phase: READ_ERROR_FROM_SERVER http://os error=0, line 207 of ..\nsapi\.\Reader.cpp: socket read failure at line 1043
    Mon Jul 13 12:30:02 2009 <79241247502598226> NOT failing over after sendResponse() exception: READ_ERROR_FROM_SERVER
    Mon Jul 13 12:30:02 2009 <79241247502598226> request [PSIGW/HttpListeningConnector] did NOT process successfully ..................
    Mon Jul 13 12:30:03 2009 <79241247502603229>
    and
    from JAVA STACK TRACE, any thoughts for the cause...
    POID:52482812] [UserId:USDW] [Message:Connection to PeopleSoft failed. Response returned: HTTP/1.1 500 Internal Server ErrorConnection: closeDate: Fri, 10 Jul 2009 15:06:54 GMTServer: Microsoft-IIS/6.0X-Powered-By: ASP.NETContent-Type: text/html<TITLE>ISAPI plug-in Error Message</TITLE><H2>Message from the ISAPI plugin:</H2><P><PRE>Internal Server failure, ISAPI plugin. Cannot continue.</PRE><HR><I>Build date/time: Mar 19 2009<I><P><HR><B>Change Number:</B> <I>1203144<BR>] [Cause:null] [Stack Trace]

    Sonia Amin wrote:
    Hello,
    >
    > Kindly do the following and see if it works:
    >
    > 1.Stop Tomcat
    > 2. Deleted the content within the localhost of work directory inside tomcat folder. ( ex. folders under \installation drive\Business Objects\Tomcat6\work\Catalina\localhost)
    > 3. Restart the tomcat.
    > 4. Wait till the localhost folder is repopulated.
    >
    > Try the link now.
    >
    > Regards
    > Sonia
    Hi Sonia,
    Just tested the suggested steps, but alas - same error.
    Regards,

  • Error like -- No outbound binding found for

    i created a order in one system  and want to send to another system
    i got errors like given below....can u check and helpme me... how to solve the issue
    plz check both errors...
    SAP: Stack> Error when determining the inbound interface: For Outbound
    Interface http://cgi.com/xi/Global.PurchaseOrderRequest
    An inbound interface repeatedly found (at the same transmitter and
    Receiver). On the outbound interface http://cgi.com/xi/Global.
    Purchase Order Request, a multiple inbound interface found (in
    The same transmitter and receiver). </ SAP: Stack>
    <SAP: Additional text> No outbound binding found for PC100, cgi_PurOrdrProcessing, PC200, SAPESD_SalOrdrProcessing, http://cgi.com/xi/Global, Purchase Order Request </ SAP: Additional Text>
       <SAP: Stack> There is a problem with the recipient agreement for the station PC100-cgi_PurOrdrProcessing to receiver PC200-cgi_SalOrdrProcessing, http://cgi.com/xi/Global.PurchaseOrderRequest occurred: No. outbound binding found for PC100, cgi_PurOrdrProcessing, PC200, cgi_SalOrdrProcessing, http://cgi.com/xi/Global, Purchase Order Request </ SAP: Stack>
       <SAP: Retry> M </ SAP: Retry>
    i am already checked the config.part and cache als ...still the error exist
    kindly help on this issue//
    best regards,saran

    Hi
    refer this for related discussion
    Error when trying multiple inbound interface determination for IDOC
    Check your  receiver identification configured in the Integration Directory for this combination of inbound interface, namespace, and business system. Also Make sure your file adapter is configured to send with the correct outbound interface/interface namespace.
    Regrds
    Anusha Ramsiva

  • Error message when no atachment found for the workitem while approving ?

    Hi Folks,
    I need some help in this issue please.
    Requirement is, Agent needs to attach a document to work item and then approve. To achieve this, i have put code in for complete execute condition of the step.
    This is how it works, when agent attaches doccument and approves, it completes workitem and when there is no attachment, it does not complete work item but it does not stop agent by throwing anykind of error message.
    I need a error message when there is no atachment found for the workitem and agent tries to approve it. Please suggest how i can get this done ?
    Thanks a lot in advance..
    Prasu

    Hi
    There a couple of different ways to accomplish this.
    If your not using standard task/methods your able to extend your method. In here just check if a document is attached, display a message with the message statement, or a FM (e.g. TH_POPUP_TO_INFORM), and then call the workflow statement "<b>Exit_Cancelled</b>", by doing this the workitem will stay in the inbox, in status in process until the document is attached.
    If your using standard task / Methods, you need to check if a document is attached in the workflow logic, preferably in a condition. Now - if no document has been attached create a loop, and within this loop create a task, for displaying the message. A easy solution here could be a simple decision task with only one Decision, or if you are able to do some ABAP development, create a small method for displaying the message.
    In order to make sure that this task/message will popup immediately, create a container element e.g. "Last_Agent", the do a binding from the decision task to the workflow container ActualAgent -> Last_Agent.  Now you Last_Agent as the agent for you "Display Message" Task
    Regards
    Morten Nielsen

  • Log4j: Logging Errors(No appenders could be found for logger)

    hi,
    i used logging in my java application. i placed log4j.jar and log4j.xml file paths
    given in classpath.
    i am getting 2 warning Messages. Those are as follows
    Log4j:WARN. No appenders could be found for logger (Myclass.class)
    Log4j:WARN. Use Log4j System Properly.
    Here is what i done
    log4j.xml is external configuration file. I specified Appender and layout
    information in this.
    Here is log4j.xml content...
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
    <appender name="appender" class="org.apache.log4j.FileAppender">
    <param name="File" value="C:\LOG\log.txt"/>
    <param name="Append" value="false"/>
    <layout class="org.apache.log4j.SimpleLayout"/>
    </appender>
    <root>
    <priority value ="INFO"/>
    <appender-ref ref="appender"/>
    </root>
    </log4j:configuration>
    I specified appender and layout in log4j.xml file and placed log4j.xml file in
    classpath.
    How can i solve this problem?. Please help me.

    Ok. I'm no log4j expert, but if you try to get a logger called Myclass.class and have not defined one in your xml file, there's a problem? Look at my xml file below, especially the category tag. Instead of putting "All" for the name, you would put "Myclass.class".
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
    <appender name="file" class="org.apache.log4j.FileAppender">
    <param name="File" value="log/log.txt"/>
    <param name="Append" value="true"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p [%t] %C{2} (%l) - %m\n"/>
    </layout>
    </appender>
    <appender name="console" class="org.apache.log4j.ConsoleAppender">
    <param name="Target" value="System.Out"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %C{1}.%M - %m\n"/>
    </layout>
    </appender>
    <!-- The All category -->
    <category name="All" additivity="false">
    <priority value="debug"/>
    <appender-ref ref="file"/>
    <appender-ref ref="console"/>
    </category>
    <!-- The one and only root category -->
    <root>
    <priority value="warn"/>
    <appender-ref ref="console"/>
    </root>
    </log4j:configuration>

  • Og4j:ERROR No appenders could be found for category

    Whats this mean and how do I recitfy the problem?

    You could read these to get some hints [http://www.google.co.uk/search?q=%22Please+initialize+the+log4j+system+properly.%22]
    The first reply to the first hit on google says "log4j.properties needs to be on the classpath where log4j can find it.".
    You can set the system property if you wish but the classpath approach is the easiest in my opinion.

  • My iTunes just started skipping when a song is played.   has a solution been found for this problem yet?

    My itunes started skipping when a song is played.  Has a solution been fournd for this problem yet?

    For the missing Artists on your iPod, make sure their tracks in iTunes are not marked as "Part of a compilation" in iTunes. You can do this by highlighting the track, right->clicking on them and choosing "Get Info" from the shortcut menu. When the window pops up, head over to the Info tab and make sure there is NO tick mark next to this option in the lower right hand corner. Lastly, sync the updated changes to your iPod.
    B-rock

  • Error 500 from Microsoft Remote Desktop for Mac and for iOS but not for Windows

    I am running Windows Server Standard 2012 as a basic File server and Remote Access Server.  I am able to log into to Server remotely using Windows Remote Desktop Client on Windows 7 and 8 machines without problems
    When I try to log in using outside the local network using MRD version 8.0.24308 using OS X 10.9.1 or using iOS 7.0.4, I get the following error:
    " The gateway failed to connect with the message: 500 Internal Server Error"
    I can also log in remotely WITHIN the local network on a Mac or iOS device, it works without getting an error
    Any Ideas?

    My IT person has tried all these and I still get a 500 error when I log in from Microsoft Remote Desktop 8.5.  
    Here is part of the MRD log dump (not clear where to send the log since MRD doesn't provide an address when you dump the log into email):
    [2014-Mar-27 19:48:56] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Mar-27 19:48:56] RDP (0): lo0 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Mar-27 19:48:56] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Mar-27 19:48:56] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:48:56] RDP (0): gif0 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): stf0 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): en0 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): en1 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::226:bbff:fe00:c3d7%en1
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:48:56] RDP (0): en1 af=2 (AF_INET)  addr=192.168.0.89 netmask=255.255.255.0
    [2014-Mar-27 19:48:56] RDP (0): fw0 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): utun0 af=18  addr= netmask=
    [2014-Mar-27 19:48:56] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::e1eb:119:5ad9:da9%utun0
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:48:56] RDP (0): utun0 af=30 (AF_INET6)  addr=fdce:4b1d:30c:78f8:e1eb:119:5ad9:da9
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:48:56] RDP (0): --- END INTERFACE LIST ---
    [2014-Mar-27 19:48:56] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Mar-27 19:48:56] RDP (0): client version: 8.0.24428
    [2014-Mar-27 19:48:56] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Mar-27 19:48:56] RDP (0): Resolved '10.1.10.11' to '10.1.10.11' using NameResolveMethod_DNS(1)
    [2014-Mar-27 19:49:04] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Mar-27 19:49:04] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Mar-27 19:49:04] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Mar-27 19:49:04] RDP (0): lo0 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Mar-27 19:49:04] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Mar-27 19:49:04] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:49:04] RDP (0): gif0 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): stf0 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): en0 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): en1 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::226:bbff:fe00:c3d7%en1
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:49:04] RDP (0): en1 af=2 (AF_INET)  addr=192.168.0.89 netmask=255.255.255.0
    [2014-Mar-27 19:49:04] RDP (0): fw0 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): utun0 af=18  addr= netmask=
    [2014-Mar-27 19:49:04] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::e1eb:119:5ad9:da9%utun0
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:49:04] RDP (0): utun0 af=30 (AF_INET6)  addr=fdce:4b1d:30c:78f8:e1eb:119:5ad9:da9
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-27 19:49:04] RDP (0): --- END INTERFACE LIST ---
    [2014-Mar-27 19:49:04] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Mar-27 19:49:04] RDP (0): client version: 8.0.24428
    [2014-Mar-27 19:49:05] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Mar-27 19:49:05] RDP (0): Resolved 'javpeds.com' to '70.88.173.126' using NameResolveMethod_DNS(1)
    [2014-Mar-27 19:49:05] RDP (0): Resolved 'javpeds.com' to '70.88.173.126' using NameResolveMethod_DNS(1)
    [2014-Mar-27 19:49:07] RDP (0): Exception caught: Exception in file '../../librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message:
    500 Internal Server Error
    [2014-Mar-27 19:49:07] RDP (0): Exception caught: Exception in file '../../librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message:
    500 Internal Server Error
    [2014-Mar-27 19:49:07] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Mar-27 19:49:07] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Mar-27 19:49:07] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Mar-27 19:49:15] RDP (0): *** Application terminated ***
    [2014-Mar-29 12:03:43] RDP (0): Final rdp configuration used: gatewayhostname:s:javpeds.com
    screen mode id:i:2
    use multimon:i:0
    session bpp:i:24
    full address:s:10.1.10.11
    audiomode:i:2
    username:s:javpeds\ptraquair
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com"font-family:'SF Cartoonist Hand';font-size:18px;line-height:normal;" />bookmarktype:i:3
    use redirection server name:i:0
    [2014-Mar-29 12:03:43] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Mar-29 12:03:43] RDP (0): lo0 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Mar-29 12:03:43] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Mar-29 12:03:43] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:43] RDP (0): gif0 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): stf0 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): en0 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): en1 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::226:bbff:fe00:c3d7%en1
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:43] RDP (0): en1 af=2 (AF_INET)  addr=192.168.1.29 netmask=255.255.255.0
    [2014-Mar-29 12:03:43] RDP (0): fw0 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): utun0 af=18  addr= netmask=
    [2014-Mar-29 12:03:43] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::c852:1a8d:126a:a88a%utun0
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:43] RDP (0): utun0 af=30 (AF_INET6)  addr=fdce:4b1d:30c:78f8:c852:1a8d:126a:a88a
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:43] RDP (0): --- END INTERFACE LIST ---
    [2014-Mar-29 12:03:43] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Mar-29 12:03:43] RDP (0): client version: 8.0.24428
    [2014-Mar-29 12:03:44] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Mar-29 12:03:44] RDP (0): Resolved '10.1.10.11' to '10.1.10.11' using NameResolveMethod_DNS(1)
    [2014-Mar-29 12:03:52] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Mar-29 12:03:52] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Mar-29 12:03:52] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Mar-29 12:03:52] RDP (0): lo0 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Mar-29 12:03:52] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Mar-29 12:03:52] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:52] RDP (0): gif0 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): stf0 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): en0 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): en1 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::226:bbff:fe00:c3d7%en1
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:52] RDP (0): en1 af=2 (AF_INET)  addr=192.168.1.29 netmask=255.255.255.0
    [2014-Mar-29 12:03:52] RDP (0): fw0 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): utun0 af=18  addr= netmask=
    [2014-Mar-29 12:03:52] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::c852:1a8d:126a:a88a%utun0
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:52] RDP (0): utun0 af=30 (AF_INET6)  addr=fdce:4b1d:30c:78f8:c852:1a8d:126a:a88a
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:03:52] RDP (0): --- END INTERFACE LIST ---
    [2014-Mar-29 12:03:52] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Mar-29 12:03:52] RDP (0): client version: 8.0.24428
    [2014-Mar-29 12:03:52] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Mar-29 12:03:52] RDP (0): Resolved 'javpeds.com' to '70.88.173.126' using NameResolveMethod_DNS(1)
    [2014-Mar-29 12:03:52] RDP (0): Resolved 'javpeds.com' to '70.88.173.126' using NameResolveMethod_DNS(1)
    [2014-Mar-29 12:03:53] RDP (0): Exception caught: Exception in file '../../librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message:
    500 Internal Server Error
    [2014-Mar-29 12:03:53] RDP (0): Exception caught: Exception in file '../../librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message:
    500 Internal Server Error
    [2014-Mar-29 12:03:53] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Mar-29 12:03:53] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Mar-29 12:03:53] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Mar-29 12:04:24] RDP (0): *** Application terminated ***
    [2014-Mar-29 12:53:47] RDP (0): Final rdp configuration used: gatewayhostname:s:javpeds.com
    screen mode id:i:2
    use multimon:i:0
    session bpp:i:24
    full address:s:10.1.10.11
    audiomode:i:2
    username:s:javpeds\ptraquair
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com"font-family:'SF Cartoonist Hand';font-size:18px;line-height:normal;" />bookmarktype:i:3
    use redirection server name:i:0
    [2014-Mar-29 12:53:47] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Mar-29 12:53:47] RDP (0): lo0 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Mar-29 12:53:47] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Mar-29 12:53:47] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:47] RDP (0): gif0 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): stf0 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): en0 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): en1 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::226:bbff:fe00:c3d7%en1
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:47] RDP (0): en1 af=2 (AF_INET)  addr=10.59.1.176 netmask=255.255.255.0
    [2014-Mar-29 12:53:47] RDP (0): fw0 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): utun0 af=18  addr= netmask=
    [2014-Mar-29 12:53:47] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::e590:f4:e6f3:79ee%utun0
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:47] RDP (0): utun0 af=30 (AF_INET6)  addr=fdce:4b1d:30c:78f8:e590:f4:e6f3:79ee
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:47] RDP (0): --- END INTERFACE LIST ---
    [2014-Mar-29 12:53:47] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Mar-29 12:53:47] RDP (0): client version: 8.0.24428
    [2014-Mar-29 12:53:47] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Mar-29 12:53:47] RDP (0): Resolved '10.1.10.11' to '10.1.10.11' using NameResolveMethod_DNS(1)
    [2014-Mar-29 12:53:55] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Mar-29 12:53:55] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Mar-29 12:53:55] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Mar-29 12:53:55] RDP (0): lo0 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Mar-29 12:53:55] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Mar-29 12:53:55] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:55] RDP (0): gif0 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): stf0 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): en0 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): en1 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::226:bbff:fe00:c3d7%en1
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:55] RDP (0): en1 af=2 (AF_INET)  addr=10.59.1.176 netmask=255.255.255.0
    [2014-Mar-29 12:53:55] RDP (0): fw0 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): utun0 af=18  addr= netmask=
    [2014-Mar-29 12:53:55] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::e590:f4:e6f3:79ee%utun0
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:55] RDP (0): utun0 af=30 (AF_INET6)  addr=fdce:4b1d:30c:78f8:e590:f4:e6f3:79ee
    netmask=ffff:ffff:ffff:ffff::
    [2014-Mar-29 12:53:55] RDP (0): --- END INTERFACE LIST ---
    [2014-Mar-29 12:53:55] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Mar-29 12:53:55] RDP (0): client version: 8.0.24428
    [2014-Mar-29 12:53:55] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Mar-29 12:53:55] RDP (0): Resolved 'javpeds.com' to '70.88.173.126' using NameResolveMethod_DNS(1)
    [2014-Mar-29 12:53:55] RDP (0): Resolved 'javpeds.com' to '70.88.173.126' using NameResolveMethod_DNS(1)
    [2014-Mar-29 12:53:56] RDP (0): Exception caught: Exception in file '../../librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message:
    500 Internal Server Error
    [2014-Mar-29 12:53:56] RDP (0): Exception caught: Exception in file '../../librdp/private/httpendpoint.cpp' at line 209
        User Message : The gateway failed to connect with the message:
    500 Internal Server Error
    [2014-Mar-29 12:53:56] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Mar-29 12:53:56] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Mar-29 12:53:56] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Mar-29 12:54:05] RDP (0): *** Application terminated ***

  • Locating souce file error? and purchase history deleted for some reason?

    I have purchased serveral albums (nearly $500 estimated), and since I upgraded my computer, I cannot find the purchase history. I wanted to re-download the songs from a certain artist as it keeps coming up 'error, unable to locate source file' even though they worked before I tried to copy them into a playlist for burning.have severa
    After I got the new computer, all of my stuff was transferred from the old one. This meant that I had several of the same song in my list before the update. After the update happened, these duplicates dissappeared, and I was left with trying to re-download the albums that I had bought from iTunes store from the cloud.
    I had confirmation of one album being downloaded correctly, the rest need to be re-downloaded. Unfortunatley, as I cannot access my purchasing history, I am unable to download the rest from the cloud.
    The support network wants a serial number and the only apple product I have is my shuffle. When I give the serial number for my shuffle, it then wants $20 in order to troubleshoot my problem over the phone.
    The customer support is terrible, confusing, and they want you to PAY for help for problems in THEIR PRODUCT, which was bought under the understanding that it would be problem-free.
    Anyone else see the problem with this?
    More importantly, can anyone please help me?

    Found a solution.
    Had to go through my internet browser in order to restore my purchasing history in iTunes.
    Now I have to re-delete the duplicate songs in my list again.....
    My songs from a certain artist still come up 'error unable to locate source file'.
    This really bites

Maybe you are looking for