WebSphere Portal Server - Urgent! Customizing the WebSphere Portal Login

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > November 2004 > Urgent! Customizing the WebSphere Portal Login





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Urgent! Customizing the WebSphere Portal Login
Rayman

2004-11-16, 2:48 am

Dear All,

Sorry for corss post coz it is really urgent for me.
I have customized the login of Websphere portal server 4.x with the guide below:

http://www-1.ibm.com/support/docvie...tf-8&lang=en+en

I have developed a jar file to write a log after the user login successfully.
I put the jar file under "C:\WebSphere\AppServer\lib\app", however, the following occured when I access the portal:

There has been an application error!
Please contact to your system administrator to report this error.


Anyone could tell me what's wrong of it? What should I do so that the Webpshere could know how to access my jar file?
thanks!

Best Regards
Ray Man
====================
TEL : 852-2854 0063
FAX : 852-2854 1220
Email : ray.man@scfulfil.com
SC Fulfil Ltd
www.scfulfil.com
Rayman

2004-11-16, 2:48 am

Dear All,

Below is the log (C:\WebSphere\PortalServer\log):

---------------------------------------------------------------------------------------------------------------------------------------------------
2004.11.16 15:12:02.965 com.ibm.wps.turbine.services.logging.JLogLogger log()
An exception occurred while processing the request. - StackTrace follows...

2004.11.16 15:12:02.965 com.ibm.wps.turbine.services.logging.JLogLogger log()
java.lang.NullPointerException
at com.ibm.wps.engine.Command.execute(Command.java:39)
at com.ibm.wps.engine.Servlet.callPortal(Servlet.java:368)
at com.ibm.wps.engine.Servlet.doGet(Servlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:167)
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:297)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110)
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher. handleWebAppDispatch(WebAppRequestDispat
cher.java:523)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:282)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:112)
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:91)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:184)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:125)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection..java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:323)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
---------------------------------------------------------------------------------------------------------------------------------------------------

thanks!

Best Regards
Ray Man
====================
TEL : 852-2854 0063
FAX : 852-2854 1220
Email : ray.man@scfulfil.com
SC Fulfil Ltd
www.scfulfil.com
"Rayman" <ray.man@scfulfil.com> wrote in message news:cncahp$7bti$1@news.boulder.ibm.com...
Dear All,

Sorry for corss post coz it is really urgent for me.
I have customized the login of Websphere portal server 4.x with the guide below:

http://www-1.ibm.com/support/docvie...tf-8&lang=en+en

I have developed a jar file to write a log after the user login successfully.
I put the jar file under "C:\WebSphere\AppServer\lib\app", however, the following occured when I access the portal:

There has been an application error!
Please contact to your system administrator to report this error.


Anyone could tell me what's wrong of it? What should I do so that the Webpshere could know how to access my jar file?
thanks!

Best Regards
Ray Man
====================
TEL : 852-2854 0063
FAX : 852-2854 1220
Email : ray.man@scfulfil.com
SC Fulfil Ltd
www.scfulfil.com
Dexthor

2004-11-19, 5:52 pm

With Portal the supporting/required libs/jars are expected to be under $WAS_HOME/lib/app or in the standard commonly visisible locations. We did have a situation where we customized WPS login mechanism and we placed our .jar into above path.

Good luck
Dexthor.

"Rayman" <ray.man@scfulfil.com> wrote in message news:cncb58$9u3g$1@news.boulder.ibm.com...
Dear All,

Below is the log (C:\WebSphere\PortalServer\log):

---------------------------------------------------------------------------------------------------------------------------------------------------
2004.11.16 15:12:02.965 com.ibm.wps.turbine.services.logging.JLogLogger log()
An exception occurred while processing the request. - StackTrace follows...

2004.11.16 15:12:02.965 com.ibm.wps.turbine.services.logging.JLogLogger log()
java.lang.NullPointerException
at com.ibm.wps.engine.Command.execute(Command.java:39)
at com.ibm.wps.engine.Servlet.callPortal(Servlet.java:368)
at com.ibm.wps.engine.Servlet.doGet(Servlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:167)
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:297)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110)
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher. handleWebAppDispatch(WebAppRequestDispat
cher.java:523)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:282)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:112)
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:91)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:184)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:125)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection..java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:323)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
---------------------------------------------------------------------------------------------------------------------------------------------------

thanks!

Best Regards
Ray Man
====================
TEL : 852-2854 0063
FAX : 852-2854 1220
Email : ray.man@scfulfil.com
SC Fulfil Ltd
www.scfulfil.com
"Rayman" <ray.man@scfulfil.com> wrote in message news:cncahp$7bti$1@news.boulder.ibm.com...
Dear All,

Sorry for corss post coz it is really urgent for me.
I have customized the login of Websphere portal server 4.x with the guide below:

http://www-1.ibm.com/support/docvie...tf-8&lang=en+en

I have developed a jar file to write a log after the user login successfully.
I put the jar file under "C:\WebSphere\AppServer\lib\app", however, the following occured when I access the portal:

There has been an application error!
Please contact to your system administrator to report this error.


Anyone could tell me what's wrong of it? What should I do so that the Webpshere could know how to access my jar file?
thanks!

Best Regards
Ray Man
====================
TEL : 852-2854 0063
FAX : 852-2854 1220
Email : ray.man@scfulfil.com
SC Fulfil Ltd
www.scfulfil.com
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com