[Solved] Setting up Server-Application: BackupPC

Hi,
I try to get the server backup solution BackupPC installed and working, especially the web-interface. Setting up a (home alone) web-server is new for me and kind of a challange. I noticed that the wiki article is kind of deprecated because BackupPC is now part of the official repositorys, and no longer in AUR. But in this official package are certain files missing that are mentioned in the wiki article, like
/etc/rc.d/backuppc-httpd
/etc/httpd/conf/backuppc.conf
for example. Also the official BackupPC Documentation mentions the latter, so I'm confused.
I already set up an apache server and got mod_perl working, thanks to the great wiki article (->mod_perl now works). The only thing that's missing is the integretaion of BackupPC.
UPDATE:
Filed a bug-report about the one crucial missing file (/etc/httpd/conf/backuppc.conf) and got it finally running.
UPDATE 2:
An update on the wiki-article is now available.
Last edited by ewigkeit (2012-02-22 09:15:42)

Did you ever find a resolution for this issue? I also ran into the error message "Replaced handler for type 'null'", although I'm got there via a different route. I think I'm hit it via a more or less equivalent path, however.
The problem for me was basically that my ServerRepository.xml file was pointing to a corrupted or dead LocalFiles repository. This is such a fundamental problem, that one cannot get around this by giving the lh setRepo command a -n to have it not connect to the old repository; doing that will merely allow one to get a bit further in the process before getting the same error again.
The only way I was able to get around this problem was to re-install IdM from scratch, using the install.bat file, and copy the resulting ServerRepository.xml file to my old IdM directory.
I fully expect that you've gotten around this problem by now; I'm just leaving this message in case it's helpful for any other people.
Warning: as of this writing, Sun's Identity Manager 8.1.0.0 is not a well-polished install. There are significant gaps in the documentation - especially if you are attempting to get multiple environments set up off of the same version control repository.

Similar Messages

  • "error occurred setting the server application active"

    Hi All,
    I found following error when I save outline in ASO application. It seems that the application cannot be started correctly. Other applications (BSO/ASO) are running correctly.
    "error occurred setting the server application active"

    try this:
    Issue can be from both server and application side:
    1)Addition of SERVERTHREADS with a proper value. When any database operation is requested then monitor the number of process, memory etc. Idea is to identify which process is trying to use max resource on server level.
    2) Also, if possible try and increase the ulimit setting to "unlimited".
    3) Verify NETDELAY and NETRETRYCOUNT -- Guess you have checked this so values should be fine here.
    4) If the environment is windows then:
    a)Open the Registry
    b)Navigate to Local Machine\System\CurrentControlSet\Services\TCPIP\Parameters
    c)Add new DWORD Value named TcpTimedWaitDelay, right click and select Modify. Select decimal radio button, type in 30. (The default value of this parameter is 2 minutes. This is how long it will take for a TCP/IP port that was used by the network for a connection to be released and made available again. 30 sec is the minimum allowed by Microsoft)
    d)Add new DWORD Value named MaxUserPort, right click and select Modify. Select decimal radio button, type in 65534. (The default value is 5000. This determines the highest port number TCP can assign when an application requests an available user port from the system).
    e)Add new DWORD Value named MaxFreeTcbs, right click and select Modify. Select decimal radio button, type in 6250. (The default value is 2000. This determines the number of TCP control blocks (TCBs) the system creates to support active connections. Because each connection requires a control block, this value determines how many active connections TCP can support simultaneously. If all control blocks are used and more connection requests arrive, TCP can prematurely release connections in the TIME_WAIT state in order to free a control block for a new connection).
    f) Reboot the server.
    5) On application side, look at the cache settings, If they are very high then try lowering them and check.
    Cheers!!
    HA:-)
    Edited by: user9513506 on Sep 2, 2008 5:03 AM

  • [SOLVED] Set icons for applications in XFCE

    Hi,
    I was wondering if I can specify the icons for applications. Currently my gVim is using a "general" icon when in the panel but has the right icon when I create a launcher. This is how it looks like. Any suggestions?
    Thanks!
    Last edited by dsdeiz (2011-01-10 00:50:57)

    Hi,
    Yep, I have a gvim.desktop in /usr/share/applications. What it contains is:
    Type=Application
    TryExec=gvim
    Exec=gvim
    Icon=gvim
    Terminal=false
    Type=Application
    TryExec=gvim
    Exec=gvim
    Icon=gvim
    Terminal=false
    There is also gvim.png in /usr/share/pixmaps.

  • (solved}set a default application

    Hi... i have arch with openbox as my wm..... I have just installed dropbox from aur, but when I click the icon in the system tray, it opens spacefm, but I want it to open pcmanfm...... how would I do this??
    I am guessing I need to "export" pcmanfm somewhere... just don't know how or where to.
    Thanks
    Last edited by ninjaprawn (2012-11-16 19:13:51)

    https://wiki.archlinux.org/index.php/Dr … her_Way.29

  • HOW TO: Set up your application server to run BC4J

    How To set up your application server to run BC4J.
    INTRODUCTION
    A running BC4J application is actually the combination of:
    * Your own application files
    * BC4J runtime libraries
    In order to successfully run your BC4J application in local mode, the first requirement is
    that your application server contains the necessary BC4J libraries.
    This How To describes the steps required to ensure that you have a functional
    BC4J runtime environment installed on your application server.
    Oracle IAS 1.0.2 and Tomcat 3.1 will be used as examples.
    THE BC4J RUNTIME LIBRARIES
    Whatever application server you deploy to, the following libraries
    are required in the following order to be in the classpath.
    BC4J Libraries:
    xmlparserv2.jar
    jdev-rt.zip
    jbojdbcpatch.zip
    connectionmanager.zip
    jbohtml.zip
    jboimdomains.zip
    ordim817.zip
    ordvir817.zip
    ordhttp.zip
    jbomt.zip
    jbodomorcl.zip
    jboremote.zip
    jndi.jar
    jbodatum12.zip
    These libraries can be found in <JDEV_HOME>/lib/
    INSTALLING THE LIBRARIES ON IAS:
    Installing the libraries is simply a matter of copying them to the
    application server's filesystem and adding them to the classpath.
    IAS's classpath can be modified by editing the file:
    <IAS_HOME>\Apache\Jserv\conf\jserv.properties
    In this file you'll find the existing pre-installed BC4J libraries which
    looks like this:
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\lib\ordvir817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\lib\ordim817.zip
    etc.
    Note! These BC4J libraries correspond to JDeveloper 3.1.1.
    In order to run JDev 3.2 based applications you will have to update these libraries
    to JDeveloper 3.2 production.
    Steps:
    1. Copy (or FTP) the JDev 3.2 BC4J libraries from <JDEV_HOME>\lib to a NEW directory on the
    appserver's filesystem called:
    <IAS_HOME>\Apache\BC4J\newlib
    2. Modify the classpath by editing <IAS_HOME>\Apache\Jserv\conf\jserv.properties.
    Example: (modified classpath entries)
    # New 3.2 BC4J Runtime libraries
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\xmlparserv2.jar
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jdev-rt.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbojdbcpatch.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\connectionmanager.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbohtml.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jboimdomains.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordim817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordvir817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordhttp.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbomt.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbodomorcl.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jboremote.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jndi.jar
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbodatum12.zip
    Note: Make sure to remove or comment out the existing 3.1.1 BC4J library entries!
    To see the changes, you must restart IAS and that's it, your IAS will be updated with
    the JDev 3.2 BC4J libraries which allow you to run BC4J Data Tags among other
    things!
    INSTALLING THE LIBRARIES ON TOMCAT
    As before, this process involves both the copying of the libraries
    and modifying the classpath.
    After copying the BC4J libraries to a path accessible from Tomcat,
    you can modify Tomcat's classpath by editing it's startup script:
    <TOMCAT_HOME>\bin\tomcat.bat (NT)
    <TOMCAT_HOME>\bin\tomcat.sh (Unix)
    Here is a portion of a modified tomcat.bat (on NT)
    rem Add BC4J libraries
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\xmlparserv2.jar
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jdev-rt.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbojdbcpatch.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\connectionmanager.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbohtml.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jboimdomains.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\or dim817.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\ordvir817.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\ordhttp.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbomt.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbodomorcl.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jboremote.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jndi.jar
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbodatum12.zip
    rem Add Oracle JDBC library
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\classes12.zip
    Note: I also added the Oracle JDBC library since Tomcat does not have it.
    It is found at:
    <JDEV_HOME>\jdbc\lib\oracle8.1.7\classes12.zip
    And That's It!
    When Tomcat is restarted using this script, the necessary BC4J libraries
    will be in the classpath..
    A follow up How To:"How To Deploy a BC4J JSP Application on IAS and Tomcat"
    will be posted shortly!

    I copied the following files in jserv classpath
    bc4jct.jar
    bc4jctejb.jar
    bc4jdomorcl.jar
    bc4jhtml.jar
    bc4jimdomains.jar
    bc4jmt.jar
    bc4jmtejb.jar
    bc4juixtags.jar
    collections.jar
    datatags.jar
    jdev-cm.jar
    regexp.jar
    share.jar
    uix2.jar
    cabo.war
    classes12.jar
    nls_charset12.jar
    ordim.jar
    ordhttp.jar
    runtime12.jar
    jdev-rt.jar
    xmlparserv2.jar
    bc4j_jclient_common.jar
    webapp.war
    I got this list from Jdev 9031 on-line help
    I also copied the new DataTags.tld file to /webapp directory
    When i run my jsp page i get this error..
    java.lang.NoClassDefFoundError: java/util/TimerTask
         at oracle.jbo.http.HttpContainer.findSessionCookie(HttpContainer.java:693)
         at oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doStartTag(ApplicationModuleTag.java:148)
         at jspapp.odrjsp__html._menu._jspService(Compiled Code)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
         at oracle.jsp.JspServlet.doDispatch(Compiled Code)
         at oracle.jsp.JspServlet.internalService(Compiled Code)
         at oracle.jsp.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at oracle.portal.provider.v1.http.JspRenderer.renderBody(JspRenderer.java:116)
         at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:164)
         at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(Compiled Code)
         at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(Compiled Code)
         at oracle.portal.provider.v1.http.HttpProvider.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at org.apache.jserv.JServConnection.processRequest(Compiled Code)
         at org.apache.jserv.JServConnection.run(Compiled Code)
         at java.lang.Thread.run(Compiled Code)
    In the JDK 1.3 APi docs, i found that TimerTask was introduced only in JDK 1.3
    Does this mean that BC4J (in jdev 9031) will only work
    with JDK 1.3 or later?
    Thanks for your time.
    Harish

  • Patch set 3 of Application Server (version 10.1.2.3)

    All,
    I just got word that patch set 3 of Applications Server 10.1.2 (10.1.2.3) is now targeted for March 7th 2008.
    It includes support for MS Vista, both on the client and the builder.
    It does not include certification for Sun's plug-in version 1.6 though. It is targeted for the end of March currently.

    Let me explain, although I am sure Jan can clarify further if required when he comes on line.
    If for example, 10.1.2.3 came out on the 15 March (made up date) and we said that we have not yet completed our certification testing.
    Then between the 15th and the 30th March we run all our tests and everything passes (it can take a week or so to do the testing). Then on the 30th of March we can say "10.1.3.2 IS certified".
    So, we don't need to patch it, its just that we haven't completed all our certfication testing by the time the product is released.
    Regards
    Grant

  • [SOLVED] Can't set X server display resolution

    Hello all,
    I'm trying to set X Server display resolution to my monitor native 1366x768. I'm running Arch in a VMWare virtual machine. I have installed xf86-video-vmware drivers.
    Here's the contents of my 10-monitor.conf file
    Section "Monitor"
    Identifier "Monitor0"
    DisplaySize 410 230
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "vmware" #Choose the driver used for this monitor
    EndSection
    Section "Screen"
    Identifier "Screen0" #Collapse Monitor and Device section to Screen section
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24 #Choose the depth (16||24)
    SubSection "Display"
    Depth 24
    Modes "1366x768" "1024x768" "800x600" "640x480" #Choose the resolution
    EndSubSection
    EndSection
    And here's the log file where the resolutions get rejected:
    2831.766] (II) vmwlegacy(0): Not using mode "1366x768" (no mode of this name)
    2831.766] (II) vmwlegacy(0): Not using mode "1024x768" (no mode of this name)
    Is this a consequence of the vmlegacy drivers? This is up high in the log file, where the legacy drivers eventually get loaded:
    [ 2829.987] (II) LoadModule: "vmware"
    [ 2829.988] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
    [ 2829.988] (II) Module vmware: vendor="X.Org Foundation"
    [ 2829.988] compiled for 1.8.0, module version = 11.0.1
    [ 2829.988] Module class: X.Org Video Driver
    [ 2829.988] ABI class: X.Org Video Driver, version 7.0
    [ 2829.988] (II) LoadModule: "vmwgfx"
    [ 2829.988] (WW) Warning, couldn't open module vmwgfx
    [ 2829.988] (II) UnloadModule: "vmwgfx"
    [ 2829.988] (EE) Failed to load module "vmwgfx" (module does not exist, 0)
    [ 2829.996] (EE) vmware: Please ignore the above warnings about not being able to to load module/driver vmwgfx
    [ 2829.998] (II) vmware: Using vmwlegacy driver everything is fine.
    [ 2829.998] (II) LoadModule: "vmwlegacy"
    [ 2829.998] (II) Loading /usr/lib/xorg/modules/drivers/vmwlegacy_drv.so
    [ 2829.998] (II) Module vmwlegacy: vendor="X.Org Foundation"
    [ 2829.998] compiled for 1.8.0, module version = 11.0.1
    [ 2829.998] Module class: X.Org Video Driver
    [ 2829.998] ABI class: X.Org Video Driver, version 7.0
    [ 2829.998] (II) vmwlegacy: driver for VMware SVGA: vmware0405, vmware0710
    [ 2829.999] (--) using VT number 7
    [ 2830.043] (II) Primary Device is: PCI 00@00:0f:0
    [ 2830.043] (--) vmwlegacy(0): VMware SVGA regs at (0x10d0, 0x10d1)
    [ 2830.043] (II) Loading sub module "vgahw"
    [ 2830.043] (II) LoadModule: "vgahw"
    [ 2830.044] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 2830.044] (II) Module vgahw: vendor="X.Org Foundation"
    [ 2830.044] compiled for 1.8.1.902, module version = 0.1.0
    [ 2830.044] ABI class: X.Org Video Driver, version 7.0
    [ 2831.763] (--) vmwlegacy(0): caps: 0x001FC3E2
    [ 2831.763] (--) vmwlegacy(0): depth: 24
    [ 2831.763] (--) vmwlegacy(0): bpp: 32
    [ 2831.763] (--) vmwlegacy(0): vram: 18022400
    Am I stuck to 800x600 in X Server when running Arch as a VMWare guest, or can I improve my situation?
    EDIT: I have open-vm-tools installed and started through /etc/vmware-tools/poweron-vm-default.
    Last edited by marfig (2010-08-05 02:40:23)

    Ok. Finally it's working. This is why I love Arch. It forces me to learn.
    The solution:
    Step 1.
    I followed the instructions in X.Org Wiki about obtaining modelines. Sadly, the log file didn't produce anything (probably because I was using the vesa vbe driver). But I followed the next option and got the modeline from Windows tool, Powerstrip.
    "1366x768" 85.476 1366 1436 1579 1792 768 771 774 798 -hsync +vsync
    Step 2.
    Went to the web and fetched all the technical information about this monitor (a Acer X193HQ, that I use as my third monitor). I wanted hsync and vsync ranges, and display size in mm.
    Step 3.
    Edited my configuration file (/etc/X11/xorg.conf.d/10-monitor.conf) making sure to comment out the last part of the modeline, since I was going to manually add the hsync and vsync ranges.
    Section "Monitor"
    Identifier "Monitor0"
    DisplaySize 410 230
    HorizSync 30-80
    VertRefresh 55-60
    ModelName "X193HQ"
    Option "DPMS"
    VendorName "Acer"
    ModeLine "1366x768" 85.476 1366 1436 1579 1792 768 771 774 798 # -hsync +vsync
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1366x768"
    EndSubSection
    EndSection
    Step 4.
    Success! X is started in 1366x768 with the vesa drivers with a 60Hz refresh rate.
    Final thoughts
    - With the vmware display drivers (xf86-driver-vmware) I don't get ideal results. For some reason it starts in 1368x768 (yes, 1368!). However xrandr reveals it supports 1366x768, and once I xrandr --size into it, all is fine. Dunno why this happens.
    - It only works in 16 bit depth. 24 or 32 corrupt the screen. I don't know exactly why either. But for the use I plan to give the X server, 16 bit is fine.
    Last edited by marfig (2010-08-06 00:02:24)

  • Class Not Found in Server Application

    I have set up a basic server application. It contains three files namely
    Arith.java (implements the Remote interface)
    ArithImpl.java (implements Arith.java the server) and
    ArithApp.java which is the client Application
    All of these are in the same package. I have compiled all of these files and I execute the rmic ArithImpl command from within the ArithImpl.java file via Runtime.getRuntime.exec(...);
    The stub and skeleton files are generated and still I get a class not found exception. I have checked the class path and these files are within the class path.
    If anyone could help me I'd greatly appreciate it. Thanks
    public class ArithImpl extends UnicastRemoteObject implements Arith{
    public static final String HOST_NAME = "localhost";
    public static final String ROOT = "C:/Work/Thesis~1/LearningRMI/";
    public static final String CLASSPATH = ROOT;
    public static final String POLICY_FILE = CLASSPATH+"policies/rmi.policy";
    public static final String RMI_LOCATION = "C:/Progra~1/java/jdk1.5.0_03/bin/";
    String objectName;
    public ArithImpl(String s) throws RemoteException{
         super();
         objectName = s;
    public int[] add(int[] a, int[] b) throws RemoteException {
         int c[] = new int[10];
         for (int i=0; i<10; i++)
              c[i] = a[i]+b;
         return c;
    public static void main(String[] args) {
         System.setProperty("java.security.policy",POLICY_FILE);
         System.setProperty("java.class.path",CLASSPATH);
    String rmic = RMI_LOCATION+"rmic -vcompat -classpath "+CLASSPATH+" "+ArithImpl.class.getName();
    String registry = RMI_LOCATION+"\\rmiregistry";
    try{
    Runtime rt = Runtime.getRuntime();
    rt.exec(rmic);
    rt.exec(registry);
    catch (IOException e){
    e.printStackTrace();
    RMISecurityManager sm = new RMISecurityManager();
    System.setSecurityManager(sm);     
    try{
    Naming.rebind("//"+HOST_NAME+"/ArithServer", obj);
    System.out.println("ArithServer bound in registry");
    catch (Exception e){
    e.printStackTrace();

    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
         java.lang.ClassNotFoundException: Arith
         at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:385)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:595)
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
         at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
         at java.rmi.Naming.rebind(Naming.java:160)
         at ArithImpl.main(ArithImpl.java:106)
    Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
         java.lang.ClassNotFoundException: Arith
         at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
         at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ClassNotFoundException: Arith
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at sun.rmi.server.LoaderHandler.loadProxyInterfaces(LoaderHandler.java:707)
         at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:651)
         at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:588)
         at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:628)
         at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:294)
         at sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:238)
         at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1494)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1457)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
         ... 9 more

  • The Server application, source file, or item can't be found, or returned an unknown error. You may need to re install the server application

    Hello All, can anybody help?
    The Problem
    We are running SharePoint 2013 and document sets that have an excel file and a PowerPoint presentation both in the document set folder  and we have mapped this to a unc path
    \\SP.companyname.com\@SSL\DavWWWRoot\Documents
    Once a link(graph) is added from excel 2010 (Ctrl C) then go into PowerPoint 2010 Paste > paste special > paste link (As Microsoft Excel Chart Object) click ok the graph goes into the PowerPoint presentation.
    The graph/Table is added but in Power point 2010. Perfect.
    The problem is when we close excel and try and click on the graph(link) we get the following error “The Server application, source file, or item can’t be found, or returned an unknown error. You may need to reinstall the server
    application”
    If we right click then we get
    The Linked file was unavailable and can’t be updated
    Has anybody else experienced this issue?
    We are running SharePoint 2013 and document sets that have the excel file and PowerPoint in and we have mapped this to a unc path
    \\SP.companyname.com\@SSL\DavWWWRoot\Documents
    I think that Office 2010 does not link or cannot link to a url which it see the unc path as?? It works in Office 2013 but we have Office 2010 as standard across the firm also I have tried SP1 and SP2 for Office 2010 but still
    no joy 
    Is anybody else experiencing this issue? is there at least a work around?
    Many thanks in Advance
    Jake

    Hi,
    Usually this issue is caused by the Protected Mode in Adobe software, since it's not a Microsoft product, the information I can provide is quite limited. I suggest you contact the support of Adobe first, ask if they can provide any suggestion.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Can't get remote cluster machine to encode video - getting 'Media Server application unexpectedly quit'

    Hi
    Using Compressor 4 / Apple QuarterMaster admin etc, I have set up a Cluster and it works well to Share > Export Using Compressor Settings.  That took some doing, and I'm happy that it works.
    If I do all my processing in the foreground, or alternatively in the background on my FCPX computer, ie without running or using any cluster in the background, it all goes well.  Quick, error free. 
    If I activate the cluster and only put my local machine's compressor services into it, and then send my compressor batch to the cluster, it works perfectly well.  But that defeats the point of having a cluster.  I want the remote machine to do all the work so my local machine doesn't slow down.
    Unfortunately, if I add the remote machine's services into the cluster, the encoding always fails with 'Media Server application unexpectedly quit' in the error log.  I know that the cluster is distributing segments of the file to the remote machine - this can be seen in the Share Monitor, but they never get processed and sit there waiting until I get the error message.
    The remote machine is a modern 4G core 2 duo MacBook. It's never been used for this before.  It has Compressor 4 and the Pro Apps Update installed and both appear to work.  Both machines are running 10.6.8.  The remote machine has Compressor services initialised in Apple QMaster sharing.  The QMasterAdmin sees these services.  They are accessible over Bonjour and appear in the Cluster.  Compressor services from both the local and the remote machine are configured exactly the same way.  The same QT codecs exist on both machines.  I've restarted, shift-restarted, etc etc.
    So I am at a loss here.  The remote machine just won't compress anything it is sent. 
    Any ideas?  Must both have FCPX installed?
    Anyone actually got a remote machine in a cluster to work with Compressor 4?  I can't figure it out.
    Chris.

    OK... finally sorted it out.
    It's a bug, as far as I can tell. 
    Any job entered directly into Compressor 4 in the normal Compressor manner will be successfully rendered by any working cluster from any machine that can access the cluster.  That's good.  It means that the underlying distributed processing model works well.
    HOWEVER - any job forwarded to a Compressor 4 cluster that includes non-local compressor services (ie compressor services not resident on the same machine), using Share > Export Using Compressor Settings direct from FCPX will fail.
    To confirm this bug, I made a cluster on a remote machine.  It was a dual core machine, so I enabled 2 compressor services on that machine, and that's all the cluster was.  Simple.
    I then manually entered a video file (ProRess 422 720p) into Compressor on the remote machine.  I did this by physically setting up new job using the compressor user interface.  A bog standard ProRes422 720p file rendered fine this way on the remote machine.  As did anything else I gave it.  Good.
    Then on my main machine, I opened Compressor and made a job based on the same file and settings, and sent it to the remote machine's cluster.  No problem at all!  Great!
    So now I know that both Compressor versions, and the clustering model, are working fine.  In fact I can send all sorts of files to the cluster, from any other version of compressor, and have them processed on the remote machine, and get the result back on my desktop later on.  Excellent.
    But, if I try put this same file into a FMPX timeline, and go Share > Export Using Compressor Settings.... and select a cluster with remote (non-local) compressor services, it does not work.  Rendering the video segments on the remote machine times out and fails, every time.  It doesn't matter what file format I use, it just fails. 
    So it's a bug. 
    From what I can tell, Final Cut Pro X somehow messes up the Share > Export Using Compressor settings where the cluster includes non-local compressor services, causing all jobs to fail.  The same Share > Export Using Compressor Settings will work quite happily if all the services on the cluster are on the same machine as FCPX, or if the job is sent to This Computer in the background.  But any attempt to send files to a cluster using any remote services will fail.
    I hope this saves some people from wasting as much time as I have!
    One workaround is to export to ProRes then put this file manually into Compressor, sending the job to the remote cluster.  This is a two step process with a large intermediary ProRes file.  If one goes Export as QuickTime movie, generating the intermediary file prevents further FCPX work being done. 
    To get the intermediary in the background one could use  Share > Export Using Compressor Settings via either This Computer, or to a cluster using only local services.  Then once complete, manually add it to a compressor job.
    So this is a FCPX bug as far as I can tell.
    Chris.

  • "media server application expectly quit" when submitting from final cut pro

    browsing through the list, it seems the problem couldn´t be solved so far.
    doing some systematic testing, the following riddle shows up:
    ... when adding a QT ref movie (or movie) directly to the compressor batch list and submit to the cluster, everything runs fine.
    ... when exporting from final cut pro:
    menu -> export -> using compressor ...
    submitting in compressor using:
    1) Cluster: this computer: everything keeps running fine.
    2) Cluster: MylovelyCluster ....
    the job fails with the message "Failed: HOST [clusternode_name.local] media server application unexpectedly quit"
    since there is 5TB + of data to be compressed, copying files to the render nodes is not an option. all data is on a shared xraid, connected via giganet.
    Any ideas, any hints appreciated !
    regards,
    p.s. Anybody running an XSAN having the same issues?
    G5s, G4s, G3s, macminis, powerbooks   Mac OS X (10.4.7)   xraid

    ... well, the answer is in other topics.
    showstopper explains it patently again and again ...
    thanks from here.
    shortly: when submitting from FCP, every node HAS to have FCP installed and MUST have access to the same relative file path (mounted shared volume). If the volume is not present, the render node will open the reconnect media dialogue and waits for user input.

  • UTF/Japanese character set and my application

    Blankfellaws...
    a simple query about the internationalization of an enterprise application..
    I have a considerably large application running as 4 layers.. namely..
    1) presentation layer - I have a servlet here
    2) business layer - I have an EJB container here with EJBs
    3) messaging layer - I have either Weblogic JMS here in which case it is an
    application server or I will have MQSeries in which case it will be a
    different machine all together
    4) adapter layer - something like a connector layer with some specific or
    rather customized modules which can talk to enterprise repositories
    The Database has few messages in UTF format.. and they are Japanese
    characters
    My requirement : I need thos messages to be picked up from the database by
    the business layer and passed on to the client screen which is a web browser
    through the presentation layer.
    What are the various points to be noted to get this done?
    Where and all I need to set the character set and what should be the ideal
    character set to be used to support maximum characters?
    Are there anything specifically to be done in my application code regarding
    this?
    Are these just the matter of setting the character sets in the application
    servers / web servers / web browsers?
    Please enlighten me on these areas as am into something similar to this and
    trying to figure out what's wrong in my current application. When the data
    comes to the screen through my application, it looks corrupted. But the asme
    message when read through a simple servlet, displays them without a problem.
    Am confused!!
    Thanks in advance
    Manesh

    Hello Manesh,
    For the database I would recommend using UTF-8.
    As for the character problems, could you elaborate which version of WebLogic
    are you using and what is the nature of the problem.
    If your problem is that of displaying the characters from the db and are
    using JSP, you could try putting
    <%@ page language="java" contentType="text/html; charset=UTF-8"%> on the
    first line,
    or if a servlet .... response.setContentType("text/html; charset=UTF-8");
    Also to automatically select the correct charset by the browser, you will
    have to include
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> in the
    jsp.
    You could replace the "UTF-8" with other charsets you are using.
    I hope this helps...
    David.
    "m a n E s h" <[email protected]> wrote in message
    news:[email protected]...
    Blankfellaws...
    a simple query about the internationalization of an enterpriseapplication..
    >
    I have a considerably large application running as 4 layers.. namely..
    1) presentation layer - I have a servlet here
    2) business layer - I have an EJB container here with EJBs
    3) messaging layer - I have either Weblogic JMS here in which case it isan
    application server or I will have MQSeries in which case it will be a
    different machine all together
    4) adapter layer - something like a connector layer with some specific or
    rather customized modules which can talk to enterprise repositories
    The Database has few messages in UTF format.. and they are Japanese
    characters
    My requirement : I need thos messages to be picked up from the database by
    the business layer and passed on to the client screen which is a webbrowser
    through the presentation layer.
    What are the various points to be noted to get this done?
    Where and all I need to set the character set and what should be the ideal
    character set to be used to support maximum characters?
    Are there anything specifically to be done in my application coderegarding
    this?
    Are these just the matter of setting the character sets in the application
    servers / web servers / web browsers?
    Please enlighten me on these areas as am into something similar to thisand
    trying to figure out what's wrong in my current application. When the data
    comes to the screen through my application, it looks corrupted. But theasme
    message when read through a simple servlet, displays them without aproblem.
    Am confused!!
    Thanks in advance
    Manesh

  • Port configuration of a server application on linux

    Hello,
    I am developing a server application. I am using Eclipse as the development environment. I am working on Linux Fedora 1.5. And as servlet container I am using Apache-Tomcat 5.5.
    When I run my project on the server with default values it works fine. Here is the address I am using:
    http://localhost:8080/ProjectName/ServletName
    However, I want my project to work on port 80.
    First of all, in order to make this modification do I need to have root rights?
    I configured project settings on Eclipse so that the application later will listen to requests on port 80. But somehow it didn't work. I am wondering if I am missing sth or not. Can someone share his/her experience with me pls..?
    Thanks & Regards

    Hi!
    Thank a lot for the answer. I solved the problem. Eclipse said that the port 80 is already in use, so I concantrated on this. However, i tried to run the tomcat server as root (in linux) and it worked at this time. The problem was usage right. nothing was running on port 80 actually, but I couldn't understand why Eclipse said so.
    And the command 'lsof -i :80'. I don't know this command. I tried to run it but I got a command not found error. I tried both as normal user and root. Did you write a letter wrong in this command..? Or am I doing sth wrong here? Why didn't it work out? Since I am not that good in linux, I would like to learn this command. Sth very important I guess..
    Thanks & Regards

  • Media Server application unexpectedly quit??

    Greetings All,
    I am trying to export from FCPS to compressor using a cluster created with Qmaster. In the cluster there are 2 machines. One computer is set up as services only and the other is set with services and cluster controller. When Batch monitor comes up I get the following Error. Failed: Host [hostname.local] Media Server application unexpectedly quit. Have I set up the cluster wrong? what might cause this error??
    Thanks

    Well, I'm not sure what exactly is going on yet, but here's what I've done:
    I followed these steps for the "Unable to connect to background process" issue that Compressor sometimes has, even though that wasn't the issue. It sort of made sense to do, though, because when I reinstalled FCP and DVDSP, I did DVDSP4 first, then FCP HD 4.5, which predates DVDSP 4 by a generation (I think). So it was possible that Compressor got screwed up in the install...still hard to tell, though.
    So then I just tried a bunch of videos in Compressor. After several various attempts, it appears that *perhaps, maybe* it was just a bad custom preset. The built-in 150 min 2-Pass is currently working away on the video, and is 10% into it, which is 10% more than the custom preset ever got.
    So, I'm gong to let that encode, and then try to make the preset again, from scratch, and see I can figure anything out. The only thing different between the 150 min 2-Pass preset and my version of it was the addition of a Gamma Correction filter. So, who knows...
    If anyone knows anything else, please make a post.

  • CPICTRC File Generation from RFC Server application

    My company has developed a Windows Service that acts as a RFC Server application and pings SAP for remote function calls every so often. We have been running into an issue with the generation of a trace file when the SAP client is shut down. We have tried multiple methods to stop the generation of the trace file but each time it is generated as soon as the connection to the SAP client is severed. Below are the three methods we have used:
    1) Pass TraceLevel = 0 into the RegisterRFCServer method when we register our server application.
    2) Set the CPIC_TRC and even CPIC_TRACE environment variables to 0.
    3) Unchecked the 'Trace' checbox on the RFC destination in SAP.
    Each time we have tried this, even after setting the environment variables and rebooting we see that a CPICTRC file is being generated in the System32 folder with the contents similar to below:
    trc file: "CPICTRC1968", trc level: 1, release: "711"
    [Thr 5836] Sat Sep 19 17:06:15 2009
    [Thr 5836] opened by SAP_CMACCPTP (version=711.2008.04.28)
    [Thr 5836] *** ERROR => NiSockToHdl: sock 620 not found [nixx.c       1629]
    [Thr 5836] *** ERROR => NiSockToHdl: sock 620 not found [nixx.c       1629]
    [Thr 5836] *** ERROR => NiSockToHdl: sock 620 not found [nixx.c       1629]
    [Thr 5836] *** ERROR => NiSockToHdl: sock 620 not found [nixx.c       1629]
    [Thr 5836] *** ERROR => NiSockToHdl: sock 620 not found [nixx.c       1629]
    [Thr 5836] *** ERROR => NiSockToHdl: sock 620 not found [nixx.c       1629]
    [Thr 5836] *** ERROR => NiSockToHdl: sock 620 not found [nixx.c       1629]
    Does anyone have any idea why this file is being generated even though we are setting the trace level to 0 and, more importantly, how we can go about preventing this file from being generated?

    Hello Rob,
    I assume the gateway trace level is "propagated" from the SAP system to the external server program.
    Can you please check SM59, "Special Options"? There should be a section headed "Send Trace".
    If here the option "Default Gateway Value" is activated, try switching it to  "Do Not Send Trace".
    (Or alternatively you can turn off the gateway trace in transaction SMGW: Menu entry "Goto --> Trace
    --> Gateway --> Reduce Level")
    Best Regards, Ulrich

Maybe you are looking for