Appl Server Admin Console: Login Failed

Hi,
I am forget my username and password when i installed J2EE appl server. I would like to reset them to new values in order to get in into the admin console. How can reset my login info? Can anyone help?
Thank you
Latha

You could try this:
http://java.sun.com/j2ee/1.4/docs/relnotes/troubleshooting.html#1026910
Or reinstall the appserver.

Similar Messages

  • Portal Server Admin Console login problem....

    When I installed Sun Java Studio Enterprise 7 (trial edition) I also installed the server package (The second zip file). During the install I was only prompted to enter ID and password my Application server. But I do not know or have an ID and password for the portal server. When I launch the Portal Server Admin Console which is really the Access Manager's Admin console, it prompts me to enter my ID and password. The ID and password I have setup for the Application server does not work. Now my problem is, I cannot access the portal server on my machine. Does any one know how I can find out what my ID and password is? or how I can access the portal server?

    hi,
    I'm a newbie , who has just installed the java enterprise server. i installed it on windows platform and installation was successful. I don't know how to login to the portal server.
    please provide the address of the portal webpage if the one given below is incorrect:
    http://localhost:8080/portal/dt
    which username and password can i use for loggin in ? .....
    what is the default username and password ?
    is the username amadmin ?? if so what is the password ? ...
    kindly help me .....thanks in advance.... :)

  • Application Server Admin Console Login

    I like to know the default username and password of the Application Server Admin Console. (Server Navigator>Show Admin Console).
    At the end of the installation of JSC this login details are displayed but now I have forgotten. Please anyone help me.
    Thank you very much.

    Try "admin" and "adminadmin".

  • Application Server - Admin Console Login Problem

    Hi,
    I have installed J2EE 1.4 (Sun Java Application Server Platform Edition 8) on Windows 2000.
    Installation was successful and the app server is getting started too.
    When i am going to http://localhost:4848/asadmin (Admin Console) and enter user/password to login ..
    It complains:
    HTTP Status 400 - Invalid direct reference to form login page
    type Status report
    message Invalid direct reference to form login page
    description The request sent by the client was syntactically incorrect (Invalid direct reference to form login page).
    I could not find much on this in the troubleshooting guide or other documents too.
    Did anyone else face this issue and if you know the reason/workaround, Pls suggest.
    Thanks in Advance.
    Anwar

    Hey anwarak, I am having the exact problem again as well. I had this same issue on the previous release of j2ee and for a short time I had it working. I lost that functionality when I lost my disk drive to a (s.m.a.r.t.) type of error. I am now in the rebuilding system phase and thought the issue might be resolved in this release. My initial resolution that was suggested here was to turn off my firewall.
    I am running Win-XP SP1 and I also have Norton2002 and ZoneAlarm Pro 4.5.538.001 on my system. I have attempted to allow ZoneAlarm to ease restrictions for cookies and ad blockers, just in case but to no avail! I found the following log at C:\Sun\AppServer\domains\domain1\logs\access on my system:
    127.0.0.1 - - [01/Apr/2004:20:49:19 -0600] "GET /asadmin/index.html HTTP/1.1" 304 -
    127.0.0.1 - - [01/Apr/2004:20:49:19 -0600] "GET /asadmin/admingui/TopFrameset HTTP/1.1" 200 533
    127.0.0.1 - - [01/Apr/2004:20:49:20 -0600] "GET /com_sun_web_ui/css/css_ns6up.css HTTP/1.1" 304 -
    127.0.0.1 - - [01/Apr/2004:20:49:20 -0600] "GET /asadmin/jsp/login.jsp HTTP/1.1" 200 6862
    127.0.0.1 - - [01/Apr/2004:20:49:20 -0600] "GET /com_sun_web_ui/images/other/dot.gif HTTP/1.1" 304 -
    127.0.0.1 - - [01/Apr/2004:20:49:20 -0600] "GET /com_sun_web_ui/images/login/login_background.jpg HTTP/1.1" 304 -
    127.0.0.1 - - [01/Apr/2004:20:49:20 -0600] "GET /asadmin/images/productname.gif HTTP/1.1" 304 -
    127.0.0.1 - - [01/Apr/2004:20:49:20 -0600] "GET /com_sun_web_ui/images/login/login_sun_logo.gif HTTP/1.1" 304 -
    127.0.0.1 - - [01/Apr/2004:20:49:30 -0600] "POST /asadmin/jsp/j_security_check HTTP/1.1" 400 1099
    The post line is the most curious one of all! I am not sure what the result codes are, or where to find a definition of them. I am still digging for that.
    I am also looking for the answer!

  • Help with connection pool at system application server admin console 9.0

    Hi,
    I am trying to create a pool of oracle connections in system application server admin console, but when I ping to the server, it shows me the error: invalid oracle URL: OracleDataSource.makeURL.
    I have the jar file of the driver referenced in the classpath suffix field of the path settings.
    I have added all kind of combinations of additional properties, like
    serverName: 172.16.9.162
    databaseName: oradex07
    portNumber: 1521
    username: usr
    password: pwd
    or
    url: jdbc:oracle:thin:@172.16.9.162:1521:oradex07
    but it still showing me the same error

    Hey, I use this code to lookup session bean deployed in glassfish.
    Based on the glassfish EJB FAQ.
    Properties props = new Properties();
    props.setProperty("java.naming.factory.initial", "com.sun.enterprise.naming.SerialInitContextFactory");
    props.setProperty("java.naming.factory.url.pkgs", "com.sun.enterprise.naming");
    props.setProperty("java.naming.factory.state", "com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl");
    props.setProperty("org.omg.CORBA.ORBInitialHost", "localhost");
    props.setProperty("org.omg.CORBA.ORBInitialPort", "3700");
    InitialContext initialContext = new InitialContext(props);
    SessionBean bean = initialContext.lookup(ejbName);Cheers.

  • Missing tabs from WebLogic Server Admin console

    I am extremely new to WebLogic. It came with a vendor package we bought, and we do not have support. I have been using ASK to search for answers to my questions/problems. It has become obvious that either I don't know what I am doing :-) or that our installation is less robust than other peoples.
    On our Weblogic Server Admin console, there is no such thing as a "Change Center". If I go to Services -> JDBC -> Connection Pools, there is no tab for Testing. The only tabs I have are Configuration and Monitoring. Monitoring only has text on it - no button to push. Do I always have to "configure a new JDBC connection pool" in order to somehow find a TEST tab?
    Have we done something wrong during installation? Thank you, anyone, for help and advice.
    Bonnie

    Can you please share the error logs/standard output snippet here. It seems to be an issue with the classpath that the system classloader is reading.
    Cheers!!
    AJ

  • Can't login to Messaging Server Admin Console

    I've just installed DS5.2 and MSG5.2 on a 480R. After starting all the appropriate servers I am able to use the Admin Consoles on the 480R for both DS and MSG.
    But if I try to login to the MSG server's admin console remotely from my Win XP laptop I get an error "Cannot logon because of an incorrect user id, incorrect password or directory problem. I'm using the same settings (ports, user id cn=Directory Manager, password) as i did on the 480R. I even tried Sun ONE 5.2 admin console as well as the older Netscape 4.5 console. I don't have a problem when logging into the DS5.2 admin server via the console on my WinXP laptop.
    Any ideas ?

    Never mind. I hope the problem.
    The admin server was configured to only allow connections to it from the local machine. I added my laptop's IP to the allowed hosts and everything's working just fine now.
    Thanks anyways.

  • OSB Admin console-Assertion Failed Error!

    Hi Team -
    After creation of DB Data source and after creation of JNDI under Deployment in OSB admin console.(DS -Test connection was succesful.JNDI creation was successful).
    When we try to update DB adapter from OSB ADmin console >Deployment throws below exception,credential used is admin credential -Can anyone assist on this?
    Error opening /com/bea/console/actions/app/update/Flow.jpf.
    The source of this error is:
    com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:697)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:47)
         at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         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:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****
         at weblogic.server.ServerLifeCycleRuntime.getStateRemote(ServerLifeCycleRuntime.java:734)
         at weblogic.server.ServerLifeCycleRuntime.getState(ServerLifeCycleRuntime.java:581)
         at weblogic.management.deploy.internal.AppRuntimeStateRuntimeMBeanImpl.isTargetShutDown(AppRuntimeStateRuntimeMBeanImpl.java:196)
         at weblogic.management.deploy.internal.AppRuntimeStateRuntimeMBeanImpl.fixState(AppRuntimeStateRuntimeMBeanImpl.java:155)
         at weblogic.management.deploy.internal.AppRuntimeStateRuntimeMBeanImpl.getCurrentState(AppRuntimeStateRuntimeMBeanImpl.java:109)
         at sun.reflect.GeneratedMethodAccessor563.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:268)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1033_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
         at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:544)
         at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380)
         at $Proxy154.getCurrentState(Unknown Source)
         at com.bea.console.utils.DeploymentUtils.isDeploymentActive(DeploymentUtils.java:2116)
         at com.bea.console.actions.app.update.Flow.begin(Flow.java:165)
         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 org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:64)
         at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:184)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:50)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:58)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
         at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
         at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:256)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:133)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
         ... 55 more
    Caused by: java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators, IntegrationAdministrators, AdminChannelUsers]
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at weblogic.server.RemoteLifeCycleOperationsImpl_1033_WLStub.getState(Unknown Source)
         at weblogic.server.ServerLifeCycleRuntime.getStateRemote(ServerLifeCycleRuntime.java:722)
         ... 130 more
    Caused by: java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators, IntegrationAdministrators, AdminChannelUsers]
         at weblogic.security.service.SecurityServiceManager.seal(SecurityServiceManager.java:835)
         at weblogic.security.service.SecurityServiceManager.getSealedSubjectFromWire(SecurityServiceManager.java:524)
         at weblogic.rjvm.MsgAbbrevInputStream.getSubject(MsgAbbrevInputStream.java:351)
         at weblogic.rmi.internal.BasicServerRef.acceptRequest(BasicServerRef.java:875)
         at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:310)
         at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:944)
         at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:1139)
         at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:1021)
         at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:240)
         at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:882)
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:456)
         at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:323)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:298)
         at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:901)
         at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:840)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:130)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    Hi Anitha,
    I am facing the same issue.
    Have you found the solution to this problem?
    Please respond.
    Thanks
    KK

  • Server(Admin) start is failing in WLST bt able to start using startWeblg.sh

    Hi,
    I'm a newbie to weblogic, i have installed wls 11g in sloaris SunOS ,Sun-Fire-T200)
    Unable to start weblogic sever(Admin) through WLST, however when i'm using ./startWeblogic.sh, the server starting without any issues.
    Issue occuring since the port change(Admin Server) done thru WLST.
    Below is the error
    wls:/offline/nmdomain/Server/AdminServer>startServer()Starting weblogic server ...
    Server started successfully.
    'WLST-WLS-1329227901091'
    wls:/offline/nmdomain/Server/AdminServer>WLST-WLS-1329227901091: <Feb 14, 2012 8:58:26 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 17.0-b16 from Sun Microsystems Inc.>
    WLST-WLS-1329227901091: <Feb 14, 2012 8:58:29 AM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    WLST-WLS-1329227901091:
    WLST-WLS-1329227901091: There are 1 nested errors:
    WLST-WLS-1329227901091:
    WLST-WLS-1329227901091: weblogic.management.upgrade.ConfigFileHelper$ConfigFileException: [Management:141242]Invalid config version found at /appdata/wkst/cspt3/sunil/domains/nmdomain/config/config.xml version = 10
    WLST-WLS-1329227901091: at weblogic.management.upgrade.ConfigFileHelper.isUpgradeNeeded(ConfigFileHelper.java:215)
    WLST-WLS-1329227901091: at weblogic.management.upgrade.ConfigFileHelper.isUpgradeNeeded(ConfigFileHelper.java:60)
    WLST-WLS-1329227901091: at weblogic.upgrade.domain.DomainUpgradeServerService.start(DomainUpgradeServerService.java:40)
    WLST-WLS-1329227901091: at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    WLST-WLS-1329227901091: at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    WLST-WLS-1329227901091: at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:802)
    WLST-WLS-1329227901091: at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:489)
    WLST-WLS-1329227901091: at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    WLST-WLS-1329227901091: at weblogic.Server.main(Server.java:67)
    WLST-WLS-1329227901091:
    WLST-WLS-1329227901091: >
    WLST-WLS-1329227901091: <Feb 14, 2012 8:58:29 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    WLST-WLS-1329227901091: <Feb 14, 2012 8:58:29 AM EST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    WLST-WLS-1329227901091: <Feb 14, 2012 8:58:29 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    WLST-WLS-1329227901091: Stopped draining WLST-WLS-1329227901091
    WLST-WLS-1329227901091: Stopped draining WLST-WLS-1329227901091

    Hi,
    Firstly thanks for the suggestion.
    Able to start the server thru WLST by passing parameters to startServer('..','..')
    wls:/offline> startServer('AdminServer','nmdomain','t3://localhost:9999','weblogic','welcome1','/home/sunil/domains/nmdomain')
    however at the end of the log i got few exceptions and the wls:/offline> is not appearing any more..
    Below is the log and then error, pls help in trouble shooting the issue
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    .WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 192.168.120.21:9999 for protocols iiop, t3, ldap, snmp, http.>
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:9999 for protocols iiop, t3, ldap, snmp, http.>
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 3.182.40.53:9999 for protocols iiop, iiop, t3, t3, ldap, ldap, snmp, snmp, http, http.>
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 3.182.40.17:9999 for protocols iiop, iiop, t3, t3, ldap, ldap, snmp, snmp, http, http.>
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "nmdomain" running in Production Mode>
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    WLST-WLS-1329384454332: <Feb 16, 2012 4:28:56 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    WLST-WLS-1329384454332: Exception in thread "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    .Could not connect to the server to verify that it has started. The error returned is: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://localhost:9999: Destination unreachable; nested exception is:
            java.net.SocketTimeoutException: Read timed out; No available router to destination]
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1261, in startServer
    File "<iostream>", line 1848, in raiseWLSTException
    WLSTException: Error occured while performing startServer : Could not start the server, the process might have timed out or there is an Error starting the server. Please refer to the log files for more details.
    wls:/offline> wls:/offline> wls:/offline> wls:/offline> wls:/offline> wls:/offline> wls:/offline> wls:/offline> wls:/offline> wls:/offline> WLST-WLS-1329384454332: IOException when running WLSTProcess
    java.io.IOException: Stream closed
    at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:145)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:255)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    at weblogic.management.scripting.utils.WLSTProcess.run(WLSTProcess.java:78)
    at java.lang.Thread.run(Thread.java:619)
    WLST-WLS-1329384454332: Stopped draining WLST-WLS-1329384454332
    Edited by: 907822 on Feb 16, 2012 2:03 AM

  • Directory Server Admin Console "disappears" after logging in

    Hi,
    We are just starting to work with Directory Server 6.1, on RedHat 4. I access the server on which Directory Server is running via X. However, when I try to access the Admin Console and after logging in, the main Admin Console panel appears very briefly, and then everything, including the xterm window that I started with, disappears.
    I've tried restarting both the slapd (slapd-xxx) and admin console (start-admin), but the same thing keeps happening.
    This is the first time that I'm working with 6.1, but do I need to login/start the Admin Console a different way than before when using X?
    Thanks,
    Jim

    Hi,
    No one has responded to this thread, but for the record, one of my colleagues got it working today, and I hope that this info might help someone else someday...
    I had neglected (sorry) to mention that we're in an environment where we can't run directly as root, but instead have to use sudo.
    What I was doing earlier was ssh'ing to the server, then doing a "sudo bash", doing the "export DISPLAY=...", then running the startconsole to startup the Sun DS console.
    So, today, I was fooling around with this with one of the other guys, and instead of doing the "sudo bash", he just did the "export DISPLAY=...", and then just "sudo ./startconsole", and, voila, we got the console GUI and were able to login without it disappearing.
    I had not tried that previously, because I had thought that the "export DISPLAY=..." wouldn't have survived the sudo (I'm not that familiar with it), but I guess it does.
    I'm not 100% sure what the problem was with doing the "sudo bash", but I believe it had something to do with "who we were logged-in as".
    Maybe someone here who's more familiar with sudo, etc. and Cygwin X might be able to provide an explanation.
    Jim

  • T5120 console login failed

    Hi ,
    Need help on this .
    I have a T5120 unable to perform console login to domain through SP/ILOM .
    I have try to reset SP but unsuccessful . Managed to reboot the SP with sunservice
    id but still failed to get console login. The following error was seen while booting
    up the SP
    Waiting for daemons to initialize...
    Timed out waiting for daemons to start
    vbsc daemon failed to start
    T5120 current FW is
    current System Firmware
    Sun System Firmware 7.1.6.j 2008/11/25 11:12
    Host flash versions:
    Hypervisor 1.6.7.a 2008/08/30 05:18
    OBP 4.29.0.a 2008/09/15 12:01
    POST 4.29.0.a 2008/09/15 12:27
    SP firmware VBSC version: VBSC 1.6.7.c
    What is the cause of daemons failure ?
    Will upgrading the FW to the latest release ie patchid 136932-10 help ?
    TIA
    chong

    Hi ,
    More info .....
    LDOM is not being configured on the server .
    It seem that the ILOM has failed to communicate with the host as the result of the virtual blade system controller
    daemon failure .
    -> set /SYS/LOCATE value=Fast_Blink
    set: Invalid target /SYS/LOCATE
    How can I manaully restart the vbsc daemon ?

  • Default Administrator Username & Password for Weblogic Server Admin Console

    I created a new domain using the configuration wizard on windows (using config.cmd).
    While configuring the domain, I didnt check any of the check boxes for configuring Admin Server, Managed servers, clusters...
    Just gave the domain name and location of the domain home and clicked on create domain.
    So automatically AdminServer is created and domain was created successfully.
    After the domain is created, I started the Admin Server from the same configuration Wizard and clicked on Done.
    Now the Admin Server is started successfully. But I dont know the Administrator username and password as I didnt configure it while creating the domain.
    So how to login to Admin Console? What will be the default Administrator Username and Password to log into Admin Console?

    Got the answer.
    I tried with weblogic/weblogic9 and it worked.
    I m able to login to Admin Console. So this should be the default Username and Password.
    Please let me know your thoughts.

  • Linked Server : The old "Login failed for users "NT Authority\Anonymous Logon" issue

    Two SQL Servers: SQL Server 2008 sp3 and SQL Server 2014We are transitioning from 2008 to 2014.  We have need of some linked servers whilst this is ongoing.
    We've used them before, and indeed I set them up quite easily or so I thought.
    On the 2014 server, I can test the connection and everything ok.  If I logon to the linked server instance (ie the 2008 server) on the 2014 server, and connect to 2014 server, and test, I get the Error: 18456 Login failed error message.
    If I create a linked server on any instances of the 2008 server pointing to the 2014 server, no problems whatsoever going in that direction.
    Note that I'm selecting "Be made using the login's current security context"
    The 2008 sql server services is using a domain account as it's logon, whereas the 2014 server is using Managed Service Accounts.
    I've checked the SPN's and they all seem to be set ok.
    I then thought that perhaps there was an inconsistency with the Managed Service Account not being recognised (although does work when actually on the 2014 server).  I then changed (using Sql Server config manager) the account being used for the MSSQLSvc
    from the managed service account to the same account used by the 2008 sql server.  This seems to have produced a certain degree of success.  I can now test the connection from my local ssms and the 2008 server and these work ok for the most part. 
    I presumed I had a workaround and did further testing, however it doesn't always seem to run true.  This could of course be due to me not taking the same steps to reproduce the original workaround.
    This is effectively a transient condition as eventually we won't need the linked servers, however, they are needed for at least the next 2-3 months.
    Could anyone help explain the nature of this problem and where I'm going wrong?
    Regards
    Ian

    Hello,
    In addition to what Ashwin has asked (though the anonymous error message kind of gives it away):
    It does sound (I know you have you checked, but SPNs can be tricky devils) like an SPN issue or delegation issue
    The first thing I would point you to is the Kerberos Checking Tool for SQL Server. It's pretty new but in my testing it's been very accurate. Download, run it, and check the output:
    http://www.microsoft.com/en-us/download/details.aspx?id=39046
    Secondly, I would point you to this entry (yes, made by me):
    http://www.seangallardy.com/2014/05/using-kerberos-with-sql-server-part-1-double-hop/
    The reason why it works when you login from the 2008 server or the 2014 server and go to either or is because you're not double-hopping. You're local to the server, there is no delegation involved.
    Sean Gallardy | Blog
    MCM 2008
    MCSM:Data Platform Charter Member

  • SQL server(PC1) --- PC2: Login failed. The login is from untrusted domain and cannot be used with windows authentification

    Hey,
    I'want to make connection from my laptop(xxx.xxx.xxx.xxx = A) to a fixed computer(SQL server xxx.xxx.xxx.xxx =B). My connection string = "Provider=SQLNCLI11; Data source:name-pc/SQLEXPRESS; Integrated circuit=SSPI;Intial Catalog=Database name for visual
    studio C#.
    Laptop -> PC1 : Eror
    It works when i use localhost or 127.0.0.1 and i can read my database without any problems if i install SQL server on my laptop. Know i install it to PC1 and uninstall on my laptop. When i change the name-pc by an ip-adress i get this error: Login failed.
    The login is from untrusted domain and cannot be used with windows authentification. I did some research on multiple forums where they say about Local security policy(secpol.exe) but i don't have this file. 
    PC2-> PC3: work fine but i want to work with my laptop and i don't understand why it isn't working with my Laptop. 
    Can someone help me?
    Thx a lot and sry about my english(its a disaster) 
    Thibaut

    Hello,
    Yes, for the Windows Authentication to work you should be using the same Windows account and password.
    Are you willing to create SQL logins inside SQL Server and allow your users to connect to SQL Server using SQL Authentication
    instead of Windows Authentication? That could be a solution on a workgroup network.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Sir i was get only one mail at my permanent email id at rediffmail and i m not get other mail where the apple server to i login and finish the process whats going on there i suffering from last one week for this one id is it apple or what ?

    sir
    i was not get any mail at my permanent mail addres [email protected] and this mail id also same at apple so where the apple server for login and finish the process tell me is this way to apple to customer support and this is last mail for this  other wise i will go through the public protest comision and i will make
    statement for this type of fake process
    reply soon

    You are not addressing Apple here.
    This is a user to user forum, this is spelled out in the terms of service you agreed to when you joined.
    There is no Apple server for your email.
    servers are set up, used and maintained by whatever email service you use-such as rediffmail.
    Go threaten them.

Maybe you are looking for

  • Java comm package to remotely monitor a zigbee device

    hai... I have a java program to poll a sensor device every 2 min.... The program uses java comm to read and write data to it. I have java servlet program that has to access the serial port at the same time as the polling program to read/write data fr

  • Autocomplete forms with Java

    I am looking for a way to autocomplete login forms(In a web browser, IE) with a Java program. Does anyone know of a method, or if this is possible with Java? What about JNI?

  • How to activate photoshop elements 13 on my mac

    struggling to activate my photo shop elements 13 on my mac i can start the process but then it comes up with a message about not from a trusted site and doesnt recognise the publisher

  • Pre 8.0 Error and Crash

    Adobe Premiere Elements 8.0 produces an error PathUtils.cpp-190 and then crashes everytime I try to drag video into the timeline. However, no such error occurred when the Administrator was logged on using the same program. I'd like to think it is a p

  • Transfering and reinstalling a Supervisor 7-E

    We deployed a 4507R+E with redundant Sup 7-E's at a site. I have another 4507R+E at a different site that has redundant Sup 6-E's. I want to remove one of the Sup 7-E's from the first site and install it in the second site. I did get a notice that th