Capture-schema.bat

Hi,
I am writing a entity bean and trying to get the database schema using to capture-schema.bat. I am passing all parameters including -schemaname to capture-schema.bat.
In the output file, there is no information regarding any tables at all. Is that right? When I try to deploy the bean using the deploy tool, In the Primary Table for bean, there are no database tables displayed and I am unable to do the mappings.
Can anyone tell me where I am going wrong. The capture-schema result is as follows -
<?xml version="1.0" encoding="UTF-8" ?>
<OBJECT CLASS="com.sun.forte4j.modules.dbmodel.SchemaElement" ID="com.sun.forte4j.modules.dbmodel.SchemaElement-751695075">
<impl>
<OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.SchemaElementImpl" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.SchemaElementImpl9532399">
<tables>
<OBJECT CLASS="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection" ID="com.sun.forte4j.modules.dbmodel.jdbcimpl.DBElementsCollection32794782">
<owner>
<OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.jdbcimpl.SchemaElementImpl9532399"/>
</owner>
<_elms>
<OBJECT/>
</_elms>
<_template>
<ARRAY SIZE="0" CLASS="PRIMITIVE" ROWCLASS="com.sun.forte4j.modules.dbmodel.TableElement">
</ARRAY>
</_template>
</OBJECT>
</tables>
<_name>
<OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier22201561">
<name>ajax</name>
</OBJECT>
</_name>
<_driverVersion>9.2.0.1.0</_driverVersion>
<_catalog>
<OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier16359413">
<name></name>
</OBJECT>
</_catalog>
<element>
<OBJECT REFERENCE="com.sun.forte4j.modules.dbmodel.SchemaElement-751695075"/>
</element>
<_databaseProductVersion>Oracle9i Release 9.2.0.1.0 - Production
JServer Release 9.2.0.1.0 - Production</_databaseProductVersion>
<_driver>oracle.jdbc.OracleDriver</_driver>
<_databaseProductName>Oracle</_databaseProductName>
<_schema>
<OBJECT CLASS="com.sun.forte4j.modules.dbmodel.DBIdentifier" ID="com.sun.forte4j.modules.dbmodel.DBIdentifier7652266">
<name>ajax</name>
</OBJECT>
</_schema>
<_url>jdbc:oracle:thin:@90.90.90.200:1521:mmp</_url>
<_driverName>Oracle JDBC driver</_driverName>
<_username>AJAX</_username>
</OBJECT>
</impl>
<versionNo>2</versionNo>
</OBJECT>
Thanks in advance.
Regards.

Hi,
I have all necessary tables in the database already.
The exact command i give is below -
capture-schema -username ajax -password ajax -url jdbc:oracle:thin:@90.90.90.200:1521@mmp -driver oracle.jdbc.OracleDriver -schemaname ajax -tablecustomers -out c:\dbshcema\customers
If i give a space b/w -table and customers like "-table customer" the command will not recognize the table name and gives an error. So i have to give it as -tablecustomers. 90.90.90.200 is where my oracle database is residing and the user ajax has all privileges, dba rights, etc. capture-schema also requires me to give the schemaname for oracle databases.
I tried again few times, but no luck. The output still does not contain any table information/schema at all.
Thanks a lot,
Regards.

Similar Messages

  • Java.lang.NullPointerException when capture schema

    When I try to capture schema from MySQL (WIN) to Oracle 10G R2 (unix), I have a exeption error: java.lang.NullPointerException
    The tables are captured in the repository but columns and others objects don't.
    The last line in the java log is:
    unnable.run(AbstractMigrationProgressRunnable.java:159)
    at oracle.dbtools.migration.workbench.core.ui.MigrationProgressBar.run(M
    igrationProgressBar.java:532)
    Message was edited by:
    user567049

    I have also encountered same issue. Please let me know the solution in case you find it.
    In fact after configuiring Oracle files as per the document provided at Oracle OTN site 'Collaboration handbook', I am unable to connect OID. As per log it says
    2003/04/01:20:37:58[Oidmon]: Unable to connect to database, will retry after 20 sec
    2003/04/01:21:20:21Starting Monitor Process, PID=2920
    2003/04/01:21:20:21ORACLE_SID not set, setting to iasdb
    2003/04/01:21:41:22Failed to fetch Process Table. ORA-12571: TNS:packet writer failure
    I checked Listener, which was found ok, then I checked TNSPING, which executed ok.
    I have dowloaded documents troubleshooting OID, but no success. The document itself says that architecture of OID is fairly complex and the log does not suggest much insight.
    Any solution?
    Regards,
    Vipul

  • CMP with Oracle 9i, Sun Java Sys App Serv 8.2 and J2EE1.4 (capture-schema)

    while building Entity bean with Container managed persistence
    we will create a database schema file, which will allow us to map fields
    from the enterprise beans to columns in the database tables created.
    For creating database schema file using Sun java System Application Server 8.2 and oracle9i database for j2ee1.4, i issued the following command at the command prompt.
    F:\j2eetutorial14\examples\ejb\cmproster>capture-schema -dburl jdbc:oracle:thin:@127.0.0.1:1521:oraglo -username scott -password tiger -table LEAGUE -table PLAYER -table TEAM -table TEAM_PLAYER -schemaname scott -driver oracle.jdbc.driver.OracleDriver -out build/cmproster.dbschema
    The above command gives the following error message. How do i debug this error. Thanks in advance
    using dburl:jdbc:oracle:thin:@127.0.0.1:1521:oraglo
    using username:scott
    using password:tiger
    using driver:oracle.jdbc.driver.OracleDriver
    using schemaname:scott
    using output file:build/cmproster.dbschema
    Capturing schema:scott
    JDO71101: Cannot access table LEAGUE.
    JDO71101: Cannot access table PLAYER.
    JDO71101: Cannot access table TEAM.
    JDO71101: Cannot access table TEAM_PLAYER.
    JDO71102: No valid tables requested. No schema file created

    how to provide the JNDI name in Sun Java Application Server
    Please do the favour
    Please reply to [email protected]

  • Capture-schema issues!!!

    I am trying to capture the schema details from pointbase db that come bundled with J2ee 1.4
    I am running into :-
    D:\>D:\appserver\Sun\bin\capture-schema -dburl jdbc:pointbase:server://localhost
    :9092/vinman -schemaname vinman -username apps -password apps -driver com.pointb
    ase.jdbc.jdbcUniversalDriver -table CustomerBean -out CustomerBean.dbschema
    using dburl: jdbc:pointbase:server://localhost:9092/vinman
    using username: apps
    using password: apps
    using driver: com.pointbase.jdbc.jdbcUniversalDriver
    using schemaname: vinman
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java:532)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>(Co
    nnectionProvider.java:46)
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSch
    ema.java:120)
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSch
    ema.java:177)
    Can someone please tell what I am doing wrong?
    Thanks
    Vineeth

    Looks like a database/SQL driver issue
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java:532)

  • Capture-schema and Oracle

    I am trying to run capture-schema on command line with Oracle and am getting the following error:
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java 532)
    I have set the CLASSPATH to /u01/app/oracle/8.1.7/jdbc/lib/classes12.zip
    Running utility as:
    ./capture-schema -dburl jdbc:oracle:thin:@boxname:1521:sid -username myname -password mypassword -driver oracle.jdbc.driver.OracleDriver -schemaname SchemaName -table MyTable -out /usr/tmp/File.dbschema
    I know it is picking up the Oracle in classpath since if I remove the classes12.zip It complains that it can't find the oracle.jdbc.driver.OracleDriver.
    Anyone know what I'm missing here?

    Hi, I have captured the schema file and stored it at mytest.dbschema in the src directory for my classes. I can see that the file is a part of the ejb.jar file and the sun-cmp-mappings.xml file the schema is defined as "mytest".
    When I try to deploy the jar file, I get an error stating the following:[05/Oct/2004:15:45:52] SEVERE ( 412): JDOCodeGenerator: Caught a RuntimeException :
    java.lang.RuntimeException: Could not find schema file mytest on classpath EJB CL:
    [com.iplanet.ias.loader.EJBClassLoader$URLEntry@1d626a4, com.iplanet.ias.loader.EJBClassLoader$URLEntry@82f392]
    Does anyone have any idea where I am supposed to put that file and also to which classpath is the compiler is refering? I assumed that since it is a part of the ejb.jar file, I would not have to specify a path to the file.
    Thanks,
    WPM

  • Capture-schema with sybase

    I tried to do the following to create a database schema
    F:\Sun\AppServer7\bin>capture-schema -dburl jdbc:sybase:Tds:3.70.201.88:20000 -username sa -password "" -driver com
    .sybase.jdbc2.jdbc.SybDriver -schemaname ims -table users -out userSchema.dbschema
    using driver: com.sybase.jdbc2.jdbc.SybDriver
    using dburl: jdbc:sybase:Tds:3.70.201.88:20000
    using username: sa
    using password:
    using schemaname: ims
    Capturing schema: ims
    java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this database. Please install the requ
    ired tables as mentioned in the jConnect documentation.
    at com.sybase.jdbc2.jdbc.ErrorMessage.raiseError(ErrorMessage.java:436)
    at com.sybase.jdbc2.jdbc.MdaManager.getMetaDataAccessor(MdaManager.java:292)
    at com.sybase.jdbc2.jdbc.SybDatabaseMetaData.getMetaDataAccessor(SybDatabaseMetaData.java:2231)
    at com.sybase.jdbc2.jdbc.SybDatabaseMetaData.getMetaDataAccessor(SybDatabaseMetaData.java:2216)
    at com.sybase.jdbc2.jdbc.SybDatabaseMetaData.getUserName(SybDatabaseMetaData.java:214)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.SchemaElementImpl.<init>(SchemaElementImpl.java:71)
    at com.iplanet.ias.tools.forte.ejb.cmp.schema.CaptureSchema.main(CaptureSchema.java:108)
    Schema captured
    Saving schema ...
    A schema does get created, but does not contain information about the table.
    Is this file absolutely necessary to deploy a CMP bean? Also is sun-cmp-mappings.xml file necessary? Can this
    information not be given in sun-ejb-jar.xml file.

    Short answers:
    1. The dot-dbschema file is critical to deployment and execution.
    2. The sun-cmp-mappings.xml file is critical to deployment and execution.
    3. Yes, it could be given in the sun-ejb-jar.xml file AND
    No, it is not possible to give this information in the sun-ejb-jar.xml file as the file is currently specified and the implementation is currently architected.

  • Problems with capture-schema

    I'm working on setting up a CMP managed entity bean using the pointbase server included with the j2ee download. I'm having problems getting the "capture-schema" utility to work. Each time I run it, I get the following:
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java:532)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>(ConnectionProvider.java:46)
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSchema.java:120)
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSchema.java:177)
    I'm using "com.pointbase.jdbc.jdbcUniversalDriver" as the driver name.
    I have written a test class of my own which successfully loads the driver and connects to the database, but for some reason capture-schema doesn't seem to find the driver. Any thoughts or solutions would be appreciated!
    ~Howard

    Fixed it. My classpath was wrong. Works great now!

  • Capture-schema with ASE 12.0

    I get the following error if I try to run capture-schema
    java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this database
    Can anyone tell how to go about solving this?

    Hi,
    The message indicates that you do not have access to the DatabaseMetadata information which jConnect requires.
    This can happen for 3 reasons:
    - The scripts where not installed on the server. You can find these in $JDBC_HOME/sp. There is specific scripts for each version of ASE or ASA.
    - You have installed the scripts previously but they are out of date for the version of jConnect you are using.
    - You installed the scripts as a user other than dbo (usually sa for ASE or DBA for ASA) and the login you are using does not have access. You should also install these scripts as dbo.
    The scripts and be installed via isql for ASE or dbisql for ASA.
    Regards,
    Lance

  • CMP and capture-schema problems

    I am trying to deploy a CMP on Sun App Server 8, and I'm having a few problems. I am quite new to both CMP and Sun App Server 8.
    I've created a simple table Room in mySQL DB, containing only id (varchar) and description (varchar). I'm running this command to capture the table schema
    capture-schema -username username -password pwd -dburl jdbc:mysql://localhost/test -driver com.mysql.jdbc.Driver -out test.dbschema
    Do I need to enter the -schemaname and -table parameters as well? I'm assuming that since the url is pointing directly to the test schema in mySQL and it only contains the room table, I don't need these 2 parameters.
    test.dbschema gets generated, but when I use the deployment tool and create the database mappings to the entity bean using this schema file, no mappings are created.
    Any help?

    Hello,
    I have similar problem and I'm really confused about it.
    Working with:
    Java System Application Server Platform Edition 8.1 2005Q1 UR1
    mysql DataSource and Container Managed Persistence
    mysql-connector-java-3.0.8-stable-bin.jar
    I have problem with deploy:
    Fatal Error from EJB Compiler -- JDO74025: JDOCodeGenerator: Caught an Exception validating CMP bean 'Sets' in application 'isvl' module 'isvl-EJBModule': JDO72335: If the table sets for the bean corresponding to the generated class isvl.model.set.SetBean470758938_JDOState is mapped as the primary table, it must have a primary key.Choose a different primary table or verify that the contents of the schema file are correct.
    Choose a different primary table or verify that the contents of the schema file are correct. at com.sun.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:274) at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:615) at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:563) at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java :340) at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:209) at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:284) at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:176) at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.j ava:107) at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:146) at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPh ase.java:71) at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeplo ymentService.java:633) at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:188) at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:520) at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:143) at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:172)
    Have you seen this problem?
    Thanks.

  • Capture-schema does not work properly

    The command line tool "capture-schema" produces invalid schema files (with Oracle), as obscure exceptions are thrown at runtime. The wizard integrated in Forte does a better job. Can any changes be made to the setup, so that capture-schema uses the classes underlying Forte?
    Platform: Sun ONE AppServer 7 beta 2, Win 2000, Oracle 9.0.1.

    I have what seems to be exactly the same problem, using an Informix database with their JDBC driver. When I examinded the schema file produced, I found that column references in at least one table was pointing into columns defined in other, completely unrelated tables. By changing the order of the tables listed with the -table option, the problem moved to another table.
    I am currently evaluating Sun ONE as an alternative to Borland Enterprise Server, and can't get any further without some fix. Our database consist of about 800 tables. I only capture the schema for the entity beans that are used in one EAR module, which is usually around 20, but the format of the schema file does not make it easy to examine it and fix it by hand.
    BTW, capturing from Forte is not an option. We have a very complex build system based on Ant, which requires the capturing to be done by some command line utility.
    Please help! Where can I get a working capture-schema?!

  • Difference between capture schema and import/register schema

    As far as versioning control, what are the differences, if any, between 1.) capturing a schema's objects thru design editor and 2.) importing and registering a schema?

    Capturing a schema will create instances of the TABLE type in the Designer model.
    Registration creates a new model with new types in the Repository.
    DAvid

  • How add capture schema level to existing table level capture

    I have setup Oracle Streams 2 databases( oracle 10.2.0.4 windows 2003) 2-way replication. Database A capture 55 tables and database B capture 32 tables from same schema.
    I need add one more database C (oracle 11.1.0.7 rac windows 2003); replicate whole schema level from database A;
    What sould I do?
    Add new schema level capture process on database A?
    Can I drop current capture table level on database A and create schema level capture and use different propagation?
    Please help

    Better use 2 differents captures and 2 differents propagations, specially since on the of the capture is bi-directional.
    When troubles will come, you will be happy of this separation, Also if something special is requested, you will be confortable with the implementation and sure that no side effects on the other capture. But the ease of maintenance, the different FIRST_SCN, will make your life better.
    Remember that a propagation that goes always from A-->B, you can remove the rule set. In this case everything that enter A goes to B.
    So is it better to do
    A -> rules  |-----> B
                 |-----> Cor not proagation rules :
        A ---> B
        A ---> CI vote for the second.

  • MySql + CMP + capture-schema + deploy tool

    Hi everybody,
    I am trying to design a very simple CMP Entity Bean and packaging it with the deploy tool.
    I have produced a very simple schema of a single table and i am trying to map it on the bean,
    Using the deploy tool, I go on the CMP Database (SUN specific settings) form, click on Create Database Mappings then choice my schema file, then back to the previous form where I can see the combo box listing the Primary Tables found in the schema file.. and this is empty! I tried to use another schema made from a pointbase instance and it works.
    Any suggestions?
    Thank you,
    Rouge

    Make sure that each of the database tables that you wish to map into CMP Entity beans has a primary key defined - tables without a defined primary key will not show up in the CMP mapper, just as you described.
    Scott

  • Netbeans Enteprise Pack 5.5 Installation error

    I am getting an error when installing the enterprise pack.
    Attached log.
    [2006/05/22 11:32:43]: installation started
    [2006/05/22 11:32:43]: PRE-INSTALLATION PHASE:
    [2006/05/22 11:32:43]: initializing installer utilities
    [2006/05/22 11:32:43]: ... InstallerUtils.class initialized
    [2006/05/22 11:32:43]: setting the correct locale
    [2006/05/22 11:32:43]: ... current locale: en_GB
    [2006/05/22 11:32:43]: ... this locale is OK
    [2006/05/22 11:32:43]: checking whether the user has have administrator privileges
    [2006/05/22 11:32:43]: ... the user has enough privileges - continue installation
    [2006/05/22 11:32:43]: setting the appropriate installation locations
    [2006/05/22 11:32:43]: ... product installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:46]: ... EntPack installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:46]: ... AS installation location: C:\Sun\AppServer
    [2006/05/22 11:32:46]: ... JBI installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:46]: ... AM installation location: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:47]: searching for existing installations
    [2006/05/22 11:32:47]: ... current version: uid = 274c5407c4fa26908310cb5c1c5500pr, version = 5.5.0.20060509141948
    [2006/05/22 11:32:47]: ... no existing installations were found
    [2006/05/22 11:32:48]: [Welcome dialog]
    [2006/05/22 11:32:55]: [License dialog]
    [2006/05/22 11:32:59]: searching for ide installations without EntPack
    [2006/05/22 11:32:59]: searching directories with compatible IDE in IS registry
    [2006/05/22 11:32:59]: ... found an installation: C:\Program Files\netbeans-5.5beta
    [2006/05/22 11:32:59]: ... valid, adding to the list
    [2006/05/22 11:33:00]: [IDE Location Dialog]
    [2006/05/22 11:33:01]: validating IDE location
    [2006/05/22 11:33:01]: [Destination AS dialog]
    [2006/05/22 11:33:04]: validating AS installation location: C:\Sun\AppServer
    [2006/05/22 11:33:04]: ... AS location ok
    [2006/05/22 11:33:04]: calculating required disk space for AS
    [2006/05/22 11:33:04]: ... current required bytes for AS: 66135028
    [2006/05/22 11:33:04]: ... correct required bytes for AS: 695569817340032
    [2006/05/22 11:33:04]: calculating required disk space for entpack
    [2006/05/22 11:33:04]: ... current required bytes for entpack: 31423620
    [2006/05/22 11:33:04]: ... correct required bytes for entpack: 60707248
    [2006/05/22 11:33:04]: calculating required disk space for JBI
    [2006/05/22 11:33:04]: ... current required bytes for JBI: 13482056
    [2006/05/22 11:33:04]: ... correct required bytes for JBI: 40446168
    [2006/05/22 11:33:04]: calculating required disk space for AM
    [2006/05/22 11:33:04]: ... current required bytes for AM: 33165905
    [2006/05/22 11:33:04]: ... correct required bytes for AM: 68764034
    [2006/05/22 11:33:05]: searching for pre-installed jdks
    [2006/05/22 11:33:05]: searching windows registry
    [2006/05/22 11:33:05]: executing command: C:\Program Files\Java\jdk1.5.0_06\bin\java.exe -version, in directory: .
    [2006/05/22 11:33:06]: [stderr]: java version "1.5.0_06"
    [2006/05/22 11:33:06]: [stderr]: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    [2006/05/22 11:33:06]: [stderr]: Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
    [2006/05/22 11:33:06]: [return]: 0
    [2006/05/22 11:33:06]: ... found valid jdk: 1.5.0_06 at C:\Program Files\Java\jdk1.5.0_06
    [2006/05/22 11:33:06]: adding jdk to the list
    [2006/05/22 11:33:06]: [JDK Location dialog]
    [2006/05/22 11:33:08]: validating jdk location: C:\Program Files\Java\jdk1.5.0_06
    [2006/05/22 11:33:08]: ... jdk location ok
    [2006/05/22 11:33:08]: setting AS default settings
    [2006/05/22 11:33:08]: setting username
    [2006/05/22 11:33:08]: setting password
    [2006/05/22 11:33:08]: setting admin port
    [2006/05/22 11:33:09]: setting http port
    [2006/05/22 11:33:09]: setting https port
    [2006/05/22 11:33:09]: setting jms port
    [2006/05/22 11:33:09]: setting orb port
    [2006/05/22 11:33:09]: setting orbssl port
    [2006/05/22 11:33:09]: setting orbMutualAuth port
    [2006/05/22 11:33:10]: setting jmx port
    [2006/05/22 11:33:10]: [AS Login Settings dialog]
    [2006/05/22 11:33:11]: validating application server login credentials
    [2006/05/22 11:33:11]: validating username: 'admin'
    [2006/05/22 11:33:11]: ... username ok
    [2006/05/22 11:33:11]: validating password: *****/*****
    [2006/05/22 11:33:11]: ... password ok
    [2006/05/22 11:33:12]: [AS Ports Settings dialog]
    [2006/05/22 11:33:13]: validating AS ports
    [2006/05/22 11:33:13]: validating Admin port: 4848
    [2006/05/22 11:33:13]: validating HTTP port: 8080
    [2006/05/22 11:33:13]: validating HTTPS port: 8181
    [2006/05/22 11:33:13]: validating JMS port: 7676
    [2006/05/22 11:33:13]: validating ORB port: 3700
    [2006/05/22 11:33:13]: validating ORBSSL port: 3820
    [2006/05/22 11:33:13]: validating ORBMutualAuth port: 3921
    [2006/05/22 11:33:13]: validating JMX port: 8686
    [2006/05/22 11:33:13]: ... duplicates do not exist
    [2006/05/22 11:33:13]: setting JBI properties
    [2006/05/22 11:33:13]: ... AS is selected to be installed - setting JBI to be installed into it
    [2006/05/22 11:33:13]: ... JBI install location set to: C:\Sun\AppServer\addons
    [2006/05/22 11:33:13]: setting AM properties
    [2006/05/22 11:33:13]: ... AM install location set to: C:\Sun\AppServer\addons\amserver
    [2006/05/22 11:33:13]: [Pre-Install Summary dialog]
    [2006/05/22 11:34:21]: AS CONFIGURATION PHASE:
    [2006/05/22 11:34:21]: decompressing AS jar files
    [2006/05/22 11:34:22]: decompressing file: C:\Sun\AppServer\imq\lib\fscontext.jar.pack.gz
    [2006/05/22 11:34:25]: decompressing file: C:\Sun\AppServer\imq\lib\imq.jar.pack.gz
    [2006/05/22 11:34:26]: decompressing file: C:\Sun\AppServer\imq\lib\imqbroker.jar.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqhttp.war.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqhttps.war.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqjmx.jar.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqservlet.jar.pack.gz
    [2006/05/22 11:34:28]: decompressing file: C:\Sun\AppServer\imq\lib\imqutil.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\imq\lib\imqxm.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\imq\lib\jaxm-api.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\imq\lib\jms.jar.pack.gz
    [2006/05/22 11:34:29]: decompressing file: C:\Sun\AppServer\javadb\lib\derby.jar.pack.gz
    [2006/05/22 11:34:34]: decompressing file: C:\Sun\AppServer\javadb\lib\derby.war.pack.gz
    [2006/05/22 11:34:34]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyclient.jar.pack.gz
    [2006/05/22 11:34:34]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_de_DE.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_es.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_fr.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_it.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_ja_JP.jar.pack.gz
    [2006/05/22 11:34:35]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_ko_KR.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_pt_BR.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_zh_CN.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbyLocale_zh_TW.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbynet.jar.pack.gz
    [2006/05/22 11:34:36]: decompressing file: C:\Sun\AppServer\javadb\lib\derbytools.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\activation.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\addons\jbi\appserv-jbise.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\addons\resourceadapters\genericjmsra\genericra.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\etc\ant-bootstrap.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-antlr.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-bcel.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-bsf.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-log4j.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-oro.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-regexp.jar.pack.gz
    [2006/05/22 11:34:37]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-apache-resolver.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-commons-logging.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-commons-net.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-icontract.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jai.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-javamail.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jdepend.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jmf.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-jsch.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-junit.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-launcher.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-netrexx.jar.pack.gz
    [2006/05/22 11:34:38]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-nodeps.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-starteam.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-stylebook.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-swing.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-trax.jar.pack.gz
    [2006/05/22 11:34:39]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-vaj.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-weblogic.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-xalan1.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant-xslp.jar.pack.gz
    [2006/05/22 11:34:40]: decompressing file: C:\Sun\AppServer\lib\ant\lib\ant.jar.pack.gz
    [2006/05/22 11:34:42]: decompressing file: C:\Sun\AppServer\lib\ant\lib\xercesImpl.jar.pack.gz
    [2006/05/22 11:34:44]: decompressing file: C:\Sun\AppServer\lib\ant\lib\xml-apis.jar.pack.gz
    [2006/05/22 11:34:45]: decompressing file: C:\Sun\AppServer\lib\appserv-cmp.jar.pack.gz
    [2006/05/22 11:34:48]: decompressing file: C:\Sun\AppServer\lib\appserv-deployment-client.jar.pack.gz
    [2006/05/22 11:34:48]: decompressing file: C:\Sun\AppServer\lib\appserv-ext.jar.pack.gz
    [2006/05/22 11:34:50]: decompressing file: C:\Sun\AppServer\lib\appserv-jstl.jar.pack.gz
    [2006/05/22 11:34:51]: decompressing file: C:\Sun\AppServer\lib\appserv-jwsacc.jar.pack.gz
    [2006/05/22 11:34:51]: decompressing file: C:\Sun\AppServer\lib\appserv-launch.jar.pack.gz
    [2006/05/22 11:34:52]: decompressing file: C:\Sun\AppServer\lib\appserv-rt.jar.pack.gz
    [2006/05/22 11:35:26]: decompressing file: C:\Sun\AppServer\lib\appserv-tags.jar.pack.gz
    [2006/05/22 11:35:26]: decompressing file: C:\Sun\AppServer\lib\appserv-upgrade.jar.pack.gz
    [2006/05/22 11:35:26]: decompressing file: C:\Sun\AppServer\lib\appserv-ws.jar.pack.gz
    [2006/05/22 11:35:47]: decompressing file: C:\Sun\AppServer\lib\com-sun-commons-launcher.jar.pack.gz
    [2006/05/22 11:35:47]: decompressing file: C:\Sun\AppServer\lib\com-sun-commons-logging.jar.pack.gz
    [2006/05/22 11:35:47]: decompressing file: C:\Sun\AppServer\lib\dbschema.jar.pack.gz
    [2006/05/22 11:35:48]: decompressing file: C:\Sun\AppServer\lib\deployment\sun-as-jsr88-dm.jar.pack.gz
    [2006/05/22 11:35:48]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\cc.jar.pack.gz
    [2006/05/22 11:35:50]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\com_sun_web_ui.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\dataprovider.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\framework-en.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\framework.jar.pack.gz
    [2006/05/22 11:35:51]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\help.jar.pack.gz
    [2006/05/22 11:35:53]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\jato.jar.pack.gz
    [2006/05/22 11:35:55]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\suntheme.jar.pack.gz
    [2006/05/22 11:35:56]: decompressing file: C:\Sun\AppServer\lib\install\applications\admingui\adminGUI_war\WEB-INF\lib\webui.jar.pack.gz
    [2006/05/22 11:35:59]: decompressing file: C:\Sun\AppServer\lib\install\applications\jaxr-ra\jaxr-ra.jar.pack.gz
    [2006/05/22 11:35:59]: decompressing file: C:\Sun\AppServer\lib\install\applications\jmsra\imqjmsra.jar.pack.gz
    [2006/05/22 11:36:02]: decompressing file: C:\Sun\AppServer\lib\install\applications\MEjbApp.ear.pack.gz
    [2006/05/22 11:36:02]: decompressing file: C:\Sun\AppServer\lib\install\applications\samples.jar.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\install\applications\__JWSappclients.ear.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\j2ee-svc.jar.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\j2ee.jar.pack.gz
    [2006/05/22 11:36:03]: decompressing file: C:\Sun\AppServer\lib\javaee.jar.pack.gz
    [2006/05/22 11:36:07]: decompressing file: C:\Sun\AppServer\lib\jmxremote_optional.jar.pack.gz
    [2006/05/22 11:36:08]: decompressing file: C:\Sun\AppServer\lib\jsf-impl.jar.pack.gz
    [2006/05/22 11:36:09]: decompressing file: C:\Sun\AppServer\lib\mail.jar.pack.gz
    [2006/05/22 11:36:10]: decompressing file: C:\Sun\AppServer\lib\sun-appserv-ant.jar.pack.gz
    [2006/05/22 11:36:10]: decompressing file: C:\Sun\AppServer\lib\toplink-essentials-agent.jar.pack.gz
    [2006/05/22 11:36:10]: decompressing file: C:\Sun\AppServer\lib\toplink-essentials.jar.pack.gz
    [2006/05/22 11:36:14]: decompressing file: C:\Sun\AppServer\lib\verifier\verifierhelp.jar.pack.gz
    [2006/05/22 11:36:14]: decompressing file: C:\Sun\AppServer\samples\quickstart\hello.war.pack.gz
    [2006/05/22 11:36:14]: updating AS configuration and executable files
    [2006/05/22 11:36:14]: jdk location: C:\Program Files\Java\jdk1.5.0_06
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\appclient.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asadmin.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asant.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asapt.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\asupgrade.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\capture-schema.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\jspc.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\package-appclient.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\schemagen.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\verifier.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wscompile.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wsdeploy.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wsgen.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\wsimport.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\bin\xjc.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\config\asenv.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\imq\etc\imqenv.conf
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\javadb\frameworks\NetworkServer\bin\startNetworkServer.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\javadb\frameworks\NetworkServer\bin\stopNetworkServer.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\ant\bin\ant.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\asadmin-pause.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\certutil.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\package-appclient.xml
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\pk12util.bat
    [2006/05/22 11:36:14]: modifying file: C:\Sun\AppServer\lib\start-appserv.bat
    [2006/05/22 11:36:15]: modifying file: C:\Sun\AppServer\samples\common.properties
    [2006/05/22 11:36:15]: creating the default domain - domain1 - at C:\Sun\AppServer
    [2006/05/22 11:36:15]: writing file: C:\Sun\AppServer\asadminTmp32341.tmp
    [2006/05/22 11:36:15]: executing command: C:\Sun\AppServer\bin\asadmin.bat create-domain interactive=false adminport 4848 adminuser admin passwordfile C:\Sun\AppServer\asadminTmp32341.tmp instanceport 8080 domainproperties http.ssl.port=8181 --savemasterpassword=true domain1, in directory: C:\Sun\AppServer
    [2006/05/22 11:36:15]: [stderr]: '' is not recognized as an internal or external command,
    [2006/05/22 11:36:15]: [stderr]: operable program or batch file.
    [2006/05/22 11:36:15]: [return]: 255
    [2006/05/22 11:36:15]: deleting file: C:\Sun\AppServer\asadminTmp32341.tmp
    [2006/05/22 11:36:15]: writing file: C:\Documents and Settings\user\.asadminprefs
    [2006/05/22 11:36:15]: updating the application server launchers
    [2006/05/22 11:36:15]: writing file: C:\Program Files\netbeans-5.5beta\bin\javaee-docs.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\admin-console.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\start-default-domain.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\start-derby.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\stop-default-domain.bat
    [2006/05/22 11:36:16]: writing file: C:\Program Files\netbeans-5.5beta\bin\stop-derby.bat
    [2006/05/22 11:36:42]: ENTPACK CONFIGURATION PHASE:
    [2006/05/22 11:36:42]: decompressing ide jar files
    [2006/05/22 11:36:42]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\docs\org-netbeans-modules-bpel-bpelhelp.jar.pack.gz
    [2006/05/22 11:36:42]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\amclientsdk.jar.pack.gz
    [2006/05/22 11:36:54]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\bpel\anttask.jar.pack.gz
    [2006/05/22 11:36:54]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\castor.jar.pack.gz
    [2006/05/22 11:36:56]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\anttask.jar.pack.gz
    [2006/05/22 11:36:56]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\catd.jar.pack.gz
    [2006/05/22 11:36:56]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\httpunit-1.6.2.jar.pack.gz
    [2006/05/22 11:36:57]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\wsdl4j-1_5_2\qname.jar.pack.gz
    [2006/05/22 11:36:57]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\wsdl4j-1_5_2\wsdl4j.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jbi\xmlunit1.0.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jgo\JGo5.1.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jgo\JGoInstruments5.1.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\jgo\JGoLayout5.1.jar.pack.gz
    [2006/05/22 11:36:58]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\jsr173_1.0_api.jar.pack.gz
    [2006/05/22 11:36:59]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\resolver.jar.pack.gz
    [2006/05/22 11:36:59]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\xbean.jar.pack.gz
    [2006/05/22 11:37:07]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\xbean_xpath.jar.pack.gz
    [2006/05/22 11:37:07]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\ext\xmlbeans-2.1.0\xmlpublic.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-apache-xmlbeans.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-exolab-castor.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-bpelhelp.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-canvas.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-dataobject.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debugger-api.jar.pack.gz
    [2006/05/22 11:37:09]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debugger-ui.jar.pack.gz
    [2006/05/22 11:37:10]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debuggerbdi.jar.pack.gz
    [2006/05/22 11:37:10]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-debuggerse.jar.pack.gz
    [2006/05/22 11:37:10]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-editor-expression.jar.pack.gz
    [2006/05/22 11:37:11]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-editors.jar.pack.gz
    [2006/05/22 11:37:13]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-model.jar.pack.gz
    [2006/05/22 11:37:14]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-project.jar.pack.gz
    [2006/05/22 11:37:15]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-bpel-samples.jar.pack.gz
    [2006/05/22 11:37:15]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-models-bpelmodel.jar.pack.gz
    [2006/05/22 11:37:16]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-models-wsdlmodel.jar.pack.gz
    [2006/05/22 11:37:18]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-models-xsdmodel.jar.pack.gz
    [2006/05/22 11:37:18]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-projects-base.jar.pack.gz
    [2006/05/22 11:37:18]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-compapp-projects-jbi.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-enterprise-update.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-identity-libs.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-identity-profile-api.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-identity-profile-ui.jar.pack.gz
    [2006/05/22 11:37:19]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-mapper.jar.pack.gz
    [2006/05/22 11:37:20]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-print.jar.pack.gz
    [2006/05/22 11:37:20]: decompressing file: C:\Program Files\netbeans-5.5beta\soa1\modules\org-netbeans-modules-sun-manager-jbi.jar.pack.gz
    [2006/05/22 11:37:21]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\docs\org-netbeans-modules-uml.jar.pack.gz
    [2006/05/22 11:37:24]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\antlr.jar.pack.gz
    [2006/05/22 11:37:25]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\batik-all.jar.pack.gz
    [2006/05/22 11:37:31]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\drawingLibrary.jar.pack.gz
    [2006/05/22 11:37:31]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\exeditor601.jar.pack.gz
    [2006/05/22 11:37:32]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\iText.jar.pack.gz
    [2006/05/22 11:37:33]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\jaxen.jar.pack.gz
    [2006/05/22 11:37:34]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\msv.jar.pack.gz
    [2006/05/22 11:37:35]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\org-dom4j.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\pngEncoder.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\PullParser2.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\relaxngDatatype.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\saxpath.jar.pack.gz
    [2006/05/22 11:37:36]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\Tidy.jar.pack.gz
    [2006/05/22 11:37:37]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\tsalleditor601dev.jar.pack.gz
    [2006/05/22 11:37:39]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\tsalljlayoutclient601dev.jar.pack.gz
    [2006/05/22 11:37:40]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\tsalljlayoutserver601dev.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\ext\xsdlib.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-jaxen.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-antlr.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-designpattern.jar.pack.gz
    [2006/05/22 11:37:42]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-documentation.jar.pack.gz
    [2006/05/22 11:37:43]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-drawingarea.jar.pack.gz
    [2006/05/22 11:37:43]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-integration.jar.pack.gz
    [2006/05/22 11:37:43]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-palette.jar.pack.gz
    [2006/05/22 11:37:44]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-parser-java.jar.pack.gz
    [2006/05/22 11:37:44]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-project.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-propertysupport.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-reporting.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-requirements-doorsprovider.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-requirements-xmlrequirements.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5beta\uml2\modules\org-netbeans-modules-uml-requirements.jar.pack.gz
    [2006/05/22 11:37:45]: decompressing file: C:\Program Files\netbeans-5.5bet

    Applied note 1484591 as instructed by SAP and this fixed the problrm

  • Capture-db-schema with my-sql

    hello everybody ,
    i create a jdbc resorce and connection pool with Server admin Console and ping everything is ok, but when i get a schema the console bring me this
    capture-db-schema:
    [java] using dburl:jdbc:mysql://localhost:3306/comut
    [java] using username:user_comut
    [java] using password:user_comut
    [java] using driver:com.mysql.jdbc.Driver
    [java] using schemaname:comut
    [java] using output file:build/cmproster.dbschema
    [java] Capturing schema:comut
    [java] JDO71101: Cannot access table LEAGUE.
    [java] JDO71101: Cannot access table PLAYER.
    [java] JDO71101: Cannot access table TEAM.
    [java] JDO71101: Cannot access table TEAM_PLAYER.
    [java] JDO71102: No valid tables requested. No schema file created
    someone help me

    MySQL is not a supported database to use with CMP.
    But from the error message that you get, it looks like you didn't
    have those tables in your database, or their names didn't
    match exactly (case sensitive).
    Regards,
    -marina

Maybe you are looking for

  • How do I get AI to stop moving design elements in .0139 in (1 pt) increments?

    For the life of me, I cannot find any way to get Illustrator to NOT align or move every item in every document according to 1.0 pt increments. This has been happening for a week or two now and it is driving me POSITIVELY BATTY!!!!!!!!!!!!!!! I have n

  • Creative Cloud desktop installation fails (OS X)

    Hi, I'm running OS X Yosemite 10.10.2 French. I subscribed to Creative Clouds for photographers and downloaded the CreativeCloudInstaller.dmg. When I run the installer, it downloads things for a little while and as soon as I see the "Installing Creat

  • Remove element from xml using dom.

    i want to remove an element from an xml file using dom. i remove the element but the whole content of the file is also deleted. how can i rewrite the file.

  • Making a photo out of a video file

    How do I make a photo (.jpg) out of a video clip from Final Cut Pro (ver. 5.1.4)?

  • File Input Stream

    Hello ! The FileInputStream has a constructor which uses FileDescriptor object as "FileInputStream(FileDescriptor fdobj)" The practical use of FileDescriptor object is the FileInputStream and FileOutputStream to contain it. Can someone help me how to