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.

Similar Messages

  • Problem in starting the web-server after configuring .so on AIX

    I am trying to configure a .so file in iplanet fasttrack web server 4.1 on AIX 4.3. I have build the .so file on IBM AIX 4.3. But while starting the web-server it failed to start.It fails when I include the following in obj.conf "Init fn="test-init" config="ConfigFile". While starting web-server I got the following :
    server terminated (signal 11): watchdog is restarting it
    failure: server initialization failed
    Any pointers on this would be helpful.

    I got similar errors in the past when the web server process was running in the background. Sometimes shutting down WAS does not work.
    Before you start WAS ensure that no java process is running or better try rebooting.

  • Problem whle starting the SOA server.

    Hi,
    I have Installed Oracle SOA suite in a server. I have created a domain and with in that domain, there is Admin server, Soa server and BAM server. They were working fine. But when I tried to re-start them recently , the Admin server was showing the warning
    <Mar 3, 2010 10:42:58 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": ORA-28001: the password has expired>
    but still I am able to access teh web logic console of the admin server.
    When I try to start the SOA server it gives the message
    Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired
    The same is the case with the BAM server also . The console of BAM server is showing the message
    Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired.
    I have used SYSTEM user credentials while installaing the SOA-SUITE. I have changed and re-set the password for that user. But That did not help.
    can any one please let me know how this issue can be resolved. Please contact me if any more info is needed.
    Thanks in advance for your time,
    Raj Kumar

    Hi Raj,
    Have you created any connection pool with name "mds-SpacesDS"?
    ORA-28001: the password has expiredAbove error shows that account of username, used in the DataSource of connection pool "mds-SpacesDS", has expired and password should be changed. After changing the pasword of DB user, mention the same in your Data-Source as well. Update the DBAdapter to refresh the connection pool.
    Regards,
    Anuj

  • Problems while starting the Managed Server through Node Manager..

    When I was trying to start a Managed Server using the Nodemanager , I am getting the following error :
    NodeManager not configured to receive commands from host : emis-develop
    I have the "nodemanager.hosts" file under the directory "c:\bea\wlserver6.1\config" and even while invoking the script for the startnodemanager , I am indicating this in the script ! Any ideas for this problem ??

    The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.> You may configure custom Identity and Trust in weblogic. It is not recommended to use Demo Trsut and Demo Identity for environments higher to Dev. -
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13707/identity_trust.htm#i1202182
    Regards,
    Anuj

  • Problem in starting the default server in Application Server 9.1

    Hi,
    I was new to this Java EE topics. So as a beginner i started installing Java Application Server 9.1. Upon installing it I began to Start Default Server. It started well. i STOPPED DEFAULT SERVER .Even that worked like a charm. I installed netbeans ide 6.5 and in tools i added this Application server. When i tried to deploy the sample project I'm an error like
    There is a conflict on port 8080.In command prompt i entered netstat-an there i came to see   TCP    127.0.0.1:8080         0.0.0.0:0              LISTENING I dont know how another port is using this 8080. I'm totally confused just because, when I first installed Application Server and made the default server to run, it ran, i dont know why now its not running now.
    In Server log file i could able to see the following message. I dont know what that mean.
    [#|2009-01-08T00:04:54.031-0600|SEVERE|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;8080;|A conflict occured on port 8080 . Server is shutting down.|#]
    [#|2009-01-08T00:04:55.250-0600|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=Thread-1;|sending notification to server...server|#] I just gave the last 2 lines of server log file.
    Please help me.
    Thanks in advance
    Edited by: netbeans2eclipse on Jan 7, 2009 10:06 PM

    Hi,
    NoClassDefFoundError signifies that there is a classpath problem.
    May be you are missing some critical jars in your classpath
    for ex. weblogic.jar, jdk's rt.jar or something else.
    You need to find this out.
    HTH
    VJ

  • Problem in Starting the Analytical Server

    Hi,
    I was instaled the Hyperion 9.3 license,Shared services, Aanlytical servers in my PC successfully it was running. But after restart my system The Analytical server get corrupted it was not started. After runnig the configuration utility it was woking. What is the reason ?. Could you please give me the solution.. My Operating system Windows XP SP2.
    Thanks in advance

    Hi,
    NoClassDefFoundError signifies that there is a classpath problem.
    May be you are missing some critical jars in your classpath
    for ex. weblogic.jar, jdk's rt.jar or something else.
    You need to find this out.
    HTH
    VJ

  • Problem in starting the weblogic server

    HI friends,
    I have a problem running the weblogic server, i am getting error as follows:
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    Starting WLS with line:
    C:\bea\JDK142~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -
    XX:PermSize=32m -XX:MaxPermSize=128m -Djrockit.codegen.optpriority=1 -Xverify:
    none -Xverify:none -da -Dplatform.home=D:\bea\WEBLOG~1 -Dwls.home=D:\bea\WEBLOG
    ~1\server -Dwli.home=D:\bea\WEBLOG~1\integration -Dweblogic.management.discover
    =true -Dweblogic.ProductionModeEnabled= -Dwlw.iterativeDev= -Dwlw.testConsole=
    -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\bea\patch_weblogic901\profiles\
    default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.po
    licy=D:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
    The WebLogic Server encountered a critical failure
    Exception in thread "main" java.lang.NoClassDefFoundError
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:174)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:372)
    at weblogic.Server.main(Server.java:66)
    So plz suggest me.
    Regrads
    Abhi007

    Hi,
    NoClassDefFoundError signifies that there is a classpath problem.
    May be you are missing some critical jars in your classpath
    for ex. weblogic.jar, jdk's rt.jar or something else.
    You need to find this out.
    HTH
    VJ

  • UCM 11g : problem in starting the UCM server

    Hi All,
    I have started the Managed service for UCm server.
    when i am hitting the url : http://<IP>:16200/cs
    it is giving me error "Server is unavailable".
    and in it's deatils following error is shown:
    javax.servlet.ServletException: Could not start up IDC server deployment. at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1245) at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542) at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455) at idcservlet.IdcFilter.initContentServer(IdcFilter.java:120) at idcservlet.IdcFilter.init(IdcFilter.java:112) at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98) at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409) at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184) at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361) at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51) at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200) at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30) at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240) at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169) at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123) at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180) at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96) at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) Caused by: java.io.IOException: UCM Server failed to initialize inside its servlet environment. at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:138) 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) at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87) at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305) at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278) at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1234) ... 41 more Caused by: intradoc.common.ServiceException: !csProviderUnableToStartSystem,SystemServerSocket at intradoc.server.IdcSystemLoader.prepareStartMonitorProviders(IdcSystemLoader.java:2553) at intradoc.server.IdcManagerBase.startProviders(IdcManagerBase.java:103) at intradoc.server.IdcManagerBase.serviceStart(IdcManagerBase.java:368) at intradoc.server.IdcServerManager.serviceStart(IdcServerManager.java:229) at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:620) at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:451) at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102) ... 49 more Caused by: intradoc.data.DataException: !csCouldNotListenOnPort,4444 at intradoc.provider.SocketIncomingProvider.startProvider(SocketIncomingProvider.java:254) at intradoc.provider.Provider.startProvider(Provider.java:86) at intradoc.provider.Provider.startProvider(Provider.java:79) at intradoc.server.IdcSystemLoader.prepareStartMonitorProviders(IdcSystemLoader.java:2523) ... 55 more Caused by: java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365) at java.net.ServerSocket.bind(ServerSocket.java:319) at intradoc.provider.SocketIncomingProvider.createServerSocket(SocketIncomingProvider.java:541) at intradoc.provider.SocketIncomingProvider.startProvider(SocketIncomingProvider.java:233) ... 58 more
    To restart the UCM server, the containing managed server process needs to be restarted.
    Please do let me know what could be the possible cause for this error and how to get over it.
    Thanks ,
    Nupur

    Yeah that's what i was also wondering , how it is giving error saying Address is already in use.
    because on that system there is only one IDC server is working & it's port is also not assigned to any other instance and only one domain is working.
    but when i disabled customized components it stopped giving that error.
    or reason for that error may be due to improper shut down of UCM server???
    Regards,
    Nupur

  • Problem in Starting the J2EE Server

    Hi All,
    I am getting the following error message when I start the Server.
    [Thr 3820] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c   1642]
    [Thr 3820] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
    [Thr 3820] JControlCloseProgram: started (exitcode = 66)
    [Thr 3820] JControlCloseProgram: good bye... (exitcode = 66)
    Expecting any clue to resolve this issue.
    Reg/Venkat

    Hi,
    This error might be due to the memory heap size. To resolve this:
    Stop ur server.
    1)Go to My Computer>properties>Advanced.
    2)In the performance tab>settings>performance options-->Advanced -->change
    3)Change the heap size of the memory to the local drives.
    Initial size (1524) and Max size(3048).
    <u><b>Alternate Solution</b></u>
    Go to services.msc and start all the oracle instances. (Manual Start)
    Restart the cluster. The server will start to run.
    Hope it helps,
    Regards,
    Nagarajan.

  • Problem in starting the DAC server

    Hi,
    Someone please help me.
    I have installed DAC 11g in my 64bit windows 7.
    Whenever I try to start DAC server by clicking startserver batch file I get Windows cannot find '-server'. Make sure you typed the name correctly, and then try again.
    Please help me.
    Thanks.

    Hi,
    NoClassDefFoundError signifies that there is a classpath problem.
    May be you are missing some critical jars in your classpath
    for ex. weblogic.jar, jdk's rt.jar or something else.
    You need to find this out.
    HTH
    VJ

  • Problem while starting the managed server

    Hi
    We have following configuration :-
    We have 2 physical sesrvers :-
    Server1 and Server2 in Sun Cluster running Solaris 10.
    We also have Oracle DB server 9.2.0.8 in RAC mode, one instance each on Server1 & Server2.
    Server 1 :-
    cluster1 :- 1 Managed Server running
    Server 2 :-
    cluster2 :- 1 Managed Server running
    we are getting following error in admin server log :-
    <Error> <NodeManager> <BEA-300034> <Could not execute command "kill" for server "cluster1" using the node manager. Reason: Connection refused. Couldn't connect to NodeManager. Check that it is running at localhost:5556.>
    Recently we have enabled the Connection Filter.
    also getting following info in logs :-
    <Notice> <Socket> <BEA-000445> <Connection rejected, filter blocked Socket[addr=192.193.164.8,port=53666,localport=8001], weblogic.security.net.FilterException: [Security:090220]rule 16>
    <Notice> <Socket> <BEA-000445> <Connection rejected, filter blocked Socket[addr=163.37.174.126,port=58284,localport=8002], weblogic.security.net.FilterException: [Security:090220]rule 17>
    Is it because of any misconfiguration in Connection filter ?
    Or filter is not allowing the request for ipaddress and port of Managed Server in cluster1
    Thanks in advance .. :)

    Thanks for the information.
    Node Manager is not used.
    I found problem in Connection filter.
    169.187.186.76 - address ManagedServer1
    169.187.186.77- address Managed server2
    169.187.186.51 :- Admin Server (8001 is http and 8002 is https)
    Tunneling is enable for Managed Server
    Please help me understanding below things is there any ambiguity in this rules :-
    In the script to stop Managed server we are using t3 protocol like : t3://ip:port but its not allowing t3 protocol .whereas t3 protocol is no where denied in rules.
    If I use https to issue request still not working
    <connection-filter>weblogic.security.net.ConnectionFilterImpl</connection-filter>
    <connection-filter-rule>127.0.0.1 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>172.16.0.129 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>172.16.1.1 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>169.187.186.59 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>169.187.186.51 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>169.187.186.76 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>192.168.10.4 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>172.16.4.1 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>169.187.186.77 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>169.187.186.60 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>172.16.0.130 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>172.16.1.2 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>192.168.10.5 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>172.16.4.2 169.187.186.51 8001 allow</connection-filter-rule>
    <connection-filter-rule>ocs1.in.citicorp.com 169.187.186.51 8002 allow https</connection-filter-rule>
    <connection-filter-rule>* 169.187.186.51 8001 deny</connection-filter-rule>
    <connection-filter-rule>* 169.187.186.51 8002 deny</connection-filter-rule>
    Thanks in Advance .......

  • 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().

  • Problem occured while starting the Manged server of weblogic9.2

    Hi all,
    I am cnfiguring the OWSM on 2 machine which are in Clustering mode(Pre-Prod Env)
    I have done the installation of SOA SUITE10.1.3.1 for the same.
    After installation , i started Admin server.
    But i am facing issue while starting the managed server of weblogic9.2 through admin Server Console.(which are clustered).The managed Server state goes to ADMIN and raise the error that failed to start the server.It does not go into RUNNING state.
    The error i was recieved is :
    *####<May 13, 2009 10:21:01 AM IST> <Info> <ServletContext-/bea_wls_internal> <ggneai65> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1242190261158> <000000> <HTTPClntLogin: Login rejected with code: 'Failed', reason: java.net.ProtocolException: HTTP tunneling is disabled*
    *     at weblogic.rjvm.http.HTTPServerJVMConnection.acceptJVMConnection(HTTPServerJVMConnection.java:88)*
    *     at weblogic.rjvm.http.TunnelLoginServlet.service(TunnelLoginServlet.java:80)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     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:283)*
    *     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)*
    *     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)*
    *     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)*
    *     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)*
    *     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)*
    *     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)*
    *     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)*
    *'>*
    because of which deployment of OWSM failed at managed server.
    please help me for the same ASAP.
    its urgent.
    Regards
    Gaurav

    That is an INFO message you received and would not stop a managed server from starting. To get rid of that INFO message, enable tunneling on the admin server.
    Check your node manager log file to see why the managed server is not starting.

  • Error in starting the BPEL Server

    Hi All ,
    I am new to the BPEL technology and facing problem when I try to start BPEL Server through the "Start BPEL Server" menu.
    This is the error that I get after a few minutes :
    OraBPEL "default" BPEL domain loaded.
    <2007-12-24 18:13:20,317> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://dwus1b018.msc.com:9700
    <2007-12-24 18:13:35,868> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://DWUS1B018:9700/orabpel
    <2007-12-24 18:13:51,404> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://10.10.10.10:9700/orabpel
    <2007-12-24 18:14:07,205> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://dwus1b018.msc.com:9700/orabpel
    <2007-12-24 18:14:22,741> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://localhost:9700/orabpel
    <2007-12-24 18:14:22,741> <ERROR> <collaxa> <ProcessJob::execute> Attempt (1/15)
    ... failed to connect ... retrying in 5 seconds ...
    <2007-12-24 18:15:01,415> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://dwus1b018.msc.com:9700
    <2007-12-24 18:15:57,390> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://10.10.10.10:9700/orabpel
    <2007-12-24 18:16:27,133> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://dwus1b018.msc.com:9700/orabpel
    <2007-12-24 18:17:01,908> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://localhost:9700/orabpel
    Earlier in the begining it reported that the network name and the localhost name are different so I installed a loopback adapter also. Now this problem is no more there but still the server does not boots and when I click on the BPEL Console then I get this message
    "Network Error (dns_unresolved_hostname)
    Your requested host "dwus1b018.msc.com" could not be resolved by DNS.
    For assistance, contact your network support team."
    Please guys help me out , I am badly stuck..........

    Hi ,
    I am badly stuck now . I have the system RAM now 1 GB and when I start the BPEM server then this is the snapshot of netstat command that I get
    H:\>netstat
    Active Connections
    Proto Local Address Foreign Address State
    TCP DWUS1B018:2083 dwus1b018.hsc.com:9700 ESTABLISHED
    TCP DWUS1B018:9700 dwus1b018.hsc.com:2083 ESTABLISHED
    TCP DWUS1B018:1077 DWUS1B018.hsc.com:2084 ESTABLISHED
    TCP DWUS1B018:1531 localhost:2075 ESTABLISHED
    TCP DWUS1B018:2072 localhost:2073 ESTABLISHED
    TCP DWUS1B018:2073 localhost:2072 ESTABLISHED
    TCP DWUS1B018:2075 localhost:1531 ESTABLISHED
    TCP DWUS1B018:1353 ggns1wfs01.hsc.com:microsoft-ds ESTABLISHED
    TCP DWUS1B018:2060 ggnmail01.hsc.com:https CLOSE_WAIT
    TCP DWUS1B018:2062 ggns1wis02.hsc.com:1026 TIME_WAIT
    TCP DWUS1B018:2077 ggns1wis02.hsc.com:microsoft-ds TIME_WAIT
    TCP DWUS1B018:2084 205.177.95.136:ftp ESTABLISHED
    TCP DWUS1B018:2086 205.177.95.136:ftp SYN_SENT
    *********************But soon there is error in the BPEL prompt :****************
    <2007-12-31 12:11:35,304> <INFO> <default.collaxa.cube.engine> <CubeEngine::init>
    OraBPEL "default" BPEL domain loaded.
    <2007-12-31 12:11:57,317> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://dwus1b018.hsc.com:9700
    2007-12-31 12:12:12.933 WARNING OWS-00102 Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}userObject to javax.xml.soap.SO
    APElement userObject. Reason for not creating a custom Java type: use of an unimplemented feature.
    2007-12-31 12:12:12.963 WARNING OWS-00102 Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}groupObject to javax.xml.soap.S
    OAPElement groupObject. Reason for not creating a custom Java type: use of an unimplemented feature.
    2007-12-31 12:12:12.963 WARNING OWS-00102 Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObject to javax.xml.soap.SO
    APElement roleObject. Reason for not creating a custom Java type: use of an unimplemented feature.
    2007-12-31 12:12:12.979 WARNING OWS-00102 Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}userObjects to javax.xml.soap.S
    OAPElement userObjects. Reason for not creating a custom Java type: use of an unimplemented feature.
    **************AND then the prompt hangs at this place :****************************
    0 processes have been loaded for BPEL domain "default".
    <2007-12-31 12:12:34,752> <INFO> <collaxa> <ServerManager::loadProcesses> Done loading processes for all domains
    <2007-12-31 12:12:38,021> <INFO> <default.collaxa.cube.compiler> validating "C:\product\10.1.3.1\OraBPEL_1\bpel\domains\default\tmp\.bp
    el_TaskManager_1.0_63ee83a3d1166eef2f9e56a17e1de896.tmp\TaskManager.bpel" ...
    <2007-12-31 12:12:38,099> <INFO> <default.collaxa.cube.compiler> validating "C:\product\10.1.3.1\OraBPEL_1\bpel\domains\default\tmp\.bp
    el_TaskActionHandler_1.0_5edb841c8a9e176e18a0fe3ad7114fb7.tmp\TaskActionHandler.bpel" ...
    <2007-12-31 12:12:50,635> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "TaskManager" (revision "1.0") successfully compiled.
    <2007-12-31 12:12:51,283> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "TaskActionHandler" (revision "1.0") successfully compiled.
    <2007-12-31 12:12:51,314> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskManager" (revision "1.0") successfully loaded.
    07/12/31 12:12:51 @#############@##@ CLOB = oracle.lite.poljdbc.CLOB@8433bb
    <2007-12-31 12:12:51,776> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskActionHandler" (revision "1.0") successfully loa
    ded.
    07/12/31 12:12:51 @#############@##@ CLOB = oracle.lite.poljdbc.CLOB@6fdb4b
    ************************At this if I run the BPEL Prompt then this message I get at the explorer Window :************************
    Network Error (dns_unresolved_hostname)
    Your requested host "dwus1b018.msc.com" could not be resolved by DNS. For assistance, contact your network support team.
    *********************At this moment the Netstat command gives this output *********
    H:\>netstat
    Active Connections
    Proto Local Address Foreign Address State
    TCP DWUS1B018:2083 dwus1b018.hsc.com:9700 CLOSE_WAIT
    TCP DWUS1B018:2089 dwus1b018.hsc.com:9700 CLOSE_WAIT
    TCP DWUS1B018:9700 dwus1b018.hsc.com:2083 FIN_WAIT_2
    TCP DWUS1B018:9700 dwus1b018.hsc.com:2089 FIN_WAIT_2
    TCP DWUS1B018:1531 localhost:2075 TIME_WAIT
    TCP DWUS1B018:1531 localhost:2095 TIME_WAIT
    TCP DWUS1B018:2072 localhost:2073 ESTABLISHED
    TCP DWUS1B018:2073 localhost:2072 ESTABLISHED
    TCP DWUS1B018:2093 localhost:9700 CLOSE_WAIT
    TCP DWUS1B018:2096 localhost:1531 TIME_WAIT
    TCP DWUS1B018:9700 localhost:2093 FIN_WAIT_2
    *********Please can anybody help me figure out this error****************

  • Error while starting the managed server using nodemanager

    HI ,
    I am getting the below error while starting the managed server from the Admin console. All the serverstart and the node manager proeprties looks fine.
    Below is the error in the managed server log,
    startWebLogic.sh: grep: not found
    startWebLogic.sh: uname: not found
    startWebLogic.sh: test: argument expected
    can you help me to solve the problem please. i am using weblogic 10.3.3
    thanks
    Arun

    I think you've changed and added some lines into your startWebLogic.sh script. Can you put your script here?

Maybe you are looking for

  • Template Builder error(unable to load data)

    Hi All. When I try to load xml data into my document the template builder throws up the follwoing error The macro cannot be found or has been disabled because of you macro security settings This message can appear if: The macro was deleted from the t

  • Replacement Path variable cannot be used in filter

    After creating a variable of type replacement path with query I get the error message: Errors: Variable ... cannot be used in 'Filter' 'Default Values'; remove Does anyone know what is causing this message and how to prevent it? Thanks. Regards, Józs

  • Handle user entry in a cell

    Hello; i have implemented the event of data entry in a cell by method handle_data_changed. After the process i want to clear the entry if it s not correct but the data stays fixed in the cell. What should i clear? Thx Ai

  • Interface connection between BW and R/3

    hi guys, I have installed BW and R/3 , i have to give RFC connection between these two. I dont know ,plz any one can tell me step by step, so i can fix it. reward points.

  • Custom Process Type in PC - ABAP pgm that returns success/fail status

    Hello All, I need to create a custom process type so that an ABAP program can return success/failure message to its successor. browsing through the forum posts i came across some links to a How-To document. but that link doesnt seem to be valid anymo