Lifecycle of the server

Dear community,
if I register my remote object to the registry and do notthing further more and the server-thread is active. Now I want to control the server. I could register an administration interface and make it remote available. No my questions:
1. How can I stop the server or restart it?
2. How can I see, which clients are connected (do I have to implement my own mechanism?, eg.g storing all clients in an array?)
A I have a further questions to a remote method itself: In the remote method on the server I can create new objects for processing the request. These objects are exclusivly bounded to the remote request of one client? - For each new remote access of a new client the objects are generated again?
Thank you for your answers.
Dak

1. How can I stop the server or restart it?Have it call UnicastRemoteObject.unexportObject() and probably Naming.unbind() to stop, and UnicastRemoteObject.exportObject() and probably Naming.bind() to restart.
2. How can I see, which clients are connected (do I
have to implement my own mechanism?, eg.g storing all
clients in an array?)Yes.
A I have a further questions to a remote method
itself: In the remote method on the server I can
create new objects for processing the request.Yes. Have your remote method return 'new MyNewObjectImpl', whatever that may be. That way only that client has a reference to that new object. When the client has finished with the object it can either just discard the remote reference and let DGC collect the remote object after 10 minutes, or call some method on the object which causes it to unexport itself.

Similar Messages

  • Exception in the server

    Hi,<br /><br />i get the following exception when i am calling one of the services of Lifecycle. i tired to replace the xbean.jar from the apache website but it didn't help.<br /><br /><May 19, 2008 3:35:24 PM PDT> <Info> <Server> <BEA-002605> <Adding address: 10.10.121.100 to licensed client list><br />java.io.NotSerializableException: org.apache.xmlbeans.impl.store.Xobj$DocumentXobj<br />        at java.io.ObjectOutputStream.writeObject0(Ljava.lang.Object;Z)V(Unknown Source)<br />        at java.io.ObjectOutputStream.writeObject(Ljava.lang.Object;)V(Unknown Source)<br />        at java.util.HashMap.writeObject(Ljava.io.ObjectOutputStream;)V(Unknown Source)<br />        at java.lang.LangAccessImpl.writeObject(Ljava.lang.Class;Ljava.lang.Object;Ljava.io.ObjectOu tputStream;)V(Unknow<br />n Source)<br />        at java.io.ObjectStreamClass.invokeWriteObject(Ljava.lang.Object;Ljava.io.ObjectOutputStream ;)V(Unknown Source)<br />        at java.io.ObjectOutputStream.writeSerialData(Ljava.lang.Object;Ljava.io.ObjectStreamClass;) V(Unknown Source)<br />        at java.io.ObjectOutputStream.writeOrdinaryObject(Ljava.lang.Object;Ljava.io.ObjectStreamCla ss;Z)V(Unknown Sourc<br />e)<br />        at java.io.ObjectOutputStream.writeObject0(Ljava.lang.Object;Z)V(Unknown Source)<br />        at java.io.ObjectOutputStream.defaultWriteFields(Ljava.lang.Object;Ljava.io.ObjectStreamClas s;)V(Unknown Source)<br /><br />        at java.io.ObjectOutputStream.writeSerialData(Ljava.lang.Object;Ljava.io.ObjectStreamClass;) V(Unknown Source)<br />        at java.io.ObjectOutputStream.writeOrdinaryObject(Ljava.lang.Object;Ljava.io.ObjectStreamCla ss;Z)V(Unknown Sourc<br />e)<br />        at java.io.ObjectOutputStream.writeObject0(Ljava.lang.Object;Z)V(Unknown Source)<br />        at java.io.ObjectOutputStream.writeObject(Ljava.lang.Object;)V(Unknown Source)<br />        at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:320)<br />        at com.adobe.idp.dsc.provider.impl.ejb.receiver.EjbReceiverBean.invoke(EjbReceiverBean.java: 151)<br />        at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl.invoke(Invocation_f pvhue_EOImpl.java:61<br />)<br />        at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl_WLSkel.invoke(ILweb logic.rmi.spi.Inboun<br />dRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Object;)Lweblogic.rmi.spi.Outbou ndResponse;(Unknown Source)<br />        at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)<br />        at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)<br />        at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)<br />        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)<b r />        at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.Authentic atedSubject;Lweblogi<br />c.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedExceptionAction;) Ljava.lang.Object;(Unknown Source<br />)<br />        at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)<br />        at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)<br />        at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)<br />        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)<br />        at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

    I got this error sorted out when I changed the xbean.jar in the server class path by the one which ships with lifeCycle bundle.

  • The server encountered an internal error () that prevented it from fulfilli

    Hi.
    Could any one tell me where i start looking for the error in this log.
    It works fine under sun studio creator, but when i upload the project to the server and call the page i get this error.
    I found out that it is something with my servlet wich do some work for getting my image. (see sevlet below)
    DetailsTimestamp: 2006-06-09 16:26:39.513
    Log Level: SEVERE
    Logger: javax.enterprise.system.container.web
    Name-Value Pairs: _ThreadID=16;
    Record Number: 3644
    Message ID: StandardWrapperValve[Faces Servlet]
    Complete Message
    Servlet.service() for servlet Faces Servlet threw exceptioncom.sun.rave.web.ui.appbase.ApplicationException: javax.servlet.ServletException     at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:601)     at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:316)     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:225)     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:194)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)     at java.security.AccessController.doPrivileged(Native Method)     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)     at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)     at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)     at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)     at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)     at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)Caused by: javax.faces.FacesException: javax.servlet.ServletException     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:331)     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:132)     at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)     ... 41 moreCaused by: javax.servlet.ServletException     at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:827)     at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:763)     at org.apache.jsp.medarbejdere_jsp._jspService(medarbejdere_jsp.java:111)     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)     at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)     at java.security.AccessController.doPrivileged(Native Method)     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)     at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)     at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:326)     ... 43 more
    Diagnostic Causes
    package servlets;
    * Returns the requested JPG from the database; input parameters are:
    * @param imageid The id of the image to return
    * @param size "full" or "thumbnail", default is "full"
    // Import the JNDI classes
    import java.io.*;
    import javax.naming.*;
    // Import the Servlet classes
    import javax.servlet.*;
    import javax.servlet.http.*;
    // Import our database classes
    import java.sql.*;
    import javax.sql.*;
    //import compare.*;
    * Cache a reference to the datasource object that we will use later to obtain
    * a connection to the database
    public class ShowImages extends HttpServlet
    public ShowImages() {
    public void init() throws ServletException
    try
    // InitialContext ic = new InitialContext();
    // this.datasource = ( DataSource )ic.lookup( "java:/WebPhotoGalleryDS" );
    catch( Exception e )
    throw new ServletException( e );
    public void service( HttpServletRequest req, HttpServletResponse res ) throws ServletException
    String ini = req.getParameter("ini");
    ResultSet rs = null;
    try
    boolean aaben = false;
    boolean luk = false;
    //ResultSet rs = null;
    compare.DB data = new compare.DB();
    aaben = data.openDBConnection();
    rs = data.getResultSet("SELECT Billede FROM Medarbejdere WHERE Ini = '"+ini+"')");
    //ResultSet rs= this.getData(model);
    BufferedInputStream b = null;
    while(rs.next())
    b = new BufferedInputStream(rs.getBinaryStream("Billede")) ;
    luk = data.closeDBConnection();
    res.setContentType( "image/jpg" );
    BufferedOutputStream out = new BufferedOutputStream( res.getOutputStream() );
    byte by[] = new byte[ 32768 ];
    int index = b.read( by, 0, 32768 );
    while ( index != -1 )
    out.write( by, 0, index );
    index = b.read( by, 0, 32768 );
    out.flush();
    catch( Exception e )
    e.printStackTrace();
    throw new ServletException( e );
    finally
    }

    The origin of the error could be truncated by limitation of a stack trace. In your case:
    com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:326)
    ... 43 more
    What you can do is add Java option: "-XX:MaxJavaStackTraceDepth=0" - this will make appserver print all Java stack trace and you will be able to see the origin of your exception.

  • How to get info on whether the server is enabled and/or running,

    I'm posting this for a customer who  has been testing the capabilities of Business Intelligence Platform RESTful Web Service.
    We're currently at 4.1 SP2 Patch09. But it seems that we're not being able to get the information that we need. For example a call to http://myBIserver:6405/biprws/infostore/16/children is giving us information about servers such as name or description but  it is not telling us whether the server is enabled and/or running, what is the process ID etc.. The JSON response for the above request is:
    {"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=1&pageSize=50"},"first":{"__deferred":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=1&pageSize=50"}},"next":{"__deferred":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=2&pageSize=50"}},"last":{"__deferred":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/16\/children?page=2&pageSize=50"}},"entries":[{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1207"},"id":1207,"cuid":"Aeodv.WAuUhDjuLGQvxTyHw","description":"Adaptive Job Server","name":"PHLBOBIT01.AdaptiveJobServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7581"},"id":7581,"cuid":"AZGIF9vdegFFvk5MZNe._qU","description":"Adaptive Processing Server - Analysis","name":"PHLBOBIT01.APS.Analysis","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/4388704"},"id":4388704,"cuid":"AZL..77cHkhBh1gDQowM.fE","description":"","name":"PHLBOBIT01.APS.AnalysisApplication","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7478"},"id":7478,"cuid":"AYctUCKuCVBHn4oSDhQPQb4","description":"Adaptive Processing Server - Auditing","name":"PHLBOBIT01.APS.Auditing","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7477"},"id":7477,"cuid":"AaEMaMZd2AdMhm8z0qkrTnM","description":"Adaptive Processing Server - Core Services","name":"PHLBOBIT01.APS.Core","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7583"},"id":7583,"cuid":"AVp8Kq3mrYNCrWB83j2PEvQ","description":"Adaptive Processing Server - Data Access","name":"PHLBOBIT01.APS.DataAccess","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7580"},"id":7580,"cuid":"AXWBe54kOCpOg_mbxUr8Ivo","description":"Adaptive Processing Server - Lifecycle Management","name":"PHLBOBIT01.APS.LCM","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7479"},"id":7479,"cuid":"Af7OI9uF6O5JtR9n1oSO0wc","description":"Adaptive Processing Server - Search","name":"PHLBOBIT01.APS.Search","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7582"},"id":7582,"cuid":"AW1EMWgpDfFImvzDF.Iqwik","description":"Adaptive Processing Server - Web Intelligence","name":"PHLBOBIT01.APS.WebI","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/791"},"id":791,"cuid":"AST6mA7FF.VDvrKpYQACO.E","description":"Central Management Server","name":"PHLBOBIT01.CentralManagementServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/3917458"},"id":3917458,"cuid":"Aeo5YKWfzgVKo5DwN4NaG9A","description":"Connection Server","name":"PHLBOBIT01.ConnectionServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/3917459"},"id":3917459,"cuid":"AZ3w6cEAUWlEiB5j6mB0CWw","description":"Connection Server (32-bit)","name":"PHLBOBIT01.ConnectionServer32","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1178"},"id":1178,"cuid":"AaMjzl.x749MhIyS.DEXoY0","description":"Crystal Reports 2013 Processing Server","name":"PHLBOBIT01.CrystalReports2013ProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1247"},"id":1247,"cuid":"AYWI6VC.J8BBvFqSj2JMyyY","description":"Crystal Reports 2013 Report Application Server","name":"PHLBOBIT01.CrystalReports2013ReportApplicationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1172"},"id":1172,"cuid":"AZL.2iX_DXZAspTawsvOhH0","description":"Crystal Reports Cache Server","name":"PHLBOBIT01.CrystalReportsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1281"},"id":1281,"cuid":"AbWBEFGNJGxCjNK1DY2b2yM","description":"Crystal Reports Processing Server","name":"PHLBOBIT01.CrystalReportsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1228"},"id":1228,"cuid":"AVDRV00HfORMkMkl55KMo7c","description":"Dashboards Cache Server","name":"PHLBOBIT01.DashboardsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1264"},"id":1264,"cuid":"ATJuZregTz1Ck3YJY1eMmW4","description":"Dashboards Processing Server","name":"PHLBOBIT01.DashboardsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1184"},"id":1184,"cuid":"ASOm.SrtU7pInQBRZiUewdQ","description":"Event Server","name":"PHLBOBIT01.EventServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7277"},"id":7277,"cuid":"AZDQYV3Q7f5EkTWnc6bSlw0","description":"Explorer Exploration Server","name":"PHLBOBIT01.ExplorerExplorationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7263"},"id":7263,"cuid":"AatQWEVsQdtHj1u2_SidyKM","description":"Explorer Indexing Server","name":"PHLBOBIT01.ExplorerIndexingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7284"},"id":7284,"cuid":"Ab11DBefLJRIuEfZJ5XQ7Wk","description":"Explorer Master Server","name":"PHLBOBIT01.ExplorerMasterServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7270"},"id":7270,"cuid":"AWSPc8Mmv3dDvDBYVSxiiq4","description":"Explorer Search Server","name":"PHLBOBIT01.ExplorerSearchServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1212"},"id":1212,"cuid":"AdePU2NkVzVGkCHc.je2P5k","description":"Input File Repository Server","name":"PHLBOBIT01.InputFileRepository","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1275"},"id":1275,"cuid":"Acxi23qKCy1FiGBoFzBXEtc","description":"Output File Repository Server","name":"PHLBOBIT01.OutputFileRepository","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/1258"},"id":1258,"cuid":"AS4fT9dzIuBBv6nFMbdaisA","description":"Web Application Container Server","name":"PHLBOBIT01.WebApplicationContainerServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/5090617"},"id":5090617,"cuid":"AW5jSqL.F1hOtiwZpk5CAZs","description":"","name":"PHLBOBIT01.WebIntelligenceProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6541"},"id":6541,"cuid":"AXn6vPIEispHjYAf5tuaEF8","description":"Adaptive Job Server","name":"PHLBOBIT02.AdaptiveJobServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7588"},"id":7588,"cuid":"AQgPfs_1WhlKvTQl0w1NT2k","description":"Adaptive Processing Server - Analysis","name":"PHLBOBIT02.APS.Analysis","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/4388705"},"id":4388705,"cuid":"ARtodu06Xj5FizlyqZMoV6A","description":"","name":"PHLBOBIT02.APS.AnalysisApplication","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7585"},"id":7585,"cuid":"AT4mRrAirvFPv.LhQkzqN5Q","description":"Adaptive Processing Server - Auditing","name":"PHLBOBIT02.APS.Auditing","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7584"},"id":7584,"cuid":"AdEGqTBYhm5AsYlC1wNGxaQ","description":"Adaptive Processing Server - Core Services","name":"PHLBOBIT02.APS.Core","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7590"},"id":7590,"cuid":"AUrLQ_szs9VMmU84qLOHmfw","description":"Adaptive Processing Server - Data Access","name":"PHLBOBIT02.APS.DataAccess","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7587"},"id":7587,"cuid":"ASUVQFFRAKRFvfQWfJsoIJA","description":"Adaptive Processing Server - Lifecycle Management","name":"PHLBOBIT02.APS.LCM","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7586"},"id":7586,"cuid":"ARcHLmjTRyhMjWn.y_onJxI","description":"Adaptive Processing Server - Search","name":"PHLBOBIT02.APS.Search","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/7589"},"id":7589,"cuid":"AY1s2.BeMbxEsF05cYPCLpc","description":"Adaptive Processing Server - Web Intelligence","name":"PHLBOBIT02.APS.WebI","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6301"},"id":6301,"cuid":"AU7SRyRyd1hKgH3TbRF5EYM","description":"Central Management Server","name":"PHLBOBIT02.CentralManagementServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6568"},"id":6568,"cuid":"AYhb6lnbKJFKn4WVnoFVnt4","description":"Connection Server","name":"PHLBOBIT02.ConnectionServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6574"},"id":6574,"cuid":"ARKezeTmhh5Iu4F.7.fvByk","description":"Connection Server (32-bit)","name":"PHLBOBIT02.ConnectionServer32","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6512"},"id":6512,"cuid":"Abv17tsXCStKpnJw7jeTguY","description":"Crystal Reports 2013 Processing Server","name":"PHLBOBIT02.CrystalReports2013ProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6581"},"id":6581,"cuid":"AWwWhkIpwc9CoAybOLeQtog","description":"Crystal Reports 2013 Report Application Server","name":"PHLBOBIT02.CrystalReports2013ReportApplicationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6506"},"id":6506,"cuid":"AQIjnkiIYvROsApDkY24S7Y","description":"Crystal Reports Cache Server","name":"PHLBOBIT02.CrystalReportsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6615"},"id":6615,"cuid":"Ac70E5GxHX9GhnO335_zkpw","description":"Crystal Reports Processing Server","name":"PHLBOBIT02.CrystalReportsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6562"},"id":6562,"cuid":"ATD9BYLbU2xGgL0dQc.HwEY","description":"Dashboards Cache Server","name":"PHLBOBIT02.DashboardsCacheServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6598"},"id":6598,"cuid":"Ab1VZJehgWFEkCl0f3EqJNY","description":"Dashboards Processing Server","name":"PHLBOBIT02.DashboardsProcessingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/6518"},"id":6518,"cuid":"AXpYgpIDDtlLnNzkprKrIK4","description":"Event Server","name":"PHLBOBIT02.EventServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/9033"},"id":9033,"cuid":"AUGWvt8N6gREukWGWmmxvHE","description":"Explorer Exploration Server","name":"PHLBOBIT02.ExplorerExplorationServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/9019"},"id":9019,"cuid":"AQePEipM3nhPsArG5mVbpR0","description":"Explorer Indexing Server","name":"PHLBOBIT02.ExplorerIndexingServer","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/5108034"},"id":5108034,"cuid":"ARZ7obbOLYdIpPx431uK2nI","description":"Explorer Master Server","name":"PHLBOBIT02.ExplorerMasterServer2","type":"Server"},{"__metadata":{"uri":"http:\/\/phlbobit01:6405\/biprws\/infostore\/9026"},"id":9026,"cuid":"AZHGDhiY7MpCsMMUqSf3AMs","description":"Explorer Search Server","name":"PHLBOBIT02.ExplorerSearchServer","type":"Server"}]}

    Hi Tom,
    As Anthony pointed out, currently it is not possible to get server details like the server state, PID etc. through BIP REST calls. Only prelimnary information about the infostore object is returned. You would need to use the BIP JAVA SDK to retrieve server details. However, we are in the process of enhancing BIP REST SDK. Can you please raise this on idea place under BIP>>SDK category?
    Regards
    Sumitesh Ranjan Srivastava
    Product Manager, BI SDK & OEMs
    SAP Labs India

  • The content database on the server is temporarily unavailable while deploying a app

    HI,
    I got the following error while deploying a app. I have not added any logic in App.
    What i have tried yet:
    1. Configured Server for Using App
    2. Added permission to user2 (app developer account by which i open VS 2012) as mentioned in following URL
    http://community.zevenseas.com/Blogs/Akhilesh/Lists/Posts/Post.aspx?ID=10
    Please let me know if anyone have faced and resolved it before....
    Here we go .............................
    Active Deployment Configuration: Deploy App for SharePoint
      Skipping deployment step because a pre-deployment command is not specified.
      Skipping the uninstall step because the app for SharePoint is not installed on the server.
      Install app for SharePoint:
      Uploading the app for SharePoint...
      Installation is in progress (00:00:00)
      Installation is in progress (00:00:01)
      Installation is in progress (00:00:02)
      Installation is in progress (00:00:03)
      Installation is in progress (00:00:04)
      Installation is in progress (00:00:05)
      App failed to install, cleaning up...
      App installation cleanup failed due to errors.  Please see the app on the SharePoint site’s “Site Contents” page for details.
      App installation encountered the following errors:
      11/19/2013 2:42:13 PM
      @"Error 1
            CorrelationId: e6d878ab-ae8b-442c-90c1-ee989f5e719b
            ErrorDetail: The content database on the server is temporarily unavailable.
            ErrorType: Transient
            ErrorTypeName: Intermittent
            ExceptionMessage: System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack>
       at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.SPWeb.GetList(String strUrl)
       at Microsoft.SharePoint.Administration.SPDeveloperData.AddToDraftApps(Guid appInstanceId)
       at Microsoft.SharePoint.Lifecycle.FinalFixupTask.Deploy()
       at Microsoft.SharePoint.Administration.SPAppTask.DeployOperation()
       at Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
            Source: Finalization
            SourceName: App Deployment Finalization
      @"Error 2
            CorrelationId: e6d878ab-ae8b-442c-90c1-ee989f5e719b
            ErrorDetail: The content database on the server is temporarily unavailable.
            ErrorType: Transient
            ErrorTypeName: Intermittent
            ExceptionMessage: System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack>
       at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.SPWeb.GetList(String strUrl)
       at Microsoft.SharePoint.Administration.SPDeveloperData.RemoveFromDraftApps(SPSite site, Guid appInstanceId)
       at Microsoft.SharePoint.Lifecycle.FinalFixupTask.Rollback()
       at Microsoft.SharePoint.Administration.SPAppTask.DeployOperation()
       at Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
            Source: Finalization
            SourceName: App Deployment Finalization
    Harsh

    no ,it does has db permissions , this whole thing I think is related with weird and strange new condition of havinng sub-domains for apps ? by some changes I found it gos to my website and find outs that no resource available there , sometime 404 sometimes
    502 error. 
    The whole idea of office team about app deployment is crazy , no proper documentation or knowledge base available for people using on-prem sharepoint, this may because of the idea using cloud more ,why should we use cloud for our enterprise data ?
    btw links you gave not working either 
    Tech Learner

  • Can't start weblogic Server -The server will force shutdown now

    Hello Community  ; ) , I hope i post this on the right topic if not pls advise me.
    I'm working as a trainee by a company which wants to establish OIBEE.
    I'm really new to this topic and hope i can get some help with my problems . Cause i stuck in many ways .
    I installed Oracle OBIEE 11g and the latest Patch 11.1.1.7.1.
    After changing the Oracle Logo in Oracle Home I restarted the Services, using Oracle WebLogic Server Administration Console.But it cant restart and stuck!
    So i stopped all manual using commands like "./stopWebLogic.sh ". As I wanted to start it again i get some error messages. Can somebody advise me how to handle this problem ? I would be very grateful.
    <Oct 29, 2013 12:09:31 PM CET> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /app/oracle/product/OBIEE11.1.1.7/oracle_common/atgpf/modules/oracle.applcore.model_11.1.1/oracle.applcore.model.stub.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Oct 29, 2013 12:09:32 PM CET> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <Oct 29, 2013 12:09:35 PM CET> <Warning> <Connector> <BEA-190155> <Compliance checking/validation of the resource adapter /app/oracle/product/OBIEE11.1.1.7/user_projects/domains/bifoundation_domain/servers/AdminServer/tmp/_WL_user/ESSAPP/z68zjr/stub-ess-ra.rar resulted in the following warnings:
    The ra.xml <resourceadapter-class> class 'oracle.as.scheduler.adapter.ra.RAImpl' should implement java.io.Serializable but does not.>
    <Oct 29, 2013 12:24:25 PM CET> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 29, 2013 12:24:25 PM CET> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 29, 2013 12:24:25 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi VG,
    thank u a lot for ur answer. But there are no files at the Admin Server boot.properties path.
    and at the BI Server boot.properties path there is no security folder. Do u have any idea why i cant found anything at this directions ? Also I tried again the command "./startWeblogic.sh " and get a new error message which I post below. I am rlly worry about this. Is there maybe a way to reset the OBIEE and undo all changes ?
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncRequestProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncRequestProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncResponseProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncResponseProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:48 AM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    ^C<Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 30, 2013 10:39:50 AM CET> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

  • Error OCCURRED: Failed to connect to LiveCycle server via RMI. Make sure that the server is running

    I have installed LifeCycle trial version .
    and trying to convert pdf to rtf
    using following initialization
    Properties connectionProps = new Properties();
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT, "jnp://localhost:1099");
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,Service ClientFactoryProperties.DSC_EJB_PROTOCOL);
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "JBoss");
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, "administrator");
    connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, "password");
    //Create a ServiceClientFactory instance
    ServiceClientFactory factory = ServiceClientFactory.createInstance(connectionProps);
    but i am getting error like following though i have started jboss which is inside lifecycle folder by run.bat
    ERROR IS:Error OCCURRED: Failed to connect to LiveCycle server via RMI. Make sure that the server is running and accessible to this client.

    May be you could use "netstat" or other tools like "ActivePorts" to ensure that ports established are correct.
    Also try if jnp://127.0.0.1:1099 works or not, if ports are correct.

  • ADF_FACES-60097:For more information, please see the server's error log for

    HI
    when we login in to the Em and then try to navigate to the core applications server under the business intelligence Domain it gives the bellow Error message
    Stream closed
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #5
    and when we check the server error log then we got the below log
    >
    ####<Jun 2, 2013 10:08:05 AM GST> <Error> <oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator> <obitst.oasiserp.com> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <d02e32166b4c953b:7cceca3a:13ef5c15d45:-8000-000000000000065f> <1370153285886> <BEA-000000> <ADF_FACES-60096:Server Exception during PPR, #2
    java.io.IOException: Stream closed
    at java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:134)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:416)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:315)
    at oracle.jsp.parse.XMLUtil.getDocument(XMLUtil.java:447)
    at oracle.jsp.parse.OracleJsp2Java.transformImpl(OracleJsp2Java.java:402)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:593)
    at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:691)
    at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:490)
    at oracle.jsp.runtimev2.JspPageCompiler.parseAndGetTreeNode(JspPageCompiler.java:457)
    at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:624)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:645)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:385)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:810)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:734)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.JSPFilter.doFilter(JSPFilter.java:93)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
    at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.sysman.emSDK.adfext.ctlr.EMViewHandlerImpl.renderView(EMViewHandlerImpl.java:157)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >

    Hi Timo,
    I check it :
    Caused by: java.lang.NullPointerException
      at cic.portal.Currencys.createCurrency(Currencys.java:24)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      ... 56 more
    When i click: at cic.portal.Currencys.createCurrency(Currencys.java:24) ---> it's call to method beans:
        public void createCurrency(PopupFetchEvent popupFetchEvent) {
                 if (popupFetchEvent.getLaunchSourceClientId().contains("create")) {
                       BindingContainer bindings = getBindings();
                       OperationBinding operationBinding = bindings.getOperationBinding("CreateInsert");
                       operationBinding.execute();
    this method is Popup: popupFetchListener="#{currencys.createCurrency}">
    I thing lines :
    OperationBinding operationBinding = bindings.getOperationBinding("CreateInsert");
    operationBinding.execute();
    it not working, i have no idea for this..

  • Adobe cloud has lost connection with the server

    Adobe cloud has lost connection with the server, can't get adobe cloud to work so I can re-install photoshop to fix a corrupted DLL file.

    *Adding new items/removing orphans*
    Try iTunes Folder Watch or iTunes Library Updater. Folder Watch is much faster on the adding files front, can be set to run in the background and includes a useful exclusion feature, however it’s slow at removing orphans. iTLU is better for this although doing it manually after looking at a list of proposed removals generated by Folder Watch is probably faster still. iTLU can also be set to update iTunes when you've used 3rd party tools to change tag info.
    You may need to amend the list of file types these programs look for. My list includes:
    .mp3 .mp4 .m4a .m4b .m4p .m4v .mov .wav .aif .mid .ipa .ipg .ite .itlp .m4r .pdf
    Note the last 6 types may not be recognised as already being in the library so should either be omitted from the search or you can add (at least for Folder Watch) individual exclusions for files you know are already in your library.
    tt2

  • Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email. What is happening?

    Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email to the same recepient. What is happening?

    I talked with a tech today and he said I cloud is having problems which should be resolved shortly.
    In the mean time I used the .me smtp server settings which allowed me to send mail.

  • I received the error (in iCal on my iMac): "The server responded with an error". The error message is very large, and if there is a way to acknowledge and close it I can't find it. Because this error message is open, I can't do anything in iCal. Any sugge

    I received the error (in iCal on my iMac): "The server responded with an error". The error message is very large, and if there is a way to acknowledge and close it I can't find it. Because this error message is open, I can't do anything in iCal. Any suggestions on how I could kill this error message? Thanks.
    iMac, Mac OS X (10.7.2)
    Basically i tried to enter too much information into my calendar and it has crashed  now i can not get rid of the error message or use the calendar  can anyone help please

    did you find ou how to get rid of it i can't

  • How can I set up a new account without auto deleting messages on the server?

    Ive got accounts on COMCAST.NET (are those imap accounts?) and when I created a user account on Thunderbird for one of them the autocreate process immedaitely started downloading messages from my server before I was able to set the "keep messages on server" flag. (Its been a few months, forgive me if I am not using the exact right option text but you get the idea.)
    How can I create a Thunderbird account that will download all the message on my server (comcast.net) and leave them all there?
    That's the only thing keeping me from switching to Thunderbird. Please help - comcast's online web client is not the most bug free thing in the world.
    (Note, I am setting up a new win7 system, had been using OE 6 on winXP. I assume I am better off trying this than running OE in XP in a virtual window - and even if I moved my old message bases from XP I still need to create an account that won't immediately start downloading/deleting messages from my server before I can configure it not to.)
    Any help appreciated.

    Comcast only offers POP accounts, and one way to set up the account and enter all the settings before it connects to the mail server, might be to do it Offline:
    https://support.mozilla.org/en-US/questions/991539#answer-547878
    The server settings are given [http://customer.comcast.com/help-and-support/internet/setting-up-thunderbird/ here], but the method is for Online account setup.

  • How do I stop iCal from changing the server path of CalDAV accounts?

    I'm using Davical as a calendar server for our family. Some may wonder why I use Davical and not iCloud. I do for one reason...there is no way to disable getting other users' alarms on the iPhone. I want to be able to view my wife's calendar but not get her alarms and have her be able to view my calendar and not get my alarms.
    So, now onto the issue with server path setting changing in iCal. We each have our own calendar set up within our own accounts on our Davical server. We each have read access to the other's calendar. Within iCal account settings I have her account set up on my Mac with my username/password (jason/****) and, under server settings, the server path points to her calendar /caldav.php/juiper/). After a few days, sometimes just a few hours, suddenly I will have duplicate events throughout my calandar in iCal. Going to preferences I will see that the server path for her calendar will have been changed to the location of my calendar (/caldav.php/jason/). I'll correct the server path, restart iCal and then the calander will be correct for a while unitl the server path is automatically and incorrectly changed again and I must manually correct it again.
    Thanks!

    My coworkers and I use DavMail to share access to a shared Exchange calendar, authenticating with our own ADS credentials. We also see the behavior where iCal will reset the CalDav calendar path to the username (our own) that is authenticating to the CalDav service. In Lion this wasn't a deal breaker for us. While very annoying, the work around was simple. Update the path via preferences, and restart iCal. However in Mountain Lion, the issue has become a lot more difficult to fix. It's no longer a matter of updating the path via preferences and restarting.
    In Mountain Lion the solution to change the CalDav path back to the original path requires you to edit the file ~/Library/Calendars/<somehash>.caldav/Info.plist
    Contained within this file is a value "CalendarHomePath", simply update the string to your desired path, clear out the 'Calendar Cache' file for good measure, then restart iCal.

  • How can I create a fIlter to delete only "junk" from the server?

    One of my E-mail accounts is that of a major client. I handle their customer service online. Normally our protocol is to always leave all messages on the server, so for that one Thunderbird account, I have it set to never delete messages on the server.
    But the account recently started getting a lot of junk messages. Thunderbird is doing a remarkable job at marking those and placing them in the junk folder for that account. I would like to create a filter that could remove them from the server, preferably those more than "x" days old so I could monitor the activity to be sure that no important message are removed.
    I did notice that in "Filters" I can create a custom filter from a header of my choice, but can't seem to create what I want which is:
    - after mail is marked as Junk by Thunderbird to delete those messages from the server if they are older than "X" days (my choice of "X").
    - not delete any other messages from the server for that account

    I believe that did it! Thank you. I am running those changes on a secondary E-Mail address for the same job and server and it appears to be working properly.

  • Is there a way to open Excell file from the server and display in the UI and save it back on to the

    Hello there,
    Is there a way to open Excell file from the server and display in the UI and save it back on to the server? (like showing xell file as a datagrid - add rows, columns etc.)

    Hi Mike,
    Welcome you to the forum.
    You may try:
    SELECT * FROM MyDBNameHere.dbo.OUSR T0
    Thanks,
    Gordon

Maybe you are looking for

  • Finished sequences is wrong timebase, cant copy paste into new sequence

    I am coming onto a project finishing it for a first time editor and he cut 23.97 footage in a 29.99 seq, there are many time effects etc. I tried copy/pasting into a new seq but everything ends up in different places. I cant change my seq settings as

  • Notification for Document

    Hello Champs, I m having a requirement regarding DMS. i want to create a document with a document life mean after a specified time document will archive itself or some things is there that should alert to creater, approver, or owner of document (via

  • L_TO_CREATE_MULTIPLE creates multiple SUs but VBFA not updated????

    Hi Experts, Need you help. Scenario is: I have developed one ZProgram which creates TO from Inbound Delivery and must create TO with multiple SUs. I am using Function module: L_TO_CREATE_MULTIPLE. It creates TO good. But the VBFA table doesn't got up

  • 2 database

    i have two databases. A and B. i only can display either data from database A or database B but i can't combine data from two database. all table and field in every database are same. so what should i do to make me can display all search result..

  • ThinkPad Edge S430: where to get keyboard key hinge replacement?

    Hi guys, I just broke a hinge of my S430's keyboard's key. A "regular" one. Does anybody knows where I can get a replacement? In Argentina?  (is where I'm currently) Or some place it ships to Argentina, Spain, Germany, Canada...? I didn't find any ke