Exception « portlet « Java Enterprise Q&A





1. uPortal Exception Help    coderanch.com

I have a basic uPortal 2.5.1 config. that builds and deploys fine, the problem is on the initial page, I get an exception::: java.lang.NullPointerException at org.jasig.portal.UserInstanceManager.getUserInstance(UserInstanceManager.java) at org.jasig.portal.PortalSessionManager.doGet(PortalSessionManager.java) After tracing all of the config files and the portal.log file the database I am using (MySql) is not being reached... It seems that the driver parameters are not being translated correctly. My ...

2. WSAD :: Exception Coming during Startup :: ExceptionInInitializerError    coderanch.com

hi, can u please look into this probelm.In JSR168 portlets I am getting the following problem during startup :: But previously it was working fine...but suddenly form today onwards it is displaying this excption and server is getting stopped.Loking forward for your kind response. *** Starting the server *** ************ Start Display Current Environment ************ WebSphere Platform 5.0 [BASE 5.0.2.3 cf30403.04] ...

3. Socket Exception Problem    coderanch.com

4. Runtime exception in Portlet Services    coderanch.com

Hi, I am trying to create my own login portlet using PortletServices. I have included the following jars - wp.auth.cmd.jar wp.auth.base.jar wp.base.jar There is no prob building the app, but at runtime I get this exception- "[10/24/07 11:12:03:344 EDT] 00000039 PortletServic W com.ibm.wps.services.portletserviceregistry.home.PortletServiceHomeImpl getPortletService EJPPG0267W: Portlet service was requested for interface com.ibm.wps.portletservice.authentication.AuthenticationPortletService using the wrong classloader com.ibm.ws.classloader.CompoundClassLoader@3436ad7e" Can anyone suggest solution ...

5. Transfer Portlet Exception    coderanch.com

6. 401 exception is coming when i am starting my portal    coderanch.com

Hi all, We run a website when we start our portal ( we are using JBOSS portal), with jsp as frontend and oracle as the backend. When i start my portal the following exception is coming ... I googled around on the net it says the userid and pwd was invalid ... But i do not know where this userid and ...

7. JetSpeed2 - alot of exceptions    coderanch.com

I downloaded Jetspeed 2 and ran it using startup.bat. I surfed to http://localhost:8080/jetspeed/portal/ and the page loaded though tomcat made a mess of exceptions. pasted below. I Also noticed that the 'Login Portlet' was not available on the home page. "Portlet is Not Available: j2-admin::LoginPortlet Reason: null". Anyone can help me. at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageC ontextImpl.java:846) at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCon textImpl.java:779) at org.apache.jsp.WEB_002dINF.security.login.login_jsp._jspService(login _jsp.java:329) at ...

8. Deployment exception while deploying a war in JBOSS    coderanch.com

Hi, Iam trying to deploy a war in Jboss but I am stuck up with this deployment error. Could you please help me resolve this issue? I have attached the error stacktrace below for your reference. Thanks in advance, Shemida StackTrace ---------- 11:25:55,559 INFO [TomcatDeployer] deploy, ctxPath=/CoreServicesPortlet, warUrl=.../tmp/deploy/tmp25975CoreServicesPortlet-exp.war/ 11:25:57,074 INFO [WebappClassLoader] validateJarFile(D:\jboss\server\default\.\tmp\deploy\tmp25975CoreServicesPortlet-exp.war\WEB-INF\lib\javax.s 11:25:58,666 FATAL [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossInjectionPro ...

9. init and ClassNotFound Exception    coderanch.com





10. Jboss Console Exception 'sun.misc.InvalidJarIndexException: Invalid index'    coderanch.com

Hi, I am deploying EAR and WAR in clustering mode and i placed my two files which are mentioned earlier {jboss.dir}/server/all/deploy folder After Starting the JBoss. [i couldn't find any issues with EAR and WAR deployment]. EAR have some business logic and i am calling that from WAR by remote call. EAR: EJB application WAR: Struts-Tiles Web Project While opening my ...

11. JetSpeed Pipeline Exception probelm    coderanch.com

Hi All, I have a portlet Application which is running using JetSpeed. I have some Portlet which uses huge memory like drawing the graph. When i try to load these kind of portlets am getting "Pipeline Exception" Any body Came across the Same problem.? How to overcome Pipeline exception? If anybody knows this problem Please do reply. Thanks in advance, login ...

12. Help with Exception Handlers (4)    coderanch.com

I have installed my Glassfish application bundled with NetBeans. I have verified that everything should be okay. Only thing is when I go to this URL: http://localhost:8080/UniversalClientGUI I receive this Exception Handler Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error. Exception Details: com.sun.xml.ws.server.UnsupportedMediaException Unsupported Content-Type: ...

13. Exception in running Portlet program    coderanch.com

Thanks for giving response Dom. Actually When I ran "Hello World" for the first time in RAD with WebSphere Application Server, I didn't place any jar files in the WEB_INF/lib folder and I didnt add tld files also. But it was working fine. Then, I have re-installed the server now and it is not working. Can you suggest me, what are ...