maven nbm-application: unknown module code base warnings

View: New views
2 Messages — Rating Filter:   Alert me  

maven nbm-application: unknown module code base warnings

by heidtmare :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When running my maven nbm-application all my modules throw this kind of warning:


Code:
WARNING [org.netbeans.modules.settings.convertors.XMLSettingsSupport]: Warning: unknown module code base: com.saic.gnsa.client.globe in MultiFileObject@130998[Windows2/Components/GlobeTopComponent.settings]

INFO [org.netbeans.core.windows.persistence]: [PersistenceManager.getTopComponentForID] Problem when deserializing TopComponent for tcID:'GlobeTopComponent'. Reason: Top component GlobeTopComponent could not be loaded, either owning module was disabled, has incompatible version or top components settings file format is broken.

java.io.IOException: Top component GlobeTopComponent could not be loaded, either owning module was disabled, has incompatible version or top components settings file format is broken.







and then the following warning cause it to not load in the mode i requested:




Code:
WARNING [com.saic.gnsa.client.globe.GlobeTopComponent]: Cannot find GlobeTopComponent component. It will not be located properly in the window system.







Whats going on here?





Re: maven nbm-application: unknown module code base warnings

by mkleint-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hmm.. what IDE are you isng for development and what are you compiling
against? maybe the IDE generates code not compatible with the code you
run the app with.

just a guess though, it looks like an issue in window system, not
directly related to the maven tooling..

Milos

heidtmare wrote:

> When running my maven nbm-application all my modules throw this kind of warning:
>
>
> Code:
> WARNING [org.netbeans.modules.settings.convertors.XMLSettingsSupport]: Warning: unknown module code base: com.saic.gnsa.client.globe in MultiFileObject@130998[Windows2/Components/GlobeTopComponent.settings]
>
> INFO [org.netbeans.core.windows.persistence]: [PersistenceManager.getTopComponentForID] Problem when deserializing TopComponent for tcID:'GlobeTopComponent'. Reason: Top component GlobeTopComponent could not be loaded, either owning module was disabled, has incompatible version or top components settings file format is broken.
>
> java.io.IOException: Top component GlobeTopComponent could not be loaded, either owning module was disabled, has incompatible version or top components settings file format is broken.
>
>
>
>
>
>
>
> and then the following warning cause it to not load in the mode i requested:
>
>
>
>
> Code:
> WARNING [com.saic.gnsa.client.globe.GlobeTopComponent]: Cannot find GlobeTopComponent component. It will not be located properly in the window system.
>
>
>
>
>
>
>
> Whats going on here?
>
>
>
>
>