You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Guillaume Nodet (JIRA)" <de...@geronimo.apache.org> on 2006/06/08 20:37:29 UTC

[jira] Created: (GERONIMO-2095) Problem with attribute manager

Problem with attribute manager
------------------------------

         Key: GERONIMO-2095
         URL: http://issues.apache.org/jira/browse/GERONIMO-2095
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: core  
 Environment: http://people.apache.org/~hogstrom/20060607/geronimo-jetty-j2ee-1.1-20060607.tar.gz
Windows XP, cygwin
Command line: java -jar bin/server.jar
Free disk space: 3 Gb
    Reporter: Guillaume Nodet
    Priority: Critical
     Fix For: 1.1


gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607
$ java -jar bin/server.jar
Booting Geronimo Kernel (in Java 1.5.0_06)...
Starting Geronimo Application Server v1.1-20060607
[******>               ] 30%  21s Starting geronimo/system-database...20:32:49,484 ERROR [LocalAttributeManager] Error saving attributes
java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
        at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
        at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
[******************>   ] 84%  39s Starting geronimo/webconsole-jett...20:33:07,890 ERROR [LocalAttributeManager] Error saving attributes
java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
        at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
        at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
[**********************] 100%  45s Startup complete
  Listening on Ports:
    1099 0.0.0.0 RMI Naming
    1527 0.0.0.0 Derby Connector
    4201 0.0.0.0 ActiveIO Connector EJB
    4242 0.0.0.0 Remote Login Listener
    8009 0.0.0.0 Jetty Connector AJP13
    8080 0.0.0.0 Jetty Connector HTTP
    8443 0.0.0.0 Jetty Connector HTTPS
    9999 0.0.0.0 JMX Remoting Connector
   61616 0.0.0.0 ActiveMQ Message Broker Connector

  Started Application Modules:
    EAR: geronimo/webconsole-jetty/1.1-20060607/car
    RAR: geronimo/activemq/1.1-20060607/car
    RAR: geronimo/system-database/1.1-20060607/car
    WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
    WAR: geronimo/welcome-jetty/1.1-20060607/car

  Web Applications:
    http://guillaumes:8080/
    http://guillaumes:8080/console
    http://guillaumes:8080/console-standard
    http://guillaumes:8080/remote-deploy

Geronimo Application Server started
20:33:18,718 ERROR [LocalAttributeManager] Error saving attributes
java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
        at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
        at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (GERONIMO-2095) Problem with attribute manager

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Guillaume, your using Cygwin as your development environment.  I haven't run into this.  Is there 
someone else on the team that is running with CygWin?

Paul McMahan (JIRA) wrote:
>     [ http://issues.apache.org/jira/browse/GERONIMO-2095?page=comments#action_12415417 ] 
> 
> Paul McMahan commented on GERONIMO-2095:
> ----------------------------------------
> 
> The problem must be environmental because I'm not able to recreate it on linux using JDK 1.4.2.  As a test I changed a property of the SystemDatasource pool in the db portlet, restarted G, and verified that my changes had been persisted.
> 
> After the restart here's what I see:
> pmcmahan@localhost:~/tmp/geronimo-1.1-20060607$ ls -l var/config/
> total 32
> -rw-r--r--  1 pmcmahan pmcmahan 6712 2006-06-08 15:54 config.xml
> -rw-r--r--  1 pmcmahan pmcmahan 6435 2006-06-08 15:51 config.xml.bak
> -rw-r--r--  1 pmcmahan pmcmahan 5494 2006-06-07 03:20 config.xml.original
> -rw-r--r--  1 pmcmahan pmcmahan  240 2006-06-07 03:20 offline-deployer-list
> -rw-r--r--  1 pmcmahan pmcmahan 1157 2006-06-07 03:20 README.txt
> pmcmahan@localhost:~/tmp/geronimo-1.1-20060607$ java -jar bin/server.jar
> Booting Geronimo Kernel (in Java 1.4.2_10)...
> Starting Geronimo Application Server v1.1-20060607
> [**********************] 100%  62s Startup complete
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>     9999 0.0.0.0 JMX Remoting Connector
>    61616 0.0.0.0 ActiveMQ Message Broker Connector
> 
>   Started Application Modules:
>     EAR: geronimo/webconsole-jetty/1.1-20060607/car
>     RAR: geronimo/activemq/1.1-20060607/car
>     RAR: geronimo/system-database/1.1-20060607/car
>     WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
>     WAR: geronimo/welcome-jetty/1.1-20060607/car
> 
>   Web Applications:
>     http://localhost:8080/
>     http://localhost:8080/console
>     http://localhost:8080/console-standard
>     http://localhost:8080/remote-deploy
> 
> Geronimo Application Server started
> 
> 
>> Problem with attribute manager
>> ------------------------------
>>
>>          Key: GERONIMO-2095
>>          URL: http://issues.apache.org/jira/browse/GERONIMO-2095
>>      Project: Geronimo
>>         Type: Bug
>>     Security: public(Regular issues) 
>>   Components: core
>>  Environment: http://people.apache.org/~hogstrom/20060607/geronimo-jetty-j2ee-1.1-20060607.tar.gz
>> Windows XP, cygwin
>> Command line: java -jar bin/server.jar
>> Free disk space: 3 Gb
>>     Reporter: Guillaume Nodet
>>     Priority: Critical
>>      Fix For: 1.1
> 
>> gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607
>> $ java -jar bin/server.jar
>> Booting Geronimo Kernel (in Java 1.5.0_06)...
>> Starting Geronimo Application Server v1.1-20060607
>> [******>               ] 30%  21s Starting geronimo/system-database...20:32:49,484 ERROR [LocalAttributeManager] Error saving attributes
>> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
>> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>>         at java.util.TimerThread.mainLoop(Unknown Source)
>>         at java.util.TimerThread.run(Unknown Source)
>> [******************>   ] 84%  39s Starting geronimo/webconsole-jett...20:33:07,890 ERROR [LocalAttributeManager] Error saving attributes
>> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
>> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>>         at java.util.TimerThread.mainLoop(Unknown Source)
>>         at java.util.TimerThread.run(Unknown Source)
>> [**********************] 100%  45s Startup complete
>>   Listening on Ports:
>>     1099 0.0.0.0 RMI Naming
>>     1527 0.0.0.0 Derby Connector
>>     4201 0.0.0.0 ActiveIO Connector EJB
>>     4242 0.0.0.0 Remote Login Listener
>>     8009 0.0.0.0 Jetty Connector AJP13
>>     8080 0.0.0.0 Jetty Connector HTTP
>>     8443 0.0.0.0 Jetty Connector HTTPS
>>     9999 0.0.0.0 JMX Remoting Connector
>>    61616 0.0.0.0 ActiveMQ Message Broker Connector
>>   Started Application Modules:
>>     EAR: geronimo/webconsole-jetty/1.1-20060607/car
>>     RAR: geronimo/activemq/1.1-20060607/car
>>     RAR: geronimo/system-database/1.1-20060607/car
>>     WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
>>     WAR: geronimo/welcome-jetty/1.1-20060607/car
>>   Web Applications:
>>     http://guillaumes:8080/
>>     http://guillaumes:8080/console
>>     http://guillaumes:8080/console-standard
>>     http://guillaumes:8080/remote-deploy
>> Geronimo Application Server started
>> 20:33:18,718 ERROR [LocalAttributeManager] Error saving attributes
>> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
>> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>>         at java.util.TimerThread.mainLoop(Unknown Source)
>>         at java.util.TimerThread.run(Unknown Source)
> 

[jira] Commented: (GERONIMO-2095) Problem with attribute manager

Posted by "Paul McMahan (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2095?page=comments#action_12415417 ] 

Paul McMahan commented on GERONIMO-2095:
----------------------------------------

The problem must be environmental because I'm not able to recreate it on linux using JDK 1.4.2.  As a test I changed a property of the SystemDatasource pool in the db portlet, restarted G, and verified that my changes had been persisted.

After the restart here's what I see:
pmcmahan@localhost:~/tmp/geronimo-1.1-20060607$ ls -l var/config/
total 32
-rw-r--r--  1 pmcmahan pmcmahan 6712 2006-06-08 15:54 config.xml
-rw-r--r--  1 pmcmahan pmcmahan 6435 2006-06-08 15:51 config.xml.bak
-rw-r--r--  1 pmcmahan pmcmahan 5494 2006-06-07 03:20 config.xml.original
-rw-r--r--  1 pmcmahan pmcmahan  240 2006-06-07 03:20 offline-deployer-list
-rw-r--r--  1 pmcmahan pmcmahan 1157 2006-06-07 03:20 README.txt
pmcmahan@localhost:~/tmp/geronimo-1.1-20060607$ java -jar bin/server.jar
Booting Geronimo Kernel (in Java 1.4.2_10)...
Starting Geronimo Application Server v1.1-20060607
[**********************] 100%  62s Startup complete
  Listening on Ports:
    1099 0.0.0.0 RMI Naming
    1527 0.0.0.0 Derby Connector
    4201 0.0.0.0 ActiveIO Connector EJB
    4242 0.0.0.0 Remote Login Listener
    8009 0.0.0.0 Jetty Connector AJP13
    8080 0.0.0.0 Jetty Connector HTTP
    8443 0.0.0.0 Jetty Connector HTTPS
    9999 0.0.0.0 JMX Remoting Connector
   61616 0.0.0.0 ActiveMQ Message Broker Connector

  Started Application Modules:
    EAR: geronimo/webconsole-jetty/1.1-20060607/car
    RAR: geronimo/activemq/1.1-20060607/car
    RAR: geronimo/system-database/1.1-20060607/car
    WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
    WAR: geronimo/welcome-jetty/1.1-20060607/car

  Web Applications:
    http://localhost:8080/
    http://localhost:8080/console
    http://localhost:8080/console-standard
    http://localhost:8080/remote-deploy

Geronimo Application Server started


> Problem with attribute manager
> ------------------------------
>
>          Key: GERONIMO-2095
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2095
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: core
>  Environment: http://people.apache.org/~hogstrom/20060607/geronimo-jetty-j2ee-1.1-20060607.tar.gz
> Windows XP, cygwin
> Command line: java -jar bin/server.jar
> Free disk space: 3 Gb
>     Reporter: Guillaume Nodet
>     Priority: Critical
>      Fix For: 1.1

>
> gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607
> $ java -jar bin/server.jar
> Booting Geronimo Kernel (in Java 1.5.0_06)...
> Starting Geronimo Application Server v1.1-20060607
> [******>               ] 30%  21s Starting geronimo/system-database...20:32:49,484 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [******************>   ] 84%  39s Starting geronimo/webconsole-jett...20:33:07,890 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [**********************] 100%  45s Startup complete
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>     9999 0.0.0.0 JMX Remoting Connector
>    61616 0.0.0.0 ActiveMQ Message Broker Connector
>   Started Application Modules:
>     EAR: geronimo/webconsole-jetty/1.1-20060607/car
>     RAR: geronimo/activemq/1.1-20060607/car
>     RAR: geronimo/system-database/1.1-20060607/car
>     WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
>     WAR: geronimo/welcome-jetty/1.1-20060607/car
>   Web Applications:
>     http://guillaumes:8080/
>     http://guillaumes:8080/console
>     http://guillaumes:8080/console-standard
>     http://guillaumes:8080/remote-deploy
> Geronimo Application Server started
> 20:33:18,718 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-2095) Problem with attribute manager

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2095?page=all ]

John Sisson reassigned GERONIMO-2095:
-------------------------------------

    Assign To: John Sisson

> Problem with attribute manager
> ------------------------------
>
>          Key: GERONIMO-2095
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2095
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: core
>  Environment: http://people.apache.org/~hogstrom/20060607/geronimo-jetty-j2ee-1.1-20060607.tar.gz
> Windows XP, cygwin
> Command line: java -jar bin/server.jar
> Free disk space: 3 Gb
>     Reporter: Guillaume Nodet
>     Assignee: John Sisson
>     Priority: Critical
>      Fix For: 1.1

>
> gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607
> $ java -jar bin/server.jar
> Booting Geronimo Kernel (in Java 1.5.0_06)...
> Starting Geronimo Application Server v1.1-20060607
> [******>               ] 30%  21s Starting geronimo/system-database...20:32:49,484 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [******************>   ] 84%  39s Starting geronimo/webconsole-jett...20:33:07,890 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [**********************] 100%  45s Startup complete
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>     9999 0.0.0.0 JMX Remoting Connector
>    61616 0.0.0.0 ActiveMQ Message Broker Connector
>   Started Application Modules:
>     EAR: geronimo/webconsole-jetty/1.1-20060607/car
>     RAR: geronimo/activemq/1.1-20060607/car
>     RAR: geronimo/system-database/1.1-20060607/car
>     WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
>     WAR: geronimo/welcome-jetty/1.1-20060607/car
>   Web Applications:
>     http://guillaumes:8080/
>     http://guillaumes:8080/console
>     http://guillaumes:8080/console-standard
>     http://guillaumes:8080/remote-deploy
> Geronimo Application Server started
> 20:33:18,718 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2095) Problem with attribute manager

Posted by "Guillaume Nodet (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2095?page=comments#action_12415401 ] 

Guillaume Nodet commented on GERONIMO-2095:
-------------------------------------------

Content of var/config dir when boot is finished:

gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607/var/config
$ ll
total 21K
-rwx------+ 1 gnodet None 1.2K Jun  7 09:20 README.txt*
-rwx------+ 1 gnodet None 5.4K Jun  7 09:20 config.xml.original*
-rwxrwxrwx  1 gnodet None 4.5K Jun  8 20:34 config.xml.working*
-rwx------+ 1 gnodet None  240 Jun  7 09:20 offline-deployer-list*

> Problem with attribute manager
> ------------------------------
>
>          Key: GERONIMO-2095
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2095
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: core
>  Environment: http://people.apache.org/~hogstrom/20060607/geronimo-jetty-j2ee-1.1-20060607.tar.gz
> Windows XP, cygwin
> Command line: java -jar bin/server.jar
> Free disk space: 3 Gb
>     Reporter: Guillaume Nodet
>     Priority: Critical
>      Fix For: 1.1

>
> gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607
> $ java -jar bin/server.jar
> Booting Geronimo Kernel (in Java 1.5.0_06)...
> Starting Geronimo Application Server v1.1-20060607
> [******>               ] 30%  21s Starting geronimo/system-database...20:32:49,484 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [******************>   ] 84%  39s Starting geronimo/webconsole-jett...20:33:07,890 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [**********************] 100%  45s Startup complete
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>     9999 0.0.0.0 JMX Remoting Connector
>    61616 0.0.0.0 ActiveMQ Message Broker Connector
>   Started Application Modules:
>     EAR: geronimo/webconsole-jetty/1.1-20060607/car
>     RAR: geronimo/activemq/1.1-20060607/car
>     RAR: geronimo/system-database/1.1-20060607/car
>     WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
>     WAR: geronimo/welcome-jetty/1.1-20060607/car
>   Web Applications:
>     http://guillaumes:8080/
>     http://guillaumes:8080/console
>     http://guillaumes:8080/console-standard
>     http://guillaumes:8080/remote-deploy
> Geronimo Application Server started
> 20:33:18,718 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-2095) Problem with attribute manager

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2095?page=all ]
     
John Sisson closed GERONIMO-2095:
---------------------------------

    Resolution: Fixed

Fixed.

> Problem with attribute manager
> ------------------------------
>
>          Key: GERONIMO-2095
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2095
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: core
>  Environment: http://people.apache.org/~hogstrom/20060607/geronimo-jetty-j2ee-1.1-20060607.tar.gz
> Windows XP, cygwin
> Command line: java -jar bin/server.jar
> Free disk space: 3 Gb
>     Reporter: Guillaume Nodet
>     Assignee: John Sisson
>     Priority: Critical
>      Fix For: 1.1

>
> gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607
> $ java -jar bin/server.jar
> Booting Geronimo Kernel (in Java 1.5.0_06)...
> Starting Geronimo Application Server v1.1-20060607
> [******>               ] 30%  21s Starting geronimo/system-database...20:32:49,484 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [******************>   ] 84%  39s Starting geronimo/webconsole-jett...20:33:07,890 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [**********************] 100%  45s Startup complete
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>     9999 0.0.0.0 JMX Remoting Connector
>    61616 0.0.0.0 ActiveMQ Message Broker Connector
>   Started Application Modules:
>     EAR: geronimo/webconsole-jetty/1.1-20060607/car
>     RAR: geronimo/activemq/1.1-20060607/car
>     RAR: geronimo/system-database/1.1-20060607/car
>     WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
>     WAR: geronimo/welcome-jetty/1.1-20060607/car
>   Web Applications:
>     http://guillaumes:8080/
>     http://guillaumes:8080/console
>     http://guillaumes:8080/console-standard
>     http://guillaumes:8080/remote-deploy
> Geronimo Application Server started
> 20:33:18,718 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-2095) Problem with attribute manager

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2095?page=comments#action_12415482 ] 

John Sisson commented on GERONIMO-2095:
---------------------------------------

Reproduced on JDK1.5.0_06:

$ /c/"Program Files"/Java/jdk1.5.0_06/jre/bin/java -jar bin/server.jar
Booting Geronimo Kernel (in Java 1.5.0_06)...
Starting Geronimo Application Server v1.1-412854
[**********************] 100%  23s Startup complete
  Listening on Ports:
    1099 0.0.0.0 RMI Naming
    1527 0.0.0.0 Derby Connector
    4201 0.0.0.0 ActiveIO Connector EJB
    4242 0.0.0.0 Remote Login Listener
    8009 0.0.0.0 Tomcat Connector AJP
    8080 0.0.0.0 Tomcat Connector HTTP
    8443 0.0.0.0 Tomcat Connector HTTPS
    9999 0.0.0.0 JMX Remoting Connector
   61616 0.0.0.0 ActiveMQ Message Broker Connector
 
  Started Application Modules:
    EAR: geronimo/webconsole-tomcat/1.1-412854/car
    RAR: geronimo/activemq/1.1-412854/car
    RAR: geronimo/system-database/1.1-412854/car
    WAR: geronimo/remote-deploy-tomcat/1.1-412854/car
    WAR: geronimo/welcome-tomcat/1.1-412854/car
 
  Web Applications:
    http://JSLAP:8080/
    http://JSLAP:8080/console
    http://JSLAP:8080/console-standard
    http://JSLAP:8080/remote-deploy
 
Geronimo Application Server started
Server shutdown begun
03:17:00,031 ERROR [GBeanInstance] Problem in doStop of geronimo/j2ee-system/1.1-412854/car?ServiceModule=geronimo/j2ee-system/1.1-4
12854/car,j2eeType=AttributeStore,name=AttributeManager
java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will
 revert to defaults unless this is manually corrected!  (could not rename C:\geronimo-1.1-412854\var\config\config.xml.working to C:
\geronimo-1.1-412854\var\config\config.xml)
        at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
        at org.apache.geronimo.system.configuration.LocalAttributeManager.doStop(LocalAttributeManager.java:573)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1143)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:337)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:548)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:548)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:548)
        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
        at org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:310)
        at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668)
        at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645)
        at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:245)
Server shutdown completed
 
sissonj@JSLAP /c/geronimo-1.1-412854
$


> Problem with attribute manager
> ------------------------------
>
>          Key: GERONIMO-2095
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2095
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: core
>  Environment: http://people.apache.org/~hogstrom/20060607/geronimo-jetty-j2ee-1.1-20060607.tar.gz
> Windows XP, cygwin
> Command line: java -jar bin/server.jar
> Free disk space: 3 Gb
>     Reporter: Guillaume Nodet
>     Assignee: John Sisson
>     Priority: Critical
>      Fix For: 1.1

>
> gnodet@guillaumes /cygdrive/c/tmp/geronimo-1.1-20060607
> $ java -jar bin/server.jar
> Booting Geronimo Kernel (in Java 1.5.0_06)...
> Starting Geronimo Application Server v1.1-20060607
> [******>               ] 30%  21s Starting geronimo/system-database...20:32:49,484 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [******************>   ] 84%  39s Starting geronimo/webconsole-jett...20:33:07,890 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)
> [**********************] 100%  45s Startup complete
>   Listening on Ports:
>     1099 0.0.0.0 RMI Naming
>     1527 0.0.0.0 Derby Connector
>     4201 0.0.0.0 ActiveIO Connector EJB
>     4242 0.0.0.0 Remote Login Listener
>     8009 0.0.0.0 Jetty Connector AJP13
>     8080 0.0.0.0 Jetty Connector HTTP
>     8443 0.0.0.0 Jetty Connector HTTPS
>     9999 0.0.0.0 JMX Remoting Connector
>    61616 0.0.0.0 ActiveMQ Message Broker Connector
>   Started Application Modules:
>     EAR: geronimo/webconsole-jetty/1.1-20060607/car
>     RAR: geronimo/activemq/1.1-20060607/car
>     RAR: geronimo/system-database/1.1-20060607/car
>     WAR: geronimo/remote-deploy-jetty/1.1-20060607/car
>     WAR: geronimo/welcome-jetty/1.1-20060607/car
>   Web Applications:
>     http://guillaumes:8080/
>     http://guillaumes:8080/console
>     http://guillaumes:8080/console-standard
>     http://guillaumes:8080/remote-deploy
> Geronimo Application Server started
> 20:33:18,718 ERROR [LocalAttributeManager] Error saving attributes
> java.io.IOException: EXTREMELY CRITICAL!  Unable to move manageable attributes working file to proper file name!  Configuration will revert to defaults unless t
> his is manually corrected!  (could not rename C:\tmp\geronimo-1.1-20060607\var\config\config.xml.working to C:\tmp\geronimo-1.1-20060607\var\config\config.xml)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager.save(LocalAttributeManager.java:449)
>         at org.apache.geronimo.system.configuration.LocalAttributeManager$2.run(LocalAttributeManager.java:618)
>         at java.util.TimerThread.mainLoop(Unknown Source)
>         at java.util.TimerThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira