dev@glassfish.java.net

Re: dev Digest 20 Mar 2006 12:14:39 -0000 Issue 130

From: Lloyd L Chambers <lloyd.chambers_at_Sun.COM>
Date: Mon, 20 Mar 2006 11:50:09 -0800

Ostap,

First, be sure the build went OK. It concerns me that I see the message
"/The ' characters around the executable and arguments are not part of
the command./", which indicates a build problem.

Here's what I'm seeing, with a fresh domain, and running just the 4
deployment unit tests:
--- BEGIN TESTS ---
*** testing com.sun.enterprise.management.deploy.DeploymentProgressTest ***
...
Time: 0.016
OK (3 tests)
*** testing com.sun.enterprise.management.deploy.DeploymentSourceTest ***
..
Time: 0
OK (2 tests)
*** testing com.sun.enterprise.management.deploy.DeploymentStatusTest ***
......
Time: 0
OK (6 tests)

*** testing com.sun.enterprise.management.deploy.DeploymentMgrTest ***
..Deployed: "tests\deploy\bookstore.war" in 3578ms
Deployed: "tests\deploy\jaxrpc-simple.ear" in 5031ms
Deployed: "tests\deploy\jdbc-simple.ear" in 532ms
Deployed: "tests\deploy\jndi-custom.ear" in 1031ms
Deployed: "tests\deploy\jndi-external.ear" in 531ms
Deployed: "tests\deploy\jndi-url.ear" in 531ms
Deployed: "tests\deploy\jsf-carstore.war" in 657ms
Deployed: "tests\deploy\jsf-components.war" in 562ms
Deployed: "tests\deploy\jsf-guessNumber.war" in 2531ms
Deployed: "tests\deploy\logging-helloworld.ear" in 532ms
Deployed: "tests\deploy\mailconnector.ear" in 531ms
Deployed: "tests\deploy\mailconnector.rar" in 531ms
Deployed: "tests\deploy\managementws.ear" in 3141ms
Deployed: "tests\deploy\mdb-simple.ear" in 531ms
Deployed: "tests\deploy\rmi-simple.ear" in 547ms
Deployed: "tests\deploy\stateful-simple.ear" in 531ms
Deployed: "tests\deploy\stateless-simple.ear" in 531ms
Deployed: "tests\deploy\web-basic-auth.war" in 532ms
Deployed: "tests\deploy\web-form-auth.war" in 531ms
Deployed: "tests\deploy\webapps-simple.war" in 1109ms
Undeployed: BookstoreWAR
Undeployed: jaxrpc-simple
Undeployed: jdbc-simple
Undeployed: CustomJndiFactory
Undeployed: ExternalJndiFactory
Undeployed: jndi-url
Undeployed: Car_Store
Undeployed: JavaServer_Faces_Custom_Components
Undeployed: JavaServer_Faces_Guess_Number_Sample_Application
Undeployed: logging-helloworld
Undeployed: InboundMessageApp
Undeployed: InboundResourceAdapter
Undeployed: ManagementServiceEAR
Undeployed: SimpleMessageApp
Undeployed: RMIConverterApp
Undeployed: CartApp
Undeployed: HelloWorld
Undeployed: Welcome_to_BASIC_Security_Zone
Undeployed: Formauth
Undeployed: JSP_and_Servlet_Examples
Deployed: "tests\deploy\bookstore.war" in 2531ms
Deployed: "tests\deploy\jaxrpc-simple.ear" in 3532ms
Deployed: "tests\deploy\jdbc-simple.ear" in 546ms
Deployed: "tests\deploy\jndi-custom.ear" in 532ms
Deployed: "tests\deploy\jndi-external.ear" in 531ms
Deployed: "tests\deploy\jndi-url.ear" in 531ms
Deployed: "tests\deploy\jsf-carstore.war" in 625ms
Deployed: "tests\deploy\jsf-components.war" in 547ms
Deployed: "tests\deploy\jsf-guessNumber.war" in 531ms
Deployed: "tests\deploy\logging-helloworld.ear" in 532ms
Deployed: "tests\deploy\mailconnector.ear" in 531ms
Deployed: "tests\deploy\mailconnector.rar" in 531ms
Deployed: "tests\deploy\managementws.ear" in 3125ms
Deployed: "tests\deploy\mdb-simple.ear" in 2500ms
Deployed: "tests\deploy\rmi-simple.ear" in 531ms
Deployed: "tests\deploy\stateful-simple.ear" in 532ms
Deployed: "tests\deploy\stateless-simple.ear" in 531ms
Deployed: "tests\deploy\web-basic-auth.war" in 500ms
Deployed: "tests\deploy\web-form-auth.war" in 531ms
Deployed: "tests\deploy\webapps-simple.war" in 1078ms
Added ref to: BookstoreWAR
Added ref to: jaxrpc-simple
Added ref to: jdbc-simple
Added ref to: CustomJndiFactory
Added ref to: ExternalJndiFactory
Added ref to: jndi-url
Added ref to: Car_Store
Added ref to: JavaServer_Faces_Custom_Components
Added ref to: JavaServer_Faces_Guess_Number_Sample_Application
Added ref to: logging-helloworld
Added ref to: InboundMessageApp
Added ref to: InboundResourceAdapter
Added ref to: ManagementServiceEAR
Added ref to: SimpleMessageApp
Added ref to: RMIConverterApp
Added ref to: CartApp
Added ref to: HelloWorld
Added ref to: Welcome_to_BASIC_Security_Zone
Added ref to: Formauth
Added ref to: JSP_and_Servlet_Examples
.
Time: 49.828

OK (3 tests)

Time to run tests: 50 seconds



>
> Subject:
> problems deploying $GF/admin/mbeanapi-impl/tests/deploy/jaxrpc-simple.ear
> From:
> Ostap Cherkashin <ostap.cherkashin_at_gmail.com>
> Date:
> Mon, 20 Mar 2006 14:15:53 +0300
> To:
> dev_at_glassfish.dev.java.net
>
> To:
> dev_at_glassfish.dev.java.net
>
>
> Hello,
>
> I am experiencing problems deploying jaxrpc-simple.ear: step2: error
> in opening zip file. You will find the log file attached to this mail
> (please note that I am using a localized version of MS Windows thus
> the path contains russian letters). I have also tried to deploy one of
> the wars from the same dir and it works just fine. I tried both
> AS9_BETA_BRANCH (today) and HEAD revisions. Has anybody experienced
> the same problems?
>
> Ostap