Problem to start the java stack . its not kernel. its java stack CAF

Hello SAP,
We have a problem to start the java stack. We saw in the SAP
Managementconsole that the instances are running,
The problem began after the deployment of the sap.com/CAF increaseing
from patch 6 to 12. After that we make the update from 12 to 12.1
The current kernel is number 95, the latest one.
This plattform is Netweaver 04‘S.
The B2C applications are stopped
We hope you help us as soon as possible , because we are getting late
with the project.
My email:
[email protected],
***send me and email and I can send you the files:
*error in java stack.doc  (detail of the error)
*the directory work
*and the log file of the SDM is attached in the file information_log_SDM.txt
The log file of de E:\usr\sap\CRD\DVEBMGS01\SDM\program\log
is also attached in the file sdmcl20070716142953.log
thanks for your fast answer
Best Regards,
Luis Moreno

aply the note: 1010640 and later restart the system
Luis Moreno

Similar Messages

  • I had an iphone 4 and when I downloaded the IOS7 started having problems. Gone the phone keypad, could not type more names of my contacts in the phone search. I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of yo

    I had an iphone 4 and when I downloaded the IOS7 started having problems. Gone the phone keypad, could not type more names of my contacts in the phone search. I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of your phone contacts it takes to open or write

    dedegodoy wrote:
    I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of your phone contacts it takes to open or write
    What does that mean? What is your technical support question?

  • Problem in starting the Netweaver Server...

    Hi,
    We have installed Netweaver 04s in Linux x86_64 platform with Oracle 10g. The Installation went fine and it started the server by itself once the installation was complete and we were able to get the home page of the appln server. However when we gave stopsap and then startsap through command prompt, it gave the success message that the instance is started but it didn't start the server any way.
    We rebooted the system and gave startsap and it started the server; we were able to deploy the applications into it as well.
    Now again we gave stopsap and then startsap, and getting the same behaviour. Even after rebooting the system its not starting the server.
    Any solutions for this? Thanks in advance...

    Hi,
    look into the work directory of the instance, what is the latest modified file and look into it, to locate the problem.
    Maybe the bootstrap parameters are not set right, or dev_jcontrol gives a clue.
    What about the database? Is it up and running?
    Look into the stderr files. Look into sapstart.log and sapstart.trc
    The sapstart/sapstop command give no hint if the system is started successfully, it is just a standard message saying that the command itself was executed.
    The VM-Parameter used are defined with the config tool.
    Maybe you should read some documentation first
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/2b0841a6e1ef6fe10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/2b0841a6e1ef6fe10000000a1550b0/frameset.htm</a>
    to understand the startup framework.
    And how to use the config tool
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/d1cf8d09a94ae79319893c2537d3a0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/d1cf8d09a94ae79319893c2537d3a0/frameset.htm</a>
    Regards,
    Sascha
    p.s.: I can highly recommend SAP Education class ADM200 to understand and administrate AS Java.

  • Not able to start the remote server - class not found exception

    All,
    I am quite new to RMI programming, although i am an experienced java programmer. I am facing a problem in starting the remote server program which i wrote for RMI. I am getting class not found exception for "stub" class eventhough the class is in the classpath.
    Following is the error console:
    cmd> java -classpath "D:\Eclipse_WorkSpaces\WS2\RMITests\classes" MyServerImplementation
    GetNames error: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: MyServerImplementation_Stub
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: MyServerImplementation_Stub
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:396)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
    at sun.rmi.transport.Transport$1.run(Transport.java:159)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at java.lang.Thread.run(Thread.java:619)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:359)
    at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
    at java.rmi.Naming.rebind(Naming.java:160)
    at MyServerImplementation.main(MyServerImplementation.java:21)
    Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: MyServerImplementation_Stub
    at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:386)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
    at sun.rmi.transport.Transport$1.run(Transport.java:159)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: MyServerImplementation_Stub
    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:247)
    at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:434)
    at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)
    at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
    at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
    at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
    ... 12 morePLEASE ADVISE HOW TO RESOLVE THIS...
    Following are my classes:
    MyRemoteInterface.java
    import java.rmi.Remote;
    import java.rmi.RemoteException;
    public interface MyRemoteInterface extends Remote {
    public String[] getNames() throws RemoteException;
    public class MyServerImplementation extends UnicastRemoteObject implements
    MyRemoteInterface {
    public MyServerImplementation()throws RemoteException{
    super();
    public String[] getNames() throws RemoteException{
    return new String[]{"Name1","Name2","Name3","Name4"};
    public static void main(String args[]) {
    try {
    // Create an object of the HelloWorldServer class.
    MyRemoteInterface obj = new MyServerImplementation();
    // Bind this object instance to the name "HelloServer".
    Naming.rebind("rmi://localhost:1985/GetNames", obj);
    System.out.println("GetNames bound in registry");
    catch (Exception e) {
    System.out.println("GetNames error: " + e.getMessage());
    e.printStackTrace();
    public class MyRMIClient {
    *@param args*
    public static void main(String[] args) {
    try {
    MyRemoteInterface remObj = (MyRemoteInterface) Naming.lookup("rmi://localhost:1985/GetNames");
    System.out.println("Names are "+remObj.getNames());
    catch(Exception e) {
    System.out.println("Problem encountered accessing remote object "+e);
    }

    That's a remote exception coming from the registry. You need to learn to recognize remote exceptions and their source, it's a mjaor source of confusion in RMI.
    In this case it's the registry that can't find the stub class.
    The stub class needs to be in the CLASSPATH of (i) the Registry and (ii) the client as well. Ditto the remote interface; ditto any application classes it refers to, and so on until closure.
    The easiest way to achieve (i) is to start it in the server's JVM, with LocateRegistry.createRegistry().

  • Error in starting the service Oracle CSService not found

    Hi all,
    i am trying to install Oracle Enterprise manager grid control,
    i am getting the following error message
    "error in starting the service Oracle CSService not found"
    when i checked in the "services.msc" the Oracle CSService is not started, so i tried to start the service, but its not starting and giving the error message as "error 3 system cannot find the path specified"
    then i checked in the service properties, and the path is pointing to a different directory,
    now i want to change this path to the correct oracle bin directory.
    any views how to cnage/update this path in the services.msc, for "Oracle CSService"
    Thanks alot.

    Hi
    i have got the answer for this question, i updated the registry with the correct file path, and then closed the registry, the services.msc file is automatically updated with the correct path
    and then started the CSService, then went to the OEM setup i clicked Retry buton, then it went through.
    Thanks to all the viewers.

  • PSE 8 problems to start the program

    Hello!
    Just download the PSE8 today and I can´t get it launched? The edit-program start but the organixer doesn´t. Either I can´t launched the share-programs or the program to make albums.
    Someone out there who can help me?
    SE-MJA

    Hello!
    I got the same result.
    The program can´t launch the "read in workspace for Elements Oganizer". It´s try to launch but be freeze and then nothing happens.
    It´s bad because I think the program was good. Now I think I will reclaime the produvt and get my money back.
    Regards!
    Micke
    Date: Wed, 7 Apr 2010 04:22:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: PSE 8 problems to start the program
    Have you located the program file to ensure it is properly installed?.
    If not, click on the start button and type PhotoshopElementsEditor.exe (note caps and no spaces) into the search box.
    The program, if available, should appear with a blue PSE icon in the search results.
    Right click on it and select send to desktop.
    Then try to open the editor from the desktop by clicking on the icon.
    >

  • HT4623 i am having a problem with my iphone 4s. it is not displaying its volume bar in music or anywhere when not connected to earphones. kindly help me with its volume settings.

    i am having a problem with my iphone 4s. it is not displaying its volume bar in music or anywhere when not connected to earphones. kindly help me with its volume settings.

    Have you tried the restart/reset/restore troubleshooting path?  That would be the best initial set of steps to take, particularly in a situation like this.  

  • My ipod power button wont work but i feel it pressing the button. its not stuck its just defective. what do i do

    my ipod power button wont work but i feel it pressing the button. its not stuck its just defective. what do i do

    Try restoring the iPod to rule out a software problem. First restore from backup and then to factory defaults/new iPod.
    Then an appointment at the Genius Bar of an Apple store is in order.

  • I face so much problem to start the laptop , 8530P,Elite book ?

    my laptop , 8530p , Elite book   start up button not working properly. many time press to the start up button, then my laptop start, i face so much problem to start the laptop?

    Hi @qayyumrabani 
    To get your issue more exposure I would suggest posting it in the commercial forums since the {insert product model} is a commercial product. You can do this at
    Commercial/Notebook - HP ProBook, EliteBook, Compaq, Slate/Tablet PC, Armada, LTE.
    The support page for your product may be helpful in the meantime:  HP EliteBook 8530p Notebook PC
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • I face so much problem to start the laptop?

    my laptop start up button not working properly. many time press to the start up button, then my laptop start, i face so much problem to start the laptop?

    Hi,
    Maybe the Power Button is loose..If that is the case then  you can contact HP technical support to get the button replaced depending on whether your notebook is still under warranty or out of warranty.
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • How can I copy programs (iWorks) and files from Time Capsule to my HD manually? The problem is that the migration assistant does not recognize my backup file and the user on the TC. (If I open the TC on finder, it it there though)

    How can I copy programs (iWorks) and files from Time Capsule to my HD manually? The problem is that the migration assistant does not recognize my backup file and the user on the TC. (If I open the TC on finder, it it there though)

    How can I copy programs (iWorks) and files from Time Capsule to my HD manually? The problem is that the migration assistant does not recognize my backup file and the user on the TC. (If I open the TC on finder, it it there though)

  • HT1203 i have tried this 6+ times to "How to share music between different accounts on a single computer" on my wifes mac and can not get it to work!! On my PC no problem but on the MAC it will not work, follow the instructions to the T but no go????

    i have tried this 6+ times to "How to share music between different accounts on a single computer" on my wifes mac and can not get it to work!! On my PC no problem but on the MAC it will not work, follow the instructions to the T but no go????

    It is almost as if the program does not exist on my computer. If I search for it, the only thing that comes up is the installer. I cannot find it anywhere despite the fact I have installed it numerous times, uninstalled it and conducted a fresh install, and the Adobe website checks says that it is installed.

  • I just buy operativesystem onlocker from 3 webshop i got the mail and it says i need to but it on itunes i do the all  steps but its not working its lockt to 3!

    i just buy operativesystem onlocker from 3 webshop i got the mail and it says i need to but it on itunes i do the all  steps but its not working its lockt to 3!

    sorry my english is very cash I think we got the paper on the lock operator and we have done all the steps but it will not play if it is unlocked, bought locked to three paid 350kr

  • HT201276 hi I was unable to quit Safari on my laptop it is buffering but it is not closing i have re-started the laptop but after re-start the laptop safari is not closing still it is buffering

    hi I was unable to quit Safari on my laptop it is buffering but it is not closing i have re-started the laptop but after re-start the laptop safari is not closing still it is buffering
    Please help me

    Force Quit Safari.
    Press command + option + esc keys together at the same time.
    Wait.
    When Force Quit window appears, select Safari if not already.
    Press Force Quit button at the bottom of the window.
    Wait.
    Safari will quit.
    If this does not help, press the power button for 7 or more seconds.
    Computer will shut down.
    Restart.

  • I buy a lightning cable, in the place that you say "premium" mac store, and its not original, its fake,

    live in argentina, and i buy a lightning cable, in the place that you say "premium" mac store, and its not original, its fake, if something happens to my iphone, you are going to care?

    I personally won't.  And I doubt anyone here will either.  This is a USER to USER support forum.  This is NOT Apple.

Maybe you are looking for