1 Reply Latest reply on Apr 6, 2007 3:44 AM by pancham.singh

    problem with deployin

    prisonbreaker

      hi everybody,
      I am new to this JBoss Portal. i trying do portlet tutorial by
      http://struts.apache.org/2.x/docs/portlet-tutorial-webwork-22.html#PortletTutorial%2528WebWork2.2%2529-intro

      but i am not getting the my page in portal view..
      in log page its showing error like
      file:/D:/jboss-portal-2.4.1/server/default/tmp/deploy/tmp15843MyPortlet1-exp.war/WEB-INF/
      org.jboss.deployment.DeploymentException: Cannot deploy portlet application; - nested throwable: (org.jboss.xb.binding.JBossXBException: Failed to parse source: No locale info found for EN)
      at org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.create(PortletAppDeployment.java:162)
      at org.jboss.portal.server.deployment.jboss.PortalDeploymentInfo$DeploymentContext.create(PortalDeploymentInfo.java:202)
      at org.jboss.portal.server.deployment.jboss.ServerDeployer.create(ServerDeployer.java:228)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at
      .........................
      ...........
      129 more

      can anyone help me to complete this ,
      or
      tell me any other good working tutorial on jboss portlet.



        • 1. Re: problem with deployin
          pancham.singh

          I had the same issue. It as resolved after removing lang attribute from description and display-name.

          <description xml:lang="EN">Struts Test Portlet
          <portlet-name>StrutsPortlet</portlet-name>
          <display-name xml:lang="EN">Struts Test Portlet</display-name>

          Pancham.