GroupWise login rejected (8101)

I am getting an odd message on my GroupWise 7.0.3HP3 webaccess servers. These servers only run the agents and they are running NetWare 6.5.8 on VMWare esx 3.5U2. The error that I am getting the following
Login failed: User username GroupWise login rejected (8101)
the user get mailbox is not available and I need to restart the agent to fix this.
Has anyone ever seen this error before?

netjgw,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • Password and/or login rejected in Dreamweaver 8

    Hi, I'm new to this so hope someone out there can help me.  I am using Dreamweaver 8 to run a website which I have "inherited".  I have managed so far but now have a problem.  Whenever I go to put changed files to the remote server I have had to go into Manage Sites and enter the login and password for the remote  server.  in the past this has been a nuisance rather than a problem.  However it now rejects either/both of these and I cannot connect to the remote server.  I last connected on 14 November when it was okay.  Today I can't get in.  I am not aware of anything that has changed since then.  Anyone any ideas??

    #1 Get the update for DW8.  
    The 8.0.2 update fixed many known issues including log-in details not sticking.
    http://www.adobe.com/support/dreamweaver/downloads_updaters.html#dw8
    #2 Have you tried connecting to your server with Filezilla or another 3rd party FTP app? 
    Nancy O.

  • Groupwise Login Issue

    We are having a login issue to our Groupwise system. Regardless of client or webaccess no one can successfully login. I have shutdown services, restarted servers, etc. The message we are all getting is "Please login again. You may have typed your name or password incorrectly. Remember that passwords are case sensitive."
    In doing some research I came across this TID Error: LDAP SSL key file not found [D078] User:user1 (user1) It talks about the Trusted Root Certificate possibly having a bad path. So, I tried to follow the resolution. However, I am not sure which of the items located at /opt/novell/groupwise/agents/lib/nldap/ is the Trusted Root Certificate. So, I copied libldapssl.so.0.0.0 and libldapssl.so to the /opt/novell/groupwise/agents/bin and issued rcgrpwise stop/start
    Do you think this is the correct TID for this issue? If so, is one of the these files the actual one I need to copy instead of the two I mentioned earlier? The other items listed in the nldap folder are: libldapsdk.so, libldapsdk.so.0.0.0, libldapx.so, and libldapx.so.0.0.0
    Our current setup version is Groupwise 8.0.2-92377 on a SLES 10 server.

    * dmantz
    see my reply in the other forum. Please don't ask the same question in multiple forums. Thanks!
    Uwe
    Novell Knowledge Partner (NKP)
    Please don't send me support related e-mail unless I ask you to do so.

  • First-time logins rejected.

    We're experiencing a strange problem with Oracle 8.1.6 on RedHat7. From almost any client, the first attempt at a login is rejected with an "invalid username/password", but a second immediate attempt with the same uid/passwd is successful.
    Has anyone seen this problem or have any idea how to debug it?
    Thanks,
    David

    Click the 'Reply' button to the bottom right of the post and type in the entry area which appears. (You must of course be logged in to do this). Then hit 'Reply' at the bottom of the entry area.

  • In app purchase for tomtom - login rejected!

    Afternoon all - i was going to get the in app purchase for the tomtom - it asks me for an email and password - my itunes one isn't working - and i cannot access it from itunes - do i have to register somewhere else for in app purchases? If so, where?
    All software up to date - present and correct!
    Cheers all

    In app purchases like the one for TomTom must be done using the same itunes account that was originally used to purchase the app. Second, you must actually be signed into the itunes store on your phone. So, make sure you're signed in, Settings>Store, & make sure the account you're signed into on your phone matches the account used to originally purchase the app.

  • How to install and consume GroupWise Web Service (SOAP)

    Hello! I'm Razvan, programmer from Romnia, and I am new to GroupWise development.
    I am asking if anyone could help me with a C# Visual Studio 2010 example of how to install and consume GroupWise Web Service (SOAP).
    The documentation from novell site didn't help me, i didn't understant much of it.
    All I need is either a link to a documented GroupWise C# developer step-by-step tutorial, or some code examples.
    Can you please show me some code examples in C# with:
    1)loging in using a username and a password,
    2)retrieving contact list,
    3)retrieving appointment list,
    4)sending a mail,
    5)setting an appointment
    I don't know how to use "groupwise.wsdl" and customise it so that it points to our GroupWise server.
    Please, I really need this because I am working at a project right now which involves GroupWise integration.
    I hope I haven't disturbed anyone with my simple question.
    I know this might be a very simple question given the complexity of the other posts here, but that's why I really hope I will get an answer soon.
    Thank you very much!
    Signature:
    How old is the Orthodox faith?
    How old is the orthodox faith?

    Just a comment.
    The value for the version element should be "1.02"
    not "1.2".
    Preston
    >>> On Tuesday, March 01, 2011 at 8:06 AM,
    TheRomanian<[email protected]> wrote:
    > I have great news! After strong documentation yesterday and today, I've
    > just made a successfull example that actually connects to our GroupWise
    > server.
    >
    > I made it in PHP.
    >
    > I need an ASP.NET + C# application, but now is very simple to convert
    > it. I post the PHP code here for other people who in future might be
    > interested in finding out.
    >
    > So a simple PHP GroupWise Login code using "groupwise.wsdl" web
    > service:
    >
    >
    > require_once('./GWService/GroupwiseService.php');
    > require_once('FB.class.php');
    >
    > $classmap = array(
    > 'Authenication' => 'Authenication',
    > 'PlainText' => 'PlainText',
    > 'loginRequest' => 'loginRequest',
    > 'loginResponse' => 'loginResponse',
    > 'logoutRequest' => 'logoutRequest',
    > 'logoutResponse' => 'logoutResponse',
    > 'UserInfo' => 'UserInfo',
    > );
    >
    > $gwservice = new GroupwiseService(
    > "./WSDL/groupwise.wsdl",
    > array(
    > "location" => "http://11.150.40.78:8756/soap",
    > *Your GroupWise server IP:
    > and PORT*
    > "classmap" => $classmap,
    > "trace" => true)
    > );
    >
    > // do login
    > $pt = new PlainText();
    > $pt‑>username = *"YOUR GROUPWISE USERNAME"*;
    > $pt‑>password = *"YOUR GROUPWISE PASSWORD"*;
    >
    > $lr = new loginRequest();
    > $lr‑>auth = $pt;
    > $lr‑>language = "en";
    > $lr‑>version = "1.2";
    > $lr‑>application = "phpClient";
    >
    > $lres = $gwservice‑>loginRequest($lr);
    > //print_r($lres);
    >
    >
    > I Hope this will help others.
    >
    > ‑‑
    > Signature:
    >
    > How old is the Orthodox Faith?
    > 'How old is the orthodox faith?'
    > (http://www.orthodoxphotos.com/history.shtml)

  • Possible to sync GroupWise calendar info?

    Anyone know of a way to sync GroupWise calendar info to the iPhone 3G?
    My office uses GroupWise. Ideally, I'd like to be able to sync my GroupWise work calendar and also have a personal calendar separately, but for now would be happy just to have a way to get my GroupWise calendar data to sync without having to manually enter it separately into a completely different calendar.

    The only way I have found to get my calender onto my iPhone is to use this scraper program by Ben Galbraith which can be found here:
    http://galbraiths.org/blog/2007/04/11/groupwise-exporter-10/
    It is not the most elegant solution but it works, and this is the only thing that I have found that works! What you do is enter in your groupwise login and password and point the script to your company's groupwise webmail site. It then scrapes your webcalender and serves out (via an open port on your machine) an iCal calender. Then you open up iCal and subscribe to you current IP address and port. You groupwise calender then shows up in iCal and can be synced to your iPhone. Note that this is a read only solution and you can not add calender items.
    What would be an even more elegant solution would be if iCal or the iPhone was some how able to interpret and sync to the IMAP calender. Maybe someone has already figured this one out. If so then let me know.

  • Install GroupWise 7 on terminal server

    After installing GroupWise 7 on a windows 2008 terminal server the first person who logged in name appears for every user who has not logged in. How do we get the name field blank or just come up and ask for the password of the Active Directory user who logged in. Groupwise loads upon windows startup and I cannot find a registry setting or file to modify so that this doesn't occur.

    Originally Posted by kdavisb
    After installing GroupWise 7 on a windows 2008 terminal server the first person who logged in name appears for every user who has not logged in. How do we get the name field blank or just come up and ask for the password of the Active Directory user who logged in. Groupwise loads upon windows startup and I cannot find a registry setting or file to modify so that this doesn't occur.
    Basically clear or fill in the default string value (REG_SZ value) under [HKEY_CURRENT_USER\Software\Novell\GroupWise\Login Parameters\Account Name]
    -Willem

  • CDE login failure ,solaris2.6

    Hello everybody, on a solaris2.6 system , When user
    login through the dtlogin menu,he get a message :
    Invalid user shell, login rejected.
    OK
    All users except root couldn't login through the
    dtlogin menu but could login through telnet
    or the console, User's shell is /bin/sh , the
    root's is /sbin/sh .
    $ more /etc/shells
    [display:]
    /bin/sh
    /bin/csh
    /bin/ksh
    /sbin/sh
    /sbin/csh
    /sbin/ksh
    Any suggestions ?
    Thanks in advance !!

    870105 wrote:
    Hello,
    Could you explain the process of fixing your classloader hierarchy? I can't figure out how I could do that.
    Thank youIt is a bit vague and has multiple answers based on context, but the easiest explanation is that it basically means "put the driver jar in the proper place". What the proper place is, is server specific.

  • How to configure multiple dev environment in single IP

    HI,
    I have a WLS running on a Windows NT machine. I want to configure multiple partition/environment
    in that single WLS so that each user will have their own partition/environment to
    play around. Once they are happy with their EJBs then we shall move them to a testing
    environment. Is that possible in WLS??. Can anyone please guide me to a good documentation
    about this one.
    Many Thanks
    Vasan.
    PS: I dont want a clustering technology all i want is that in a single ip i wanna
    multiple development environment.

    Tom,
    looks like you are specifying http protocol in
    sky.framework.ejb.SkySessionBean.getInitialContext method.
    Change it to t3 or, if the JNDI lookup is in the same JVM, don't specify
    PROVIDER_URL. If you have to use http tunneling due to any reason , you have to
    enable HTTP Tunneling in server to which initial context is created. It is
    disabled by default in 60. You can do so via console. Please refer to
    documentation , let me know if you need additional help.
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    Tom Purcell wrote:
    Kevin,
    You said that with 6.0 the following happens:
    On the second server I get an error when I do
    http://host:secondServerPort/index.html
    Is this the error you get on the Admin Server:
    <Feb 28, 2001 12:42:24 PM EST> <Info> <HTTPTunneling> <Login rejected with
    code: 'Failed', reas
    on: You are trying to use http tunneling
    The server will not let you connect'>
    <Feb 28, 2001 12:42:24 PM EST> <Error> <HTTP> <Problem dispatching servlet
    request
    weblogic.common.T3Exception: You are trying to use http tunneling
    The server will not let you connect
    at weblogic.socket.TunnelLogin.rejectConnection(TunnelLogin.java:87)
    at weblogic.socket.TunnelLogin.service(TunnelLogin.java:59)
    at
    weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:
    467)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    And on the Managed Server:
    <Feb 28, 2001 12:42:24 PM EST> <Error> <ConnectionManager> <Could not
    connect to: '0S:127.0.0.1
    :[-1,7001,-1,-1,-1,-1,-1]'
    java.net.ProtocolException: Tunneling result unspecified - is the HTTP
    server at host: 'localho
    st' and port: '7001' a WebLogic Server?
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.handleNullResponse(HTTPClientJVMC
    onnectio
    n.java:152)
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.connect(HTTPClientJVMConnection.j
    ava:194)
    at
    weblogic.rjvm.http.HTTPClientJVMConnection.createConnection(HTTPClientJVMCon
    nection.
    java:98)
    at weblogic.rjvm.Protocol.createConnection(Protocol.java:207)
    at
    weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.jav
    a:997)
    at
    weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:364)
    at
    weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:330)
    at
    weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:228)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:188)
    at
    weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:180)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:149)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFact
    oryDelegate.java:232)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFact
    oryDelegate.java:174)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java
    :123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at
    sky.framework.ejb.SkySessionBean.getInitialContext(SkySessionBean.java:112)
    at
    sky.framework.ejb.SkySessionBean.setSessionContext(SkySessionBean.java:94)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanImpl.setSessionCo
    ntext(Sk
    yReferenceSessionBeanImpl.java:87)
    at
    weblogic.ejb20.internal.StatelessEJBHome.createBean(StatelessEJBHome.java:22
    9)
    at
    weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.jav
    a:90)
    at
    weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:7
    5)
    at
    weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:67)
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:113)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :55)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl.setDataSou
    rce(SkyR
    eferenceSessionBeanEOImpl.java:22)
    at
    sky.ejb.session.skyreferencesession.SkyReferenceSessionBeanEOImpl_WLSkel.inv
    oke(SkyR
    eferenceSessionBeanEOImpl_WLSkel.java:161)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:103
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Thanks,
    Tom
    <Feb 28, 2001 12:42:24 PM EST> <Info> <ConnectionManager> <Bootstrap unable
    to get a: 'Protocol
    : 'http'' connection to: 'localhost/127.0.0.1' on port: '7001'>
    "Kevin Apte" <[email protected]> wrote in message
    news:[email protected]...
    This advice applies to WL5.1. I have been trying to configure a
    multiinstance Weblogic with no success. I want multiple copies
    of the sample petStore available for test by multiple users.
    I think in 6.0
    You would need to open an admin server
    Open the configuration file for say PetStore.
    Clone the petStore- call it petStore2. .
    Create a copy of the startup script and modify it to start PetStore2.
    After doing this only one config.xml is created for both servers.
    I am able to start the first server and view the petStore application,
    On the second server I get an error when I do
    http://host:secondServerPort/index.html
    How does one create multiple instances in WL6.0 using the console
    or using a XML editor ?
    Jesse E Tilly <[email protected]> wrote:
    [This followup was posted to weblogic.developer.interest.management
    and
    a copy was sent to the cited author.]
    In article <[email protected]>, [email protected]
    says...
    HI,
    I have a WLS running on a Windows NT machine. I wantto configure multiple partition/environment
    in that single WLS so that each user will have theirown partition/environment to
    play around. Once they are happy with their EJBs thenwe shall move them to a testing
    environment. Is that possible in WLS??. Can anyoneplease guide me to a good documentation
    about this one.
    Many Thanks
    Vasan.
    PS: I dont want a clustering technology all i wantis that in a single ip i wanna
    multiple development environment.
    NT isn't a multiuser environment. I will assume that
    you mean some
    Win32 box sitting in a room where people can copy their
    classes/EJBs and
    test their stuff. If this is the case, the setup is easy.
    Create a directory and startup script for every developer.
    Have a
    global properties file in the same directory as the scripts
    so that
    common settings are, well, common. Tell each user to
    modify the various
    parts of the properties files in their directories to
    deploy EJBs and
    register servlets, etc etc.
    In each startup script, you will have to specify the server
    directory
    and the binding port for each person. Pick a port (something
    easy to
    remember and high, like 30000, 30001, etc etc) for each
    person. Why?
    Well, when they connect to the app server, they'll know
    they're hitting
    only their server. Also, TCP/IP won't let more than one
    JVM bind to the
    same port, so if you want simultaneous instances (> 4
    you better have
    one kick ass Win32 box) you have to do this.
    Hope this solves your problem.
    JT
    Senior Developer, HotelTools INC
    [email protected]

  • HTTP tunneling is disabled in weblogic 9.2

    I have restarted my weblogic server on last saturday, after that i am getting the following exception continuously.
    ####<Jun 5, 2010 11:27:44 PM MEST> <Info> <ServletContext-/bea_wls_internal> <aberdeen> <IAEABEADMP> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1275773264990> <000000> <HTTPCl
    ntLogin: 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)
    In my weblogic server, i am not changed any configuration file, and i can see the HTTP tunneling flag is false (default value).
    Can any one tell why the reason for getting this exception.
    Since i have not changed any configiguration file and i am restarting the server every saturday, this is the first time i got this error.
    Please help to identify the possible reason for this error.?
    Oracle forums suggest that for resolving this just enable the HTTP tunneling flag in weblogic console.

    Thanks for you response manish.
    Once again i have gone throught the log file. Transactions are rollbacked but the cache is not cleaned. i contacted some of friends who is working in weblogic, even thought they are not able to find the solution.
    some guys are saying clean or flush ejb cache is container task. but the container not cleaning the ejb cache.
    Please any body give some solution for me it is very ugent.

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

  • Continous HTTP access error logged when using Weblogic Cluster

    I am not sure if this is the right forum for this discussion, but here we go anyways.
    We have created a Weblogic Cluster with one Administration Server and up to 12 Managed Servers. Our Weblogic version is 9.2.
    SSL has been enabled for all Servers and the HTTP Listen Ports are all turned off. The cluster and all applications are working fine and communicating over HTTP as expected, however the logs grow 3MB+ per hour due to an error that repeatedly logged. This error appears to be an attempt by an internal Weblogic process to access some resource over HTTP.
    Here are the various messages received in the logs. There are 3 messages logged per error occurred.
    This first log message is from the domain log (I replaced the hostname/IP info with <PEER>):
    ####<Aug 11, 2008 12:08:46 PM GMT+00:00> <Warning> <Security> <PEER> <ManagedServer7> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1218456526962> <BEA-090475> <Plaintext data for protocol HTTP was received from peer <PEER> instead of an SSL handshake.>
    This second log message is from the ".out" log from the Administration Server:
    ####<Aug 11, 2008 12:08:58 PM GMT+00:00> <Info> <ServletContext-/bea_wls_internal> <PEER> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1218456538658> <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:3231)
    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:2002)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    This last message is from the access.log for the Admin Server:
    <PEER> - - [11/Aug/2008:12:08:58 +0000] "GET /bea_wls_internal/HTTPClntLogin/a.tun?wl-login=https+dummy+WLREQS+9.2.2.0+dummy+%0A&rand=8038349418070109915&AS=2048&HL=19 HTTP/1.1" 200 1337
    I have searched all over trying to find a solution but with no luck thus far. I have seen some posts about turning on HTTPTunneling and this does seem to prevent the error from occurring, but this is not a solution for us.
    I could really use some help in understanding whats going on and trying to resolve this issue. Our client will make a big deal out of this and will want a solution. Any help would be greatly appreciated.
    Message was edited by:
    user651444

    Hi,
    We had this problem with WebLogic Platform 9.2 MP2, running on Solaris. The patch CR344429 worked fine. The corresponding patch for 9.2 MP3 is CR370091. You can get these patches through Oracle Support.
    A couple of points:
    1. We did not have to set StartScriptEnabled=true for the patch to work. We use the SSL Niode manager.
    2. Using the t3: protocol (-Dweblogic.management.server=t3://<admin server listen address>:<admin server listen port) does stop these exceptions, but causes these warning messages to appear in the administration server log file:
    <Warning> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <...> <BEA-002637> <Failed to register a disconnect listener because of weblogic.rmi.extensions.DisconnectMonitorUnavailableException: Could not register a DisconnectListener for [weblogic.rmi.internal.BasicRemoteRef ......>
    <Warning>  <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <...> <BEA-002637> <Failed to register a disconnect listener because of weblogic.rmi.extensions.DisconnectMonitorUnavailableException: Could not register a DisconnectListener for [weblogic.rmi.internal.BasicRemoteRef ......>
    Hope these comments help.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Users have to change GW mode every morning

    Hello,
    I hope someone can help me. I'm a level 1 IT support guy in a governmental institution
    (5000 employees). I'm responsable for level 1 support for 550 users. We've been using Groupwise 7 and Webaccess for a few years now.
    Recently, I've had 3 users who have to change their mode each morning. 2 of them want to work with cached mode, but have to change this each morning from online, the other is a manager who travels a lot. He has to change cached to online each morning. I've tried a few things (checked the settings and the rights) but can't find an answer. Our level 2 guys can't find the answer either.
    Do any of you have an idea?
    Thanks a lot in advance.
    Marc Vanstraelen

    I have seen this also with GW 7.0.4 and WIN xp, when I switch to another
    mode and then restart GW, sometimes the Windows registry setting gets
    "stuck" (for lack of a better term) and will not default to the last used
    mode. Since it was just me doing some testing, I went into the registry and
    changed it back manually. Unfortunately, I canot help with why it happens
    or a fix.
    HKEY_Current_User/Software/Novell/Groupwise/Login Parameters/Mode
    "DE" <[email protected]> wrote in message
    news:Y2QLo.6432$[email protected]..
    > mvstrael wrote:
    >> Hello,
    >> I hope someone can help me. I'm a level 1 IT support guy in a
    >> governmental institution (5000 employees). I'm responsable for level 1
    >> support for 550 users.
    >> We've been using Groupwise 7 and Webaccess for a few years now.
    >>
    >> Recently, I've had 3 users who have to change their mode each morning.
    >> 2 of them want to work with cached mode, but have to change this each
    >> morning from online, the other is a manager who travels a lot. He has to
    >> change cached to online each morning. I've tried a few things (checked
    >> the settings and the rights) but can't find an answer. Our level 2 guys
    >> can't find the answer either.
    >>
    >> Do any of you have an idea?
    >>
    >> Thanks a lot in advance.
    >>
    >> Marc Vanstraelen
    >>
    >>
    > Look at the shortcuts and make sure they don't have any settings other
    > than the program itself.
    >
    > Close Notify first and then start Groupwise. Change Notify to not run on
    > startup.
    >

  • HttpUnit Testing error

    Hi all,
    HAPPY NEW YEAR to every one.
    i have one problem in HttpUnit, i used below code to login the page, i entered same un and password directly in IE login is working, but in HttpUnit below program not login, another method testContactUs Link click is working properly.
    Thanks,
    import com.meterware.httpunit.*;
    import junit.framework.*;
    import java.net.*;
    import java.io.*;
    import java.util.*;
    import junit.framework.TestCase;
    public class TestHttpUnitTest extends TestCase {
        public static void main(String[] args) {
            junit.textui.TestRunner.run(MainHttpUnitTest.class);
        public TestHttpUnitTest(String name) {
            super(name);
    public static void testLogin() throws Exception {
            WebConversation wc = new WebConversation();
            WebRequest request = new GetMethodWebRequest("http://localhost:7001/project/flow.jx?stateID=start");
            WebResponse response = wc.getResponse(request);
            WebForm loginForm = response.getForms()[0];
            request = loginForm.getRequest();
            request.setParameter("userID", "password");
            request.setParameter("tempID", "tempPASS");
            response = loginForm.submit();
            //response = wc.getResponse(request);
            assertTrue("Login rejected while logging in with 'tempID'",
                    response.getText().indexOf("Invalid Username or Password") != -1);
            String text = response.getText();
            System.out.println("Login Response:" + text);
    public static void testContactUsClick() throws Exception {
            WebConversation wc = new WebConversation(); // create a new web client
            WebResponse response = wc.getResponse( "http://localhost:7001/project/index.html" ); //get the response from Web Server
            response = response.getLinkWith("contact us").click();
            System.out.println("The title of the ContactUs page is: " + response.getTitle());
    }

    So the password is passed to a field named "tempID"? That's odd. The next step might be to make sure your code is grabbing the right form.
    You're doing this:
    WebForm loginForm = response.getForms()[0];Are you sure that is returning the one you think it is? You should do some debugging (using a real debugger to step thru the code and examine things, or use a "poor man's debugger" by simply adding some System.out.println statements in there to let it show you what form the code actually retrieved).

Maybe you are looking for

  • Error during import. Please HELP!

    Hello All, We want to export / import some page groups and are faced with the following situation. We were able to get the transport set of the page group from the source and create the dmp file using the command: File.cmd -mode export -s portal -p <

  • Serial vi build problems

    Hello All, My Configuration: WIndows 7 64bit LabVIEW 2010 32bit with application builder SP1 My application runs fine as source code but when I build it the serial vis used do not work and report the following error:  -1073807246  Property Node (arg

  • Urgent : How to print (on printer) the output of procedure

    Hi All, How can I divert the output or the results to printer. Regds Rajesh

  • Headphone jack broken, using dock connector instead?

    So after dropping my iPod the other day the headphone jack is acting a little funky, I have to twist and fiddle with the headphones a little bit to get the sound to play in both ears nicely (It's not the headphones as I've tried with several pairs).

  • How can I remove Personal Hotspot for the iPad

    How can I remove Personal Hotspot for the iPad, I use apple configurator but I still can NOT do it. any idea?