EJB not found from client Servlet

Hi:
Using Netbeans 6.0 and Glassfish
I have deployed a stateles session EJB.
From a servlet in a different application I call the EJB with the following annotation:
@EJB
private LogFacadeLocal logFacade;
When I deploy this servlet I get the following error:
Deploying application in domain failed;
Error loading deployment descriptors for module [WebDBT] --
Cannot resolve reference Unresolved Ejb-Ref WebrDBT/LogFacade@jndi: @[email protected]@Session@null
What is missing? How can I define the EJB so the servlet will find it with the above anotation?
Thanks

what you're missing is the comprehension that an EJB local interface will work only from within the same enterprise application (so the same ear file or EJB jar).

Similar Messages

  • UCM Log in error : Error 404--Not Found From RFC 2068 Hypertext Transfer Pr

    i am not able to get ucm login page , admin and manage server is up and there is no error in logs . but iam getting below error in login page
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

    Hi ,
    This is an indication that ECM cs.ear deployment has failed for some reason . To get the exact reason either check ucm_server1.log or start the server from command line and there the errors will be shown.
    Copy the core part and post it .
    Thanks
    srinath

  • Package javax.ejb not found error

    Hi there,
    I've downloaded j2se 1.4 and j2ee 1.3.1 and installed it on Windows XP. I set the environment variables as described. When I compile a .java file that imports the javax.ejb.* package, then I get an error "package javax.ejb not found". I feel like an idiot and I know it's something to do with the environment variables. (or just XP, most likely)
    Thanks in advance
    Hoenner

    How are you compiling your source? If you're using an IDE then you should edit your project classpath to include the j2ee.jar file (it'll probably be in the lib directory of your J2EE installation).
    If you're doing it from the command line then type in SET CLASSPATH, look at the classpath it returns and check that it includes the j2ee.jar file.
    Hope this helps.

  • ERROR: NO_GUEST: Guest login not allowed from client startup

    we are getting the following error with express 6.3.4 when connectting to the express server from Objects using a connection editor.
    The error message is
    Error #12150 in XPCUBE: Non-fatal (0300): Data Manager is unable to generate transmission.
    Error #10300 in XDMRESP: Non-fatal (0300): ERROR: NO_GUEST: Guest login not allowed from client startup
    Encountered similar error while calling from OLAP web application.
    In stored procedure XWD_RAMSTARTUP: The following Express
    Server error occurred: NO_GUEST: Guest login not allowed from
    client startup
    Which I believe is the same reason.
    Can you pls suggest what could be the problem and how can we over come this.

    In the Connection Editor, under "Relational Data-> Settings" did you check the "Personal Configuration" box?
    If you did, you should ensure the Authentication type is not set to "None".

  • Error 404 -- Not Found, when a Servlet is invoked from browser

    Obviously, I have not been able to configure my WebLogic Server 5.1.0 to run
              even the simplest servlet.
              I painstakenly went through all the steps that are listed in the WebLogic
              Server 5.1.0 documentation on the Web to enable servlets, but obviously, I
              have missed a step somewhere.
              I have modified the weblogic.properties file as per all the instrustions,
              but the server simply won't recognize any servlets, not even the SqlServlet
              that came with the server as an example.
              It would require more than 1 exchange of posts to resolve it for me, and I
              am wondering if one of you is willing to work with me on this until I have
              managed to configure the server to make a servlet work on it.
              The server does function as a Web server as I can run the index.html
              document by entering the URL: http://localhost:7001/index.html
              I am pasting the contents of weblogic.properties file below to get the
              person who is willing to help me started.
              The machine I have is a Pentium III with Windows 2000 Professional on it.
              It's a home machine and the WebLogic server is the freely downloadable
              version. I am using it to prepare for a potential contract work.
              I have managed to modify setEnv.cmd file and have managed to compile the
              SqlServlet.java, which is an example servlet. Neither this particular
              servlet nor a HelloWorld type of very basic servlet I have written are
              recognized by the server.
              As you can see from my weblogic.properties file (pasted at the end of this
              post), the SqlServlet has been registered. I have also uncommented the lines
              to allow for the following type of URL:
              http://localhost:7001/servlet/myServlet
              Thanks!
              Anjum Jaleel
              CONTENTS OF MY weblogic.properties file
              # THE WEBLOGIC PROPERTIES FILE
              # This file, which conforms to the java.util.Properties file
              # definition, configures your WebLogic products. You cannot run
              # WebLogic Server without setting required configuration properties in this
              # file. Required properties are marked and appear first in the file.
              # Details on each entry and important information about configuration
              # and security are documented on our website. Please go to:
              # http://www.weblogic.com/docs51/admindocs/properties.html
              # for full instructions on how to edit this file.
              # You do not need to include properties in this file unless you want to
              # change the default, embedded property. Some properties on the
              # AdminProps page are not listed here because the default property
              # is being used. You can change the default by adding the property and
              # its value to this file.
              # You cannot set weblogic.system.home in this file, since the WebLogic
              Server
              # must know where home is in order to retrieve this file. You can
              # change WebLogic home on the command line when you start the
              # WebLogic Server.
              # CLUSTER USERS: Note that the (shared) per-cluster properties file should
              # contain most all of the properties in this file. The only properties
              # that potentially belong in a per-server properties file for a server
              # running in a cluster are the registration (startup class) of pinned
              # RMI objects, and a few tuning properties that may be different for
              # servers in the cluster, depending upon hardware and memory. If you use
              # a per-server properties file, please REMOVE all properties except those
              # that are specifically required in the per-server properties file. You
              # can find specific notes on clusters by searching through this file for
              # "CLUSTER USERS".
              # The way this file is organized:
              # Core properties (includes REQUIRED and RECOMMENDED)
              # Core system properties
              # Core security-related properties
              # Core security-related properties for SSL
              # Core HTTPD administrative properties
              # Optional properties
              # Administrator properties
              # System properties
              # System startup files
              # System shutdown files
              # Security-related properties for Workspaces
              # Jolt for WebLogic properties
              # WebLogic Enterprise Connectivity properties
              # WebLogic File properties
              # WebLogic JMS demo properties
              # WebLogic RMI demo properties
              # WebLogic EJB demo properties
              # WebLogic XML demo properties
              # WebLogic ZAC demo properties
              # HTTPD administrative properties
              # WebLogic JDBC driver properties
              # WebLogic JDBC connection pool management
              # WebLogic demo connection pool
              # WebLogic HTTP Servlet properties
              # Proxy servlet registration
              # Classpath servlet registration
              # File servlet registration
              # ServerSideInclude servlet registration
              # PageCompileServlet (used by JHTML)
              # JSPServlet (used by JSP)
              # ServletServlet registration
              # Servlet reload properties
              # Servlet ACLs
              # WebLogic JSP properties
              # WebLogic JHTML properties
              # WebLogic RMI over IIOP properties
              # User-written and demo servlet registrations
              # CORE PROPERTIES
              # You should set these before you start the WebLogic Server the first time.
              # If you need more instructions on individual properties in this
              # section, check the same section in the Optional Properties, where
              # we've left the long explanations. Or, better yet, go to our
              # website and read all about properties, at:
              # http://www.weblogic.com/docs51/admindocs/properties.html
              # CORE SYSTEM PROPERTIES
              # TCP/IP port number at which the WebLogic Server listens for connections
              weblogic.system.listenPort=7001
              # CORE SECURITY-RELATED PROPERTIES
              # Read important information about security at:
              # http://www.weblogic.com/docs51/admindocs/properties.html
              # REQUIRED: The system password MUST be set in order to start the
              # WebLogic Server. This password is case-sensitive, at least 8 characters.
              # The username for the privileged user is ALWAYS "system".
              # This username and password also includes httpd access (see
              # HTTPD properties below).
              weblogic.password.system=lovkako1
              # RECOMMEND Set to 'everyone' if HTTPD is enabled
              weblogic.allow.execute.weblogic.servlet=everyone
              # Set individual ACLs to restrict access to HTTP-related resources,
              # such as the Administration servlets.
              # To make your own servlets generally available, follow this
              # pattern (provide a weblogic.allow.execute) for your packages and
              # set ACLs as appropriate.
              # CORE SECURITY-RELATED PROPERTIES FOR SSL
              # Read important information about SSL at:
              # http://www.weblogic.com/docs51/classdocs/API_secure.html
              # Enable SSL
              # (default if property not defined is false)
              weblogic.security.ssl.enable=true
              # SSL listen port
              weblogic.system.SSLListenPort=7002
              # Servlets for SSL
              # Authentication servlet for creating tokens for applets
              weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationS
              ervlet
              # Limits number of unclaimed stored tokens
              weblogic.security.certificateCacheSize=3
              # Capture CA root of client servlet
              weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
              # Certificates for SSL
              # Name of acceptable CA roots
              # For client authentication change value to a valid .pem file
              #weblogic.security.clientRootCA=SecureServerCA.pem
              # Server certificates for SSL
              weblogic.security.certificate.server=democert.pem
              weblogic.security.key.server=demokey.pem
              weblogic.security.certificate.authority=ca.pem
              # registration for certificate generator servlet
              weblogic.httpd.register.Certificate=utils.certificate
              weblogic.allow.execute.weblogic.servlet.Certificate=system
              # CORE HTTPD ADMINISTRATIVE PROPERTIES
              # True permits the HTTPD to run (default)
              # Uncomment this property to disable HTTPD
              weblogic.httpd.enable=true
              # If authentication is required, add username/password for each user
              # who will be included in an ACL, as in this commented-out example:
              #weblogic.password.peter=#8gjsL4*
              # OPTIONAL PROPERTIES
              # These properties affect the behavior of the WebLogic Server.
              # You only need to set these properties if you want
              # to change the default setting, which is the property shown.
              # ADMINISTRATOR PROPERTIES
              # Administrator properties are optional information properties,
              # particularly useful for clusters.
              #weblogic.administrator.location=3355 California Drive, West Hampshire, CA
              94104
              #weblogic.administrator.name=Joe Administrator
              #weblogic.administrator.phone=1 415 555 1234
              # SYSTEM PROPERTIES
              # System properties in this section are set to system defaults
              # Performance pack. The shared library must be accessible from your
              # PATH (NT) or from your shared library path (UNIX; the name of the
              # variable varies: LD_LIBRARY_PATH, SHLIB_PATH, etc.)
              weblogic.system.nativeIO.enable=true
              # Outputs logging information to the console as well as to the log file
              weblogic.system.enableConsole=true
              # Sets the directory or URL for the WebLogic Admin help pages
              # The help pages are shipped in the "docs/adminhelp" directory, in the
              # default document root in public_html
              weblogic.system.helpPageURL=g:/weblogic/myserver/public_html/docs51/adminhel
              p/
              # If you prefer to access the most recent help pages, you can do so online
              # by commenting out the previous property and uncommenting this one:
              #weblogic.system.helpPageURL=http://www.weblogic.com/docs51/adminhelp/
              # Properties for tuning the server's performance
              # Number of WebLogic Server execute threads.
              weblogic.system.executeThreadCount=15
              # Other optional system properties
              # Limits size of weblogic.log (in K) and versions old log
              weblogic.system.maxLogFileSize=1024
              # Adjust minimum length of password
              weblogic.system.minPasswordLen=8
              # UNIX only: If running on port 80 on UNIX, enable the setUID program
              #weblogic.system.enableSetUID=false
              # UNIX only: Unprivileged user to setUID to after starting up
              # WebLogic Server on port 80
              #weblogic.system.nonPrivUser=nobody
              # CLUSTER-SPECIFIC PROPERTIES
              # Cluster-specific properties in this section are set to system defaults.
              # CLUSTER USERS: Note that ALL Cluster-specific properties should be set
              # in the per-cluster properties file ONLY.
              # Time-to-live (number of hops) for the cluster's multicast messages
              # (default 1, range 1-255).
              #weblogic.cluster.multicastTTL=1
              # Sets the load-balancing algorithm to be used between
              # replicated services if none is specified. If not specified,
              # round-robin is used.
              #weblogic.cluster.defaultLoadAlgorithm=round-robin
              # SERVER-SPECIFIC CLUSTER PROPERTIES
              # Cluster-related properties in this section are set to system defaults.
              # CLUSTER USERS: Note that these server-specific cluster-related properties
              # should be set in the per-server properties file ONLY.
              # Sets the weight of the individual server for the weight-based
              load-balancing.
              # Range is 0 - 100.
              # Larger numbers increase the amount of traffic routed to this server.
              #weblogic.system.weight=100
              # SYSTEM STARTUP FILES - Examples
              # CLUSTER USERS: Note that ONLY startup registrations for pinned RMI
              # objects should be registered in the per-server properties file.
              # All other startup classes should be registered in the per-cluster
              # properties file.
              # For more info on writing and using startup file, see the
              # Developers Guide "Writing a WebLogic Client application," at
              # http://www.weblogic.com/docs51/classdocs/API_t3.html
              # Register a startup class by giving it a virtual name and
              # supplying its full pathname.
              #weblogic.system.startupClass.[virtual_name]=[full_pathname]
              # Add arguments for the startup class
              #weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]
              # This example shows the entry for examples/t3client/StartupQuery.java
              #weblogic.system.startupClass.doquery=examples.t3client.StartupQuery
              #weblogic.system.startupArgs.doquery=\
              # query=select * from emp,\
              # db=jdbc:weblogic:pool:demoPool
              # SYSTEM SHUTDOWN FILES - Examples
              # For more info on writing and using shutdown file, see the
              # Developers Guide "Writing a WebLogic Client application," at
              # http://www.weblogic.com/docs51/classdocs/API_t3.html
              # Register a shutdown class by giving it a virtual name and
              # supplying its full pathname.
              #weblogic.system.shutdownClass.[virtual_name]=[full_pathname]
              # Add arguments for the shutdown class
              #weblogic.system.shutdownArgs.[virtualName]={argname]=[argvalue]
              # This example shows the entry for examples/t3client/ShutdownTest.java
              #weblogic.system.shutdownClass.ShutdownTest=examples.t3client.ShutdownTest
              #weblogic.system.shutdownArgs.ShutdownTest=\
              # outfile=c:/temp/shutdown.log
              # SECURITY-RELATED PROPERTIES FOR WORKSPACES
              # For backward compatibility, the following entries disable Access
              # Control on Workspaces
              weblogic.allow.read.weblogic.workspace=everyone
              weblogic.allow.write.weblogic.workspace=everyone
              # JOLT FOR WEBLOGIC PROPERTIES
              # These properties configure a BEA Jolt connection pool for use with
              # the simpapp and bankapp examples, and register a servlet for use with
              # with the simpapp example. The default server address provided here
              # points to a public TUXEDO server that is hosted by BEA for use with
              # this example.
              # Servlet registration for simpapp example:
              #weblogic.httpd.register.simpapp=examples.jolt.servlet.simpapp.SimpAppServle
              t
              # Pool creation and cleanup
              # note this example is set up to work with the public
              # demo TUXEDO server available from BEA's website:
              #weblogic.system.startupClass.demojoltpoolStart=\
              # bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
              #weblogic.system.startupArgs.demojoltpoolStart=\
              # poolname=demojoltpool,\
              # appaddrlist=//beademo1.beasys.com:8000,\
              # failoverlist=//beademo1.beasys.com:8000,\
              # minpoolsize=1,\
              # maxpoolsize=3
              #weblogic.system.shutdownClass.demojoltpoolStop=\
              # bea.jolt.pool.servlet.weblogic.PoolManagerShutDown
              #weblogic.system.shutdownArgs.demojoltpoolStop=\
              # poolname=demojoltpool
              # WEBLOGIC ENTERPRISE CONNECTIVITY PROPERTIES
              # The registrations enable a BEA IIOP connection pool and
              # register servlets for use with the simpapp and university examples.
              # Configure for your environment and uncomment to use.
              # Uncommenting these properties requires WebLogic Enterprise Connectivity
              # and an operating WebLogic Enterprise Server.
              # Servlet registration for simpapp servlet example
              #weblogic.httpd.register.SimpappServlet=\
              # examples.wlec.servlets.simpapp.SimpappServlet
              #weblogic.allow.execute.weblogic.servlet.SimpappServlet=everyone
              # Servlet registration for simpapp EJB example
              # (You'll need to add the wlec_ejb_simpapp.jar to the
              # weblogic.ejb.deploy property in this file.)
              #weblogic.httpd.register.ejbSimpappServlet=\
              # examples.wlec.ejb.simpapp.ejbSimpappServlet
              #weblogic.allow.execute.weblogic.servlet.ejbSimpappServlet=everyone
              # Pool creation and cleanup for the simpapp example
              #weblogic.CORBA.connectionPool.simplepool=\
              # appaddrlist=//wlehost:2468,\
              # failoverlist=//wlehost:2468,\
              # minpoolsize=2,\
              # maxpoolsize=3,\
              # username=wleuser,\
              # userrole=developer,\
              # domainname=simpapp
              # Servlet registration for university Servlet example:
              #weblogic.httpd.register.UniversityServlet=\
              # examples.wlec.servlets.university.UniversityServlet
              #weblogic.allow.execute.weblogic.servlet.UniversityServlet=everyone
              # Pool creation and cleanup for the University example:
              #weblogic.CORBA.connectionPool.Univpool=\
              # appaddrlist=//wlehost:2498,\
              # failoverlist=//wlehost:2498,\
              # minpoolsize=2,\
              # maxpoolsize=3,\
              # username=wleuser,\
              # userrole=developer,\
              # apppassword=wlepassword,\
              # domainname=university
              # WEBLOGIC FILE PROPERTIES
              # Maps a volume name to a path, for client file read/write
              #weblogic.io.fileSystem.[volumeName]=[fullPathName]
              # WEBLOGIC JMS DEMO PROPERTIES
              # CLUSTER USERS: Note that ALL JMS deployment should be done in the
              # per-cluster properties file ONLY.
              # You set up a JDBC connection pool if you want persistent messages
              # (including durable subscriptions). To use JMS and EJBs in the same
              # transaction, both must use the same JDBC connection pool. Uncomment
              # the following property to use the default JDBC connection pool
              # 'demo', which is defined in the Demo connection pool section of this file.
              #weblogic.jms.connectionPool=demoPool
              # The JMS Webshare example demonstrates how the ClientID for a
              # durable subscriber is configured in the connection factory:
              #weblogic.jms.topic.webshareTopic=jms.topic.webshareTopic
              #weblogic.jms.connectionFactoryName.webshare=jms.connection.webshareFactory
              #weblogic.jms.connectionFactoryArgs.webshare=ClientID=webshareUser
              #weblogic.httpd.register.webshare=examples.jms.webshare.WebshareServlet
              # The JMS trader example shows how to use JMS with an EJB. In addition
              # to uncommenting the following properties, you must also set up and
              # deploy the EJB example examples.ejb.basic.statelessSession.Trader in
              # ejb_basic_statelessSession.jar to try out this JMS example:
              #weblogic.jms.topic.exampleTopic=javax.jms.exampleTopic
              #weblogic.jms.connectionFactoryName.trader=jms.connection.traderFactory
              #weblogic.jms.connectionFactoryArgs.trader=ClientID=traderReceive
              #weblogic.httpd.register.jmstrader=examples.jms.trader.TraderServlet
              # Registers the underlying servlet
              #weblogic.httpd.register.jmssender=examples.jms.sender.SenderServlet
              # These properties are used with the ServerReceive JMS example,
              # which demonstrates how to establish a JMS message consumer
              # in a startup class:
              #weblogic.system.startupClass.serverReceive=\
              # examples.jms.startup.ServerReceive
              #weblogic.system.startupArgs.serverReceive=\
              # connectionFactory=javax.jms.TopicConnectionFactory,\
              # topic=javax.jms.exampleTopic
              # These properties are used with the PoolReceive JMS example,
              # which demonstrates how to establish a pool of JMS message consumers
              # in a startup class:
              #weblogic.system.startupClass.poolReceive=\
              # examples.jms.startup.PoolReceive
              #weblogic.system.startupArgs.poolReceive=\
              # connectionFactory=javax.jms.TopicConnectionFactory,\
              # topic=javax.jms.exampleTopic
              #weblogic.allow.create.weblogic.jms.ServerSessionPool=everyone
              # WEBLOGIC RMI DEMO PROPERTIES
              # CLUSTER USERS: Note that pinned RMI objects should be registered
              # in the per-server properties file ONLY. All other RMI startup
              # classes should be registered in the per-cluster properties file.
              # Remote classes registered at startup after the pattern:
              #weblogic.system.startupClass.[virtualName]=[fullPackageName]
              # These examples can be compiled to see RMI in action. Uncomment to use:
              #weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl
              #weblogic.system.startupClass.multihello=examples.rmi.multihello.HelloImpl
              #weblogic.system.startupClass.stock=examples.rmi.stock.StockServer
              # WEBLOGIC EJB DEMO PROPERTIES
              # CLUSTER USERS: Note that ALL EJB deployment should be done in the
              # per-cluster properties file ONLY.
              # See WebLogic Demo Connection Pool below for a connection pool
              # to use with these examples.
              # Deploys EJBeans. Uncomment the appropriate lines below and
              # modify DBMS-related info and paths to match your particular installation:
              #weblogic.ejb.deploy=\
              # g:/weblogic/myserver/ejb_basic_beanManaged.jar, \
              # g:/weblogic/myserver/ejb_basic_containerManaged.jar, \
              # g:/weblogic/myserver/ejb_basic_statefulSession.jar, \
              # g:/weblogic/myserver/ejb_basic_statelessSession.jar, \
              # g:/weblogic/myserver/ejb_extensions_finderEnumeration.jar, \
              # g:/weblogic/myserver/ejb_extensions_readMostly.jar, \
              # g:/weblogic/myserver/ejb_subclass.jar, \
              # g:/weblogic/myserver/jolt_ejb_bankapp.jar
              # Servlet used by the EJB basic beanManaged example
              # Uncomment to use:
              #weblogic.httpd.register.beanManaged=\
              # examples.ejb.basic.beanManaged.Servlet
              # Add a list of users (set the password with
              weblogic.password.[username]=XXX)
              # to set an ACL for this servlet:
              #weblogic.allow.execute.weblogic.servlet.beanManaged=user1,user2,etc
              #weblogic.password.user1=user1Password
              #weblogic.password.user2=user2Password
              # WEBLOGIC XML DEMO PROPERTIES
              # These properties are required to run the XML examples.
              # Uncomment to use.
              # CLUSTER USERS: Note that ALL servlets should be set up
              # in the per-cluster properties file ONLY.
              #weblogic.httpd.register.StockServlet=examples.xml.http.StockServlet
              # BizTalk example properties
              #weblogic.jms.queue.tradeIncoming=biztalk.jms.tradeIncoming
              #weblogic.jms.queue.tradeError=biztalk.jms.tradeError
              #weblogic.httpd.register.BizTalkServer=examples.xml.biztalk.BizHttpProtocolA
              dapter
              #weblogic.httpd.initArgs.BizTalkServer=bizQueue=biztalk.jms.tradeIncoming
              # WEBLOGIC ZAC DEMO PROPERTIES
              # These registrations enable the ZAC Publish Wizard.
              weblogic.zac.enable=true
              # Set the publish root for a WebLogic Server. Edit and
              # uncomment to use.
              #weblogic.zac.publishRoot=g:/weblogic/zac
              # Set an ACL for each package you publish. The [name] is
              # the "Package name" you assign in the ZAC Publish Wizard.
              # Publish a package, edit this property, and uncomment to use.
              #weblogic.allow.read.weblogic.zac.[name]=[user list]
              #weblogic.allow.write.weblogic.zac.[name]=system
              # HTTPD ADMINISTRATIVE PROPERTIES
              # Enables logging of HTTPD info in common log format and
              # sets the log file name (default is "access.log" in "myserver")
              weblogic.httpd.enableLogFile=true
              weblogic.httpd.logFileName=access.log
              # Tracks HTTPD requests with events delivered to WEBLOGIC.LOG.HTTPD
              weblogic.httpd.enableEvents=false
              # Enables HTTP sessions
              weblogic.httpd.session.enable=true
              # Sets an optional cookie name. The default name is "WebLogicSession".
              # Prior to version 4.0, the default was "TengahSession". To make
              # this backward compatible with cookies generated from previous
              # installations, you should set this property to "TengahSession".
              # Uncomment this line and set this to any string of your choice,
              # or comment out this property to use the default.
              #weblogic.httpd.session.cookie.name=WebLogicSession
              # MIME types
              weblogic.httpd.mimeType.text/html=html,htm
              weblogic.httpd.mimeType.image/gif=gif
              weblogic.httpd.mimeType.image/jpeg=jpeg,jpg
              weblogic.httpd.mimeType.application/pdf=pdf
              weblogic.httpd.mimeType.application/zip=zip
              weblogic.httpd.mimeType.application/x-java-vm=class
              weblogic.httpd.mimeType.application/x-java-archive=jar
              weblogic.httpd.mimeType.application/x-java-serialized-object=ser
              weblogic.httpd.mimeType.application/octet-stream=exe
              weblogic.httpd.mimeType.text/vnd.wap.wml=wml
              weblogic.httpd.mimeType.text/vnd.wap.wmlscript=wmls
              weblogic.httpd.mimeType.application/vnd.wap.wmlc=wmlc
              weblogic.httpd.mimeType.application/vnd.wap.wmlscriptc=wmlsc
              weblogic.httpd.mimeType.image/vnd.wap.wbmp=wbmp
              # In seconds, the keep-alive for HTTP and HTTPS requests
              weblogic.httpd.http.keepAliveSecs=60
              weblogic.httpd.https.keepAliveSecs=120
              # WEBLOGIC JDBC DRIVER PROPERTIES
              # Enables JDBC driver logging and sets the file name for the log
              # The weblogic.jdbc.logFile is placed in the per-server
              # directory (default is "myserver")
              weblogic.jdbc.enableLogFile=false
              weblogic.jdbc.logFileName=jdbc.log
              # WEBLOGIC JDBC CONNECTION POOL MANAGEMENT
              # CLUSTER USERS: Note that ALL JDBC connection pools should be set up
              # in the per-cluster properties file ONLY.
              # For creating JDBC connection pools. This example shows a connection
              # pool called "oraclePool" that allows 3 T3Users "guest," "joe," and "jill"
              # to use 4 JDBC connections (with a potential for up to 10 connections,
              # incremented by two at a time, with a delay of 1 second between each
              # attempt to connect to the database), to an Oracle database server called
              # "DEMO." If more than 4 connections are opened, after 15 minutes, unused
              # connections are dropped from the pool until only 4 connections remain
              open.
              # Every 10 minutes, any unused connections in the pool are tested and
              # refreshed if they are not viable.
              #weblogic.jdbc.connectionPool.oraclePool=\
              # url=jdbc:weblogic:oracle,\
              # driver=weblogic.jdbc.oci.Driver,\
              # loginDelaySecs=1,\
              # initialCapacity=4,\
              # maxCapacity=10,\
              # capacityIncrement=2,\
              # allowShrinking=true,\
              # shrinkPeriodMins=15,\
              # refreshMinutes=10,\
              # testTable=dual,\
              # props=user=SCOTT;password=tiger;server=DEMO
              # Get more details on each argument for this property in the
              # Administrators Guide on setting properties at:
              # http://www.weblogic.com/docs51/admindocs/properties.html
              # Set up ACLs for this connection pool with the following:
              #weblogic.allow.reserve.weblogic.jdbc.connectionPool.oraclePool=\
              # guest,joe,jill
              #weblogic.allow.reset.weblogic.jdbc.connectionPool.oraclePool=\
              # joe,jill
              #weblogic.allow.shrink.weblogic.jdbc.connectionPool.oraclePool=\

    Problem Resolved!
              I found out that I had 'http' instead of 'httpd' in the statement where I
              registered my servlet, SqlServlet.
              Now, I am having difficulty with hot deployment. The server is returning
              error 404.
              

  • Calling an EJB 3 SessionBean from a servlet in a Standalone oc4j instance.

    I think that this should be simple, but for some reason can't get it to work.
    Latest version of jDev and oc4j, running on Linux Fedora 5.
    In a jdev application I have ejb and web projects. **EJB 3.0**
    The ejb project is deployed first, then the web project -with the ejb project as its parent-.
    In the ejb project I have a FacadeBean (SLSB) that implements both remote and local as well as Serializable interfaces. (Do I need to implement Serializable?)
    Question:
    How do I get the handle on the FacadeBean from the servlet?
    I tried:
    ic = new InitialContext();
    facade = (Facade)ic.lookup("java:comp/env/ejb/Facade");
    as well as numerous other variations including remote/local stubs, long and short ejb names, facade.getClass().getName, but they all fail!
    This should be simple (if not genned automatically by jDev!) !
    Please advise.
    Thank you.
    nat

    One way of getting the code to do this is to right click on your session bean in JDeveloper and choose "New sample Java Client", then "Connect to a remote OC4J" etc...
    This will create a piece of code that you can then use in your servlet to locate the EJB and invoke it.
    Here is a sample Servlet code:
    public class Servlet1 extends HttpServlet {
        private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
        public void init(ServletConfig config) throws ServletException {
            super.init(config);
        public void doGet(HttpServletRequest request,
                          HttpServletResponse response) throws ServletException, IOException {response.setContentType(CONTENT_TYPE);
            PrintWriter out = response.getWriter();
            out.println("<html>");
            out.println("<head><title>Servlet1</title></head>");
            out.println("<body>");
            out.println("<p>The servlet has received a GET. This is the reply.</p>");
            try {
                final Context context = getInitialContext();
                SessionEJB sessionEJB = (SessionEJB)context.lookup("java:comp/env/ejb/SessionEJB");
                // No Remote methods found
            String a = sessionEJB.sayHi("joe");
            out.println(a);
            } catch (Exception ex) {
                ex.printStackTrace();
            out.println("</body></html>");
            out.close();
        private static Context getInitialContext() throws NamingException {
            Hashtable env = new Hashtable();
            //  Standalone OC4J connection details
            env.put( Context.INITIAL_CONTEXT_FACTORY, "oracle.j2ee.naming.ApplicationClientInitialContextFactory" );
            env.put( Context.SECURITY_PRINCIPAL, "oc4jadmin" );
            env.put( Context.SECURITY_CREDENTIALS, "welcome" );
            env.put(Context.PROVIDER_URL, "ormi://localhost:23791/ejb1");
            return new InitialContext( env );
    }

  • 404 File not Found error trying servlet under https

    Hi,
    This is the first time that I've had to work with SSL. I have a servlet that worked fine under regular http. I had to implement SSL and run my site over https. When I try to access my servlet under HTTPS, I get the 404 File not found error. Is there something that I need to setup for servlets to run under SSL in apache or server.xml? or Do I need to modify my JSP and Servlet code?
    I call my servlet from my JSP on the action method of the form like such:
    * JSP call to servlet
    <form action="https://www.benefitserver.com:8081/FDFServlet" method="post">
    * Servlet code
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.net.ssl.*;
    import java.io.*;
    import java.util.*;
    import com.yoursummit.benefitserver.*;
    import com.adobe.fdf.*;
    import com.adobe.fdf.exceptions.*;
    public class FDFServlet extends HttpServlet
    private static final String CONTENT_TYPE = "text/html";
    private String fileout = "";
    //Initialize global variables
    public void init() throws ServletException
    System.setProperty("java.protocol.handler.pkgs","sun.net.ssl.internal.www.protocol");
    java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    //Process the HTTP Get request
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
    doPost( request, response);
    //Process the HTTP Post request
    public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
    String planID = request.getParameter("planID");
    String empID = request.getParameter("empID");
    HttpSession session = request.getSession();
              try {
                   FDFDoc outputFDF = null;
                   /* Create a new FDF. */
                   outputFDF = new FDFDoc();
    // Set the form fields with values from the database
    if ( planID.equalsIgnoreCase("31") )
    formDeltaPopulation formDP = new formDeltaPopulation();
    fileout = formDP.populateDeltaForm( outputFDF, planID, empID, request );
    if (planID.equalsIgnoreCase("29") )
    formUnicarePopulation formUC = new formUnicarePopulation();
    fileout = formUC.populateUnicareForm( outputFDF, planID, empID, request );
    if (planID.equalsIgnoreCase("30") || planID.equalsIgnoreCase("32") || planID.equalsIgnoreCase("33") || planID.equalsIgnoreCase("34") || planID.equalsIgnoreCase("35"))
    formSunLifePopulation formSL = new formSunLifePopulation();
    fileout = formSL.populateSunLifeForm( outputFDF, planID, empID, request );
    response.sendRedirect(com.yoursummit.utils.urlRewrite.getServletURL(request,"emp_main.jsp?empID=" + empID));
    } catch(FDFException fdfe) {
    /* We handle an error by emitting an html header */
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("Caught FDF exception");
    out.println(fdfe.toString());
    fdfe.printStackTrace(out);
    IOException e = new IOException ( fdfe.getMessage() );
    throw e;
    catch(IOException ioe) {
         /* We handle an error by emitting an html header */
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("Caught FDF exception");
    out.println(ioe.toString());
    ioe.printStackTrace(out);
    throw ioe;
    catch(Exception e) {
    /* We handle an error by emitting an html header */
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("Caught tomcatDB exception");
    out.println(e.toString());
    e.printStackTrace(out);
    IOException ioe = new IOException ( e.getMessage() );
    throw ioe;
    //Clean up resources
    public void destroy()
    }

    I have been told that there is problem with my configuration of Tomcat. I have followed the documentation found at
    http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html
    and it doesn't work. I have been working on this for a week now and can't seem to get it to work. Can someone please take a look at it and tell me what I am doing wrong? THANKS!
    I get "HTTP 404 - File not Found" with the URL https://www.benefitserver.com/FDFServlet
    I get "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request" with the URL https://www.benefitserver.com/servlet/FDFServlet
    I've looked at the log files for Apache and I don't see any errors listed. No errors logged in the Tomcat log file either.
    * httpd.conf
    ## Include line for mod_jk.so (Jakarta-Tomcat installation)
    #Include /usr/home/summimps/usr/local/jakarta/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto
    LoadModule jk_module libexec/mod_jk.so
    AddModule mod_jk.c
    JkWorkersFile /usr/home/summimps/usr/tomcat4.1.24/conf/worker.properties
    JkLogFile /usr/home/summimps/var/log/mod_jk.log
    JkLogLevel info
    #JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
    #JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
    #JkRequestLogFormat "%w %V %T"
    JkMount /*.jsp benefitserver
    JkMount /solarc/*.jsp benefitserver
    JkMount /servlet/* ajp13
    JkMount /solarc/servlet/* ajp13
    # Should mod_jk send SSL information to Tomcat (default is On)
    #JkExtractSSL On
    # What is the indicator for SSL (default is HTTPS)
    JkHTTPSIndicator HTTPS
    # What is the indicator for SSL session (default is SSL_SESSION_ID)
    JkSESSIONIndicator SSL_SESSION_ID
    # What is the indicator for client SSL cipher suit (default is SSL_CIPHER)
    JkCIPHERIndicator SSL_CIPHER
    # What is the indicator for the client SSL certificated (default is SSL_CLIENT_CERT)
    JkCERTSIndicator SSL_CLIENT_CERT
    <Directory />
    AllowOverride None
    </Directory>
    <Directory "/usr/tomcat4.1.24/webapps/ROOT">
      Options Indexes
      <IfDefine SSL>
        SSLRequireSSL
        SSLOptions +StdEnvVars +ExportCertData +StrictRequire
        SSLVerifyClient require
        SSLVerifyDepth 1
      </IfDefine>
    </Directory>
    <VirtualHost benefitserver.com www.benefitserver.com>
    SSLRequireSSL
    ServerName benefitserver.com
    ServerAdmin [email protected]
    DocumentRoot /usr/local/etc/httpd/htdocs/benefitserver
    TransferLog /usr/local/etc/httpd/logs/bsAccess_log
    ErrorLog /usr/local/etc/httpd/logs/bsError_log
    </VirtualHost>
    * server.xml
    <?xml version='1.0' encoding='utf-8'?>
    <Server className="org.apache.catalina.core.StandardServer" debug="0" port="8006" shutdown="SHUTDOWN">
      <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" debug="0" jsr77Names="false"/>
      <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" debug="0"/>
      <GlobalNamingResources>
      </GlobalNamingResources>
      <Service className="org.apache.catalina.core.StandardService" debug="0" name="Tomcat-Standalone">
        <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    redirectPort="8443" bufferSize="2048" port="8081" connectionTimeout="20000" scheme="https" enableLookups="true" secure="true" protocolHandlerClassName="org.apache.coyote.http11.Http11Protocol" debug="0" disableUploadTimeout="true" maxKeepAliveRequests="100" proxyPort="0" tcpNoDelay="true" minProcessors="5" maxProcessors="75" acceptCount="100" useURIValidationHack="false" connectionLinger="-1" compression="off">
          <Factory className="org.apache.catalina.net.SSLServerSocketFactory" keystoreFile="//.keystore" keystoreType="JKS" algorithm="SunX509" clientAuth="false" protocol="TLS"/>
        </Connector>
        <Engine className="org.apache.catalina.core.StandardEngine" mapperClass="org.apache.catalina.core.StandardEngineMapper" debug="0" defaultHost="localhost" name="Standalone">
          <Host className="org.apache.catalina.core.StandardHost" appBase="webapps" liveDeploy="true" mapperClass="org.apache.catalina.core.StandardHostMapper" autoDeploy="true" configClass="org.apache.catalina.startup.ContextConfig" errorReportValveClass="org.apache.catalina.valves.ErrorReportValve" debug="9" deployXML="true" contextClass="org.apache.catalina.core.StandardContext" unpackWARs="true" name="localhost">
            <Context className="org.apache.catalina.core.StandardContext" crossContext="false" reloadable="false" mapperClass="org.apache.catalina.core.StandardContextMapper" useNaming="true" debug="0" swallowOutput="false" privileged="false" displayName="Welcome to Tomcat" wrapperClass="org.apache.catalina.core.StandardWrapper" docBase="/usr/tomcat4.1.24/webapps/ROOT" cookies="true" path="" cachingAllowed="true" charsetMapperClass="org.apache.catalina.util.CharsetMapper">
              <Environment name="uploadUrl" override="true" type="java.lang.String" description="URL to display uploaded file in Benefit Server" value="http://www.benefitserver.com:8081/bsup"/>
              <Environment name="exportPath" override="true" type="java.lang.String" description="Export Path for Benefit Server Export Utility" value="/usr/tomcat4.1.24/webapps/ROOT/bsex"/>
              <Environment name="uploadPath" override="true" type="java.lang.String" description="Upload Path for Benefit Server" value="/usr/tomcat4.1.24/webapps/ROOT/bsup/"/>
              <Environment name="tempPath" override="true" type="java.lang.String" description="Temporary Directory for File Upload in Benefit Server - Developm" value="/usr/home/summimps/tmp/benefitserver"/>
              <Resource name="BS_Data" type="javax.sql.DataSource" scope="Shareable"/>
              <ResourceParams name="BS_Mail">
                <parameter>
                  <name>mail.smtp.host</name>
                  <value>localhost</value>
                </parameter>
              </ResourceParams>
              <ResourceParams name="BS_Data">
                <parameter>
                  <name>url</name>
                  <value>jdbc:mysql://localhost/BS_Data</value>
                </parameter>
                <parameter>
                  <name>password</name>
                  <value>kdsusa1350</value>
                </parameter>
                <parameter>
                  <name>maxActive</name>
                  <value>50</value>
                </parameter>
                <parameter>
                  <name>maxWait</name>
                  <value>5000</value>
                </parameter>
                <parameter>
                  <name>driverClassName</name>
                  <value>com.mysql.jdbc.Driver</value>
                </parameter>
                <parameter>
                  <name>username</name>
                  <value>summimps</value>
                </parameter>
                <parameter>
                  <name>maxIdle</name>
                  <value>5</value>
                </parameter>
              </ResourceParams>
            </Context>
            <Logger className="org.apache.catalina.logger.FileLogger" debug="0" verbosity="1" prefix="localhost_log." directory="logs" timestamp="true" suffix=".txt"/>
          </Host>
          <Logger className="org.apache.catalina.logger.FileLogger" debug="0" verbosity="1" prefix="catalina_log." directory="logs" timestamp="true" suffix=".txt"/>
          <Realm className="org.apache.catalina.realm.UserDatabaseRealm" debug="0" resourceName="UserDatabase" validate="true"/>
        </Engine>
      </Service>
    </Server>
    * web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
           <servlet>
                 <servlet-name>FDFServlet</servlet-name>
                 <servlet-class>FDFServlet</servlet-class>
           </servlet>
           <servlet-mapping>
                <servlet-name>FDFServlet</servlet-name>
                <url-pattern>/FDFServlet</url-pattern>
           </servlet-mapping>
    </web-app>

  • Jws source file not found (Java client proxy)

    Hi,
    I created a web service in Workshop, and generated a Java proxy from it using the test console. I then wrote a stand-alone Java client to invoke an operation on the web service based on the workshop examples. I'm able to first get the service proxy fine.
    MyService_Impl proxy = new MyService_Impl("http://localhost:7001/MyProcesses/MyService.jws?WSDL=");
    Then, the following line fails.
    MyServiceSoap soapProxy = proxy.getMyServiceSoap();
    Error is a SoapFaultException with message "Source file MyService.jws not found". I don't know where it's looking for the file to begin with. Is there a place where I can control that?
    When I look at the WSDL in the workshop test browser, the soap:address location URL is different from the actual URL in the test browser address bar.
    I'm new to this stuff. Any ideas will help.
    Thanks

    hello folks,
    I have Windows XP home Firefox v1.0.6.
    removed old java in Add/Remove programs.
    cleared the "Temporary Internet Files" folder that contained C:\Documents and Settings\Greg\Local Settings\Temporary Internet Files\Content.IE5.
    tried to load jre-1_5_0_04-windows-i586-p-iftw.exe for the third time, and the install still hangs up.
    J2SE Runtime Environment 5.0 Update Installer Information : Error 1311. Scource file not found: C:\Documents and Settings\Greg\Local Settings\Temporary Internet Files\Content.IE5\2XFKL4VY\je150000[1].cab. Verify that the file exists and that you can access it.
    and,
    Error 1311. Scource file not found: C:\Documents and Settings\Greg\Local Settings\Temporary Internet Files\Content.IE5\EEIDPHGA\jp150040[1].cab. Verify that the file exists and that you can access it.
    here's the thing, I cannot surf to "Content.IE5" folder in my "Local Settings\Temporary Internet Files" folder, but I can plug in the directory in the address bar of Windows Explorer & see the "Content.IE5" folder.
    I do not see "je150000[1].cab" or "je150000[1].cab" in there.
    Am I using the wrong program to fresh install Java for Firefox in XP?
    Is there something wrong with my operating system?
    monitoring this thread.....
    thanx.

  • Casting error when trying to retrieve an EJB home interface from a servlet

              I am trying to call a method on a session bean from a servlet. I am receiving a Class Cast exception when trying to use the narrow method. I have this code working from an external java client. Is there something specific I have to do?
              

    Hi
              You must check the following rules :
              1) In JAR Files ( of your EJB ) check if there are remote mehods that return
              any class that is already used in servlets
              This classes must be remove from the servlet package ( if you are using WAR
              files ).
              2) Please read the BEA WebLogic Enterprise Java Beans Manual about the class
              loader and related problemas such as ClassCastException and
              ClassNotFoundException.
              Good Luck !
              Steve Schaber <[email protected]> escribió en el mensaje de noticias
              39ee4996$[email protected]..
              >
              > I am trying to call a method on a session bean from a servlet. I am
              receiving a Class Cast exception when trying to use the narrow method. I
              have this code working from an external java client. Is there something
              specific I have to do?
              >
              

  • Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

    I installed 9.1 HCM with peopletools 8.52.
    Everything was working fine - I sat up the process schedulers and reports were posting ,I built few pages ,menu etc and registered them and inserted data etc.
    Then I decided to setup the Integration broker.
    First I ran datamover script - appmsgourgeall.dml to clear the application messaging queue.
    and I renamed the local node from PSFT_HR to YACINE_PC_HCM
    and I configured the gateway
    http://yacine-pc:8000/PSIGW/PeopleSoftListeningConnector
    and the status was active.
    then loaded the connectors successfully.
    In the final step I went to the gateway propreties and I put the app server url //yacine-pc:9000.
    user name:PS and pass:PS etc
    and added the new node name - I clicked on Ping and it failed but I saved it anyway.
    and from there the PIA stopped working .
    I restarted the app server the PIA and I even reinstalled the PIA but it always gives me the same error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

    For the record
    I did fix this error shortly after posting this Thread.
    I edited integrationgateway.propreties and I removed the node definition then I redid the setup of the node by adding authentication to it.
    Removed lines
    #ig.isc.HCM_YACINE_PC.serverURL=//yacine-pc:9000
    #ig.isc.HCM_YACINE_PC.userid=PS
    #ig.isc.HCM_YACINE_PC.password={V1.1}swDhibXvfL0=
    #ig.isc.HCM_YACINE_PC.toolsRel=PT8.52

  • Html not found when client needs to load jinitiator

    Hi,
    When the client's system needs to download jinitiator the page is not found but the jinitiator does load. Apparently something was changed, is this file suppose to be located in the html directory?

    Did you use iWeb to publish your website direxctly to your server?  If so you should have an index.html file and a site folder inside the public_html folder.  If you don't have the index file there you an publish your website to a folder on your hard drive and upload just the index.html file with an FTP client like the free  Cyberduck.  Cyberduck lets you view the public_html folder in a Finder like window and drag and drop files from your Desktop into the online folder.
    Use Cyberduck to view your public_html folder to see what files are missing.
    OT

  • Software Update Scan Cycle not found on Client computer.

    Hi,
    In my organization in some of the client PC's (Windows 7), Software update scan cycle is not found.
    When i checked the UpdateDeployment.log file on client computer it saying
    "Software Updates client configuration policy has not been received."
    "Software updates functionality will not be enabled until the configuration policy has been received. If this issue persists please check client/server policy communication."
    "Software Updates feature is disabled"
    Please help me to solve the issue. Let me know the solution if anyone faced the same problem.
    Thanks in Advance
    Shreyas

    ClientLocation.log
    <![LOG[Assigning client to site 'PP1']LOG]!><time="13:10:54.638-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:501">
    <![LOG[Getting Assigned Site]LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:989">
    <![LOG[Client is currently not assigned to any site]LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:603">
    <![LOG[Removing client site assignments]LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:734">
    <![LOG[Removed pending site assignment to 'PP1']LOG]!><time="13:10:54.669-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:353">
    <![LOG[Raising event:
    instance of CCM_RemoteClient_Reassigned
    DateTime = "20140414074054.763000+000";
    LastAssignedSite = "";
    NewAssignedSite = "PP1";
    ProcessID = 6500;
    ThreadID = 7844;
    ]LOG]!><time="13:10:54.763-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="event.cpp:706">
    <![LOG[Client is now successfully assigned to site 'PP1']LOG]!><time="13:10:54.779-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:684">
    <![LOG[Setting current Management Point as PUNSCCMPS01.*****.com]LOG]!><time="13:10:54.888-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7844" file="smsclientclass.cpp:923">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:11:00.098-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:11:00.098-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:00.114-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:00.114-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:01.143-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:01.143-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="8076" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:11:06.619-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:11:06.619-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:06.635-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:06.635-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:06.713-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:06.728-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6324" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:11:22.843-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:11:22.843-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:22.905-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:22.921-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:11:23.139-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:11:23.139-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7688" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:14:39.276-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:14:39.276-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:39.292-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:39.307-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:39.354-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:39.370-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7152" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:14:50.555-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:14:50.555-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:50.586-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:50.586-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:14:50.633-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:14:50.633-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6520" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:18:06.954-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:18:06.954-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:06.969-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:06.969-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:07.032-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:07.032-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:18:18.341-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:18:18.341-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:18.388-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:18.388-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:18:18.684-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:18:18.700-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="7116" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:21:35.739-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:21:35.739-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:35.754-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:35.770-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:35.817-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:35.832-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4344" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:21:47.423-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:21:47.423-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:47.485-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:47.501-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:21:47.610-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:21:47.625-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="13:25:47.094-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="13:25:47.094-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:25:47.141-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:25:47.141-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="13:25:47.359-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="13:25:47.359-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="6664" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="15:43:44.652-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="15:43:44.655-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:44.673-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:44.676-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:44.838-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:44.843-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4748" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is *****.com, domain name is *****.com]LOG]!><time="15:43:52.799-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="15:43:52.799-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:53.116-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:53.122-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: PUNSCCMPS01.*****.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="15:43:53.207-330"
    date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <PUNSCCMPS01.*****.com> to <PUNSCCMPS01.*****.com>.]LOG]!><time="15:43:53.209-330" date="04-14-2014" component="ClientLocation" context="" type="1" thread="4944" file="lsad.cpp:1364">

  • JSPs not accessible from client browser

    Hi all,
    I deployed a working, tested J2EE application on a Win 2003 server running OAS 10.1.2.0.2. The application deployed smoothly and is running fine from the server itself.
    But from a client machine (another machine on our LAN), I am unable to access any JSP, including index.jsp. I am able to, however, access the login page if I supply the actual .do url (login/Login.do). I can see from the logs that login is completing successfully, but the resultant JSP page is again not thrown to the browser. I am getting a "server not found" error.
    The server resides in the IP domain a.b.6.xxx, and the client has an IP like a.b.7.xxx. Could this cause any issues?
    Any insights on this problems would be appreciated. Please ask for any other info that you need.
    Harish

    Hi ssivanan,
    I need more information to asnwer for your question. Can you pls put your configuration ?
    Here are some points I like to check.
    + Are you able to browse the contents locally, specifying own ip address on the one of servers ?
    + Do those servers have a route to vlan 30 ?
    + How does the browsing not working ? Can you elaborate ?
    + What do you see in "show conn" when it fails ?
    Great documents on CCO. Worth checking.
    http://docwiki.cisco.com/wiki/Cisco_Application_Control_Engine_%28ACE%29_Module_Troubleshooting_Guide%2C_Release_A2%28x%29_--_Troubleshooting_Connectivity
    - Kim

  • The Report Server page comes up on local server, but the page does not open from clients

    Hello,
    The Report Server Page opens up just fine on the local server, but page does not open up from desktops and client PCs.   SSRS is installed on a Windows Server 2008 R2 server and with SQL Server 2008 R2 SP2
    Clients are using IE 11 and they see:
    Oops! Internet Explorer could not connect to tumdv-fsql01
    How can make this site accessible from clients?
    Thanks
    Paul

    That did not work.
    What port numbers specifically does SSRS use?  I will check the firewall.
    http://100.100.100.100/CengeaReports/Pages/Folder.aspx
    When I add the IP Address and try the link again, IE says "This page can not be displayed".  When I try the Fix connection problems, IE says:
    "The website is online, but it is not responding to connection attempts."
    Paul

  • Error "Application not found" from SICF while trying to test WD service

    Hi All,
    I am getting an error as "Application not found" when i am trying to test my web dynpro component service from SICF.
    This service is active as well.
    But when i copied the same URL and pasted it in browser then my web dynpro component opened.
    And i am able to open my web dynpro compoent from SE80 also.
    Regards,
    Amar

    Hi All,
    Is is related to browser, because i am using IE8.
    But the only doubt i have is when i am pasting the URL in IE8 then it is loading the WD page.
    Regards,
    Amar

Maybe you are looking for

  • Authorization error while attaching document in ME22N

    Hi, Scenario 1: I attach a document in ME22N and then save it. Result: I get an authorization error. Error is: "You have no authorization for extensions (activity03)" Scenario 2: I just make a change (say in price) without attaching any document and

  • How can I keep my extensions separate from another Windows user?

    I love LastPass and can't live without it. My wife can't stand it, and doesn't want to use it, or ever see it; but if I install it, she has to see it too (including update announcements, which particularly annoy her). She would prefer to have Firefox

  • SAP Best Practice Integrated with Solution manager

    We have a server in which we installed SAP Best practice baseline package and we have the solution manager 7.01 SP 25 We maintained the logical port but when we try to check connectivity to solution manager we got the following error: Connectivity ch

  • To add the line item in Sales Order

    Hi Experts, I have to insert  the line item between two line item in sales order dynamically. How should i do this. any idea?? Thanks in Advance.

  • PO to Vendor mail box

    Hi Client reuiremnent. 1. Once PO released (final release completed) it has to go to the Vendor mail box directly. Please let me know what are the setting need to be done. Raju