I can't install 1.9.7

install -dis says

INFO 4/8/11 9:42 AM:liquibase: ChangeSet
1.9.4/changelog.xml::1.9.4-remove-alarms-clearuei::seth ran successfully
in 4ms
SEVERE 4/8/11 9:42 AM:liquibase: Error executing SQL ALTER TABLE
snmpinterface ALTER COLUMN netmask TYPE VARCHAR(45)

<snip>

SEVERE 4/8/11 9:42 AM:liquibase: Change Set
1.9.7/changelog.xml::1.9.7-expand-netmask-field::rangerrick failed.
Error: Error executing SQL ALTER TABLE snmpinterface ALTER COLUMN
netmask TYPE VARCHAR(45): ERROR: column "netmask" of relation
"snmpinterface" does not exist

Sourcecode grep makes me think the column name is wrong.

src/opennms/core/schema/src/main/liquibase # grep -r netmask *
1.6.0/tables/snmpInterface.xml:                 <column 
name="snmpipadentnetmask"
type="varchar(16)" />
1.9.7/changelog.xml:  <changeSet author="rangerrick"
id="1.9.7-expand-netmask-field">
1.9.7/changelog.xml:    <modifyDataType tableName="snmpinterface"
columnName="netmask" newDataType="varchar(45)" />
1.9.7/changelog.xml:      <modifyDataType tableName="snmpinterface"
columnName="netmask" newDataType="varchar(16)" />

Regards
Dominik

On 04/06/2011 05:17 PM, Benjamin Reed wrote:
> The plan is to release 1.8.11 and 1.9.7 on Monday.  The branches have 
> been made.  If you are interested in helping us test, please check out 
> and build one of the following branches:
> 
>   rc/stable/1.8.11
>   rc/unstable/1.9.7
> 
> Nightly snapshots will contain roughly the same code, but might get a 
> few future (1.8.12/1.9.8) changes going forward.
> 
> 1.8.11 is mostly small bugfixes over 1.8.10, the full release notes are 
> here:
> 
>    
> http://issues.opennms.org/secure/ReleaseNote.jspa?projectId=10001&version=10391
> 
> 1.9.7 contains all of 1.8.11's fixes, as well as a TON of work on IPv6.  
> If you are interested in testing out the IPv6 support (on a 
> non-production machine, of course!), then please give it a shot and open 
> bugs on anything that doesn't work as you expect.  The full release 
> notes are here:
> 
>    
> http://issues.opennms.org/secure/ReleaseNote.jspa?projectId=10001&version=10392
> 
> Some notes on IPv6 support:
> 
> * ICMP integration is not finished yet, you will not be able to ping 
> IPv6 addresses.
> * Initially, OpenNMS's IPv6 integration will only support nodes 
> provisioned through Provisiond.  While discovery and Capsd *may* (or, 
> more likely, may not) work, the focus for 1.10 is going to be on getting 
> coverage of Provisiond, the associated detectors and pollers, and data 
> collection.  The eventual goal is for Provisiond to replace all of the 
> common use-cases for Capsd, rather than trying to shoehorn IPv6 back 
> into the old Capsd code.
> * While most pollers and detectors should work, we've only been able to 
> test a few so far.  If you run into things that don't work, please open 
> bugs.
> 
> As always, I'm in IRC (irc://irc.freenode.net/opennms), and a number of 
> other OGP folks hang out there as well, if you have questions, feel free 
> to ask there or here.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to