SPnego Mapping module error

Hi gurus,
please help me i am getting the below error
Policy Configurations and created as com.sun.security.jgss.accept Login Module Stack
and in that i am able to add the module krb5loginmodule
com.sun.security.auth.module.Krb5LoginModule
but when i am trying to add the MappingModule
com.sap.security.core.server.jaas.SPNegoMappingModule
i am getting the below error
please help
Unable to modify the authentication stack!
java.lang.SecurityException: com.sap.engine.services.security.exceptions.BaseSecurityException: "com.sap.security.core.server.jaas.SPNegoMappingLoginModule" is not included in the userstore configuration.
     at com.sap.engine.services.security.server.AuthenticationContextImpl.checkEntries(AuthenticationContextImpl.java:636)
     at com.sap.engine.services.security.server.AuthenticationContextImpl.setLoginModules(AuthenticationContextImpl.java:425)
     at com.sap.engine.services.security.remoteimpl.RemoteAuthenticationImpl.setLoginModules(RemoteAuthenticationImpl.java:106)
     at com.sap.engine.services.security.remoteimpl.RemoteAuthenticationImplp4_Skel.dispatch(RemoteAuthenticationImplp4_Skel.java:183)
     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
     at com.sap.engine.services.security.exceptions.BaseSecurityException.writeReplace(BaseSecurityException.java:349)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:896)
     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1016)
     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
     at com.sap.engine.services.rmi_p4.DispatchImpl.throwException(DispatchImpl.java:144)
     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:322)
     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
thanks in advance
kishore

Hi,
please see the below error from diagtool
please help me thanks
Error initializing lv client
[EXCEPTION]
com.sap.engine.services.jmx.exception.JmxConnectorException: Unable to connect to connector server.
     at com.sap.engine.services.jmx.connector.p4.P4ConnectorClient.<init>(P4ConnectorClient.java:96)
     at com.sap.engine.services.jmx.connector.p4.ConnectorFactory.getJmxConnector(ConnectorFactory.java:31)
     at com.sap.jmx.remote.JmxConnectionFactory.getConnector(JmxConnectionFactory.java:191)
     at com.sap.jmx.remote.JmxConnectionFactory.getMBeanServerConnection(JmxConnectionFactory.java:92)
     at com.sap.engine.config.diagtool.util.LVClient.init(LVClient.java:149)
     at com.sap.engine.config.diagtool.Launcher.run(Launcher.java:265)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.config.diagtool.Launcher.main(Launcher.java:394)
Caused by: com.sap.engine.services.jndi.persistent.exceptions.NoPermissionException: Exception during getInitialContext operation. Wrong security principle/credentials. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.]
     at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleUserProblem(InitialContextFactoryImpl.java:512)
     at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:366)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.sap.engine.services.jmx.connector.p4.P4ConnectorClient.<init>(P4ConnectorClient.java:69)
     ... 10 more
Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
     at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:135)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:177)
     at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:72)
     at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
thanks
kishore

Similar Messages

  • SPNEGO Login module Stack issue: Could not validate SPNEGO token

    Hello to all,
    We are deploying a SAP Netweavear 7.3 Enterprise Portal with SPNego login module activated.
    We are performing some tests (performances and concurrent accesses).
    During the tests we have found several times the folloiwing Issue linked to the spnego.
    Could not validate SPNEGO token.
    [EXCEPTION]
    java.lang.NumberFormatException: multiple points
    at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
    at java.lang.Double.parseDouble(Double.java:510)
    at java.text.DigitList.getDouble(DigitList.java:151)
    at java.text.DecimalFormat.parse(DecimalFormat.java:1303)
    at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1934)
    at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1312)
    at java.text.DateFormat.parse(DateFormat.java:335)
    at com.sap.security.core.server.jaas.spnego.util.Utils.generalizedTimeStringToData(Utils.java:167)
    at com.sap.security.core.server.jaas.spnego.krb5.KrbTicketEncryptedData.parseDecryptedData(KrbTicketEncryptedData.java:67)
    at com.sap.security.core.server.jaas.spnego.krb5.KrbEncryptedData.decrypt(KrbEncryptedData.java:94)
    at com.sap.security.core.server.jaas.spnego.krb5.KrbApReq.decrypt(KrbApReq.java:68)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.parseAndValidateSPNEGOToken(SPNegoLoginModule.java:315)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.processAuthorizationHeader(SPNegoLoginModule.java:474)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:160)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:254)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:65)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:254)
    at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:352)
    at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.loginWithRequestCredentials(AuthenticationService.java:337)
    at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:321)
    at com.sapportals.portal.prt.connection.UMHandler.handleUM(UMHandler.java:60)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:163)
    at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doCached(RequestDispatcherImpl.java:655)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:488)
    at com.sap.portal.navigation.Gateway.service(Gateway.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    The user rlinked to this user is Guest.
    could you please advice us how to solve this reccuring issue?
    Kind regards
    Julien LEFEVRE

    Hello Cathal,
    Thank you for your answer.
    In fact the new spnego wizard of the SAP Enterprise Portal 7.3 is used to get the the two keys files. The SAP Jvm is used in fact with the 1.6.1.
    And in fact , it functions perfectly sometimes. but during the test of massive access ( More than 30 conurent users), I have this error that comes frequently.
    Best regards
    Julien LEFEVRE

  • No Un-ambiguous Selection of Mapping Module (above one) for BUPA_MAIN BDocs

    Hi All
    I seem to have hit a snag here. I am trying to replicate customers from CRM to ERP but am getting these two errors:
    Main error: Partially send, receivers have errors.
    No un-ambiguous selection of mapping module (above one) for BDoc type 3932399B34D6279BE10000000A11449E.
    Service that caused the error: SMW3OUTBOUNDADP_CALLADAPTERS._
    I have searched on Googleand SDN but have come up with nothing as far as these errors are concerned. We have managed to replicate Business Partners, Materials and Conditions from ERP to CRM without any problems but when it cam e to replicating back, these errors started popping up.
    I have used all the tools for analysis but have come up with nothing the really suggest to me what is wrong. I have monitored queues, traces and dumps. I have played around with the filter setting and all.
    With regards to the process itself, i followed the C03 best practices config guide and i believe that i have everything in place. Here are the steps i followed:
    1.Create an Internal number range for the CRM customer group.
    2. Assigned the number range to the Customer group
    3. Created a corresponding number range (External) in ERP and a corresponding CRM Customer account group as a copy of the standard 0001 Sold-to-party account group and assigned the number range to it.
    4. Defined Partner functions (SP, SH, BP, and PY) for the account group
    5. I mapped the CRM classification for customers (B) to the created account group (CRM Customer)
    6. I synchrponized the fields for the account group created and the BP roles in CRM including changes on a per client (BUPA) basis.
    7. I redowloaded all the cutomizing objects (though i only needed the DNL_CUST_KTOKD) for the sake of the mappings directly in CRM or R/3 Account group maintenance during the creation of the BP.
    8. I customized the filter settings in BUPA_MAIN and included the BUT100 table for the filetring of the customers who were created as SP, BP, PY, or SHand who belonged to the Customer group we had created. (BUT000->BU_GROUP & BUT100->RLTYP) for source site CRM.
    9. Activated the necessary function modules through transactions COM_BUPA_CALL_FU in ERP and CRMC_BUT_CALL_FU in CRM according to [http://help.sap.com/saphelp_crmscen70/helpdata/en/60/85b5d333f4174b8e982c1c15db35f3/frameset.htm]
    10. Using transaction R3AS i sought to replicate the BUPA_MAIN object.
    Because of the few customers created in CRM, it only executes within a single block so the queues would be empty by the time SMQ1 and SMQ2 are executed. R3AM1 shows it as running. SMW01 shows the above error.
    When creating a BP through the tx code BP, the main error would be Technical error(Incomplete) and the two other errors as mentionme above would also be there
    Is there anyone out there who has met this very same problem or knows the solution to this.
    Thanks in advance.

    We managed to get a solution to the problem. Here it goes:
    When a new adapter object (e.g a custom one) is created, the SMOFOBJECT table is populated with the entry and, in turn, the SMOFUPLMAP is populated with the object and the mapping module for uploading to R/3. During the upload process, a search for custom mapping modules is done and if not found the standard mapping modules are used. However, and it seems weird since it seems as if it applies to the BUPA_MAIN object or the corresponding mapping module (BUPA_MWX_BDOC_UPLOAD_MAIN_R3), there has  to be a one-to-one mapping between an mapping module and adapter object.
    I had created a custom adapter object (Z_BUPA_MAIN) to which I wanted to put some custom filters and did not want to test with the standard object. So two objects using the same mapping module ended up existing  in the SMOFUPLMAP table (one-to-many mapping). The function module in which this happens is the GET_UPL_FUNCTION_FOR_OBJ.
    So the solution would be to delete the object if it is not needed or to maintain the SMOFUPLMAP table to remove the entry. When you delete the object, it sometimes does not automatically/subsequently remove the entry in SMOFUPLMAP, so manual maintenance has to be done or the same object has to be recreated and have the mapping module allocated. After this, the problem would be solved. What is weird to me is that the only one-to-one mapping is allowed. I created a custom object for the download of conditions and I did not get that error. So it means that in this case you would have to copy the mapping module and create a custom one for the custom object.

  • Lightroom 4.4 .gpx files in Map Module

    I have a Garmin Montana 600 GPS. When I attempt to import a .GPX tracklog from my GPS into the map module of Lightroom an error window pop's up on the screen and the file is not imported. Any suggestions?

    Same issue
    Win8 x64, quad amd, hd5850, 2x 1T hdds + 60gig scratch + 160gig os,

  • Map module not finding photos from track log

    I have created GPX files on my phone, loaded them into the map module and selected the corresponding photos. When I select "Auto-tag selected photos" from the pop-up menu where I loaded the track I get an error saying "No Matching Photos" I have checked the track data and the times of the photos and they do match - the track runs from 12:32 to 4:37 on 9-13-2012 and the photos were all taken within this time frame. Any ideas what might be going wrong?

    I had the same problem, and I've found the solution.
    In short:
    Lightroom expects that the times in a .GPX file are in GMT/UTC. It applies the time offset for your local computer to determine the time of the tracklog. As of Lightroom 4.2, it doesn't handle time offsets (as in "+1200") embedded in GPX files. For example, I shot photos recently using the (excellent) SkiRoute16 GPS logger app on my iPhone, then exported to a GPX file. Because London was in summer time, SkiRoute16 appended the offset to the locations:
    </trkpt>
    <trkpt lat="41.54921491494658" lon="-0.06738643106430209">
    <time>2012-09-25T09:26:40+0100</time>
    </trkpt>
    How do I know if my GPX file has offsets embedded?
    If you load a tracklog into the Map module and hover over the tracklog, you should see timestamp tooltips appear. If not, it's probably because there are offsets in the GPX file.
    How do I fix it?
    If your Lightroom PC, photos, and GPX file are all in the same timezone, then you should be able to simply remove the offset. A GPX file is just an XML file, so you can use Notepad, TextWrangler, or whatever to open it. Use find-and-replace to replace the offset with nothing. That is, replace "+0100" with "" - the <time> elements should now look like this:
         <time>2012-09-25T09:26:40</time>
    Save the GPX file as a new file (don't overwrite the original, just in case things go wrong). Try loading it into Lightroom and see if it works.
    If your Lightroom PC is in a different timezone to the GPX data
    ...Then you'll have do some additional fiddling after removing the offsets:
    Find the time offset of your PC or Mac. For example, I'm in New Zealand and so my time offset right now is +1300.
    Work out what offset to use. In my case, the pictures were taken around 9:30a.m:
         <time>2012-09-25T09:26:40</time>
    Lightroom's going to assume this is GMT/UTC and add thirteen hours to this (because that's the time offset of my laptop).
    This means I need to subtract 13 hours, which will actually takes the timestamps back to the previous day. 9am on 25 October needs to become 8pm on 24 October:
         <time>2012-09-25T09:26:40</time>
    Needs to become:
         <time>2012-09-24T20:26:40</time>
    First, I'll change the day by doing a find-and-replace on "2012-09-25" and replace it with "2012-09-24":
         <time>2012-09-25T09:26:40</time>
    Becomes:
         <time>2012-09-24T09:26:40</time>
    Now, I replace the time portion, again using find-and-replace to replace "T09" with "T20":
         <time>2012-09-25T09:26:40</time>
    Becomes thirteen hours earlier:
         <time>2012-09-24T20:26:40</time>
    Once this is done, save the file (again, save as a different filename. Playing with these offsets took me several attempts, and you don't want to overwrite your original GPX file). Then try re-importing the tracklog and see how you go.
    Phew!

  • Map lost in map module - just wite blank window. How to fix it?

    Happened few weeks ago, before worked well. Neither search works. No warning/error messages. Just blank map window. Any idea how to fix it?
    Using version 4.0.
    Thanks a lot for any hint, I miss the map as it is a very cool feature for me.

    Does this knowledge-base article help?
    http://helpx.adobe.com/lightroom/kb/map-module-white-lightroom-4.html

  • LR 5.5 Map Module blank / black

    Just tried to go into the map module for the first time since updating to the latest LR release on OSX 10.9.5  - but it's blank.  Not white, no error - just blank.
    Permissions are set properly on the flash player folder, and there's no antivirus installed.  I'm on a case-insensitive file system (and it worked in the previous version just fine.  No firewalls blocking access, and the internet works.
    Any ideas?

    Well, it seems like no one has any ideas.
    The good news is that sometimes I can get it to seemingly work -- meaning that in LR the screen looks okay, but not always.  Makes me concerned about ordering a Blurb book though because I don't know if what I get will be totally screwed up.

  • LR4 Offline -Map Module etc

    I'm at a loss, been using Lightroom for past 3yrs with no network problems but recently when attempting to use the Map Module I am receiving a Lightroom Error stating that the Map is "Offline" and to check your network connection? My Mac Pro is connected to everything throughout my Network with no problems except for the LR connection. I'm unable to trace to any past installation of any Apps or Software, it just appeared out of the blue a couple of weeks ago. As stated, any and all apps and software requesting a network connection to the Internet or Home Network connects without any issue-all EXCEPT LR 4!
         Anyone who may have heard of this issue and may have a suggestion as to how to address this mystery would be greatly appreciated. I'm totally baffled!

    I have issues with tha Map module in LR 4.2 as well. My internet connection is fine, but I get a flashing world map and message "Map Offline" every time Google Maps are not updating instantly but have a response time of more than half a second. This sometimes happens several times a minute. This is extremely annoying and I would consider this a bug. Can the time-out for detecting that maps really are offline due to no internet connection being available be increased somehow?
    PS: Sorry for the stupid screen name, but I didn't want to spend more than 10 minutes receiving error messages saying that all sensible names were unavaible.

  • Crash when switching to maps module

    More often than not, I find that Lightroom 5.6 crashes when I switch to the Maps module after importing files on my Mac running OS X 10.9.5.  I have trouble reproducing it on-demand, but it's a pretty regular occurrence and quite frustrating.  The latest crash dump looks like this:
    Process:         Adobe Photoshop Lightroom 5 [20295]
    Path:            /Applications/Adobe Photoshop Lightroom 5.app/Contents/MacOS/Adobe Photoshop Lightroom 5
    Identifier:      com.adobe.Lightroom5
    Version:         Adobe Photoshop Lightroom 5.6 [974614] (5.6)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [174]
    Responsible:     Adobe Photoshop Lightroom 5 [20295]
    User ID:         501
    Date/Time:       2014-10-05 09:42:32.759 -0700
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  C951A3C7-6482-4EB0-4BAC-41FFE3F63645
    Sleep/Wake UUID: A34BE294-7113-4FC7-8391-5C2425BA2A0C
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000020a394080
    VM Regions Near 0x20a394080:
        MALLOC_LARGE           00000002066b7000-00000002068b5000 [ 2040K] rw-/rwx SM=PRV 
    -->
        MALLOC_LARGE           000000020c6ff000-000000020c74f000 [  320K] rw-/rwx SM=PRV 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                           0x000000020a394080 0 + 8761458816
    1   Webkit.dylib                   0x000000018e5c706f WebKitGetAPI + 983347
    2   Webkit.dylib                   0x000000018e57eb9f WebKitGetAPI + 687203
    3   Webkit.dylib                   0x000000018e95f464 WebKitGetAPI + 4752680
    4   Webkit.dylib                   0x000000018e96467b WebKitGetAPI + 4773695
    5   Webkit.dylib                   0x000000018e9647d4 WebKitGetAPI + 4774040
    6   Webkit.dylib                   0x000000018e6c1740 WebKitGetAPI + 2009092
    7   Webkit.dylib                   0x000000018e9b2642 WebKitGetAPI + 5093126
    8   Webkit.dylib                   0x000000018e9b27b3 WebKitGetAPI + 5093495
    9   com.apple.CoreFoundation       0x00007fff968d53e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    10  com.apple.CoreFoundation       0x00007fff968d4f1f __CFRunLoopDoTimer + 1151
    11  com.apple.CoreFoundation       0x00007fff969465aa __CFRunLoopDoTimers + 298
    12  com.apple.CoreFoundation       0x00007fff968906a5 __CFRunLoopRun + 1525
    13  com.apple.CoreFoundation       0x00007fff9688fe75 CFRunLoopRunSpecific + 309
    14  com.apple.HIToolbox           0x00007fff8ff53a0d RunCurrentEventLoopInMode + 226
    15  com.apple.HIToolbox           0x00007fff8ff537b7 ReceiveNextEventCommon + 479
    16  com.apple.HIToolbox           0x00007fff8ff535bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    17  com.apple.AppKit               0x00007fff905c224e _DPSNextEvent + 1434
    18  com.apple.AppKit               0x00007fff905c189b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    19  com.apple.AppKit               0x00007fff905b599c -[NSApplication run] + 553
    20  com.apple.AppKit               0x00007fff905a0783 NSApplicationMain + 940
    21  com.adobe.Lightroom5           0x00000001010fe527 main + 1107
    22  com.adobe.Lightroom5           0x00000001010fe0cc start + 52
    I'm only including info about the first thread because it's the one that crashed, but I have the whole thing if there's like to be something useful there.
    It always seems to be related to displaying the map, and the WebKit reference above seems to back that up.  Sometimes it'll display some tiles and then crash, and sometimes, like this time, it crashes before it displays any of the map.  This has happened with earlier versions of OS 10.9 as well, but I can't find those diagnostic reports to see if they point to the same thing.  I've tried throwing away my Lightroom preference file and purging the cache, but neither has helped.  It's happened equally with photos that are already geotagged and ones that have no location information.  I don't think I've ever seen it happen if I quit Lightroom after importing and before switching to the Maps module, so maybe that's a clue.
    Has anyone else had this sort of issue with the maps module?
    Rob

    I frequently see this problem. Have not yet found a solution. It is not a fatal error -- no data is lost, nothing seems to be corrupted. Since I'm not a programming expert, I can't really guess. I do get the impression that Lightroom, for all it's fantastic features (and I do think they're fantastic), it is very slow (though I am working on pre-Intel Mac).

  • How do I search and work in the map module without losing my selection

    I'm going through my old photographs that predate geotracking and adding my best guess as to their locations via the  map module but I'm getting frustrated.
    My biggest angst is the selections.  In the library module, I look around and find a set of photographs that were taken at the same place and I select them.  I then go to the map module and move found, sometimes search, for the place where the photographs were taken.  Now, I go back to drop the selection into the map and ... OH NO!!! .. there is no selection.  Double angst is I click back in Library and I'm scrolled all the way to the start of my group of photographs.
    Deselecting the photos is the biggest UI mistake that Lightroom is making in this sequence.  I'm wondering if there is something that I can do to either prevent it or perhaps have a second method of a quick temporary group of photographs.
    The other related question I have is if anyone has a suggestion of how to mark these photos as the type of GPS information.  e.g. it could come from the camera, it could come via a track log, or it could be just my best guess.  Perhaps that is already possible to determine.

    When you find the photos you want that were taken in a single location, select them and put them in a Quick Collection (press B)
    Then select the Quick Collection and go to the Map Module with the filmstrip turned on. You will then be able to work ONLY with this set of photos that are taken in one location

  • Imported mapping in template mapping module still runs against old location

    Hello,
    I imported the mapping in a new workspace (located in other server) using object names strategy, and I reconfigured the location source (it's a generic one) it uses.
    Looking at the mapping Configure menu / Table operators / Location I see the correct location I want to use.
    The template mapping module has the only data location Default Agent.
    I have synchronized several times with the inbound repository table information, and redeploy the mapping, but it still goes to the old location, that has been unregistered / deleted in the current repository.
    I don't know how to make the mapping runs against the location I want to. Please, help me
    Thank you

    Hi Alexander
    After copying a table to a different module, edit the module to set the data location, configure the module to define the location and synchronize the mapping to use this table.
    In OMB to synchronize inbound and outbound use OMBSYNCHRONIZE command
    Inbound:
    OMBSYNCHRONIZE TABLE '$OMB_CURRENT_PROJECT/SALES/TABY' TO MAPPING 'M_W_PARAMS' OPERATOR 'TABY' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Outbound:
    OMBSYNCHRONIZE MAPPING 'M_W_PARAMS' OPERATOR 'TABX' TO TABLE '$OMB_CURRENT_PROJECT/SALES/TABX' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Cheers
    David

  • "Internal module error" in NSU - fix offered here!

    Just received this:
    Dear updaters,
    We have noticed some of you reporting the message "Internal module error".
    When installing Nokia Software Updater, sometimes the Microsoft XML4 DLL silent installation fails. This problem can be resolved by manually registering DLL. Go to Start > Run > enter "regsvr32 C:\WINNT\system32\msxml4.dll" > OK > OK.
    We apologize for the inconvenience.
    Regards
    The Nokia Software Update team
    edit: solution updated.Message Edited by vandelay on 15-Feb-2007
    03:38 PM
    I wrote all my posts from 2005-2011 as an "Admin" for this community. I still work for Nokia as an external consultant, so my rank in all posts is now "Employee".

    It worked absolutely fine,
    Yes finally after a lot of effort and all the support from this site,, especially VAN...I have updated my phone firmware to the latest 3.0705.1.0.31
    yups i am dammn happy and express my gratitude to the help extended by the nokia team. hey VAN thanks again .
    now about the firmware i am sure there will be more updates to come depending upon the views of the people but just one thing that i wanna bring out,,
    the option of exiting the music player from the equalizer was nice, which is not included in this firmware and hence becomes an issue of debate, i feel that it was a good option and should be included in the next upgrade of the firmware.
    thx

  • RuntimeException in Message-Mapping transformatio error in txt to txt  fcc

    hi
    in my design part i executed my mapping program , it executed successfully
    my src is
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:mt_sarat_txttxt_sender xmlns:ns0="http://Sarat">
       <Company>
          <Header>
             <Key1>H</Key1>
             <RecordId>123</RecordId>
             <PlantName>abc</PlantName>
          </Header>
          <Item>
             <Key2>I</Key2>
             <MaterialId>456</MaterialId>
             <Quantity>def</Quantity>
          </Item>
       </Company>
    </ns0:mt_sarat_txttxt_sender>
    IN SXMB_MONI   i got RuntimeException in Message-Mapping transformatio error
    i reffered some blog according to their sugessition  do as follows
    Go to SXMB_MONI and get the source xml from there and test it in the IR->Mapping Editor
    my source xml is
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:mt_sarat_txttxt_sender xmlns:ns="http://Sarat">
    - <Company>
    - <Header>
      <Key1>H</Key1>
      <RecordId>123</RecordId>
      <PlantName>abc</PlantName>
      </Header>
    - <Item>
      <Key2>I</Key2>
      <materialId>456</materialId>
      <Quantity>def</Quantity>
      </Item>
      </Company>
      </ns:mt_sarat_txttxt_sender>
    when i executed in mapping editor it gives fatal error
    Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:130) at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:68) Root Cause: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3)(:main:, row=2, col=3) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2668) at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2713) at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:162) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:132) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:142) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:245) at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:276) at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:338) at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:128) at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:68) -
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:144) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:128) at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:68) Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2668) at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2713) at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:162) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:132) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:142) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:245) at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:276) at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:338) at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125) ... 3 more Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3)
    but i have mapped main nodes in message message mapping.
    waiting for answers,
    mahesh

    got it maheshwar
    in FCC you have given small "m" .
    <materialId>456</materialId>
    but in data type its caps..
    <MaterialId>456</MaterialId>
    change it in sender comm channel and it will work..
    dont forget to award points..
    regards
    pushkar

  • ABAP Mapping Programm error  Urgent

    I am getting mapping error in ABAP Mapping programm. plz help me how to solve
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">APPLICATION_PROGRAM_ERROR</SAP:Code>
      <SAP:P1>Z_HBS_PAYROLL_MAPPING</SAP:P1>
      <SAP:P2>SAP-ABAP</SAP:P2>
      <SAP:P3>UNCAUGHT_EXCEPTION</SAP:P3>
      <SAP:P4>Program Z_HBS_PAYROLL_MAPPING=========CP Include Z_HBS_PAYROLL_MAPPING=========CM001 Line 1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error in mapping program Z_HBS_PAYROLL_MAPPING (type SAP-ABAP, kernel error ID UNCAUGHT_EXCEPTION) An exception with the type CX_SY_REF_IS_INITIAL occurred, but was neither handled locally, nor declared in a RAISING clause Dereferencing of the NULL reference</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    Hi,
    I think this exception you need to catch it in the ABAP..
    This may help u- http://help.sap.com/saphelp_47x200/helpdata/en/55/bff20efe8c11d4b54a006094b9456f/content.htm
    just cross verify with this guide-
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    Regards,
    moorthy

  • Jboss/tomcat mapping configuration error

    I can't even get the combination to serve a .jsp file or .html file. Regardless of the URL that I attempt, I only get a No Context configured to process this request error from tomcat and INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI from JBoss. I've tried to access all of the various webapps under the catalina directory and can't get to any of them. I know that catalina is started because the log file shows
    <Service name="JBoss-Tomcat">
    <Engine name="MainEngine" defaultHost="localhost">
    <Logger className="org.jboss.web.catalina.Log4jLogger" verbosityLevel="trace" category="org.jboss.web.localhost.Engine" />
    <Host name="localhost">
    <Valve className="org.apache.catalina.valves.AccessLogValve" prefix="localhost_access" suffix=".log" pattern="common" directory="../server/default/log" />
    <DefaultContext cookies="true" crossContext="true" override="true" />
    </Host>
    </Engine>
    <!-- A HTTP Connector on port 8080 -->
    <Connector className="org.apache.catalina.connector.http.HttpConnector" port="8080" minProcessors="3" maxProcessors="10" enableLookups="true" acceptCount="10" debug="0" connectionTimeout="60000" />
    </Service>
    </Server> in jboss.web:service=EmbeddedCatalinaSX
    2002-06-12 23:29:44,760 INFO [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Creating
    2002-06-12 23:29:44,760 INFO [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Created
    2002-06-12 23:29:44,760 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying tomcat4-service.xml
    2002-06-12 23:29:44,760 DEBUG [org.jboss.deployment.MainDeployer] start step for deployment file:/D:/JBoss3.0/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/tomcat4-service.xml
    2002-06-12 23:29:44,760 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/D:/JBoss3.0/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/tomcat4-service.xml
    2002-06-12 23:29:44,760 INFO [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Starting
    2002-06-12 23:29:44,760 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.web.catalina.EmbeddedCatalinaServiceSX@7dadcd
    2002-06-12 23:29:44,760 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Setting catalina debug level to: 0
    2002-06-12 23:29:44,760 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Setting catalina.home to: ../catalina
    2002-06-12 23:29:44,760 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Setting catalina.base to: ../catalina
    with no errors. I'm confused because I was able to consistently work with previous versions of JBoss with no problem. The configuration seems to have changed radically, is this some recent change that I just can't find a reference to? Thanks for any help.

    Hi
    For Tomcat 3.x you need to use one of the following options:
    (Note: this is with JBoss/Tomcat OR JBoss/Jetty)
    Place you .war files in the following location:
    C:\jboss-3.0.3\server\default\deploy and the app is automatically available.
    If my app's name is DavidOnline.war, when deployed, I can access it at
    http://localhost:8080/DavidOnline..
    OR
    Copy your entire development directory to the deploy direction above, RENAME your
    directory from say C:\JspApps to C:\JspApps.war and you can work from that location and see your changes immeadiatly.
    There is a file called jboss-service.xml that has some config options, also for the Tomcat bundle there is a file named tomcat-service.xml that has the standard server.xml section.. I suggest you check out the JBoss website, free docs and forums.. http://www.jboss.org.
    Thanks, Hope this helps.

Maybe you are looking for

  • I can no longer see my files in apps in itunes anymore

    Before I updated the current 6.0.1 version, I was able to see the files in the apps on iTunes. After I updated it, the whole interface under Apps has changed. Now it is only to remove or install. Before when I clicked on the app, it listed the files

  • Download error during application install

    I get the error code 80070490, whenever I want to install a new app or when I wanted to update an existing app. I am using Nokia Lumia 630. I tried to install the application both in phone memory as well as SD card memory. But I get the same error. P

  • T-sql store PROC explanation

    create table #chartData( ChgText [varchar](500) NOT NULL, ChgCount [int] NULL, [Sort] [int] NOT NULL, [PartcTot] [int] NULL, PercentageOfTotal decimal(6,3) declare @partcTot int; declare @SQLString nvarchar(4000), @ParamDefinition nvarchar(500); decl

  • Deleting duplicate data

    Hi, I have TABLE_A that acts as a look up table. It contains col1 and col2 with almost 50000 records. Previously the table has no unique constraint so there are lots of duplicate data.I've extracted the data by script below. SELECT * FROM TABLE_A WHE

  • IOS8: Bug in Hour:Minute format

    iOS8: bug in Norwegian language: Hour:Minute separated by "." not ":"