RFC lookup - Error executing simple lookup

Hi guys,
Something weird is happening.
I'm using a RFC lookup to get some parameters and I'm using the same generic UDF that I usually take on different projects.
But this time I'm getting the following error:
com.sap.aii.mappingtool.tf3.MessageMappingException: Runtime exception during processing target field mapping /ns0:Messages/ns0:Message1/MessageStatus/StatusInformation/Status. The message is: Exception:[java.lang.StringIndexOutOfBoundsException] in class com.sap.xi.tf._mmEOrdersRetailRequest_ method SAPRFCLookup$[RFC_Receiver_LookUp_SAP, MARA, MATNR EQ '000000000000000123
' , VPSTA, TST002, com.sap.aii.mappingtool.tf3.rt.Context@1f231f23]
Do you have any idea?
I've commented my RFCLookup code and the error jumps up on the getRfcAccessor line.
          try {
// 1. Determine a channel (Business system, Communication channel)
            com.sap.aii.mapping.lookup.Channel channel = com.sap.aii.mapping.lookup.LookupService.getChannel(BusinessService,CommChannel);
// 2. Get a RFC accessor for a channel.
            accessor = com.sap.aii.mapping.lookup.LookupService.getRfcAccessor(channel);
The channel is well created on the IDirectory, associated with the correct BusinessSystem. I can check on the CommunicationChannel Monitoring that the channel opens the JCO connection correctly..
However if I change this RFCLookup by a JCOLookup everything works smoothly...
I've done this thousand times but now I'm not able to get the problem...
Can you guys help?

Hi Sridevi,
Sorry for the late reply but the problem continues...
We're using Netweaver 7.0 SP 14, patch number 0026
Thanks for your interest.
The complete error description is:
Runtime exception during processing target field mapping
The message is: Exception:[java.lang.StringIndexOutOfBoundsException] in class com.sap.xi.tf._mmTest
method SAPRFCLookup$[RFC_Receiver_LookUp_SAP, MARA, MATNR EQ &apos;000000000000000123&apos;, VPSTA, TST002, com.sap.aii.mappingtool.tf3.rt.Context@5ef05ef0] com.sap.aii.mappingtool.tf3.MessageMappingException: Runtime exception during processing target field mapping /ns0:Messages/ns0:Message1/MessageStatus/StatusInformation/Status. The message is: Exception:[java.lang.StringIndexOutOfBoundsException] in class com.sap.xi.tf._mmTest method SAPRFCLookup$[RFC_Receiver_LookUp_SAP, MARA, MATNR EQ &apos;000000000000000123&apos;, VPSTA, TST002, com.sap.aii.mappingtool.tf3.rt.Context@5ef05ef0] at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:364) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:415) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:142) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:118) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:431) at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0.execute(MapServiceRemoteObjectImpl0_0.java:301) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0p4_Skel.dispatch(MapServiceRemoteObjectImpl0_0p4_Skel.java:146) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136) 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(AccessController.java:207) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) Root Cause: com.sap.aii.utilxi.misc.api.BaseRuntimeException: Exception:[java.lang.StringIndexOutOfBoundsException] in class com.sap.xi.tf._mmTest method SAPRFCLookup$[RFC_Receiver_LookUp_SAP, MARA, MATNR EQ &apos;000000000000000123&apos;, VPSTA, TST002, com.sap.aii.mappingtool.tf3.rt.Context@5ef05ef0] at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.calculateCurrentValue(FunctionWrapper.java:84) at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.cacheValue(FunctionWrapper.java:60) at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.gotoNextContext(FunctionWrapper.java:40) at com.sap.aii.mappingtool.tf3.rt.AResIterator.gotoNextContext(AResIterator.java:37) at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.gotoNextContext(FunctionWrapper.java:37) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:266) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:415) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:142) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:118) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:431) at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0.execute(MapServiceRemoteObjectImpl0_0.java:301) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0p4_Skel.dispatch(MapServiceRemoteObjectImpl0_0p4_Skel.java:146) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136) 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(AccessController.java:207) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) Root Cause: java.lang.reflect.InvocationTargetException Caused by: java.lang.StringIndexOutOfBoundsException at java.lang.String.substring(String.java:1019) at com.sap.aii.utilxi.hmi.api.HmiHttpClientImpl.extractCookieValue(HmiHttpClientImpl.java:318) at com.sap.aii.utilxi.hmi.api.HmiHttpClientImpl.extractCookie(HmiHttpClientImpl.java:307) at com.sap.aii.utilxi.hmi.api.HmiHttpClientImpl.getCookies(HmiHttpClientImpl.java:292) at com.sap.aii.utilxi.hmi.api.HmiHttpClientImpl.sendRequestAndReceiveResponseViaHttp(HmiHttpClientImpl.java:207) at com.sap.aii.utilxi.hmi.api.HmiHttpClientImpl.sendRequestAndReceiveResponse(HmiHttpClientImpl.java:108) at com.sap.aii.utilxi.hmi.api.HmiClientAdapter.invokeMethod(HmiClientAdapter.java:88) at com.sap.aii.ibrep.server.lookup.SystemAccessorHmiClient.<init>(SystemAccessorHmiClient.java:64) at com.sap.aii.ibrep.server.lookup.SystemAccessorHmiClient.getInstance(SystemAccessorHmiClient.java:112) at com.sap.aii.ibrep.server.lookup.LookupServiceProvider$RemoteClientDelegator.<init>(LookupServiceProvider.java:99) at com.sap.aii.ibrep.server.lookup.LookupServiceProvider$RemoteClientDelegator.<init>(LookupServiceProvider.java:89) at com.sap.aii.ibrep.server.lookup.LookupServiceProvider$RemoteClient.getSystemAccessor(LookupServiceProvider.java:76) at com.sap.aii.mapping.lookup.LookupService.getRfcAccessor(LookupService.java:249) at com.sap.xi.tf._mmTest.SAPRFCLookup$(_mmTest.java:122) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.calculateCurrentValue(FunctionWrapper.java:76) at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.cacheValue(FunctionWrapper.java:60) at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.gotoNextContext(FunctionWrapper.java:40) at com.sap.aii.mappingtool.tf3.rt.AResIterator.gotoNextContext(AResIterator.java:37) at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.gotoNextContext(FunctionWrapper.java:37) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:266) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326) at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:415) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:142) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:118) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:431) at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0.execute(MapServiceRemoteObjectImpl0_0.java:301) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0p4_Skel.dispatch(MapServiceRemoteObjectImpl0_0p4_Skel.java:146) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136) 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(AccessController.java:207) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ns0:Messages/ns0:Message1/MessageStatus/StatusInformation/Status. The message is: Exception:[java.lang.StringIndexOutOfBoundsException] in class com.sap.xi.tf._mmTest method SAPRFCLookup$[RFC_Receiver_LookUp_SAP, MARA, MATNR EQ &apos;000000000000000123&apos;, VPSTA, TST002, com.sap.aii.mappingtool.tf3.rt.Context@5ef05ef0]

Similar Messages

  • Differenct between Lookup Error Output and Lookup No Match Output

    Hi All
    I'm new in SSIS and reading book for SSIS and unable to understand the difference between Lookup Error Output and Lookup No Match Output in Lookup transformation. Are these terms same or is there any difference between them ?. Please guide
    Thanks
    Regards
    Muz

    Nope. Error output is more generic ie any errors happening inside lookup can be redirected to error output by default. This includes lookup match failures as well as data conversion error, truncation error etc. Upto SSIS 2005 this was the only output available
    in addition to match output inside lookup so if you want to capture unmatched rows you had to redirect them to error output itself.
    But from SSIS 2008 onwards they've introduced one more output called no match output. This gives you ability to redirect only no matched rows through no match output so that you'll be able to distinguish between unmatched rows and other error rows.
    You can configure this option inside Specify how to handle rows with no matching entries option in Lookup Editor. You can choose Ignore Failure,
    Redirect rows to no match output,Redirect rows to error output etc as options
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • RFC Lookup Error --- error executing simple look up

    Hi all,
    Below is the error when displaying the queue of the UDF.
    RuntimeException in Message-Mapping transformation: Exception:[java.lang.RuntimeException: Error during MEI RFC Lookup] in class com.sap.xi.tf._MM_COND_A03_TO_MT_PRICELIST_ method callRFC$[com.sap.aii.mappingtool.tf3.CBufIter@32523252, com.sap.aii.mappingtool.tf3.CBufIter@32c732c7, com.sap.aii.mappingtool.tf3.CBufIter@333c333c, com.sap.aii.mappingtool.tf3.CBufIter@33c133c1, com.sap.aii.mappingtool.tf3.CBufIter@4bb84bb8, com.sap.aii.mappingtool.tf3.CBufIter@50ef50ef, com.sap.aii.mappingtool.tf3.CBufIter@51645164, com.sap.aii.mappingtool.tf3.CBufIter@51d951d9]
    But when i test the mapping by passing input parameters the UDF responses with the output parameters and with the following error
    Request MEILookup XML: <?xml version="1.0" encoding="UTF-8"?><ns0:ZRFC_MEI_PUBLISH_PRICELIST xmlns:ns0="urn:sap-com:document:sap:rfc:functions"><T_PRICELIST><item><KBETR_IN>1580.00</KBETR_IN><KUNAG_IN>0010000048</KUNAG_IN><KUNWE_IN>0020002894</KUNWE_IN><KSCHL_IN>ZSBP</KSCHL_IN><MATNR_IN>12648R-0090</MATNR_IN></item></T_PRICELIST></ns0:ZRFC_MEI_PUBLISH_PRICELIST>
    Response MEI Lookup XML: <?xml version="1.0" encoding="UTF-8"?><rfc:ZRFC_MEI_PUBLISH_PRICELIST.Response xmlns:rfc="urn:sap-com:document:sap:rfc:functions"><T_ERR_MESSAGES_OUT></T_ERR_MESSAGES_OUT><T_PRICELIST><item><PARVW_OUT>BT</PARVW_OUT><KUNNR_OUT>0010000048</KUNNR_OUT><DATBI_OUT>2008-08-17</DATBI_OUT><DATAB_OUT>9999-12-31</DATAB_OUT><KBETR_OUT>1580.00</KBETR_OUT></item></T_PRICELIST></rfc:ZRFC_MEI_PUBLISH_PRICELIST.Response>
    getKey=item==getValue=<item><KOTABNR_IN>910</KOTABNR_IN><DATBI_IN>20080817</DATBI_IN><DATAB_IN>99991231</DATAB_IN><KBETR_IN>1580.00</KBETR_IN><KUNAG_IN>0010000048</KUNAG_IN><KUNWE_IN>0020002894</KUNWE_IN><KSCHL_IN>ZSBP</KSCHL_IN><PARVW_OUT>BT</PARVW_OUT><KUNNR_OUT>0010000048</KUNNR_OUT><MATNR_IN>12648R-0090</MATNR_IN><DATBI_OUT>2008-08-17</DATBI_OUT><DATAB_OUT>9999-12-31</DATAB_OUT><KBETR_OUT>1580.00</KBETR_OUT></item>
    Runtime exception during processing target field mapping /ns0:MT_PRICELIST. The message is: Exception:[java.lang.RuntimeException: Error during MEI RFC Lookup] in class com.sap.xi.tf._MM_COND_A03_TO_MT_PRICELIST_ method callRFC$[, , , , com.sap.aii.mappingtool.tf3.rt.FunctionWrapper@37883788, com.sap.aii.mappingtool.tf3.rt.FunctionWrapper@5ea95ea9, , ] com.sap.aii.mappingtool.tf3.MessageMappingException: Runtime exception during processing target field mapping /ns0:MT_PRICELIST. The message is: Exception:[java.lang.RuntimeException: Error during MEI RFC Lookup] in class com.sap.xi.tf._MM_COND_A03_TO_MT_PRICELIST_ method callRFC$[, , , , com.sap.aii.mappingtool.tf3.rt.FunctionWrapper@37883788, com.sap.aii.mappingtool.tf3.rt.FunctionWrapper@5ea95ea9, , ] at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:350)

    Hi Mahesh,
    I have tested the RFC and i have taken the input from the function module...the RFC is working good, the comm channel is good...
    below is the error when i tested my mapping... (the output from the function module is also correct)... i need to use hashmap to store the output...
    Request MEILookup XML:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:ZRFC_MEI_PUBLISH_PRICELIST xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
    <T_PRICELIST>
    <item>
    <KOTABNR_IN>910</KOTABNR_IN>
    <DATBI_IN>20080817</DATBI_IN>
    <DATAB_IN>99991231</DATAB_IN>
    <KBETR_IN>1580.00</KBETR_IN>
    <KUNAG_IN>0010000048</KUNAG_IN>
    <KUNWE_IN>0020002894</KUNWE_IN>
    <KSCHL_IN>ZSBP</KSCHL_IN>
    <MATNR_IN>12648R-0090</MATNR_IN>
    </item>
    </T_PRICELIST>
    </ns0:ZRFC_MEI_PUBLISH_PRICELIST>
    Response MEI Lookup XML: <?xml version="1.0" encoding="UTF-8"?>
    <rfc:ZRFC_MEI_PUBLISH_PRICELIST.Response xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
    <T_ERR_MESSAGES_OUT></T_ERR_MESSAGES_OUT>
    <T_PRICELIST>
    <item>
    <KOTABNR_IN>910</KOTABNR_IN>
    <DATBI_IN>20080817</DATBI_IN>
    <DATAB_IN>99991231</DATAB_IN>
    <KBETR_IN>1580.00</KBETR_IN>
    <KUNAG_IN>0010000048</KUNAG_IN>
    <KUNWE_IN>0020002894</KUNWE_IN>
    <KSCHL_IN>ZSBP</KSCHL_IN>
    <PARVW_OUT>BT</PARVW_OUT>
    <KUNNR_OUT>0010000048</KUNNR_OUT>
    <MATNR_IN>12648R-0090</MATNR_IN>
    <DATBI_OUT>2008-08-17</DATBI_OUT>
    <DATAB_OUT>9999-12-31</DATAB_OUT>
    <KBETR_OUT>1580.00</KBETR_OUT>
    </item>
    </T_PRICELIST>
    </rfc:ZRFC_MEI_PUBLISH_PRICELIST.Response>
    getKey=item==getValue=<item><KOTABNR_IN>910</KOTABNR_IN><DATBI_IN>20080817</DATBI_IN><DATAB_IN>99991231</DATAB_IN><KBETR_IN>1580.00</KBETR_IN><KUNAG_IN>0010000048</KUNAG_IN><KUNWE_IN>0020002894</KUNWE_IN><KSCHL_IN>ZSBP</KSCHL_IN><PARVW_OUT>BT</PARVW_OUT><KUNNR_OUT>0010000048</KUNNR_OUT><MATNR_IN>12648R-0090</MATNR_IN><DATBI_OUT>2008-08-17</DATBI_OUT><DATAB_OUT>9999-12-31</DATAB_OUT><KBETR_OUT>1580.00</KBETR_OUT></item>
    Runtime exception during processing target field mapping /ns0:MT_PRICELIST/row. The message is: Exception:[java.lang.RuntimeException: Error during MEI RFC Lookup] in class com.sap.xi.tf._MM_COND_A03_TO_MT_PRICELIST_ method callRFC$[, , , , com.sap.aii.mappingtool.tf3.rt.FunctionWrapper@6d486d48, com.sap.aii.mappingtool.tf3.rt.FunctionWrapper@7bcf7bcf, , ]

  • ASA9.1 how to use route-lookup instead of "NAT-lookup" for egress interface on non-identity NAT

    Hi,
    I have an ASA firewall with three interfaces, inside, outside and Link.
    I have a situation where I need the ASA to perform the following nat rules:
    from "Inside" to "Link" - any source to destination 192.168.51.0/24 - translate source to 10.0.0.19
    from "inside" to "outside" - any source to any destination - translate source to "interface" (internet navigation)
    from "inside" to "outside" any source to 192.168.51.0/24 - translete source to 10.0.0.17
    This is what I am trying to get working:
    nat (any,TEF) source dynamic any 130.130.0.19_nat destination static obj_192.168.51.0 obj_192.168.51.0
    nat (any,outside) source dynamic any 130.130.0.17_nat destination static obj_192.168.51.0 obj_192.168.51.0
    The problem is that the "outside" route to 192.168.51.0 is an alternative route over a VPN tunnel. I'm using sla monitor, so when the "Link" interface is out, the route table changes the network 192.168.51.0/24 to be reachable over the outside interface. but ASA is using the NAT rule to perform "egress interface lookup" instead of route-lookup.
    I know about the command route-lookup on the NAT configuration, but I need to translate the source address and when I try to use the route-lookup command I get an error message:
    ERROR: Option route-lookup is only allowed for static identity case
    Anybody has some suggestion?
    Thanks

    Hi Julio,
    Thank you for the reply.
    It didn't work either.
    Here are the options I get when I use the specific interfaces (using "source dynamic"):
    configure mode commands/options:
      description  Specify NAT rule description
      inactive     Disable a NAT rule
      net-to-net   Net to net mapping of IPv4 to IPv6
      service      NAT service parameters
    If I try to use source static:
     nat (inside,TEF) source static inside_nat 130.130.0.19_nat destination static obj_192.168.51.0 obj_192.168.51.0 route-lookup
    ERROR: Option route-lookup is only allowed for static identity case

  • Xorg: symbol lookup error: path : undifined symbol: LoaderReqSymLists

    having problems with xorg.
    first noticed something was wrong when i ran Xorg -configure (yes, i now realize that this is an outdated method)
    the output from that was:
    X.Org S Server 1.11.3
    Release Date: 2011-12-16
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.1.5-1-ARCH x86-64
    Current Operating System: Linux rustyTower 3.1.5-1-ARCH #1 SMP PREEMPT Sat Dec 10 14:43:09 CET 2011 x86-64
    Kernel command line: root=/dev/sda1 ro
    Build Date: 17 December 2011 09:17:41AM
    Current version of pixman: 0.24.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--)probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (++) Log file: "/var/log/Xorg.0.log", Time; Fri Dec 23 10:46:23 2011
    List of video drivers:
    rendition
    cirrus
    ati
    s3virge
    mach64
    savage
    i740
    r128
    v4l
    xgixp
    tdfx
    sis
    apm
    ast
    glint
    radeon
    sisusb
    vmware
    nv
    i128
    dummy
    intel
    ark
    siliconmotion
    mga
    trident
    neomagic
    vmwlegacy
    s3
    voodoo
    xgi
    chips
    tseng
    fbdev
    vesa
    Xorg: symbol lookup error: /usr/lib/xorg/modules/drivers/xgixp_drv.so: undefined symbol: LoaderReqSymLists
    the /var/log/Xorg.0.log file is
    [ 3881.044]
    X.Org X Server 1.11.3
    Release Date: 2011-12-16
    [ 3881.044] X Protocol Version 11, Revision 0
    [ 3881.044] Build Operating System: Linux 3.1.5-1-ARCH x86_64
    [ 3881.046] Current Operating System: Linux rustyTower 3.1.5-1-ARCH #1 SMP PREEMPT Sat Dec 10 14:43:09 CET 2011 x86_64
    [ 3881.047] Kernel command line: root=/dev/sda1 ro
    [ 3881.048] Build Date: 17 December 2011 09:17:41AM
    [ 3881.050]
    [ 3881.051] Current version of pixman: 0.24.0
    [ 3881.053] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 3881.056] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3881.060] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 23 11:03:22 2011
    [ 3881.061] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3881.063] (==) No Layout section. Using the first Screen section.
    [ 3881.063] (==) No screen section available. Using defaults.
    [ 3881.063] (**) |-->Screen "Default Screen Section" (0)
    [ 3881.063] (**) | |-->Monitor "<default monitor>"
    [ 3881.063] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3881.063] (==) Automatically adding devices
    [ 3881.063] (==) Automatically enabling devices
    [ 3881.063] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 3881.063] Entry deleted from font path.
    [ 3881.063] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 3881.063] Entry deleted from font path.
    [ 3881.063] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 3881.063] Entry deleted from font path.
    [ 3881.063] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 3881.063] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3881.063] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3881.063] (II) Loader magic: 0x7ccae0
    [ 3881.063] (II) Module ABI versions:
    [ 3881.063] X.Org ANSI C Emulation: 0.4
    [ 3881.063] X.Org Video Driver: 11.0
    [ 3881.063] X.Org XInput driver : 13.0
    [ 3881.063] X.Org Server Extension : 6.0
    [ 3881.064] (--) PCI:*(0:2:0:0) 1002:9498:1458:21c5 rev 0, Mem @ 0xd0000000/268435456, 0xfebf0000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 3881.064] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 3881.064] (II) LoadModule: "extmod"
    [ 3881.064] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 3881.064] (II) Module extmod: vendor="X.Org Foundation"
    [ 3881.064] compiled for 1.11.3, module version = 1.0.0
    [ 3881.064] Module class: X.Org Server Extension
    [ 3881.064] ABI class: X.Org Server Extension, version 6.0
    [ 3881.064] (II) Loading extension MIT-SCREEN-SAVER
    [ 3881.064] (II) Loading extension XFree86-VidModeExtension
    [ 3881.064] (II) Loading extension XFree86-DGA
    [ 3881.064] (II) Loading extension DPMS
    [ 3881.064] (II) Loading extension XVideo
    [ 3881.064] (II) Loading extension XVideo-MotionCompensation
    [ 3881.064] (II) Loading extension X-Resource
    [ 3881.064] (II) LoadModule: "dbe"
    [ 3881.064] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 3881.064] (II) Module dbe: vendor="X.Org Foundation"
    [ 3881.064] compiled for 1.11.3, module version = 1.0.0
    [ 3881.064] Module class: X.Org Server Extension
    [ 3881.064] ABI class: X.Org Server Extension, version 6.0
    [ 3881.064] (II) Loading extension DOUBLE-BUFFER
    [ 3881.064] (II) LoadModule: "glx"
    [ 3881.065] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 3881.065] (II) Module glx: vendor="X.Org Foundation"
    [ 3881.065] compiled for 1.11.3, module version = 1.0.0
    [ 3881.065] ABI class: X.Org Server Extension, version 6.0
    [ 3881.065] (==) AIGLX enabled
    [ 3881.065] (II) Loading extension GLX
    [ 3881.065] (II) LoadModule: "record"
    [ 3881.065] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 3881.065] (II) Module record: vendor="X.Org Foundation"
    [ 3881.065] compiled for 1.11.3, module version = 1.13.0
    [ 3881.065] Module class: X.Org Server Extension
    [ 3881.065] ABI class: X.Org Server Extension, version 6.0
    [ 3881.065] (II) Loading extension RECORD
    [ 3881.065] (II) LoadModule: "dri"
    [ 3881.065] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 3881.065] (II) Module dri: vendor="X.Org Foundation"
    [ 3881.065] compiled for 1.11.3, module version = 1.0.0
    [ 3881.065] ABI class: X.Org Server Extension, version 6.0
    [ 3881.065] (II) Loading extension XFree86-DRI
    [ 3881.065] (II) LoadModule: "dri2"
    [ 3881.065] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 3881.065] (II) Module dri2: vendor="X.Org Foundation"
    [ 3881.065] compiled for 1.11.3, module version = 1.2.0
    [ 3881.065] ABI class: X.Org Server Extension, version 6.0
    [ 3881.065] (II) Loading extension DRI2
    [ 3881.065] (==) Matched ati as autoconfigured driver 0
    [ 3881.065] (==) Matched vesa as autoconfigured driver 1
    [ 3881.065] (==) Matched fbdev as autoconfigured driver 2
    [ 3881.065] (==) Assigned the driver to the xf86ConfigLayout
    [ 3881.065] (II) LoadModule: "ati"
    [ 3881.066] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 3881.066] (II) Module ati: vendor="X.Org Foundation"
    [ 3881.066] compiled for 1.11.1.902, module version = 6.14.3
    [ 3881.066] Module class: X.Org Video Driver
    [ 3881.066] ABI class: X.Org Video Driver, version 11.0
    [ 3881.066] (II) LoadModule: "radeon"
    [ 3881.066] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 3881.066] (II) Module radeon: vendor="X.Org Foundation"
    [ 3881.066] compiled for 1.11.1.902, module version = 6.14.3
    [ 3881.066] Module class: X.Org Video Driver
    [ 3881.066] ABI class: X.Org Video Driver, version 11.0
    [ 3881.066] (II) LoadModule: "vesa"
    [ 3881.066] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 3881.066] (II) Module vesa: vendor="X.Org Foundation"
    [ 3881.066] compiled for 1.11.1, module version = 2.3.0
    [ 3881.066] Module class: X.Org Video Driver
    [ 3881.066] ABI class: X.Org Video Driver, version 11.0
    [ 3881.066] (II) LoadModule: "fbdev"
    [ 3881.066] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 3881.066] (II) Module fbdev: vendor="X.Org Foundation"
    [ 3881.066] compiled for 1.10.99.902, module version = 0.4.2
    [ 3881.067] ABI class: X.Org Video Driver, version 11.0
    [ 3881.067] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 3881.070] (II) VESA: driver for VESA chipsets: vesa
    [ 3881.070] (II) FBDEV: driver for framebuffer: fbdev
    [ 3881.070] (--) using VT number 7
    [ 3881.081] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 3881.081] (II) [KMS] Kernel modesetting enabled.
    [ 3881.081] (WW) Falling back to old probe method for vesa
    [ 3881.081] (WW) Falling back to old probe method for fbdev
    [ 3881.081] (II) Loading sub module "fbdevhw"
    [ 3881.081] (II) LoadModule: "fbdevhw"
    [ 3881.082] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 3881.082] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 3881.082] compiled for 1.11.3, module version = 0.0.2
    [ 3881.082] ABI class: X.Org Video Driver, version 11.0
    [ 3881.082] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 3881.082] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 3881.082] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 3881.082] (==) RADEON(0): Default visual is TrueColor
    [ 3881.082] (==) RADEON(0): RGB weight 888
    [ 3881.082] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 3881.082] (--) RADEON(0): Chipset: "ATI RV730 PRO [Radeon HD 4650]" (ChipID = 0x9498)
    [ 3881.082] (II) RADEON(0): PCIE card detected
    [ 3881.082] drmOpenDevice: node name is /dev/dri/card0
    [ 3881.082] drmOpenDevice: open result is 8, (OK)
    [ 3881.082] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 3881.082] drmOpenDevice: node name is /dev/dri/card0
    [ 3881.082] drmOpenDevice: open result is 8, (OK)
    [ 3881.082] drmOpenByBusid: drmOpenMinor returns 8
    [ 3881.082] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 3881.082] (II) Loading sub module "exa"
    [ 3881.082] (II) LoadModule: "exa"
    [ 3881.082] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 3881.082] (II) Module exa: vendor="X.Org Foundation"
    [ 3881.082] compiled for 1.11.3, module version = 2.5.0
    [ 3881.082] ABI class: X.Org Video Driver, version 11.0
    [ 3881.082] (II) RADEON(0): KMS Color Tiling: enabled
    [ 3881.082] (II) RADEON(0): KMS Pageflipping: enabled
    [ 3881.082] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 3881.086] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 3881.106] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 3881.162] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 3881.166] (II) RADEON(0): EDID for output HDMI-0
    [ 3881.186] (II) RADEON(0): EDID for output VGA-0
    [ 3881.242] (II) RADEON(0): EDID for output DVI-0
    [ 3881.242] (II) RADEON(0): Manufacturer: ACR Model: 120 Serial#: 270597208
    [ 3881.242] (II) RADEON(0): Year: 2011 Week: 2
    [ 3881.242] (II) RADEON(0): EDID Version: 1.3
    [ 3881.242] (II) RADEON(0): Digital Display Input
    [ 3881.242] (II) RADEON(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 3881.242] (II) RADEON(0): Gamma: 2.20
    [ 3881.242] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 3881.242] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 3881.242] (II) RADEON(0): First detailed timing is preferred mode
    [ 3881.242] (II) RADEON(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    [ 3881.242] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 3881.242] (II) RADEON(0): Supported established timings:
    [ 3881.242] (II) RADEON(0): 720x400@70Hz
    [ 3881.242] (II) RADEON(0): 640x480@60Hz
    [ 3881.242] (II) RADEON(0): 640x480@67Hz
    [ 3881.242] (II) RADEON(0): 640x480@72Hz
    [ 3881.242] (II) RADEON(0): 800x600@56Hz
    [ 3881.242] (II) RADEON(0): 800x600@60Hz
    [ 3881.242] (II) RADEON(0): 800x600@72Hz
    [ 3881.242] (II) RADEON(0): 1024x768@60Hz
    [ 3881.242] (II) RADEON(0): 1024x768@70Hz
    [ 3881.242] (II) RADEON(0): Manufacturer's mask: 10
    [ 3881.242] (II) RADEON(0): Supported standard timings:
    [ 3881.242] (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 3881.242] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 3881.242] (II) RADEON(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 3881.242] (II) RADEON(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 3881.242] (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 3881.242] (II) RADEON(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 3881.242] (II) RADEON(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 3881.242] (II) RADEON(0): Supported detailed timing:
    [ 3881.242] (II) RADEON(0): clock: 138.5 MHz Image Size: 521 x 293 mm
    [ 3881.242] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 3881.242] (II) RADEON(0): v_active: 1080 v_sync: 1082 v_sync_end 1087 v_blanking: 1111 v_border: 0
    [ 3881.242] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 84 kHz, PixClock max 185 MHz
    [ 3881.242] (II) RADEON(0): Serial No: LK60C0134030
    [ 3881.242] (II) RADEON(0): Monitor name: G235H
    [ 3881.242] (II) RADEON(0): EDID (in hex):
    [ 3881.242] (II) RADEON(0): 00ffffffffffff000472200158fc2010
    [ 3881.242] (II) RADEON(0): 0215010380341d78eade95a3544c9926
    [ 3881.242] (II) RADEON(0): 0f5054bb8c10b300714f810095008180
    [ 3881.242] (II) RADEON(0): 81c0d1c001011a3680a070381f403020
    [ 3881.242] (II) RADEON(0): 250009252100001f000000fd00384b1f
    [ 3881.242] (II) RADEON(0): 5412000a202020202020000000ff004c
    [ 3881.242] (II) RADEON(0): 4b363043303133343033300a000000fc
    [ 3881.242] (II) RADEON(0): 0047323335480a2020202020202000e4
    [ 3881.242] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 3881.242] (II) RADEON(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1082 1087 1111 +hsync +vsync (66.6 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 3881.242] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 3881.242] (II) RADEON(0): Output HDMI-0 disconnected
    [ 3881.242] (II) RADEON(0): Output VGA-0 disconnected
    [ 3881.242] (II) RADEON(0): Output DVI-0 connected
    [ 3881.242] (II) RADEON(0): Using exact sizes for initial modes
    [ 3881.242] (II) RADEON(0): Output DVI-0 using initial mode 1920x1080
    [ 3881.242] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 3881.242] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:f7d7000
    [ 3881.242] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 3881.242] (==) RADEON(0): DPI set to (96, 96)
    [ 3881.242] (II) Loading sub module "fb"
    [ 3881.242] (II) LoadModule: "fb"
    [ 3881.242] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 3881.243] (II) Module fb: vendor="X.Org Foundation"
    [ 3881.243] compiled for 1.11.3, module version = 1.0.0
    [ 3881.243] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 3881.243] (II) Loading sub module "ramdac"
    [ 3881.243] (II) LoadModule: "ramdac"
    [ 3881.243] (II) Module "ramdac" already built-in
    [ 3881.243] (II) UnloadModule: "vesa"
    [ 3881.243] (II) Unloading vesa
    [ 3881.243] (II) UnloadModule: "fbdev"
    [ 3881.243] (II) Unloading fbdev
    [ 3881.243] (II) UnloadModule: "fbdevhw"
    [ 3881.243] (II) Unloading fbdevhw
    [ 3881.243] (--) Depth 24 pixmap format is 32 bpp
    [ 3881.243] (II) RADEON(0): [DRI2] Setup complete
    [ 3881.243] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 3881.243] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 3881.243] (II) RADEON(0): Front buffer size: 8100K
    [ 3881.243] (II) RADEON(0): VRAM usage limit set to 221119K
    [ 3881.243] (==) RADEON(0): Backing store disabled
    [ 3881.243] (II) RADEON(0): Direct rendering enabled
    [ 3881.243] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 3881.243] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 3881.243] (II) EXA(0): Driver registered support for the following operations:
    [ 3881.243] (II) Solid
    [ 3881.243] (II) Copy
    [ 3881.243] (II) Composite (RENDER acceleration)
    [ 3881.243] (II) UploadToScreen
    [ 3881.243] (II) DownloadFromScreen
    [ 3881.243] (II) RADEON(0): Acceleration enabled
    [ 3881.243] (==) RADEON(0): DPMS enabled
    [ 3881.243] (==) RADEON(0): Silken mouse enabled
    [ 3881.243] (II) RADEON(0): Set up textured video
    [ 3881.243] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 3881.243] (II) RADEON(0): [XvMC] Extension initialized.
    [ 3881.243] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 3881.243] (--) RandR disabled
    [ 3881.243] (II) Initializing built-in extension Generic Event Extension
    [ 3881.243] (II) Initializing built-in extension SHAPE
    [ 3881.243] (II) Initializing built-in extension MIT-SHM
    [ 3881.243] (II) Initializing built-in extension XInputExtension
    [ 3881.243] (II) Initializing built-in extension XTEST
    [ 3881.243] (II) Initializing built-in extension BIG-REQUESTS
    [ 3881.243] (II) Initializing built-in extension SYNC
    [ 3881.243] (II) Initializing built-in extension XKEYBOARD
    [ 3881.243] (II) Initializing built-in extension XC-MISC
    [ 3881.243] (II) Initializing built-in extension SECURITY
    [ 3881.243] (II) Initializing built-in extension XINERAMA
    [ 3881.243] (II) Initializing built-in extension XFIXES
    [ 3881.243] (II) Initializing built-in extension RENDER
    [ 3881.243] (II) Initializing built-in extension RANDR
    [ 3881.243] (II) Initializing built-in extension COMPOSITE
    [ 3881.243] (II) Initializing built-in extension DAMAGE
    [ 3881.251] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 3881.251] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 3881.251] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 3881.251] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 3881.251] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 3881.251] (II) AIGLX: Loaded and initialized r600
    [ 3881.251] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 3881.252] (II) RADEON(0): Setting screen physical size to 508 x 285
    [ 3881.334] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 3881.334] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 3881.334] (II) LoadModule: "evdev"
    [ 3881.334] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3881.335] (II) Module evdev: vendor="X.Org Foundation"
    [ 3881.335] compiled for 1.10.99.902, module version = 2.6.0
    [ 3881.335] Module class: X.Org XInput Driver
    [ 3881.335] ABI class: X.Org XInput driver, version 13.0
    [ 3881.335] (II) Using input driver 'evdev' for 'Power Button'
    [ 3881.335] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3881.335] (**) Power Button: always reports core events
    [ 3881.335] (**) Power Button: Device: "/dev/input/event3"
    [ 3881.335] (--) Power Button: Found keys
    [ 3881.335] (II) Power Button: Configuring as keyboard
    [ 3881.335] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 3881.335] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 3881.335] (**) Option "xkb_rules" "evdev"
    [ 3881.335] (**) Option "xkb_model" "evdev"
    [ 3881.335] (**) Option "xkb_layout" "us"
    [ 3881.358] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 3881.358] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 3881.358] (II) Using input driver 'evdev' for 'Power Button'
    [ 3881.358] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3881.359] (**) Power Button: always reports core events
    [ 3881.359] (**) Power Button: Device: "/dev/input/event2"
    [ 3881.359] (--) Power Button: Found keys
    [ 3881.359] (II) Power Button: Configuring as keyboard
    [ 3881.359] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 3881.359] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 3881.359] (**) Option "xkb_rules" "evdev"
    [ 3881.359] (**) Option "xkb_model" "evdev"
    [ 3881.359] (**) Option "xkb_layout" "us"
    [ 3881.359] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP (/dev/input/event5)
    [ 3881.359] (II) No input driver/identifier specified (ignoring)
    [ 3881.359] (II) config/udev: Adding input device Logitech (/dev/input/event1)
    [ 3881.359] (**) Logitech: Applying InputClass "evdev pointer catchall"
    [ 3881.359] (II) Using input driver 'evdev' for 'Logitech'
    [ 3881.359] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3881.359] (**) Logitech: always reports core events
    [ 3881.359] (**) Logitech: Device: "/dev/input/event1"
    [ 3881.359] (--) Logitech: Found 3 mouse buttons
    [ 3881.359] (--) Logitech: Found scroll wheel(s)
    [ 3881.359] (--) Logitech: Found relative axes
    [ 3881.359] (--) Logitech: Found x and y relative axes
    [ 3881.359] (II) Logitech: Configuring as mouse
    [ 3881.359] (II) Logitech: Adding scrollwheel support
    [ 3881.359] (**) Logitech: YAxisMapping: buttons 4 and 5
    [ 3881.359] (**) Logitech: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 3881.359] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input1/event1"
    [ 3881.359] (II) XINPUT: Adding extended input device "Logitech" (type: MOUSE, id 8)
    [ 3881.359] (II) Logitech: initialized for relative axes.
    [ 3881.360] (**) Logitech: (accel) keeping acceleration scheme 1
    [ 3881.360] (**) Logitech: (accel) acceleration profile 0
    [ 3881.360] (**) Logitech: (accel) acceleration factor: 2.000
    [ 3881.360] (**) Logitech: (accel) acceleration threshold: 4
    [ 3881.360] (II) config/udev: Adding input device Logitech (/dev/input/mouse0)
    [ 3881.360] (II) No input driver/identifier specified (ignoring)
    [ 3881.360] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 3881.360] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 3881.360] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 3881.360] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3881.360] (**) AT Translated Set 2 keyboard: always reports core events
    [ 3881.360] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 3881.360] (--) AT Translated Set 2 keyboard: Found keys
    [ 3881.360] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 3881.360] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 3881.360] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 3881.360] (**) Option "xkb_rules" "evdev"
    [ 3881.360] (**) Option "xkb_model" "evdev"
    [ 3881.360] (**) Option "xkb_layout" "us"
    [ 3881.360] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 3881.360] (II) No input driver/identifier specified (ignoring)
    [ 4330.702] (II) Power Button: Close
    [ 4330.703] (II) UnloadModule: "evdev"
    [ 4330.703] (II) Unloading evdev
    [ 4330.746] (II) Power Button: Close
    [ 4330.746] (II) UnloadModule: "evdev"
    [ 4330.746] (II) Unloading evdev
    [ 4330.849] (II) Logitech: Close
    [ 4330.849] (II) UnloadModule: "evdev"
    [ 4330.849] (II) Unloading evdev
    [ 4330.956] (II) AT Translated Set 2 keyboard: Close
    [ 4330.956] (II) UnloadModule: "evdev"
    [ 4330.956] (II) Unloading evdev
    [ 4330.980] Server terminated successfully (0). Closing log file.
    after i execute:
    pacman -S xorg-xinit xorg-twm xorg-xclock xterm
    both xinit and startx work fine; i can use the keyboard and mouse
    so far i've tried reinstalling / updating with:
    pacman -S xorg
    pacman -S xorg-server
    pacman -S xorg-apps
    pacman -S xf86-video-ati
    the thread https://bbs.archlinux.org/viewtopic.php?id=126754 recommends removing the extra drivers (i have them all downloaded) by using this command:
    pacman -Rns $(pacman -Qqs xorg-drivers | grep -v xf86-input-evdev)
    the output that i get is:
    error: '1.5.0-2': target not found
    when i try to run fluxbox i get:
    Error: Couldn't connect to XServer
    the output i get from lspci | grep VGA is:
    02.00 VGA compatible controller: ATI Technologies Inc RV730 PRO [Radeon HD 4650]
    a similar problem was reported at https://bugzilla.novell.com/show_bug.cgi?id=667877
    i really don't know what they are talking about with using 'nomodset' and i'm not even sure that it applies to my situation
    hope thats enough info to get started on solving this problem

    played around with the .xinitrc file for a while after i got home from work and was able to get fluxbox running.  i would say problem solved, but i guess there wasn't really  a problem after all, just lack of reading. 
    don't know how i overlooked the wiki documentation on .xinitrc found at https://wiki.archlinux.org/index.php/Xinitrc
    mods please close this thread.

  • DB Lookup Error

    Dear All,
    I am getting following Error in the DB Lookup:
    Error: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.connector.exceptions.BaseResourceException: Cannot open resource(Managed Connection) with LocalTransaction support or add a second one in the same transaction, for component "webContainer/applications/sap.com/TestDB/TestDB" in application "sap.com/TestDB".
    I followed exactly as told in this Blog Please Help
    /people/william.li/blog/2007/03/30/using-jdbc-connection-pool-in-xi-message-mapping
    Please Help
    Regards,
    Prakash

    Dear Amit,
    Sorry for the very late reply. as you told i am not ableto change the isolation parameter inthe DataSource at all. its resetting back to DEFAULT , i am not able to set it to SERIALISABLE.
    So i tried to create a new Data Source with isolation level anything other t han DEFAULT its showing following error
    error----
    java.rmi.RemoteException: com.sap.engine.services.dbpool.exceptions.BaseRemoteException: Error during runtime changes of application "sap.com/SQLServer". [id = ConfigError]     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.updateDataSourceApplication(DataSourceManagerImpl.java:705)     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.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)     at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)     at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)     at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)     at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:409)     at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)     at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)     at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)     at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)     at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)     at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:131)     at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:212)     at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:766)     at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_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)Caused by: java.rmi.RemoteException: Error occurred while making runtime changes with application sap.com/SQLServer; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 8612850:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Error while parsing file "SQLServer.xml".     at com.sap.engine.services.dbpool.deploy.ContainerImpl.prepareStart(ContainerImpl.java:484)     at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:223)     at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:171)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:342)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:126)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:245)     at com.sap.engine.services.deploy.server.application.RuntimeTransaction.finalActions(RuntimeTransaction.java:286)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:339)     at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.makeRuntimeChanges(DeployCommunicatorImpl.java:344)     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.updateDataSourceApplication(DataSourceManagerImpl.java:685)     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.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)     at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)     at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)     at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)     at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:409)     at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)     at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)     at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)     at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)     at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)     at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:131)     at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:212)     at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:766)     at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_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)Caused by: com.sap.engine.services.dbpool.exceptions.BaseIllegalArgumentException: The value of tag <driver-name> is not specified.     at com.sap.engine.services.dbpool.deploy.XMLUtils.processDataSource(XMLUtils.java:298)     at com.sap.engine.services.dbpool.deploy.XMLUtils.processXML(XMLUtils.java:231)     at com.sap.engine.services.dbpool.deploy.XMLUtils.processXML(XMLUtils.java:206)     at com.sap.engine.services.dbpool.deploy.ContainerImpl.prepareStart(ContainerImpl.java:457)     ... 39 more
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.makeRuntimeChanges(DeployCommunicatorImpl.java:346)     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.updateDataSourceApplication(DataSourceManagerImpl.java:685)     ... 29 moreCaused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: server ID 8612850:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Error while parsing file "SQLServer.xml".     at com.sap.engine.services.dbpool.deploy.ContainerImpl.prepareStart(ContainerImpl.java:484)     at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:223)     at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:171)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:342)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:126)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:245)     at com.sap.engine.services.deploy.server.application.RuntimeTransaction.finalActions(RuntimeTransaction.java:286)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:339)     at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.makeRuntimeChanges(DeployCommunicatorImpl.java:344)     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.updateDataSourceApplication(DataSourceManagerImpl.java:685)     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.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)     at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)     at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)     at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)     at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:409)     at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)     at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)     at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)     at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)     at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)     at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:131)     at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:212)     at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:766)     at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_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)Caused by: com.sap.engine.services.dbpool.exceptions.BaseIllegalArgumentException: The value of tag <driver-name> is not specified.     at com.sap.engine.services.dbpool.deploy.XMLUtils.processDataSource(XMLUtils.java:298)     at com.sap.engine.services.dbpool.deploy.XMLUtils.processXML(XMLUtils.java:231)     at com.sap.engine.services.dbpool.deploy.XMLUtils.processXML(XMLUtils.java:206)     at com.sap.engine.services.dbpool.deploy.ContainerImpl.prepareStart(ContainerImpl.java:457)     ... 39 more
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.sleepClientThread(ParallelAdapter.java:270)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:127)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:245)     at com.sap.engine.services.deploy.server.application.RuntimeTransaction.finalActions(RuntimeTransaction.java:286)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:339)     at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.makeRuntimeChanges(DeployCommunicatorImpl.java:344)     ... 30 more     at com.sap.engine.services.dbpool.exceptions.BaseRemoteException.writeReplace(BaseRemoteException.java:178)     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:1011)     at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)     at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:367)     at javax.management.MBeanException.writeObject(MBeanException.java:126)     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.invokeWriteObject(ObjectStreamClass.java:809)     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1296)     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)     at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)     at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:367)     at com.sap.exception.BaseExceptionInfo.writeObject(BaseExceptionInfo.java:964)     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.invokeWriteObject(ObjectStreamClass.java:809)     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1296)     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)     at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)     at com.sap.engine.services.jmx.ResponseMessage.writeBody(ResponseMessage.java:177)     at com.sap.engine.services.jmx.Message.writeMsg(Message.java:257)     at com.sap.engine.services.jmx.Message.getMsg(Message.java:453)     at com.sap.engine.services.jmx.Message.writeExternal(Message.java:505)     at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1267)     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245)     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)     at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:66)     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)
    error----
    Please Advice
    Regards,
    prakash

  • Error during JNDI lookup Accessing Remote EJB (access to web service restricted using declarative security model)

    Hello everyone,
    I developed a Web Service prototype accessing remote EJB using the EJB
    control with special syntax in the jndi-name attribute: @jws:ejb
    home-jndi-name="t3://10.10.245.70:7131/AccountDelegatorEJB"
    Everything works fine, but I get an error when I restrict access to my web
    service with a declarative security model by implementing steps provided in
    help doc:
    - Define the web resource you wish to protect
    - Define which security role is required to access the web resource
    - Define which users are granted the required security role
    - Configure WebLogic Server security for my web service(Compatibility
    Security/Users)
    I launch the service by entering the address in a web browser. When prompted
    to accept the digital certificate, click Yes, when prompted for network
    authentication information, enter username and password, navigate to the
    Test Form tab of Test View, invoke the method by clicking the button and I
    get the following exception:
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookup failed for
    name:t3://10.10.245.70:7131/AccountDelegatorEJB]</faultstring>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during JNDI
    lookup from jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookup failed
    for name:t3://10.10.245.70:7131/AccountDelegatorEJB] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260) at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetSecure.retrieveVisaHistoryTxn(GetSecure.jws:64) </jwErrorDetail>
    </detail>
    </error>
    I have a simple Hello method as well in my WebService (which is also
    restricted) and it works fine, but remote EJB access doesn't. I tested my
    prototype on Weblogic 7.2 and 8.1 platforms - same result.
    Is that a bug or I am missing some additional configuration in order to get
    that working. Has anyone seen similar behavior? Is there a known resolution?
    Or a suggested way to work around the problem?
    Thank you.
    Andre

    Andre,
    It would be best if this issue is handled as an Eval Support case. Please
    BEA Customer Support at http://support.beasys.com along with the required
    files, and request that an Eval support case be created for this issue.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Andre Shergin" <[email protected]> wrote in message
    news:[email protected]...
    Anurag,
    I removed "t3", still get an error but a different one (Unable to create
    InitialContext:null):
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi://secuser1:[email protected]:7131/AccountDelegatorEJB[Unable to
    create InitialContext:null]</faultstring>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during JNDI
    lookup from
    jndi://secuser1:[email protected]:7131/AccountDelegatorEJB[Unable to
    create InitialContext:null] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260) at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetVisaHistoryTransactions.getVisaHistoryTxn(GetVisaHistoryTransactions
    .jws:67) </jwErrorDetail>
    </detail>
    </error>
    Note: inter-domain communication is configured properly. The Web Service to
    remote EJB works fine without a declarative security.
    Any other ideas?
    Thank you for your help.
    Andre
    "Anurag" <[email protected]> wrote in message
    news:[email protected]...
    Andre,
    It seems you are using the URL
    jndi:t3://secuser1:[email protected]:7131/AccountDelegatorEJB
    whereas you should not be specifying the "t3:" protocol.
    The URL should be like
    jndi://secuser1:[email protected]:7131/AccountDelegatorEJB
    Please do let me know if you see any issues with this.
    Note that this will only allow you to access remote EJBs in the same WLS
    domain. For accessing EJBs on another domain, you need to configure
    inter-domain communication by
    following a few simple steps as mentioned at
    http://e-docs.bea.com/wls/docs81/ConsoleHelp/jta.html#1106135. This link has
    been provided in the EJB Control Workshop documentation.
    Regards,
    Anurag
    "Andre Shergin" <[email protected]> wrote in message
    news:[email protected]...
    Raj,
    I tried that before, it didn't help. I got similar error message:
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi:t3://secuser1:[email protected]:7131/AccountDelegatorEJB[Lookup
    failed for
    name:t3://secuser1:[email protected]:7131/AccountDelegatorEJB]</faultstr
    ing>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during JNDI
    lookup from
    jndi:t3://secuser1:[email protected]:7131/AccountDelegatorEJB[Lookup
    failed for
    name:t3://secuser1:[email protected]:7131/AccountDelegatorEJB] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260) at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetSecure.retrieveVisaHistoryTxn(GetSecure.jws:64) </jwErrorDetail>
    </detail>
    </error>
    Anything else should I try?
    P.S. AccountDelegatorEJB, the remote EJB my Web Service calls is NOTaccess
    restricted.
    I hope there is a solution.
    Thanks,
    Andre
    "Raj Alagumalai" <[email protected]> wrote in message
    news:[email protected]...
    Andre,
    Can you try using the following url with username and password
    jndi://username:password@host:7001/my.resource.jndi.object ?
    once you add webapp level security, the authenticated is the user who
    invokes the EJB.
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/controls/ejb/con
    CreatingANewEJBControl.html?skipReload=true
    has more info on using remote EJB's.
    Hope this helps.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Alla Resnik" <[email protected]> wrote in message
    news:[email protected]...
    Hello everyone,
    I developed a Web Service prototype accessing remote EJB using the EJB
    control with special syntax in the jndi-name attribute: @jws:ejb
    home-jndi-name="t3://10.10.245.70:7131/AccountDelegatorEJB"
    Everything works fine, but I get an error when I restrict access to my
    web
    service with a declarative security model by implementing steps
    provided
    in
    help doc:
    - Define the web resource you wish to protect
    - Define which security role is required to access the web resource
    - Define which users are granted the required security role
    - Configure WebLogic Server security for my web service(Compatibility
    Security/Users)
    I launch the service by entering the address in a web browser. Whenprompted
    to accept the digital certificate, click Yes, when prompted for
    network
    authentication information, enter username and password, navigate tothe
    Test Form tab of Test View, invoke the method by clicking the buttonand
    I
    get the following exception:
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookup failed for
    name:t3://10.10.245.70:7131/AccountDelegatorEJB]</faultstring>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during
    JNDI
    lookup from jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookupfailed
    for name:t3://10.10.245.70:7131/AccountDelegatorEJB] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260)at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetSecure.retrieveVisaHistoryTxn(GetSecure.jws:64)</jwErrorDetail>
    </detail>
    </error>
    I have a simple Hello method as well in my WebService (which is also
    restricted) and it works fine, but remote EJB access doesn't. I testedmy
    prototype on Weblogic 7.2 and 8.1 platforms - same result.
    Is that a bug or I am missing some additional configuration in order
    to
    get
    that working. Has anyone seen similar behavior? Is there a knownresolution?
    Or a suggested way to work around the problem?
    Thank you.
    Andre

  • Store status is stale; store status lookup error:

    Hi All,
    I am having a problem between the POS and server. After a store close if the store is then opened from the register after the server has been stopped and restarted I get a business date error on initial log in to any register to the effect that the business date cannot be confirmed do you want to continue opening the register?
    Here is what I am seeing in the logs
    WARN 2011-02-08 11:34:48,211 2020694 (StaticCacheThread-7:com.extendyourstore.foundation.manager.data.DataCommand):
    [com.extendyourstore.foundation.manager.data.DataCommand.execute(DataCommand.java:478)]
    Unhandled exception initializing DataOperation ReadStoreStatuses - Exception: Class: com.extendyourstore.foundation.manager.data.DataException(Revision $Revision: 3$) @4194368: DataCommand does not contain key ReadStoreStatuses
    Transaction Name:
    Error code: [5] [A Data Manager or Technician configuration error has occurred.]
    Error code (extended): [0]
    Description: [DataCommand does not contain key ReadStoreStatuses]
    Original exception: [null]
    ERROR 2011-02-08 11:34:48,211 2020694 (StaticCacheThread-7:com.extendyourstore.pos.services.PosSiteActionAdapter):
    [com.extendyourstore.pos.services.dailyoperations.common.LookupStoreStatusSite.arrive(LookupStoreStatusSite.java:181)]
    Store status is stale; store status lookup error:
    Class: com.extendyourstore.foundation.manager.data.DataException(Revision $Revision: 3$) @1084113054: DataCommand does not contain key ReadStoreStatuses
    Transaction Name: StoreDataTransaction
    Error code: [5] [A Data Manager or Technician configuration error has occurred.]
    Error code (extended): [0]
    Description: [DataCommand does not contain key ReadStoreStatuses]
    Original exception: [null]
    I am also getting connection errors right before the above error
    WARN 2011-02-08 11:34:48,201 2020684 (StaticCacheThread-7:com.extendyourstore.foundation.manager.data.DataManager):
    [com.extendyourstore.foundation.manager.data.DataManager.sendTransaction(DataManager.java:512)]
    Class: com.extendyourstore.foundation.manager.data.DataException(Revision $Revision: 3$) @880424058: Class: com.extendyourstore.foundation.comm.CommException(Revision 3) @982530704: RMI communication error executing valet.
         Nested exception--->java.net.ConnectException: Connection refused: connect
    Transaction Name:
    Error code: [3] [A connection error occurred during database access.]
    Error code (extended): [0]
    Description: [Class: com.extendyourstore.foundation.comm.CommException(Revision 3) @982530704: RMI communication error executing valet.
         Nested exception--->java.net.ConnectException: Connection refused: connect]
    Original exception: [null]
    , Continuing...trying alternates...
    The biggest problem if that from the initial error screen if I click "Yes" it goes to the enter business date screen, however no matter what date is put in all transactions from all registers will be dated the previous business date.
    The only way I have got around the problem is to shut down the register, delete the hard totals and restart - but the customer is not happy with this answer.
    Anyone here seen something like this before?
    Thanks
    James

    It's widespread - evidently there is a problem at Apple's end and it's just a question of waiting for them to fix it.

  • Sleepycat::DbXml problem "httpd: symbol lookup error"

    Hi
    My english is not good (sorry) but I try to explain my problem
    I have apache2.2.9 with modperl 2.0.4 static; I have some perl modules (development by me) with Sleepycat::DbXml library; when ran "make test" for its modules all is fine (I also develop the test); I also use mason (1.37).
    When i tried to acces some page generated for maso I gotten the next messages (log/error):
    /usr/local/apache2.2/bin/httpd: symbol lookup error: /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Sleepycat/DbXml/DbXml.so: undefined symbol: _ZN5DbXml12XmlContainer10getManagerEv
    if I execute "ldd /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Sleepycat/DbXml/DbXml.so" the output is:
    linux-gate.so.1 => (0xb7f25000)
    libdbxml-2.4.so => /usr/lib/libdbxml-2.4.so (0xb7b97000)
    libdb_cxx-4.6.so => /usr/lib/libdb_cxx-4.6.so (0xb7a4b000)
    libxerces-c.so.28 => /usr/lib/libxerces-c.so.28 (0xb7643000)
    libxqilla.so.4 => /usr/lib/libxqilla.so.4 (0xb726f000)
    libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1 (0xb7263000)
    libc.so.6 => /lib/libc.so.6 (0xb7139000)
    libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 (0xb7055000)
    libm.so.6 => /lib/libm.so.6 (0xb7030000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xb7019000)
    libnsl.so.1 => /lib/libnsl.so.1 (0xb7002000)
    /lib/ld-linux.so.2 (0x80000000)
    my distribution is gentoo...
    maybe the problem is caused by
    - duplicate libraries with different versions
    - or old libraries
    I updated my system and delete duplicate libraries, but the problem continue
    anybody can help me? .... where can investigate?
    another question is: why the problem is present only with apache?
    thanks in advance

    thanks George
    My program ran out of apache.... you are right with your suggerence ... I have to do:
    my distribution is gentoo ... i have installed several versions of gcc (maybe this cause my problem), then with gcc-config command configure default version of gcc to 4.1.2 .... follow the instructions at:
    http://www.gentoo.org/doc/en/gcc-upgrading.xml
    and that's all
    see you

  • Symbol lookup error occurs after compiling pacman

    Hi there, i met some problems with my pacman before so i just decide to compile it again. I download the src and then execute the following commands
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
    make
    sudo make install
    but after these, when i run my pacman, an error occurs:
    pacman: symbol lookup error: pacman: undefined symbol: alpm_option_set_usedelta
    i couldn't find any related information on the web, does anyone know what exactly happened?
    thx.

    falconindy wrote:
    If this symbol isn't defined, then you compiled alpm from git. The patch that changes the name of this function is unreleased.
    http://projects.archlinux.org/pacman.gi … e9cc198f19
    I try the link you give, but now there is another error message.
    pacman: undefined symbol: alpm_option_get_syncdbs
    Did I misunderstand something?

  • Symbol lookup error

    I was trying to get http://www.cyberbotics.com/overview to work on my fresh Arch Linux install, by downloading the tar.bz2 archive available in the web page. However, when trying to run the webots executable I got several
    libXXXX: cannot open shared object file: No such file or directory
    complaints, which led me to install several missing libraries and on top of that, creating symlinks to correspondent ones such as
    ln -s libraw.so.9.0.0 libraw.so.5
    because the versions I have in my system are different from the ones webots was requesting.
    However, one problem still persists
    /usr/local/webots/webots-bin: symbol lookup error: /usr/local/webots/webots-bin: undefined symbol: _ZTVN4Ogre7MeshPtrE
    Is this being caused by the version mismatch on the libraries or is there other reason for it?

    soname bumps are used when the API breaks. Linking .so files to their old (or new!) counterparts is stupid and will break things. Don't do it.
    Instead, you should recompile the package against the new libs (if possible), or compile the old .so files.
    Ideally, you should avoid using precompiled binaries, and use the AUR or ABS.
    Last edited by WorMzy (2013-12-08 22:41:20)

  • Symbol lookup error on upgrade to gtk2-2.24.4

    Since the upgrade to gnome-shell I've been getting the following error whenever I start firefox, gthumb, etc:
    symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: gdk_window_get_height
    I've tried re-installing various things (including gtk2) with no luck, forcing a rollback to 2.22.1 allows the apps to run but breaks dependancies.  Let me know if you need more info to help debug this.
    Ali.

    I'm not sure it is that simple, all packages are up to date and my AUR packages don't seem to be related:
    [ali@trent ~]$ yaourt -Syyu --aur
    :: Synchronising package databases...
    core 37.7K 176.5K/s 00:00:00 [######################] 100%
    extra 474.3K 545.8K/s 00:00:01 [######################] 100%
    community 434.8K 535.2K/s 00:00:01 [######################] 100%
    multilib 24.9K 167.9K/s 00:00:00 [######################] 100%
    archlinuxfr 24.7K 157.5K/s 00:00:00 [######################] 100%
    Foreign packages: - 26 / 26
    [ali@trent ~]$ sudo pacman -Qm
    Password:
    aften 0.0.8-1
    alacarte 0.13.2-3
    aquaria-hb_version 1.1.3-3
    autsmuxer-git 20110207-1
    backintime 1.0.6-3
    braid 1.0.2-1
    cloog-ppl 0.15.10-2
    cpuminer-git 20110510-1
    fluxgui 1.1.8-6
    fontconfig-lcd 2.8.0-1
    foxtrotgps 1.0.1-1
    freetype2-infinality 2.4.4-3
    fslint 2.42-2
    gimp-plugin-exif-browser 0.1.0-2
    gpointing-device-settings 1.5.1-3
    grdesktop 0.23-8
    libxft-lcd 2.2.0-1
    meanwhile 1.0.2-3
    photivo-hg 294-1
    rbutil 1.2.10-1
    seahorse-plugins 2.30.1-3
    sphinx4 1.0beta6-3
    tsmuxer 1.10.6-11
    ttf-google-webfonts 550-1
    ttf-ms-fonts 2.0-8
    ufraw-cvs 20110404-1
    [ali@trent ~]$ firefox
    firefox: symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: gdk_window_get_height
    Last edited by Alibloke (2011-05-12 09:44:12)

  • SOLVED Symbol lookup error: /usr/lib/libpangocairo-1.0.so.0:

    Hi: It is my first post on archlinux forums. I have a problem with libpango. When I start openbox session (With slim or startx it's the same), give me the error: Symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined symbol: g_object_replace_qdata . The crash sucesed then the latest update.
    Already tried several alternatives (install pangox-compat, reinstall pango, etc.) and no luck.
    I installed pekwm and the WM is started, but i can't execute apps what depend of libpangocairo
    Any idea?
    ¡Cheers!
    Last edited by akoharowen (2012-11-02 01:09:35)

    ¡The problem was solved with a new actualization!
    Thanks for the help.

  • SSRS countrow Aggregate error(Aggregate and lookup functions cannot be used in query parameter expressions.)

    Below expression works fine with text box but gives error in dataset expression.
    ="SET FMTONLY OFF select  "+ join(Parameters!Column.Value,",") +" FROM pamcustom.dbo.vw_HFL_HFD_HotfileData INNER JOIN pamcustom.dbo.HFL_HFB_HotFileBatch  on BatchID = HFB_intBatchID where BatchID ="+Parameters!BatchId.Value+"
    and "+Parameters!cmbTranType.Value+" "+ iif(CountRows("DS_Aml_Mnr_Iss_Desc")=Parameters!Mnr_Iss_Desc.count," "," and aml_mnr_iss_desc in "+"('" & join(Parameters!Mnr_Iss_Desc.Value,"','")
    & "')")+iif(CountRows("ds_ReportingCategory")=Parameters!ReportingCategory.count," "," and ReportingCategory in "+"('" & join(Parameters!ReportingCategory.Value,"','") & "')")+iif(CountRows("ds_NAICSubGroup")=Parameters!NAICSubGroup.count,"
    "," and naicsubgroup in "+"('" & join(Parameters!NAICSubGroup.Value,"','") & "')")+iif(CountRows("ds_PortTrading")=Parameters!PortTrading.count," "," and porttrading in "+"('"
    & join(Parameters!PortTrading.Value,"','") & "')")+iif(CountRows("ds_GL_LE")=Parameters!GL_LE.count," "," and gl_le in "+"('" & join(Parameters!GL_LE.Value,"','") &
    "')")+iif(CountRows("ds_coagroup")=Parameters!cmbCoaGrp.count," "," and coagroup in "+"('" & join(Parameters!cmbCoaGrp.Value,"','") & "')")+iif(CountRows("Portfolio")=Parameters!cmbPort.count,"
    "," and portfolio in "+"('" & join(Parameters!cmbPort.Value,"','") & "')")+IIf(IsNothing(Parameters!txtSecID.Value)," "," and secid in ('"+Replace(Parameters!txtSecID.Value,",","','")+"')")+iif(IsNothing(Parameters!minPortFilter.Value)
    and IsNothing(Parameters!MinPort.Value)," "," and portfolio "+Parameters!minPortFilter.Value+Parameters!MinPort.Value)+iif(IsNothing(Parameters!maxPortFilter.Value) and IsNothing(Parameters!MaxPort.Value)," ","
    and portfolio "+Parameters!maxPortFilter.Value+Parameters!MaxPort.Value)+iif(IsNothing(Parameters!minCoaFilter.Value) and IsNothing(Parameters!txtMinCoa.Value)," "," and portfolio "+Parameters!minCoaFilter.Value+Parameters!txtMinCoa.Value)+iif(IsNothing(Parameters!maxCoaFilter.Value)
    and IsNothing(Parameters!txtMaxCoa.Value)," "," and portfolio "+Parameters!maxCoaFilter.Value+Parameters!txtMaxCoa.Value)
    I guess the error " Aggregate and lookup functions cannot be used in query parameter expressions." is because I am using CountRow to ensure that if all values of multi select all selected i will not use that filter in where clause.
    Pls. guide...

    Hi, Include your parameter total count in the dataset for parameter and instead of using countrows() function use the count from dataset in the expression.
    Hope this helps.........
    Ione

  • Error while updating lookup table through PSI

    Hi,
    I am trying to update a lookuptable through PSI using following code : 
    $lookupTableGuid = $svcPSProxy.ReadLookupTables($EPMTYString, 0 , 1033).LookupTables | where {$_.LT_NAME -eq $Lookuptablename}
    $lookuptable = $svcPSProxy.ReadLookupTablesbyUids($lookupTableGuid.LT_UID, 1 , 1033)
    $lookuptablerowValues = $svcPSProxy.ReadLookupTablesbyUids($lookupTableGuid.LT_UID, 0 , 1033).LookupTableTrees
    #get lookup table count
    $lookuptableValues = $svcPSProxy.ReadLookupTablesbyUids($lookupTableGuid.LT_UID, 0 , 1033).LookupTableTrees
    $count = $lookuptableValues.Count +1
    #Insert the rows of table in Lookup Table
    foreach ($rows in $table)
    $value_Code = $rows.Item("Project_code")
    $value_Name = $rows.Item("project_desc")
    $GUID = [System.Guid]::NewGuid()
    $LookupRow = $lookuptable.LookupTableTrees.NewLookupTableTreesRow()
    $LookupRow.LT_STRUCT_UID = $GUID
    $LookupRow.LT_UID = $lookupTableGuid.LT_UID
    $LookupRow.LT_VALUE_TEXT = $value_Code
    $LookupRow.LT_VALUE_DESC = $value_Name
    $LookupRow.LT_VALUE_SORT_INDEX = ($count ++)
    $lookuptable.LookupTableTrees.AddLookupTableTreesRow($LookupRow)
    $error.clear()
    #Exceptions Handling :
    Try
    $svcPSProxy.UpdateLookupTables($lookuptable , 0 , 1 , 1033)
    Catch
    write-host "Error updating the Lookup table, see the error below:" -ForeGroundColor Red -BackGroundColor White
    write-host "$error" -ForeGroundColor Red
    Initially, I tried to run with value of $value_code as "AACL", the code worked.
    But when I tried to insert value of code as "AACL - ALKYL AMINES CHEMICALS LIMITED"
    I got following error:
    Exception calling "UpdateLookupTables" with "4" argument(s): "Response is not well-formed XML."
    I could not understand why this error is appearing as I just added ' - ' to my code value. I checked for validity of ' -  'in the targeted column. No issue with that.
    Please help.
    Thanks and regards,
    Jayesh

    Hi All,
    The entries are maintained from DB level.
    Thanks for the help.
    DVRK

Maybe you are looking for

  • A CS5.5 link

    I have CS5.5 on my computer and am looking to add it to my laptop that I just purchased. I have my AdobeID and serial number, but need to find a legit link to CS5.5, while everything on Adobe immediately points to CS6. Is there a CS5.5 link somewhere

  • How to implement the pagination  in the entity bean?

    How to implement the pagination in the entity bean? could The rumnum and sub qurey be used in the ejb ql? Would you mind giving me some methods to implement it?

  • How to handle multi canvas?

    Hi People, I have two canvases.CANVAS2 and CANVAS53.when form gets loaded i need CANVAS53 to be appeared.but cursor is only on CANVAS2.what shall i do to point the cursor on CANVAS53? With Regards Vids

  • Comparing two Objects

    Hi, I want to compare two objects using the formula below if((Integer)v.elementAt(i) == new Integer(comp.getCard(j).getValue())){but it doesn't work I am trying to compare an element in a vector which was of a type Integer key1 = new Integer(dk.getCa

  • PDF417 Bar code Prefix Spaces

    Hi, I am trying generate 2d Barcode from the system using PDF417. I was able generate and scan the barcode. But when the barcode is scanned, i am getting prefix of 7 blank spaces.  Please help in eliminating the prefix blank spaces. Regards, Venkat