You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Vitaly Baranovsky (JIRA)" <je...@portals.apache.org> on 2008/01/23 20:56:34 UTC

[jira] Created: (JS2-851) Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3

Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3
---------------------------------------------------------------------------------------------

                 Key: JS2-851
                 URL: https://issues.apache.org/jira/browse/JS2-851
             Project: Jetspeed 2
          Issue Type: Bug
    Affects Versions: 2.1.3
         Environment: apache tomcat 5.5.20, SuSe Linux 10.1, MS SQL Server 2005
            Reporter: Vitaly Baranovsky


When starting jetspeed I can found next messages in log:

Jan 23, 2008 9:11:58 PM java.util.prefs.FileSystemPreferences syncWorld
WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: 
java.lang.IllegalArgumentException: Not supported: indent-number

I don't know is it problem or not...

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Assigned: (JS2-851) Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3

Posted by "David Sean Taylor (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Sean Taylor reassigned JS2-851:
-------------------------------------

    Assignee: David Sean Taylor

> Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3
> ---------------------------------------------------------------------------------------------
>
>                 Key: JS2-851
>                 URL: https://issues.apache.org/jira/browse/JS2-851
>             Project: Jetspeed 2
>          Issue Type: Bug
>    Affects Versions: 2.1.3
>         Environment: apache tomcat 5.5.20, SuSe Linux 10.1, MS SQL Server 2005
>            Reporter: Vitaly Baranovsky
>            Assignee: David Sean Taylor
>
> When starting jetspeed I can found next messages in log:
> Jan 23, 2008 9:11:58 PM java.util.prefs.FileSystemPreferences syncWorld
> WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: 
> java.lang.IllegalArgumentException: Not supported: indent-number
> I don't know is it problem or not...

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Closed: (JS2-851) Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma closed JS2-851.
-------------------------

    Resolution: Won't Fix

Jetspeed 2.2 provides a brand new backend solution for the preferences and security attributes and all usages of Java Preferences have been replaced by it.

> Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3
> ---------------------------------------------------------------------------------------------
>
>                 Key: JS2-851
>                 URL: https://issues.apache.org/jira/browse/JS2-851
>             Project: Jetspeed 2
>          Issue Type: Bug
>    Affects Versions: 2.1.3
>         Environment: apache tomcat 5.5.20, SuSe Linux 10.1, MS SQL Server 2005
>            Reporter: Vitaly Baranovsky
>            Assignee: David Sean Taylor
>
> When starting jetspeed I can found next messages in log:
> Jan 23, 2008 9:11:58 PM java.util.prefs.FileSystemPreferences syncWorld
> WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: 
> java.lang.IllegalArgumentException: Not supported: indent-number
> I don't know is it problem or not...

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Issue Comment Edited: (JS2-851) Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3

Posted by "Julian (JIRA)" <je...@portals.apache.org>.
    [ https://issues.apache.org/jira/browse/JS2-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585338#action_12585338 ] 

oakridge edited comment on JS2-851 at 4/8/08 9:21 AM:
----------------------------------------------------

This is an issue with the preferences system in Java 6 requiring that the JAXP provider support "indent-number".  The bug has been reported to Sun.  Please see:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6519088

Also, this bug can be worked around by renaming/removing META-INF/services from the xalan jar to prevent xalan being picked up as the default provider for jaxp transform (not really all that great of a solution if you rely on Xalan).

      was (Author: oakridge):
    This is an issue with the preferences system in Java requiring that the JAXP provider support "indent-number".  The bug has been reported to Sun.  Please see:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6519088

Also, this bug can be worked around by removing META-INF/services from the xalan jar to prevent xalan being picked up as the default provider for jaxp transform (not really all that great of a solution if you rely on Xalan).
  
> Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3
> ---------------------------------------------------------------------------------------------
>
>                 Key: JS2-851
>                 URL: https://issues.apache.org/jira/browse/JS2-851
>             Project: Jetspeed 2
>          Issue Type: Bug
>    Affects Versions: 2.1.3
>         Environment: apache tomcat 5.5.20, SuSe Linux 10.1, MS SQL Server 2005
>            Reporter: Vitaly Baranovsky
>
> When starting jetspeed I can found next messages in log:
> Jan 23, 2008 9:11:58 PM java.util.prefs.FileSystemPreferences syncWorld
> WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: 
> java.lang.IllegalArgumentException: Not supported: indent-number
> I don't know is it problem or not...

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-851) Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3

Posted by "Julian (JIRA)" <je...@portals.apache.org>.
    [ https://issues.apache.org/jira/browse/JS2-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585338#action_12585338 ] 

Julian commented on JS2-851:
----------------------------

This is an issue with the preferences system in Java requiring that the JAXP provider support "indent-number".  The bug has been reported to Sun.  Please see:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6519088

Also, this bug can be worked around by removing META-INF/services from the xalan jar to prevent xalan being picked up as the default provider for jaxp transform (not really all that great of a solution if you rely on Xalan).

> Couldn't flush user prefs: java.util.prefs.BackingStoreException when starting Jetspeed 2.1.3
> ---------------------------------------------------------------------------------------------
>
>                 Key: JS2-851
>                 URL: https://issues.apache.org/jira/browse/JS2-851
>             Project: Jetspeed 2
>          Issue Type: Bug
>    Affects Versions: 2.1.3
>         Environment: apache tomcat 5.5.20, SuSe Linux 10.1, MS SQL Server 2005
>            Reporter: Vitaly Baranovsky
>
> When starting jetspeed I can found next messages in log:
> Jan 23, 2008 9:11:58 PM java.util.prefs.FileSystemPreferences syncWorld
> WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: 
> java.lang.IllegalArgumentException: Not supported: indent-number
> I don't know is it problem or not...

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org