Results 1 to 3 of 3

Thread: Spring roo 1.2.0.RC1 Dbre hangs more than 18 hours

  1. #1

    Default Spring roo 1.2.0.RC1 Dbre hangs more than 18 hours

    DBRE hangs more than 18 hours...just wondering if this has to do my configuration/environment or the release candidate.

    I have to close the window in order to kill the process....the second command gives some error, but it stills runs.

    Enviroment: Windows 7 professional , Oracle, java 1.6


    database introspect --schema pm_ash_owner
    Code:
    roo> database introspect --schema no-schema-required
    Schema(s) 'no-schema-required' do not exist or does not have any tables. Note that the schema names of some databases are case-sensitive
    roo> database introspect --schema pm_ash_owner
    database reverse engineer --schema PM_ASH_OWNER --package ~.domain.tp --includeTables "TP_*"
    Code:
    roo> database reverse engineer --schema PM_ASH_OWNER --package ~.domain.tp --includeTables  "TP_*"
    Exception in thread "Synchronizer (Spring UAA/1.0.2)" java.lang.NullPointerException
            at org.springframework.uaa.client.internal.UaaServiceImpl.rebuildPersistedDetails(UaaServiceImpl.java:342)
            at org.springframework.uaa.client.internal.UaaServiceImpl.createUaaEnvelope(UaaServiceImpl.java:245)
            at org.springframework.uaa.client.internal.TransmissionAwareUaaServiceImpl.uploadUaaEnvelope(TransmissionAwareUaaServiceImpl.java:267)
            at org.springframework.uaa.client.internal.TransmissionAwareUaaServiceImpl.access$100(TransmissionAwareUaaServiceImpl.java:28)
            at org.springframework.uaa.client.internal.TransmissionAwareUaaServiceImpl$UaaTransmissionRunnable.run(TransmissionAwareUaaServiceImpl.java:384)
            at java.lang.Thread.run(Unknown Source)

  2. #2
    Join Date
    Dec 2005
    Posts
    935

    Default

    When you press TAB after the --schema option, do you see the schemas listed from Oracle? If not, typing it in manually won't help.

    But your error is coming from UAA, which can mean that you have no internet connection as well.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  3. #3

    Default

    Thanks Alan Yes, it lists all the schemas from Oracle....just the command doesn't come back....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •