2 Replies Latest reply on Nov 1, 2006 9:25 PM by rameshkumar132

    JBoss Portal Startup - Issue

    rameshkumar132

      Hi All,

      I am facing some issues with the jboss portal startup.

      The following is the details:


      C:\jboss-portal>dir
      Volume in drive C is WINDOWSXP
      Volume Serial Number is 2812-FC38

      Directory of C:\jboss-portal

      09/18/2006 07:11 AM .
      09/18/2006 07:11 AM ..
      05/02/2005 08:28 PM 49,270 jar-versions.xml
      06/19/2005 04:58 PM 942 jboss-portal-bin.README
      05/02/2005 08:28 PM 21,259 readme.html
      05/02/2005 08:28 PM 3,869 readme_j2ee.html
      09/18/2006 07:11 AM server
      09/18/2006 07:11 AM lib
      09/18/2006 07:11 AM docs
      09/18/2006 07:11 AM client
      09/18/2006 07:11 AM bin
      4 File(s) 75,340 bytes
      7 Dir(s) 1,239,015,424 bytes free

      C:\jboss-portal>cd bin

      C:\jboss-portal\bin>dir
      Volume in drive C is WINDOWSXP
      Volume Serial Number is 2812-FC38

      Directory of C:\jboss-portal\bin

      09/18/2006 07:11 AM .
      09/18/2006 07:11 AM ..
      05/02/2005 08:23 PM 3,539 classpath.sh
      05/02/2005 08:24 PM 1,671 deployer.bat
      05/02/2005 08:24 PM 2,649 deployer.sh
      05/02/2005 08:24 PM 2,463 jboss_init_redhat.sh
      05/02/2005 08:24 PM 3,750 jboss_init_suse.sh
      05/02/2005 08:23 PM 3,180 run.bat
      05/02/2005 08:23 PM 1,491 run.conf
      05/02/2005 08:28 PM 33,305 run.jar
      05/02/2005 08:23 PM 4,672 run.sh
      05/02/2005 08:24 PM 1,813 shutdown.bat
      05/02/2005 08:28 PM 17,289 shutdown.jar
      05/02/2005 08:24 PM 2,001 shutdown.sh
      05/02/2005 08:25 PM 2,149 twiddle.bat
      05/02/2005 08:28 PM 39,901 twiddle.jar
      05/02/2005 08:25 PM 2,342 twiddle.sh
      15 File(s) 122,215 bytes
      2 Dir(s) 1,239,015,424 bytes free

      C:\jboss-portal\bin>run -c
      ===============================================================================
      .
      JBoss Bootstrap Environment
      .
      JBOSS_HOME: C:\jboss-portal\bin\\..
      .
      JAVA: C:\Java\j2sdk1.4.2_12\bin\java
      .
      JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
      .
      CLASSPATH: C:\Java\j2sdk1.4.2_12\lib\tools.jar;C:\jboss-portal\bin\\run.jar
      .
      ===============================================================================
      .
      run.bat: option requires an argument -- c
      Press any key to continue . . .
      C:\jboss-portal\bin>run -c minimal
      ===============================================================================
      .
      JBoss Bootstrap Environment
      .
      JBOSS_HOME: C:\jboss-portal\bin\\..
      .
      JAVA: C:\Java\j2sdk1.4.2_12\bin\java
      .
      JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
      .
      CLASSPATH: C:\Java\j2sdk1.4.2_12\lib\tools.jar;C:\jboss-portal\bin\\run.jar
      .
      ===============================================================================
      .
      13:59:33,453 INFO [Server] Starting JBoss (MX MicroKernel)...
      13:59:33,453 INFO [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_
      4_0_2 date=200505022023)
      13:59:33,468 INFO [Server] Home Dir: C:\jboss-portal
      13:59:33,468 INFO [Server] Home URL: file:/C:/jboss-portal/
      13:59:33,468 INFO [Server] Library URL: file:/C:/jboss-portal/lib/
      13:59:33,468 INFO [Server] Patch URL: null
      13:59:33,468 INFO [Server] Server Name: minimal
      13:59:33,468 INFO [Server] Server Home Dir: C:\jboss-portal\server\minimal
      13:59:33,468 INFO [Server] Server Home URL: file:/C:/jboss-portal/server/minima
      l/
      13:59:33,468 INFO [Server] Server Data Dir: C:\jboss-portal\server\minimal\data

      13:59:33,468 INFO [Server] Server Temp Dir: C:\jboss-portal\server\minimal\tmp
      13:59:33,468 INFO [Server] Server Config URL: file:/C:/jboss-portal/server/mini
      mal/conf/
      13:59:33,468 INFO [Server] Server Library URL: file:/C:/jboss-portal/server/min
      imal/lib/
      13:59:33,468 INFO [Server] Root Deployment Filename: jboss-service.xml
      13:59:33,468 INFO [Server] Starting General Purpose Architecture (GPA)...
      13:59:34,343 INFO [ServerInfo] Java version: 1.4.2_12,Sun Microsystems Inc.
      13:59:34,343 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_12-b03
      ,Sun Microsystems Inc.
      13:59:34,343 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      13:59:34,703 INFO [Server] Core system initialized
      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: url file:/C:/jboss-portal/server/minim
      al/conf/jboss-service.xml could not be opened, does it exist?
      at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:175)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
      er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
      java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy5.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
      at org.jboss.Main.boot(Main.java:195)
      at org.jboss.Main$1.run(Main.java:463)
      at java.lang.Thread.run(Thread.java:534)
      13:59:34,750 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      Shutting down
      13:59:34,750 INFO [Server] Shutdown complete
      Shutdown complete
      Halting VM
      Press any key to continue . . .

      Need your help and support regarding this.

      Regards,
      Rameshkumar