[ 
https://issues.apache.org/jira/browse/JS2-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735029#action_12735029
 ] 

Woonsan Ko commented on JS2-1047:
---------------------------------

Hi Hongkunan,

Thank you so much for reporting this problem.
I haven't tested the installer with oracle, but I looked into the sources and 
found that the database name was wrong. The database name should be either 
'oracle9' or 'oracle10', instead of 'oracle'. I guess that's why the sql script 
couldn't be found.

I think one possible temporary solution for your case is to modify 
antinstall-config.xml inside the installer jar file.
That is, if you replace 'oracle' by 'oracle9', then I think it would work.
By the way, the database scripts are stored in database.zip inside the 
installer jar file. The zip file has 'oracle9' and 'oracle10', not 'oracle'.

If you have time to test this temporary solution in your environment and it 
turns out to be good enough, then it would be great to fix this problem 
quickly. Thanks!


Kind regards,

Woonsan

> install jetspeed-installer-demo-2.2.0.jar  database user oracle9i is error! 
> why?
> --------------------------------------------------------------------------------
>
>                 Key: JS2-1047
>                 URL: https://issues.apache.org/jira/browse/JS2-1047
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.2.0
>         Environment: os:windows xp
> jdk:1.5
> database:oracle9i
> install jetspeed-installer-demo-2.2.0.jar
>            Reporter: hongkunan
>
> when i install install jetspeed-installer-demo-2.2.0.jar use up env is 
> error(database use oracle9i),
> but i install it database use derby is success!
> why?
> Error Message:
> Install failed
> Error running the install,The following error occurred while executing this 
> line:
> e:\Apache\Jetspeed-2.2\database\bulid.xml:126;Source file does not exist!
> the 126 line in build.xml content is:
>       <sql driver="${_jdbc.driver.class}" url="${_jdbc.url}" 
> userid="${_db.username}" password="${_db.password}" 
> src="${basedir}/${db.type}/drop-schema.sql" autocommit="true" 
> onerror="continue" print="no" output="setup.log">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to