[SOLVED] SNMP V3 timeout problem

Hi,
I would like to use SNMP V3 with a archlinux server. I know how to do with a debian server but when I use the same configuration it doensn't work.
I use this command to create a user:
net-snmp-config --create-snmpv3-user -a SHA -A password -x DES -X password username
The /etc/snmp/snmpd.conf file:
    rouser username
    view all included .1
    view system included .iso.org.dod.internet.mgmt.mib-2.system
    syslocation  machinename
    syscontact hostmaster
When I try to run snmpd with /etc/rc.d/snmpd start or use this command "/usr/sbin/snmpd -Lsd -Lf /dev/null -u root -I -smux -p /var/run/snmpd.pid -c /etc/snmp/snmpd.conf"
This command work on debian (but with the user snmp instead of root).
I have this error when I try to test it : snmpget: Timeout (Sub-id not found: (top) -> sysUpTime)
netstat result looks good: udp        0      0 *:snmp                  *:*   
Have you got an idea ?
Thanks
Last edited by auhly (2010-09-09 19:55:53)

I found the solution thanks to another post (about snmp v1) in the forum.
I didn't know that host.allow file is also use for localhost request.
So I add snmpd: ALL: ALLOW inside.
Hope it will help other people
Last edited by auhly (2010-09-09 20:02:50)

Similar Messages

  • Apache Plugin for WLS 6.1 - Timeout Problem

    Hi!
    We are discovering some problems in a WLS-Cluster setup at one of our customers.
    Environment: 2 x WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716, running
    on Solaris 8 machines. (2 x Managed, 1 x Admin) The WLS are served by an Apache
    Server (Solaris8), running the DSO-Plugin from 6.1 SP1. (Build date/time: Sep
    4 2001 16:45:41)
    Our problem is as following: Due to other problems (network), we sometimes have
    timeouts when the Plugin tries to contact the WLS. As a result, the client is
    transferred to the next server in the cluster, which does not have the session.
    (The Session is not (yet) clusterable)
    Questions: How long is this timeout? Can it be configured?
    As a clarification: I am not talking about the 'ConnectTimeoutSecs', this one
    is 10 seconds. And the 'failover' to the next server in the cluster happens almost
    immediately. Also at this point there is no way for us to solve either the network-problems
    or make the session clusterable.
    We simply need a way to make a client 'sticky' to one Weblogic-Server.
    Any help would be greatly welcome!! Many thanx, Andreas Liebrich
    I will attach the Config as shown in __WebLogicBridgeConfig:
    WebLogic Cluster List:
    Host: 'x.y.z.128' Port: 7001 Primary
    General Server List:
    Host: 'x.y.z.145' Port: 7001 Status: OK
    Host: 'x.y.z.128' Port: 7001 Status: OK
    ConnectRetrySecs: '2'
    ConnectTimeoutSecs: '10'
    CookieName: JSESSIONID Debug: '0'
    DebugConfigInfo: 'ON'
    DefaultFileName: ''
    DisableCookie2Server: OFF
    DynamicServerList: 'ON'
    ErrorPage: ''
    FileCaching: ON
    HungServerRecoverSecs: '300'
    Idempotent: ON
    KeepAliveEnabled: OFF
    KeepAliveSecs: 0
    MaxPostSize: '0'
    MaxSkips: '10'
    PathPrepend: ''
    PathTrim: ''
    QueryFromRequest: OFF
    SecureProxy: 'OFF'
    StatPath: false
    WLLogFile: '/log/itest/www1.wlproxy.log'
    WLProxySSL: OFF

    Nope.
    If the plugin is unable to make a socket connection to WLS, it will try the
    next server in the list.
    I would suggest working on the WLS side and if a sessionId does come into
    the server and it does not exist, then reject that.
    Otherwise, you will have to either use clustering, or a single server in the
    httpd.conf for apache.
    Eric
    "Andreas Liebrich" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi!
    We are discovering some problems in a WLS-Cluster setup at one of ourcustomers.
    >
    >
    Environment: 2 x WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716,running
    on Solaris 8 machines. (2 x Managed, 1 x Admin) The WLS are served by anApache
    Server (Solaris8), running the DSO-Plugin from 6.1 SP1. (Build date/time:Sep
    4 2001 16:45:41)
    Our problem is as following: Due to other problems (network), we sometimeshave
    timeouts when the Plugin tries to contact the WLS. As a result, the clientis
    transferred to the next server in the cluster, which does not have thesession.
    (The Session is not (yet) clusterable)
    Questions: How long is this timeout? Can it be configured?
    As a clarification: I am not talking about the 'ConnectTimeoutSecs', thisone
    is 10 seconds. And the 'failover' to the next server in the clusterhappens almost
    immediately. Also at this point there is no way for us to solve either thenetwork-problems
    or make the session clusterable.
    We simply need a way to make a client 'sticky' to one Weblogic-Server.
    Any help would be greatly welcome!! Many thanx, Andreas Liebrich
    I will attach the Config as shown in __WebLogicBridgeConfig:
    WebLogic Cluster List:
    Host: 'x.y.z.128' Port: 7001 Primary
    General Server List:
    Host: 'x.y.z.145' Port: 7001 Status: OK
    Host: 'x.y.z.128' Port: 7001 Status: OK
    ConnectRetrySecs: '2'
    ConnectTimeoutSecs: '10'
    CookieName: JSESSIONID Debug: '0'
    DebugConfigInfo: 'ON'
    DefaultFileName: ''
    DisableCookie2Server: OFF
    DynamicServerList: 'ON'
    ErrorPage: ''
    FileCaching: ON
    HungServerRecoverSecs: '300'
    Idempotent: ON
    KeepAliveEnabled: OFF
    KeepAliveSecs: 0
    MaxPostSize: '0'
    MaxSkips: '10'
    PathPrepend: ''
    PathTrim: ''
    QueryFromRequest: OFF
    SecureProxy: 'OFF'
    StatPath: false
    WLLogFile: '/log/itest/www1.wlproxy.log'
    WLProxySSL: OFF

  • Inexplainable Timeout Problem

    Hello Everybody,
    I am currently developing a Java Webservice for Netweaver 7.11. The web service should trigger the execution of a jar file which is locally available at the server on which the web service is deployed.
    The process which is locally executed needs about 60s to be finished.
    But when trying to start this process via a web service I get the following message:
    Invalid transport binding settings.Read timed out
    But this message still appears if I set the timeout settings to a value of 900s, which is definately long enough.
    I would be really thankful if somebody has an idea, where the problem is located and how to solve it.
    Kind Regards,
    Carl Heckmann

    Hi Gouray,
    Thanks for your reply. I assume, that I configured it correctly, since I exposed 2 web services with this EJB, and the other one is running just fine.
    The code of the EJB can be found below. The Service startDataCollectionProcess does not work, due to the timeout problem. The other service, isSystemOnlineCheck works without any problems.:
    package com.sap.nwdemo.sidct.services;
    @WebService(name = "SIDCTServicesBean", portName = "SIDCTServicesBeanPort", serviceName = "SIDCTServicesBeanService", targetNamespace = "http://sap.com/nwdemo/sidct/services/")
    @Stateless
    public class SIDCTServicesBean {
          * Starts the data collection process COuld be also started using the
          * console
         @WebMethod
         public Long startDataCollectionProcess() {
              SIDCT sidct = new SIDCT();
              Long duration = sidct.gatherData();
              return duration;
         @WebMethod
         @WebResult(name = "isOnline")
         public boolean isSystemOnlineCheck(@WebParam(name = "SID")
         String sid, @WebParam(name = "InstanceNumber")
         String systemNumber, @WebParam(name = "NetworkID")
         int nwguid) {
    I hope this is enough information for you to tell me if the service is configured properly or not.
    Kind Regards,
    Carl

  • Timeout problem

    Case
    Case 180396
    Title: WebLogic Server - TImeout problem
    Owner: ClearExpress WebEval Case Type: Administration
    Condition: Open-Dispatch Severity: Evaluation
    Status: Need Initial Contact
    Site Name: Transactions Unlimited Inc Site ID: IND001180
    Address: 1308 oak Lake Ct City, State, ZIP: San Jose, CA 95131
    Contact: Serisha Nagothu Phone: (408)330-4840
    Case History:
    *** NOTES 29-JUN-2000 09:56:15 [29-JUN-2000 15:56:15 None] webeval
    *** Logged by contact: Serisha Nagothu, (408)330-4840
    Product=WLS 451
    Revision=(Release Level)= 451
    Problem Description= NSAPI - WL
    OP = Solaris 2.6
    Hi,
    In my product, I have an operation where I upload files to my website.
    When I am uploading smaller size files I am not facing any problem. But when
    I upload large size files (eg 10 MB) it is happening multiple times. I did
    not face this problem on Windows NT. Only on Solaris I am experiencing this.
    So we wrote a simple servlet to find out what is exactly happening. I am
    getting timeout. I connect to WebLogic Server through Netscape Web Server
    which is running on another Solaris. I tried to increase the connection
    timeout in Netscape Server. It did not provide any results to me. When I
    checked the logs on NSAPI, it is connecting to WL properly, the problem is
    from WebLogic. Apart from the Session Timeout in Deployment Descriptor is
    there any where that weblogic has a timeout settings. I want to know about
    this in detail. It is very very urgent.
    Here is the way my bean works, it reads the file from disk and copy it
    to temporary location and then do the upload. When it started reading, it is
    fine and then when it is uploading, it is getting timeout so, it started
    reading the file again, it is happening till it gets out of space error.
    Please let me know what is the solution, as immediately as possible. I
    would really really appreciate your help.
    Thanks in advance
    [blank.gif]

    What service pack you are using? If you are using 451 SP8 or recent then it has
    a new
    plugin parameter called - "HungServerRecoverSecs". Here are the details:
    HungServerRecoverSecs 10:300:600 for (min:default:max)
    You should set this to a very large value. If it is less than the time the
    servlets take
    to process, then you will see unexpected results. This implementation takes care
    of the
    hung or unresponsive servers in the cluster. So the plugin waits for
    HungServerRecoverSecs for the the server to respond and then declares that
    server dead
    and fails over to the next server.
    Maybe this is what you are seeing. If the value is too low it will failover and
    the POST will
    happen multiple times.
    Let us know if this problem persists.
    --Vinod.
    Serisha wrote:
    Case
    Case 180396
    Title: WebLogic Server - TImeout problem
    Owner: ClearExpress WebEval Case Type: Administration
    Condition: Open-Dispatch Severity: Evaluation
    Status: Need Initial Contact
    Site Name: Transactions Unlimited Inc Site ID: IND001180
    Address: 1308 oak Lake Ct City, State, ZIP: San Jose, CA 95131
    Contact: Serisha Nagothu Phone: (408)330-4840
    Case History:
    *** NOTES 29-JUN-2000 09:56:15 [29-JUN-2000 15:56:15 None] webeval
    *** Logged by contact: Serisha Nagothu, (408)330-4840
    Product=WLS 451
    Revision=(Release Level)= 451
    Problem Description= NSAPI - WL
    OP = Solaris 2.6
    Hi,
    In my product, I have an operation where I upload files to my website.
    When I am uploading smaller size files I am not facing any problem. But when
    I upload large size files (eg 10 MB) it is happening multiple times. I did
    not face this problem on Windows NT. Only on Solaris I am experiencing this.
    So we wrote a simple servlet to find out what is exactly happening. I am
    getting timeout. I connect to WebLogic Server through Netscape Web Server
    which is running on another Solaris. I tried to increase the connection
    timeout in Netscape Server. It did not provide any results to me. When I
    checked the logs on NSAPI, it is connecting to WL properly, the problem is
    from WebLogic. Apart from the Session Timeout in Deployment Descriptor is
    there any where that weblogic has a timeout settings. I want to know about
    this in detail. It is very very urgent.
    Here is the way my bean works, it reads the file from disk and copy it
    to temporary location and then do the upload. When it started reading, it is
    fine and then when it is uploading, it is getting timeout so, it started
    reading the file again, it is happening till it gets out of space error.
    Please let me know what is the solution, as immediately as possible. I
    would really really appreciate your help.
    Thanks in advance
    [Image]

  • SharePoint 2010 Application server has SQL timeout problem

    Hi All,
    Our SharePoint has App & WFE servers, and the SQL server is always on. BTW, App server sometimes has timeout problem as follow, has any idea on it? This problem does not occur timing, our SP 10 is RTM version.
    Error Log:
    01/29/2015 17:25:29.96 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Monitoring                    
    nasq Medium  
    Entering monitored scope (Timer Job job-workflow)
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean
    breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)     at
    System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()     at System.Data.SqlClient.TdsParser.ConsumePreLoginHandshake(Boolean
    encrypt, Boolean trustServerCert, Boolean& marsCapable)     at System.Data.SqlCl...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...ient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)     at
    System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)     at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String
    host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)     at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString
    connectionOptions, String newPassword, Bo...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...olean redirectedUserInstance)     at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean
    redirectedUserInstance)     at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection
    owningConnection, DbConnectionPool pool, DbConnectionOptions options)     at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection
    owningObject)     at System.... 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880i High    
    ...Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)     at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)     at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection
    outerConnection, DbConnectionFactory connectionFactory)     at System.Data.SqlClient.SqlConnection.Open()     at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880k High    
      at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior)     at Microsoft.SharePoint.Administration.SPDatabase.get_IsReadOnly()     at Microsoft.SharePoint.Administration.SPContentDatabaseLockManager.CanProcessContentDatabase(SPContentDatabase contentDatabase)
        at Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.Execute(SPJobState jobState)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService,
    Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(Time...
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98* OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880k High    
    ...rJobExecuteData& data, Int32& result)  
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    880j High    
    SqlError: 'Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.'    Source: '.Net SqlClient Data Provider' Number: -2 State: 0 Class: 11 Procedure: '' LineNumber: 0 Server:
    'spsql' 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    3355 Critical
    Cannot connect to SQL Server. spsql not found. Additional error information from SQL Server is included below.  Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    tzku High    
    ConnectionString: 'Data Source=spsql;Initial Catalog=WSS_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:50.98 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Database                      
    85t4 High    
    An error occured while attempting to verify that the database is read only for database WSS_Content. The error contained the following message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not
    responding. 5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    01/29/2015 17:25:51.00 OWSTIMER.EXE (0x0A78)                  
    0x0B08
    SharePoint Foundation         Monitoring                    
    b4ly High    
    Leaving Monitored Scope (Timer Job job-workflow). Execution Time=21043.2150707921
    5a91b888-0f2e-46fe-9ee0-96c81c6581bf
    Thnaks.
    Ben

    What is the latency (measured via ping) between the App and SQL Server? SharePoint 2010 RTM hasn't been supported for quite some time. Upgrade to SP2 and see if it resolves the issue.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • LCP timeout problem

    I got PPP LCP timeout problem with ISDN connection. Line was drop every 20 sec. I already try to change speed already.(56k , 64k). Only saw Open confreq message(BR0/0:1 LCP: O CONFREQ [Closed] id 113 len 32)  not reply from other side. Pls advice me for this problem.
    Thanks

    Thank you Philip. Q931 was successful.But not from same ISDN carrier. It is happen as same as mention in https://supportforums.cisco.com/post!reply.jspa?message=3219791. But I already try to change speed but not working. Any suggestion, pls .
    *Mar 14 01:49:10.160: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
    ! -- Call is connected. PPP negotiation will begin
    *Mar 14 01:49:10.168: %DIALER-6-BIND: Interface BR0:1 bound to profile Di1.
    *Mar 14 01:49:10.188: BR0:1 PPP: Treating connection as a callout
    *Mar 14 01:49:10.188: BR0:1 PPP: Phase is ESTABLISHING, Active Open
    [0 sess, 0 load]
    ! -- PPP negotiation begins
    *Mar 14 01:49:10.196: BR0:1 LCP: O CONFREQ [Closed] id 24 len 15
    *Mar 14 01:49:10.200: BR0:1 LCP:    AuthProto CHAP (0x0305C22305)
    *Mar 14 01:49:10.204: BR0:1 LCP:    MagicNumber 0x545D708A (0x0506545D708A).
    ! -- Outgoing Configure-Request (CONFREQ)
    *Mar 14 01:49:12.176: BR0:1 LCP: TIMEout: State REQsent
    ! -- Router has not received a CONFREQ from the peer, hence the timeout
    *Mar 14 01:49:12.180: BR0:1 LCP: O CONFREQ [REQsent] id 25 len 15
    *Mar 14 01:49:12.184: BR0:1 LCP:    AuthProto CHAP (0x0305C22305)
    *Mar 14 01:49:12.188: BR0:1 LCP:    MagicNumber 0x545D708A (0x0506545D708A).
    *Mar 14 01:49:14.160: BR0:1 LCP: TIMEout: State REQsent
    *Mar 14 01:49:14.164: BR0:1 LCP: O CONFREQ [REQsent] id 26 len 15
    *Mar 14 01:49:14.168: BR0:1 LCP:    AuthProto CHAP (0x0305C22305)
    *Mar 14 01:49:14.172: BR0:1 LCP:    MagicNumber 0x545D708A (0x0506545D708A)

  • Any way of finding out how Apple will solve the Aperture / ACR problem?

    Has anyone out there gotten any comments from Apple support or other people "in the know" about how Apple is going to solve the Aperture / ACR problem, and any potential time frame?
    Of course, Apple is going to work on problems with its own RAW conversion; that goes without saying. But does anyone have any knowledge of whether Apple is going to open up the ability for Apple to send RAW, unconverted images to Photoshop, so that ACR can handle them?
    I think knowing this now is pretty crucial. I am willing to live with the pain Aperture is going to impose on my workflow, in exchange for the file organization benefits it provides, IF I know that I'll be able to use Aperture with ACR soon (near term). But if Apple is going to just tinker with the RAW converter, and not attempt to send RAW files to ACR, then as someone else posted in another topic, this could be a long wait, and other companies have taken years to hone their RAW converters.
    This is kind of my last-ditch effort to keep Aperture around, and build my workflow around it. If I know that within a month or two at the most, I'll be able to be using ACR directly when editing new versions, then I'll absorb the pain until then. But if I am looking at waiting six months for it (several man years), or riding out the process of Apple trying to get their own converter fixed, then as much as I don't want to, Aperture is going to get returned or hit eBay.
    Does anyone have any idea on this? I've held up my projects for the past week trying to reorganize my workflow to work with Aperture, and I've got to pound the gavel, make a decision, and pursue a direction. Knowing what direction Apple is going to take with this makes all the difference in the world in what I do.
    Thanks in advance for any info you can pass on.
    Brad
    Powerbook G4-1.33GHz-17" / Powermac G4-1.4GHz   Mac OS X (10.4.2)   PB: 1GB RAM, Radeon 9600-64MB / PM: 1.25GB RAM, Radeon 9000Pro-128MB

    This "Open External Editor from Master NEF", versus open from a dynamicaly created version is, I have decided, crucial.
    I am getting less clumsy with the interface, but I simply can not get all white balance, and noise reduction done on my best available light shots.
    ACR in CS2, and a subsequent "Neat Image" scrubbing is excellent for this.
    The automatic association within a stack, of the resulting flattened file would be a big difference. I agree a formal statement from Apple would make me more inclined to really commit to Aperture for all my work.
    Going one step further, it would be nice to keep the layers on the round-trip Master file, even if you would work with a dynamicaly created version of the returned "master" within a stack. It would occupy more disk space, but would do so only for those images where the user has made a quality decision.
    Michael
    Powermac G5 dual 2GHZ, 2.5GB - 2x20in   Mac OS X (10.3.4)  

  • HT1212 How to solve the forgotten passcode problem

    If I never connect my iPhone5 to iTunes, didnt turn on the iCloud, and did not backup my phone before, how can i solve the forgotten passcode problem without erasing the data?

    Read the article that brought you here
    http://support.apple.com/kb/ht1212 
    There is nothing you can do other than that and you will lose your data if you have never backed up

  • Solving u0091Out of Memoryu0092 problem u0096 Using JNLP

    Hi all,
    I am just following the below mentioned blog /people/keerti.nayak/blog/2007/03/05/solving-145out-of-memory146-problem-150-using-jnlp
    I got stuck @ step 2.
    can anyone tell me... whats the exact path of the launcher file.
    Regards
    Biplab

    Hi,
    If you place the Mouse on the Integration Repository,
    You will be able to see the path on the bottom left side of the screen, which is marked as Red in the Blog
    In my case the path is----http://sxddev:50000/rep/start/repository.jnlp
    Regards
    Seshagiri

  • OW4J Notification Timeout problem

    Hi!
    I made an implementation of ow4j for a timesheet management application. I implemented a custom notification activity which use Apache Velocity for message generation. I re implement the notification process to use the POP3 for reply. Everything works fine for me but with a important exception: The timeout property for the notification which seems to me there is no implementation in engine. The example for OW4J work with the same exception - no timeout.
    Is my first workflow experience and I'm disappointed. Dou you have any solution for timeout problem? I tried with the WAIT activity which not works because is implemented only in PLSQL
    BR,
    Bogdan Craciun

    Hi !
    I made all the setup stuff but the problem is with the workflow engine. I decompiled the engine and the part with timeout in the workflow definition ( . wft file)loader is skiped. In the JavaEngine the Timeout transition is not treated. There is no background process which monitor the ProcessActivities which are blocked and waiting for replay.
    The method getTimeoutValue is never called in the engine. I think there is no implementation fot timeout functionality at this time. The same problem is with Wait Function. In the Java Standard functions from the ow4j demo the call is made to a PLSQL block not to a Java object method.
    Correct me if I'm wrong.
    BR,
    Bogdan Craciun

  • Does upgrading from Premiere Elements 12 to 13 solve the Organizer thumbnail problem?

    Thumbnails do not show up after importing clips into Premiere Elements 12 Organizer.  I've tried right clicking on a clip and telling it to recreate the thumbnail but it doesn't work. I've tried refreshing and repairing the catalog.  I've even started a new catalog and reimported the files.  The system says it's creating thumbnails but they still do not show up.  Does upgrading from Premiere Elements 12 to 13 solve the Organizer thumbnail problem?

    listiak
    That is one of those questions best answered by evaluating Elements Organizer13 with your specific files in your specific computer environment.
    Each of the Elements Organizer versions often appears to carry along its own baggage.
    One of the things that came up about Elements Organizer 13 thumbnails recently was a problem with files with MPEG2
    video compression. The Adobe word on this was that this is only an Elements Organizer 13 tryout issue...supposed not to exist
    in the purchased version.
    ATR

  • IView Timeout problems...

    Hello,
    We're having an iView timeout problem on one of our EP (7) app servers.
    (For some reason it only happens on one of them - the others, which use the same iView, don't have this problem):
    The message is:
    The iView has timed out. There is no cached content to display. Click 'Reload' to retrieve updated content. You may need to wait for the cache to retrieve the content from the source.  Reload
    Of course the Reload doens't work, but is fixed in SPS14 apparently - we're running SPS13 at the moment.
    There are actually 2 iViews that reside on a page, and I've tried adjusting the page timeout to -1, with no results. Only thing we've been able to do so far is restart that one app server, and it seems to remedy the problem...temporarily.
    Anyone else have any ideas as to what might be causing this iView to timeout on only one app server and not other others? I'm a bit stumped here as to what to do.
    Thanks!
    Edited by: Beau Bourgeois on Mar 17, 2008 11:21 PM

    Hi,
    Please check on the parameters for (right click IView properties --Show All)
    1. iViewCaching ..
    2.The Timeout.
    Please do set them asper requirement.
    This will work and you will be able to control the iViewtime outs.
    Also lookout for your Page Timeout Property.
    HTH
    Regards,
    Dhruv Shah

  • Timeout problem - record is not shown properly in detail page after timeout

    Hi,
    I am using JDeveloper 10.1.3.1.0.3984
    and JHeadstart 10.1.3.1 Release 10.1.3.1.26
    I have a Master View Object where there is a field ID (for example M_VO).
    There is a page associated with M_VO (Page_M_VO.jspx)
    There is a Detail View Object (for example D_VO)
    There is a page associated with D_VO (Page_D_VO.jspx)
    There is a link from M_VO to D_VO using the field ID.
    When I open the page Page_M_VO.jspx and select an ID and go to the detail page Page_D_VO.jspx, it goes to the detail page Page_D_VO.jspx. It works fine.
    But the problem is:
    If for example I have three ID (111, 222, 333), in master page if I select 222 and go to detail page it shows the appropriate records for 222 as I selected 222 in master page. If I keep the detail page open for more than the timeout minutes specified in web.xml and then try to access the detail page again it ask for userid and password (which is fine). If I put userid and password, then it shows the detail page with the first record which is the record associated with the ID 111. But before timeout I was working with the ID 222, so it should show the record associated with ID 222 as I was working with ID 222 before timeout.
    Can anybody help me to solve this problem?
    Thanks
    Syed Jabbar
    University of Windsor
    Windsor, ON, Canada

    I would put my money on the fact that since your application is timing out, it is dropping any state that your View Objects otherwise had before the application timeout.
    So upon reauthorizing and reaccessing the application (and going directly to the detail page) the View Object is reinstantiated and only knows to go to its default data set which is 111.
    If my assumption is correct, I don't think you could really implement this without a lot of trouble.

  • Web authentication timeout problem

       We have one SSID using web-auth with ISE.
    On WLC we configured idle timeout fot 2400 seconds and on wlan>advanced with 65535 seconds for session timeout. But we are having continuos deauthentication in about 10 minutes.
    When we check WLC, our mac-address is deleted after about each 10 minutes
    How Can I solved this issue?

    On this wlan we are using Web-Auth with WPA2 + PSK.
    Software version 7.0.220
    another ssid not have this problem.
    debug client
    *dot1xMsgTask: Sep 20 12:33:29.788: 00:1c:26:ac:d9:e5 Key exchange done, data packets from mobile 00:1c:26:ac:d9:e5 should be forwarded shortly
    *dot1xMsgTask: Sep 20 12:33:29.788: 00:1c:26:ac:d9:e5 Sending EAPOL-Key Message to mobile 00:1c:26:ac:d9:e5
       state PTKINITDONE (message 5 - group), replay counter 00.00.00.00.00.00.00.02
    *dot1xMsgTask: Sep 20 12:33:29.788: 00:1c:26:ac:d9:e5 Updated broadcast key sent to mobile 00:1C:26:AC:D9:E5
    *osapiBsnTimer: Sep 20 12:33:30.986: 00:1c:26:ac:d9:e5 802.1x 'timeoutEvt' Timer expired for station 00:1c:26:ac:d9:e5 and for message = M5
    *dot1xMsgTask: Sep 20 12:33:30.986: 00:1c:26:ac:d9:e5 Retransmit 1 of EAPOL-Key M5 (length 139) for mobile 00:1c:26:ac:d9:e5
    *osapiBsnTimer: Sep 20 12:33:31.986: 00:1c:26:ac:d9:e5 802.1x 'timeoutEvt' Timer expired for station 00:1c:26:ac:d9:e5 and for message = M5
    *dot1xMsgTask: Sep 20 12:33:31.986: 00:1c:26:ac:d9:e5 Retransmit 2 of EAPOL-Key M5 (length 139) for mobile 00:1c:26:ac:d9:e5
    *osapiBsnTimer: Sep 20 12:33:32.986: 00:1c:26:ac:d9:e5 802.1x 'timeoutEvt' Timer expired for station 00:1c:26:ac:d9:e5 and for message = M5
    *dot1xMsgTask: Sep 20 12:33:32.986: 00:1c:26:ac:d9:e5 Retransmit failure for EAPOL-Key M5 to mobile 00:1c:26:ac:d9:e5, retransmit count 3, mscb deauth count 0
    *dot1xMsgTask: Sep 20 12:33:32.986: 00:1c:26:ac:d9:e5 Sent Deauthenticate to mobile on BSSID 40:f4:ec:4a:b0:f0 slot 0(caller 1x_ptsm.c:534)
    *dot1xMsgTask: Sep 20 12:33:32.986: 00:1c:26:ac:d9:e5 Scheduling deletion of Mobile Station:  (callerId: 57) in 10 seconds
    *osapiBsnTimer: Sep 20 12:33:42.986: 00:1c:26:ac:d9:e5 apfMsExpireCallback (apf_ms.c:608) Expiring Mobile!
    *apfReceiveTask: Sep 20 12:33:42.986: 00:1c:26:ac:d9:e5 apfMsExpireMobileStation (apf_ms.c:5009) Changing state for mobile 00:1c:26:ac:d9:e5 on AP 40:f4:ec:4a:b0:f0 from Associated to Disassociated
    *apfReceiveTask: Sep 20 12:33:42.986: 00:1c:26:ac:d9:e5 Scheduling deletion of Mobile Station:  (callerId: 45) in 10 seconds
    *osapiBsnTimer: Sep 20 12:33:52.986: 00:1c:26:ac:d9:e5 apfMsExpireCallback (apf_ms.c:608) Expiring Mobile!
    *apfReceiveTask: Sep 20 12:33:52.986: 00:1c:26:ac:d9:e5 Sent Deauthenticate to mobile on BSSID 40:f4:ec:4a:b0:f0 slot 0(caller apf_ms.c:5101)
    *apfReceiveTask: Sep 20 12:33:52.986: 00:1c:26:ac:d9:e5 apfMsAssoStateDec
    *apfReceiveTask: Sep 20 12:33:52.986: 00:1c:26:ac:d9:e5 apfMsExpireMobileStation (apf_ms.c:5139) Changing state for mobile 00:1c:26:ac:d9:e5 on AP 40:f4:ec:4a:b0:f0 from Disassociated to Idle
    *apfReceiveTask: Sep 20 12:33:52.986: 00:1c:26:ac:d9:e5 Scheduling deletion of Mobile Station:  (callerId: 47) in 10 seconds
    *osapiBsnTimer: Sep 20 12:34:02.986: 00:1c:26:ac:d9:e5 apfMsExpireCallback (apf_ms.c:608) Expiring Mobile!
    *apfReceiveTask: Sep 20 12:34:02.986: 00:1c:26:ac:d9:e5 10.166.66.248 RUN (20) Deleted mobile LWAPP rule on AP [40:f4:ec:4a:b0:f0]
    Do you have any suggestion about log or debug ?
    thanks a lot,
    Murilo

  • Database connectivity timeout problem

    I am using struts framework for my web application and in between just for a test I have used spring framework database connectivity too in few files. I have deployed my application on tomcat 5.5 server on linux machine. Application is running fine, but sometimes this application shutdown by itself and I have to restart tomcat again (like 3-4 times a month). I wan to run this application continuously. I am getting this error in my log files
    1 Error: DAO.SpringInformDAO[ERROR](SpringInformDAO.java:loadTypelessNameIDListProduct:246)org.springframework.dao.DataAccessResourceFailureException: StatementCallback;
    2.Caused by: com.mysql.jdbc.CommunicationsException: The last packet successfully received from the server was40524 seconds ago.The last packet sent successfully to the server was 40524 seconds ago, which is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
    3. Caused by: java.net.SocketException: Broken pipe
    Does someone has any idea how to solve this problem?? It would be great help
    Thanks

    mantoo wrote:
    Thanks for reply. Ok let me explain again, may I was using wrong words. Actually, my web application stops automatically after few hours, I don't know know what is the reason, whether it is tomcat or sql sever. What I concluded from various Google search that it might be because of sql server waiting time and connection ideal time difference does not match. By default SQL server's wait_time is 8 hours, so after that this errors occurs. For dealing this I put following attributes in my resource tag in context.xml.
    (testWhileIdle="true" timeBetweenEvictionRunsMillis="10000" minEvictableIdleTimeMillis = "60000" )
    After doing this I am not getting those errors which I have written in my previous post, but now it is showing this :
    ERROR: transport error 202: handshake failed - received >GET http://www< - excepted >JDWP-Handshake< ["transport.c",L41]
    JDWP exit error JVMTI_ERROR_NONE(0): could not connect, timeout or fatal errorListening for transport dt_socket at address: 8000So the real problem is that tomcat is exiting. It isn't crashing, just exiting.
    Database problems would not cause that. Excluding the possibility that the driver is calling System.exit() - in which case you would be using a non-standard driver.
    Other reasons for application exit.
    1. Your code, or some library that you use is calling System.exit().
    2. Your JNI code or some library that uses JNI code has a library in C/C++ that is calling the OS application exit in that code.
    3. Tomcat probably has some API that allows you to stop it - some place the java code is calling it
    4. Some other process outside of tomcat is terminating the application.
    Greping can potentially eliminate some of the possibilities above.
    As for 4 you can analyze the shutdown time to determine if it shuts down at the same time or after the same amount of time.

Maybe you are looking for

  • Deletion of campaign

    Hi, can anyone tell me how to delete a campaign element when i try to delete it using the delete button,it gives a message saying that it is deleted but the element still remains there in system and i cannot create a  another campaign element using t

  • How do i restore to earlier date without using time machine

    I logged in to my Mac a couple of days ago and it said it was restore to some weird date. It does not appear anything changed, but now when I am trying to download a Sims game (don't judge me lol) it won't download saying there is no Internet connect

  • Can't use eye one with OS 10.9

    I have just purchased a new mac mini. I have updated the HP software but I cannot get it to use the eye-one. It prompts me to use the apple colour balance without the dongle on the screen. Anyone? This question was solved. View Solution.

  • Multiple SQL Queries in SAP BPC  5.1 EVMODIFY

    Hi All, We have multiple SQL Queries in Outlooksoft 4.2 which extracts data from Oracle source system with different set of selections and conditions and parameters. We were able to use multiple SQL Queries in Outlooksoft 4.2 using Transform Data Flo

  • Removal of grouping icon on advanced datagrid

    Hi Is it possible to remove the folder icon when you having grouping on the advanced datagrid? I ve done some googling but cant find a solution. Cheers Shaun