Problem when I am login to Netweaver_NSP_ABAP_640 URGENT

I have install the Netweaver_NSP_ABAP_640 with SAPGUI 6.40. But when I am trying to loggin the follwing error is appearing on the screen and the transactions are not working well. Can someone tell me what is wrong with it?
ERROR----
Runtime Errors         MESSAGE_TYPE_X                                                               
Date and Time          18.02.2007 12:31:43                                                                               
ShrtText                                                                               
The current application triggered a termination with a short dump.                                                                               
What happened?                                                                               
The current application program detected a situation which really                              
     should not occur. Therefore, a termination with a short dump was                               
     triggered on purpose by the key word MESSAGE (type X).                                                                               
Error analysis                                                                               
Short text of error message:                                                                   
     Control Framework: Data stream error. Transaction terminated.                                                                               
Technical information about the message:                                                       
      Diagnosis                                                                               
The data stream from the frontend could not be interpreted.                               
      System response                                                                               
Procedure                                                                               
This error is very probably due to an error in the frontend                               
          software installation or an obsolete version. Inform your system                          
          administrator.                                                                               
Procedure for System Administration                                                           
          The frontend should have at least the same version as the SAP                             
          release. Install the correct frontend. If the error continues to                          
          occur, inform SAP.                                                                        
     Message classe...... "CNDP"                                                                    
     Number.............. 005                                                                       
     Variable 1.......... " "                                                                       
     Variable 2.......... " "                                                                       
     Variable 3.......... " "                                                                       
     Variable 4.......... " "                                                                       
     Variable 3.......... " "                                                                       
     Variable 4.......... " "                                                                               
Trigger Location of Runtime Error                                                                  
     Program                                 SAPFGUICNTL                                            
     Include                                 SAPFGUICNTL                                            
     Row                                     501                                                    
     Module type                             (FORM)                                                 
     Module Name                             HANDLE_DATA_STREAM_ERROR                                                                               
Source Code Extract                                                                               
Line  SourceCde                                                                               
471       g_support_xml_proppump = 'Y'.                                                          
   472     else.                                                                               
473       g_support_xml_proppump = 'N'.                                                          
   474     endif.                                                                               
475   endif.                                                                               
476 * No support for autoq as long as frontends are not able                                     
   477 * to process thisdata                                                                        
   478   if g_support_xml_proppump = 'Y' and                                                        
   479      not callByDiag is initial.                                                              
   480     perform get_xml_flush in program sapmssyd changing FlushXmlData.          
   481     if not FlushXmlData is initial.                                           
   482 * Do dynamic invoke for decoupling reasons                                    
   483       call method ('CL_GUI_DATAMANAGER')=>('SERIALIZE_TABLE')                 
   484                           exporting CALLED_FOR_DIAG = callbydiag              
   485                           changing retval = xml_tab.                          
   486       perform reset_xml_flush in program sapmssyd .                           
   487     endif.                                                                    
   488   endif.                                                                      
   489 endform.                                                                      
   490                                                                               
491                                                                               
492 * Handling of any error that occur while processing input stream data         
   493 * either received from DIAG or as result from the automation queue            
   494 form handle_data_stream_error.                                                
   495   perform fire_flush_error_inputstream in program sapfguicntl_cfw             
   496       if found.                                                               
   497 * This A message is a must. We can not alllow any further processing          
   498 * if this error occurs !!!! calling fire_flush_error is only any              
   499 * opportunity for the running application to persist some data as             
   500 * emergency reaction                                                          
>>>>>   MESSAGE ID 'CNDP' TYPE 'X' NUMBER 005.                                      
   502 endform.                                                                      
   503                                                                               
504 &----      
   505 *&      Form  CONTROL_ERRORTRACE                                              
   506 &----      
   507 * Called by Dynpro Main Step "Control Input" (SAPMSSYD form %_ctl_input)      
   508 * OK_Code is '%_GCACCS'                                                       
   509 ----      
   510 FORM CONTROL_ERRORTRACE.                                                      
   511     CALL FUNCTION 'AC_TRACE_CALLSTACK'.                                       
   512 ENDFORM.                               " CONTROL_ERRORTRACE                   
   513                                                                               
514 &----          
   515 *&      Form  CONTROL_AC_SYNCMODE                                                 
   516 &----          
   517 * Called by Dynpro Main Step "Control Input" (SAPMSSYD form %_ctl_input)          
   518 * OK_Code is '%_GCACSY'. Toggles automation queue synchron mode on/off            
   519 * and displays a message in status bar                                            
   520 ----          
ERROR----

Thanu,
You do have Java + Abap Stack.So you should assign the proper roles for communication roles.
1.For Communication user SAPJSF assign the roles
SAP_BC_JSF_COMMUNICATION ,
SAP_BC_JSF_COMMUNICATION_RO
& J2EE_GUEST
Restart the server.
If still not working,change/Reset sapjsf password in banckend as well as in Visual Admin.
SAPJSF user shouldn't be locked verify it as well.
2.If your default datasouce is ABAP then assign role SAP_J2EE_ADMIN to the user ID (j2ee_admin) for User administration
3.Create the user with the same name as ABAP in Portal.
Assign the relevant roles to this user,now try to login with this user.
Let me know the outcome.
Regards,
Karthick Eswaran

Similar Messages

  • Problem when trying to login webdynpro application

    Hello,
    we developed a WebDynpro application using basic authentification.
    It works fine. If the user logs in, everything is ok.
    But there is a strange problem if the user presses the ENTER button twice during the login process after entering the password.
    In that case the user gets a stack trace with the following content:
    Caused by: com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException: Failed to get deployable object part for application 'j_security_check' of deployable object 'local/SCOPrototyp'.
         at com.sap.tc.webdynpro.serverimpl.core.deployment.AbstractDeployableObject.getApplication(AbstractDeployableObject.java:91)
         at com.sap.tc.webdynpro.clientserver.task.Task.getApplicationDeployableObjectPart(Task.java:383)
         ... 43 more
    I have found out that the 'j_security_check' is the application which is normally called to change a password. After refreshing the user is logged in.
    Any idea?
    Thanks,
    Michael

    Have you tried to put the Main-Class under a package (e.g. move LaunchSimulator to org.jyothi.sunke.LaunchSimulator or something)? I'm not sure but it's possible that Main-Class can't be located in the "root package", because the JAR launcher can't address it.
    Always put your stuff in a package, otherwise it can't be addressed by other packaged classes.
    - Erik

  • Problem when I register web provider (II) -- ¡URGENT!

    Using axis I checked soap messages changed between oc4j local server and portal
    --- Request message from portal to local oc4j server
    POST /ITC/providers HTTP/1.1 Host: localhost Connection: Keep-Alive, TE TE: trailers, deflate, gzip, compress User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) RPT-HTTPClient/0.3-2S Accept: text/xml Accept-Encoding: gzip, deflate, x-gzip, compress, x-compress Accept-Language: en-us Accept-Charset: utf-8 SOAPAction: "http://www.oracle.com/portal/provider/1.0" Content-type: text/xml Content-length: 1263 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/ http://www.oracle.com/portal/encoding/" >
    <SOAP-ENV:Body>
    <portal:registerProvider xmlns:portal="http://www.oracle.com/portal">
    <providerId>
    <![CDATA[39337281]]></providerId>
    <subscriberId xsi:null="true" />
    <companyName>
    <![CDATA[corp]]></companyName>
    <portalVersion>9.0.2.2.22</portalVersion>
    <portalSessionTimestamp>2004-01-27T08:32:07</portalSessionTimestamp>
    <portalSession>
    <id>1177526344430346263990410027000004651</id>
    <nlsLanguage>us</nlsLanguage>
    <translationLanguage>us</translationLanguage>
    <nlsTerritory>AMERICA</nlsTerritory>
    <httpLanguage>en-us</httpLanguage>
    <ipAddress>192.168.20.3</ipAddress>
    <sessionStart>2004-01-27T08:20:36</sessionStart>
    <sessionExpire xsi:null="true" />
    <isLoggedOn>true</isLoggedOn>
    <loginTime>
    <![CDATA[2004-01-27T08:32:07]]></loginTime>
    <userName>PORTAL_ADMIN</userName>
    <portalSubscriberId>1</portalSubscriberId>
    <sendingPortal>http://castor.corp.itccanarias.org:7777/adapter/portal</sendingPortal>
    </portalSession>
    <timestamp xsi:null="true" />
    <checksum xsi:null="true" />
    </portal:registerProvider>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    --- Response menssage from oc4j to portal:
    HTTP/1.1 100 Continue Server: Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) Date: Tue, 27 Jan 2004 08:34:19 GMT HTTP/1.1 200 OK Date: Tue, 27 Jan 2004 08:34:19 GMT Server: Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) Content-Length: 664 Connection: Close Content-Type: text/xml; charset=UTF-8 <?xml version = '1.0' encoding = 'UTF-8'?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <portal:registerProviderResponse xmlns:portal="http://www.oracle.com/portal" xmlns:portal="http://www.oracle.com/portal">
    <encryptionKey xsi:null="true" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"/>
    <subscriberId xsi:null="true" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"/>
    </portal:registerProviderResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    *** We can see xmlns:SOAP-ENV attribute appears repeated twice . Same happens with <portal: registerProviderREsponse ..> tag and
    attribute <xmlns:portal>
    --- Portal answers me with:
    An error occurred when attempting to call the providers register function. (WWC-43134)
    An unexpected error occurred: java.io.IOException: An attribute cannot appear more than once in the same start tag.13
    <Line 2, Column 191>: XML-0124: (Fatal Error) An attribute cannot appear more than once in the same start tag.
    <Line 4, Column 127>: XML-0124: (Fatal Error) An attribute cannot appear more than once in the same start tag.
    at oracle.webdb.provider.web.SoapResponseProcessor.getDocument
    at oracle.webdb.provider.web.SoapResponseProcessor.processSOAP
    at oracle.webdb.provider.web.HttpProviderDispatcher.dispatch
    Versions of oc4j and portal:
    PORTAL: 9.0.2.22
    OC4J: 9.0.4.0.0
    How can I solve this problem?
    Thanks forward
    Ivan Samuel Tejera Santana

    Ready!
    I changed oc4j server version from 9.0.4 to 9.0.2.1
    and it works.
    Four days to realize of this fact!
    I hope than this can help to the rest of oracle community.

  • ME32 Outline agreement problem(when saving it issuing message output)urgent

    Hi ALL,
    I executing Tcode me32 and make changes on this. It will issuing output message.My need is to suppress <b>output message</b> while executing this in Background.Because me32 uses more than 500 PO orders.This will posted data to IDOC(For LSMW processing).IDOC uses message type BLOACH.IDOC type is basic(BLAORD03).

    Hi
    If the requirement is for one time data transfer then it is better to delete the condition records before the transfer and then add it again after the transfer.
    ( This is the way we normally do for initial data transfer ).
    If its an ongoing process then you will have to use routines as IDOC will only create the document . Output processing is done by the Contract Create program itself and not by IDOC Function Module .  The only thing is intead of SY-BATCH you can use some other way to distinguish whether the contract is being created by IDOC .
    Now you have not mentioned whether you will use standard FM IDOC_INPUT_BLAORD or write your own Z Function for IDOC processing.
    I am giving a sloution for both.
    In IDOC_INPUT_BLAORD  there is a user exit
    EXIT_SAPLEINN_002 ( ZXM06U10 ). You can just write one line here
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    Or In you custom FM you can write
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    In the requirement routine as suggested in previous post
    use
    DATA FLAG.
    SY-SUBRC = 0 .
    IMPORT FLAG TO MEMORY ID 'BLAORD'.
    IF SY-SUBRC EQ 0 AND FLAG = 'X'.
    >>> C0de will branch here only when executed thru IDOCs
      SY-SUBRC = 4 .
    ENDIF.
    With above method only when contract created thru IDOCs messages will be suppressed.
    Cheers

  • When trying to login to iTunes I receive a message iTunes has stopped working, a problem caused the program to stop working and then iTunes is automatically closed

    When trying to login to iTunes I receive a message iTunes has stopped working. A problem caused the program to stop and iTunes automatically closes.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Problem when login using EAP

    i'am using ACS and cisco 3600 to perform wireless mobility using GPRS.
    now i'm having a problem when one of my GPRS scanner (Fujitsu) can't access to ACS using EAP.
    that GPRS scanner must used PAP to access to ACS.
    But, my other GPRS Scanner (Symbol) can access.
    please advice

    i'am using ACS and cisco 3600 to perform wireless mobility using GPRS.
    now i'm having a problem when one of my GPRS scanner (Fujitsu) can't access to ACS using EAP.
    that GPRS scanner must used PAP to access to ACS.
    But, my other GPRS Scanner (Symbol) can access.
    please advice

  • Getting 404 error when trying to login to Oracle EBS page

    Hi,
    I had installed Oracle EBS 12.0.4 last year and everything was running fine until last week. Last week, we suddenly started seeing this issue - when trying to login to the Oracle EBS page, we are getting the 404 page not found error.
    I have EBS installed on 2 VMs (virtual machines) - one VM has the application server and other VM has the database server. I logged on to the aplpication server to do some debugging and noticed 2 things ->
    1.The Oracle Fullfillment service was not running. I started it, it was up for some time but then it stopped on its own. This happens everytime - after successfully starting the service, it shuts down after sometime. There is nothing in the event viewer except this message "The service may have terminated abnormally, please see the log file generated by the service for more details." I checked the log file, but there is nothing significant inside the log file. Maybe I need to increase the log level. Can any one tell me how can I do that?
    2. Reviver.exe was crashing intermitently on the application server. I belive reviver tries to establish the connection between the application and database server after its broken.
    So I am thinking now that maybe the connection between the app server and the database server is getting broken intermittenlty and this is the root cause of all the problems.
    I dont know how to verify whethe my analysis is correct or not? And it it is, how to resolved it? Is there a setting or a configuration file in which you have to specify the database server details (ip address / host name etc). Can you tell me where can I find this setting?
    Or culd there be something altogether different that is causing the page not found error?
    Thanks in advance,
    Megha

    Hussein,
    The problem is partially solved - I am not getting the 404 error now. The issue was not with the netsvc file. Please see the resolution in NOTE:412980.1 (oafm,forms and oacore not starting up after IP adress change).
    The OC4J services are imperative for any URL for java code. With just the Apache listener running, examples of URLS that will work are ->
    http://HOST.DOMAIN:PORT/OA_MEDIA/FNDLOGOL.gif
    http://HOST.DOMAIN:PORT/
    Any URL for Java code will fail at this stage when OC4J services are down. For example this URL will fail: http://myHost.oracle.com:8000/OA_HTML/ServletPing.
    But now, I am getting 500 Internal server error. Let me know if you kno anything about this error ->
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 37 more

  • Authorization problem when displaying icons in BW Report

    Hi All
    I have the following problem when display BW Report as iView: The report data itself is displayed perfectly but to display the icons (like DrillDown arrows, Hierarhy level open arrows) the Windows login message "Connect to <my BW server.com>:8000" appears and I have to enter BW user name and password explicitly. The system for BW is defined, the user is mapped, UIDPW method is used. Again, the report data itself is displayed, the problem is only with icons. I can see that the path to icons is like:
    http://<my BW server>.com:8000/sap/bw/Mime/BEx/Icons/s_b_up.gif
    How could I rid of this authorization request?

    Thanks! I already did this and it helped for most of icons. But for five remaining icons i still get authorization request althoug these icons are in the same path. The icons are:
    http://<server>.com/sap/bw/Mime/BEx/Icons/cascading.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/checked.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/separator.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/marked_right_35.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/loading.gif

  • Problem when creating a sales order with reference by BAPI

    I am facing one problem when creating Sales Order.
    <b>The scenario is like this while creating SO With reference to an Order type, a new SO will be automatically created with a diff order Type</b>.
    I am using "BAPI_SALESORDER_CREATEFROMDAT2".
    I am calling this BAPI in USEREXIT_REFRESH_DOCUMENT.
    Am I using the right exit to call this Bapi ?
    <b>Problems are like :
    1. Ref Sales Order creating without Sales Unit .
    2. "Object Status does not exist" error msg is coming for Header and Item level(when clicking the status tab and then object status pushbutton).</b> But if testing the bapi from SE37 in test sequence....no such problem persists.
    As for example in case of sales unit,in the debugging mode i have seen that BAPI uses a perform to fill the values in the VBAP structure.But after that when it come back to the main program VBAP remains blank.This ocuurs when the BAPI is called from the exit whereas  if tested from SE37, VBAP retains the value.
    Can u suggest in this ? This is very very urgent............
    Thx in Adv.........................

    Thanks........
    Your suggestion was a great help to me.I have used a custom FM and called it in <b>starting new task</b>.
    Since i am a university fresher working in SAP for nearly 1 year.....can you please explain me the difference between <b>in update task</b> and <b>starting new task</b>.Why the problem was occuring for which you have suggested to call a custom function module.
    what is V1 update and V2 update?Is it attached with asynchronous ans synchronous update.It would be a great help to me if you kindly clear my confusions....
    thanks in advance.

  • Problem when upgrading from Gnome 3.0 to 3.2 [SOLVED]

    Hi,
    I've been fighting for 2 days trying to fix this problem: after having upgraded from Gnome 3.0 to 3.2, I can't login anymore (I have this message telling me that something wrong happened and I should try again).
    Here is what I tried:
    - Removing ~/.config ~/.gconf and ~/.gnome2
    - Connecting with a fresh new user
    - Reinstalling gnome-shell
    - pacman -S cogl
    - http://justin.jetfive.com/gnome-32-arch … in-problem
    But unfortunately it didn't help...
    Here is the output of my ~/.xsessions-errors : http://pastebin.com/4dbMFDsY
    [FYI I'm also running xfce4.8]
    Any idea?
    Thanks in advance!
    Last edited by mirelsol (2011-10-20 18:07:53)

    I had the same problem when I did the upgrade the very same day of the release. And the solution for me was to login using my battery. For some reason, GDM won't let me in if I'm plugged (I know it sounds crazy, but it works for me)
    Best of luck

  • Getting ssh_exchane_identity error when trying to login from my machine or a remote one. Already enabled remote login

    I updated my system from Snow Leopard to Lion 7.3.1
    Wanted to login from remote computer and then enabled the remote login in Preferences/Sharing, but when trying to login I get the error ssh_exchange_identification also if I try to login from my machine with ssh username@localhost.
    I tried all what I could find on internet forums, but nothing changed.
    Please help!!
    Daniela

    Hi Linc
    here is the output of ssh -vvv localhost
    OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
    debug1: Reading configuration data /etc/ssh_config
    debug1: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to localhost [::1] port 22.
    debug1: Connection established.
    debug3: Not a RSA1 key file /Users/danielamaurizio/.ssh/id_rsa.
    debug2: key_type_from_name: unknown key type '-----BEGIN'
    debug3: key_read: missing keytype
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug3: key_read: missing whitespace
    debug2: key_type_from_name: unknown key type '-----END'
    debug3: key_read: missing keytype
    debug1: identity file /Users/danielamaurizio/.ssh/id_rsa type 1
    debug1: identity file /Users/danielamaurizio/.ssh/id_rsa-cert type -1
    debug1: identity file /Users/danielamaurizio/.ssh/id_dsa type -1
    debug1: identity file /Users/danielamaurizio/.ssh/id_dsa-cert type -1
    ssh_exchange_identification: Connection closed by remote host
    [1]+  Done                    edit sshd_config
    The following line comes from /var/log/secure.log
    May 23 04:59:46 <danielamaurizio> sshd[2267]: fatal: /var/empty must be owned by root and not group or world-writable.
    but I'm not sure if it's want you asked me; the owner of /var/empty is root of group sys.
    By the way I had a problem that Lion cancelled the owner root and I had to use System Preferences User and groups to add root again, with the result that now I can use only the comman "su root" and not "sudo anycommand"  anymore.
    Thanks for halp and cheers
    daniela

  • Problem when creating CAF Entity Service finder Methods

    Guys,
    Can any one please suggest me appropriatly to the below problem.
    I am using NWDS 7.06. I have no problem when creating CAF project, Application Service and Entity Service even.
    But in the Entity Service:
    1. Add a string or longtext attribute.
    2. try to create a custom finder method in operations tab, during that operation i am  not finding the attribute which i have created in step1.
    That means i am not able to create the my own finder methods with parameters.
    I was able to do that in some version long ago but i have forgotten that NWDS version.
    summary of Problem Is: " Cannot create custom methods with custom parameters in Entity Service"
    Can you please suggest me the right version or a solution to this problem on urgent basis please.
    I promise you that i will give you full points to you who ever gives me the right solution.
    Please mail your suggestions to [email protected]

    Guys,
    I have solved the problem successfully. Thanks for your attention.

  • SQL LOADER Problem when data is loaded but not come in standard formate

    Hi guys,
    I got problem when sql loader run data loaded successfully in table but UOM data not come in standard formate.
    UOM table column contains the Unit of measure data but in my excel sheet it's look like :
    EXCEl SHEET DATA:
    1541GAFB07080          0     Metres
    1541GAFE10040          109.6     Metres
    1541GAFE10050          594.2     Metres
    1541GAFE10070          126.26     Metres
    1541GAFE14040          6.12     Metres
    1541GAFE14050          0     Metres
    1541SAFA05210          0     Metres
    1541SAFA07100          0     Metres
    1551EKDA05210          0     Nos
    1551EKDA07100          0     Nos
    1551EKDA07120          0     Nos
    1551EKDA07140          0     Nos
    1551EKDA07200          0     Nos.
    1551EKDA08160          0     Nos.
    1551EKDA08180          0     Nos.
    1551EKDA08200          0     Nos.
    1551EKDA10080          41     Nos.
    1551EKDA10140          85     Nos.
    .ctl file :
    OPTIONS (silent=(header,feedback,discards))
    LOAD DATA
    INFILE *
    APPEND
    INTO TABLE XXPL_PO_REQUISITION_STG
    FIELDS TERMINATED BY ','
    OPTIONALLY ENCLOSED BY'"'
    TRAILING NULLCOLS
    ( ITEM_CODE CHAR,
    ITEM_DESCRIPTION CHAR "TRIM(:ITEM_DESCRIPTION)",
    QUANTITY,
    UOM,
    NEED_BY_DATE,
    PROJECT,
    TASK_NAME,
    BUYER,
    REQ_TYPE,
    STATUS,
    ORGANIZATION_CODE,
    LOCATION,
    SUBINVENTORY,
    LINE_NO,
    REQ_NUMBER,
    LOADED_FLAG CONSTANT 'N',
    SERIAL_NO "XXPL_PRREQ_SEQ.NEXTVAL",
    CREATED_BY,
    CREATION_DATE SYSDATE,
    LAST_UPDATED_BY,
    LAST_UPDATED_DATE,
    LAST_UPDATED_LOGIN
    Some output came in table like:
    W541WDCA05260 0 Metres|
    W541WDCA05290 3 Metres|
    W541WDCA05264 4 Metres|
    W541WDCA05280 8 Metres|
    1551EADA04240 0 Nos|
    1551EADA07100 0 Nos|
    1551EKDA10080 0 Nos.|
    1551EKDA10080 41 Nos.|
    proble in | delimiter...how to remove it ' | ' from my table when sqlloader program runnig ...... where i can change in .ctl file or excel file....it's urgent guys olz help me ..
    thanks

    Hi,
    How are you extracting the data to Excel sheet ?
    Please check the format type of the column in Excel sheet for UOM.
    There is no issue in the SQL loader control file, but issue is there in your source excel file. (Try using a different method to extract the data to Excel sheet.)
    Regards,
    Yuvaraj.C

  • When using FireFox I often cannot view pictures in Hotmail, but have no problem when using other browsers

    When using FireFox I often cannot view pictures in Hotmail emails, but I have no problem when using other browsers

    Do you also have this issue if you temporarily switch to Private Browsing mode?
    *https://support.mozilla.org/kb/Private+Browsing
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Select: [X] "Always use private browsing mode"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *https://support.mozilla.org/kb/fix-login-issues-on-websites-requrie-passwords

  • I cant use the highlight, underline, or strikethrough function in a specific pdf file. The file isnt locked. I used to highlight texts from that file before the latest update. The problem occurs only with that file. Urgent need. Please help. Thanks!

    i cant use the highlight, underline, or strikethrough function in a specific pdf file. The file isnt locked. I used to highlight texts from that file before the latest update. The problem occurs only with that file. Urgent need. Please help. Thanks!

    Chester31,
    Thank you very much for sharing your file with us!  Now that we are able to reproduce the problem at our end, you may stop sharing the file on Acrobat.com.
    Do you know when this problem (for not being able to add new highlight/strikeout/underline) has started?  Did you update your iOS from 7.x to 8.0 recently?
    We will continue investigating the problem and let you know what we find.
    Thank you again for your help.

Maybe you are looking for

  • IWeb changes in site organizer

    I have just created a website. I am brand new at this and am of course learning as I go. I finally figured out that I can change the site organizer so that my pages have titles instead of Photo/photo 1/etc. When i change the names it changes in the s

  • Java-SQL Query, Its Urgent.....................

    hi, my problem is that i want to get data from the oracle database(SQL) and then put it into a JTABLE. The data seems to come correctly into the ResultSet rs Object, but i dont know how to put the data from the rs Object into the JTable. Please reply

  • Change of Reconclation Account while simulation of accouting doc in MIRO

    Hello , Can we change the Recon account while simulating the accounting doc of vendors invoice? Can we make that G\L Account as open field for only Account type "K"? Is there any User exit available? Thanx in Advance. Regards, Kumar

  • Camileo H10 - white balancing doesn't work

    I have bought this recorder in December 2008. I have tested some records in interiors an exterior and I found, that white balancing doesnt work. I can set it as auto or as manual, but all videos are little bit pink. Is it a firmware problem or is it

  • Credential Pop up while opening word document in SharePoint 2013

    Hi When I open office documents from SharePoint library, it is asking for credentials. Even if I put my credentials, pop up window will not go away. I have IE 11 and SharePoint 2013. I have put this site in trusted site zone. User Authentication  - A