Mailman - trouble creating a second list at an existing virtual host

I have a Virtual Alias error problem ...
I have a Mailman list working (for months) ... *discuss at lists.MLDfamily.org*. I've just created a new list ... *discuss-adults at lists.MLDfamily.org*. The web interface works fine for the new list and it shows lists.MLDfamily.org as its host_name.
+http://lists.mldfamily.org/mailman/admin/discuss-adults+
Both lists show up when I run the following command:
/usr/share/mailman/bin/list_lists -V lists.MLDfamily.org
But deliveries to the Postfix mail server nets me this error on my local server (i.e. the email is making it fine to my server):
Nov 28 11:44:11 darcee postfix/smtpd[11450]: NOQUEUE: reject: RCPT from mail-pv0-f170.google.com[74.125.83.170]: 550 5.1.1 <[email protected]>: *Recipient address rejected: User unknown in virtual alias table*; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<mail-pv0-f170.google.com>
Deliveries to the initial discuss list at this virtual domain continue to work but discuss-adults give the virtual alias table error.
What do I need to do to get this new list into the virtual domain table? I am thinking I am overlooking the obvious - your help is appreciated.
Thanks in advance, Dean
FWIW, this is the process I used to create the list:
(did not need to create the virtual domain since it already existed)
Stopped the mail server using server admin
sudo /usr/share/mailman/bin/rmlist -a discuss-adults +(to remove all residual old list stuff)+
sudo /usr/share/mailman/bin/newlist discuss-adults
sudo /usr/share/mailman/bin/list_lists +new list showed up+
sudo /usr/share/mailman/bin/list_lists -V lists.MLDfamily.org +new list did not show up+
sudo /usr/share/mailman/bin/withlist -l -r fix_url discuss-adults -u lists.MLDfamily.org
sudo /usr/share/mailman/bin/list_lists -V lists.MLDfamily.org +new list now shows up at the proper virtual domain+
sudo /usr/share/mailman/bin/genaliases
sudo postfix reload +failed since mail server was stopped+
started mail server using server admin
To confirm the updates of the virtual alias table I did the following:
ls -l /var/mailman/data +aliases, aliases.db, virtual-mailman, & virtual-mailman.db all were time stamped the last few minutes+
Looking inside aliases and virtual-mailman conformed the proper entries. Aliases and virtual-mailman both contained the following stanzas (in addition to others):
~~
+# STANZA START: discuss+
+# CREATED: Sun Nov 28 11:39:09 2010+
+discuss: "|/usr/share/mailman/mail/mailman post discuss"+
+discuss-admin: "|/usr/share/mailman/mail/mailman admin discuss"+
+discuss-bounces: "|/usr/share/mailman/mail/mailman bounces discuss"+
+discuss-confirm: "|/usr/share/mailman/mail/mailman confirm discuss"+
+discuss-join: "|/usr/share/mailman/mail/mailman join discuss"+
+discuss-leave: "|/usr/share/mailman/mail/mailman leave discuss"+
+discuss-owner: "|/usr/share/mailman/mail/mailman owner discuss"+
+discuss-request: "|/usr/share/mailman/mail/mailman request discuss"+
+discuss-subscribe: "|/usr/share/mailman/mail/mailman subscribe discuss"+
+discuss-unsubscribe: "|/usr/share/mailman/mail/mailman unsubscribe discuss"+
+# STANZA END: discuss+
~~
+# STANZA START: discuss-adults+
+# CREATED: Sun Nov 28 11:39:10 2010+
+discuss-adults: "|/usr/share/mailman/mail/mailman post discuss-adults"+
+discuss-adults-admin: "|/usr/share/mailman/mail/mailman admin discuss-adults"+
+discuss-adults-bounces: "|/usr/share/mailman/mail/mailman bounces discuss-adults"+
+discuss-adults-confirm: "|/usr/share/mailman/mail/mailman confirm discuss-adults"+
+discuss-adults-join: "|/usr/share/mailman/mail/mailman join discuss-adults"+
+discuss-adults-leave: "|/usr/share/mailman/mail/mailman leave discuss-adults"+
+discuss-adults-owner: "|/usr/share/mailman/mail/mailman owner discuss-adults"+
+discuss-adults-request: "|/usr/share/mailman/mail/mailman request discuss-adults"+
+discuss-adults-subscribe: "|/usr/share/mailman/mail/mailman subscribe discuss-adults"+
+discuss-adults-unsubscribe: "|/usr/share/mailman/mail/mailman unsubscribe discuss-adults"+
+# STANZA END: discuss-adults+

The solution came from Mark Shapiro in another forum. In short - always use lower case.
ds
+It should happen automatically. I suspect it didn't in your case+
+because of certain case-sensitivities which are really bugs. If you+
+make all your domain names in mm_cfg.py, i.e. DEFAULTURLHOST,+
+DEFAULTEMAILHOST, additional domains in add_virtualhost() and+
+domains in POSTFIXSTYLE_VIRTUALDOMAINS, all lower case and use all+
+lower case in -u options to newlist or fix_url. Everything should work.+
+The underlying bug is that domains in add_virtualhost() directives are+
+lower-cased by Mailman but are matched case-sensitively to+
+POSTFIXSTYLE_VIRTUALDOMAINS so if the POSTFIXSTYLE_VIRTUALDOMAINS+
+domains are mixed or upper case, they don't match.+
+If you make everything lower case and run fix_url with a lower case -u+
+domain and then run genaliases, you should be OK.+

Similar Messages

  • Trouble Creating Inspection Lot list

    Hi,
    I am trying to create an inspection lot for MAT 1 in plant 0001, but I'm gettin an error which says "No valid inspection type for material was found or selected".
    Can any1 throw some light on it?
    Regards,
    Musarrat
    Message was edited by:
            Musarrat Husain

    hi husain
    you have not maintained any inspection type for the material in QM view .first maintian the qm view for that material and specify the inspection type and make active
    regards
    thyagarajan

  • Create a second database from an existing ORACLE_HOME

    DB Version:11.1.0.6.0
    OS : AIX
    We have a database running for an OLTP test environment. We need to create another database of same version (11.1.0.6.0) for Datawarehousing needs. The init.ora parameter are going to be different for this. So we need to create another database.
    We are having some issues with dbca due to some JAVA related errors. So, we need to use the 'CREATE DATABASE' statement.
    This is what i am going to do.
    1. create an init.ora file for the new db and copy it to $ORACLE_HOME/dbs
    2. Set the env variables
    export ORACLE_HOME=/u01/oracle/product/11.1.0/db_1
    export PATH=$PATH:$ORACLE_HOME/bin
    export ORACLE_SID= <sid of the database which i am going to create>
    3.
    sqlplus / as sysdba
    SQL> startup nomount pfile=$ORACLE_HOME/dbs/initora318.ora
    4. Copy, Paste the Create Database statement.
    Are these steps right?
    I know that Enterprise Manager would not be configured using this method. But configuring EM shouldn't be a complex exercise.Right?
    Edited by: N.Page on 11-Sep-2009 00:28

    Just a small note: You can save "database create scripts" from dbca in any other system(use the same main version please) if your db server has issues. In this way you can get the original scripts and you wont forget any steps...

  • Mailman cannot create new list

    In OS X Server 10.4.x, for some reason creating a new list for an existing virtual domain results in "Error: Unknown virtual host: <domain>".
    This domain exists and existing lists can be updated, but the creation new list fails. This virtual domain was setup after following the steps indicated in this thread
    http://discussions.apple.com/thread.jspa?messageID=659014
    Have gone the step for mailman genaliases and postfix reload.
    Still the error. Any help in fixing the problem is much appreciated.
    XServe G4   Mac OS X (10.4.4)  

    Are you adding the list via SA or the web interface?

  • Corrupted wiki list with multiple virtual host

    Hello,
    I have several virtual hosts and I want each of them to only list of wikis which are associated with them using the Wiki Admin Settings -> Advanced : Specific Host Names.
    This does not seem to work. As soon as a wiki is associated to a specific virtual host it disappears from the list of wiki (http://hostname/groups/) (on all virtual hosts actually). The wiki itself can still be accessed by its explicit address: http:/hostname/groups/wikiname
    If I manually edit the sql3 file directoryIndex.db in /Library/Application Support/Apple/WikiServer
    and replace the specific host name by "*", the wiki reappears in the wiki list but on ALL virtual host. Still it remains accessible only in the one designated in the wiki Settings.
    Most frustrating. Any workaround ? Seems like a bug but the wiki implementation being so convoluted I am not completely sure.
    Any help ?
    Thanks
    Paul

    Hi,
    Seems to work on my test ASA
    Attached it to my current LAN interface.
    ASA(config)# packet-tracer input LAN tcp 10.2.11.1 12345 64.156.192.154 80
    Phase: 1
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   0.0.0.0         0.0.0.0         WAN
    Phase: 2
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group outbound_access in interface LAN
    access-list outbound_access extended permit object-group obj_Meraki_outbound object-group obj_Meraki_lan object-group obj_Meraki_pub
    object-group service obj_Meraki_outbound
    service-object tcp destination eq https
    service-object tcp destination eq www
    service-object tcp destination eq 7734
    service-object tcp destination eq 7752
    service-object udp destination eq 7351
    object-group network obj_Meraki_lan
    network-object 10.2.11.0 255.255.255.240
    network-object 10.5.11.0 255.255.255.240
    object-group network obj_Meraki_pub
    description: This group lists all hosts associated with Meraki.
    network-object host 64.156.192.154
    network-object host 64.62.142.12
    network-object host 64.62.142.2
    network-object host 74.50.51.16
    network-object host 74.50.56.218
    Additional Information:
    access-list outbound_access line 1 extended permit tcp 10.2.11.0 255.255.255.240 host 64.156.192.154 eq www (hitcnt=1) 0x4d812691
    Also have used such configuration in some special cases where the customer has insisted on allow specific TCP/UDP ports between multiple networks. And nothing is stopping from adding ICMP into the "object-group service" also.
    - Jouni

  • Trouble creating List of Channels in SunOne Portal

    Hi,
    I am trouble creating new channel withlist of all the channels availbale in the portal. If any body can help in this that will be really great.
    Thank you,

    Here is a set of Portal Server's tutorials:
    http://developers.sun.com/prodtech/portalserver/learning/tutorials/index.html
    And Portal Servers forums are available at:
    http://swforums.sun.com/jive/category.jspa?categoryID=2

  • Second list depending on first on when-list-changed

    Hello!
    I'm having some trouble with 2 poplists. First poplist (:bloc_portar.lista) is generated ok. Second poplist (:bloc_portar.cnp) depends on the values of the first like this:
    DECLARE
         nume_lista1 varchar2(60) := replace(:bloc_portar.lista, ' ', NULL);
         nume_lista2 varchar2(60);
         rg_query_cnp varchar2(1000) := 'SELECT b.id, b.id FROM vizitatori2 b
         WHERE b.nume=nume_lista2';
         rg_id_cnp recordgroup;
         rg_id2 recordgroup;
         err_cnp NUMBER:= 0;
    BEGIN
    nume_lista2 := substr(nume_lista1, 1, 7);
    message('---' || nume_lista2 || '---');
         rg_id2 := Find_Group ('rg2');
         if not ID_NULL(rg_id2) then
         delete_group(rg_id2);
         end if;
         rg_id_cnp := create_group_from_query('rg2',rg_query_cnp);
         err_cnp := populate_group(rg_id_cnp);
         clear_list('bloc_portar.cnp');
         populate_list('bloc_portar.cnp',rg_id_cnp);
    END;
    nume_lista1 fetches the data selected from the first poplist and nume_lista2 takes the first 7 letters of that string to pass it in the query which should make the group/populate the second list. This code is more of a test and not a final code thats why i used those string functions (and also because the values in first list are concatenated (name+surname).
    I used a message to make sure the value in nume_lista2 is the one that i want for the query to work.
    The problem : its in here 'SELECT b.id, b.id FROM vizitatori2 b WHERE b.nume=nume_lista2';
    I've found out that when i pass the WHERE condition "manually" like this 'SELECT b.id, b.id FROM vizitatori2 b WHERE b.nume=''James'' ';
    the second poplist is populated just fine with the right values. But when i try to make it use the variable nume_lista2 in the condition it says that rg2 (aka the group for the second poplist) "Cannot create Group rg2".
    Hope you can help me,
    Iulian

    But can u enlighten me on a couple of issues pls?Sure :)
    >
    1. How come it doesn't recognise the variable in the query when i make the definition in DECLARE? Shouldn't it be analyzed only later in the main program when i actually use the query ? How does this work?You can do that in declare part too :). I am usually convenient to have a query built just before using it.
    2. Why tripple quotes and concatenate operators ? Is this how variables are passed to queries? I believe i used them before without any extra bording or anything.varchar2 variables are not passed with quotes by default. So, if you do not use the quotes, the resultant query would be something like
    SELECT b.id, b.id FROM vizitatori2 b WHERE b.nume=Jameswhich is not what we expect. So, surround the variable with the quote, which would turn the query to
    SELECT b.id, b.id FROM vizitatori2 b WHERE b.nume='James'HTH.
    -Arun

  • How to create a dropdown list to list the values from two different tables?

    Hi,
    I have the following requirement:
    1. I have to create a dropdown list to display all the values from the second column of  a table.
    2. Another dropdown list to display all the values from the second column of another table.
    3. A text box should help me to add the selected values.
    How to get this done in a PDF? Please help.
    Regards,
    Latha

    Is this a LC form? Because Acrobat forms have no concept of tables, just
    individual fields...

  • How to get additional field from the second list base on lookup information column ?

    Hi everyone,
    Currently I created a SharePoint hosted Apps project and I need to know how can I get additional field from the second list base on lookup information column. example List1 Have 2 columns column1 and column2(Lookup Information from list2 (category)),
    List2 have 3 columns title, and category, and color.  so how can get the title and color from list2 base on this lookup information column (SharePoint Hosted apps and Javascript code)? that is possible?
    Best regards,
    ------------------------------------------------------------ ---Tola---

    You can build one custom lookup control. Refer to the following post
    http://www.stuartroberts.net/index.php/2012/10/03/enhanced-lookup-field-part-1/
    Alternatively, try the following solution from codeplex
    http://sp2010filteredlookup.codeplex.com/
    http://filteredlookup.codeplex.com/
    --Cheers

  • Error in creating dynamic select list

    Hi all,
    I am creating a select list at runtime by using the following code.
    While submitting, I got error.
    ERROR:
    ORA-06550: line 13, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    My Code behind is:
    SELECT HTMLDB_ITEM.SELECT_LIST_FROM_QUERY_XL(1,ename,'select distinct ename r, ename t from emp') FROM emp;
    Then I modified the above code as :
    SELECT HTMLDB_ITEM.SELECT_LIST_FROM_QUERY_XL(1,ename,'select distinct ename r, ename t from emp') [b]into test FROM emp;
    (NOTE:where datatype of test is CLOB)
    I am getting following error:
    ORA-01422: exact fetch returns more than requested number of rows
    Can anybody tell me, what should be the datatype of test to get rid of this error OR is there some other way to overcome this problem?
    Thanks,
    Dinesh

    OK I got it working... Mostly... I don't know if it was a combination of changes that made the difference, but I'll put down what I did. First, I switched my select object in the form bean into just a string type from a string array (it was allowing the selection of one entry anyways). Second, rather than just blanking out the options map, I also blanked out the select object [eg form.setSelect("")].
              Now when I select an entry and click delete, the resulting select list is short one visible element. However, you can still select the blank spot where that last entry used to be. However, this is not a huge issue for me now; I will investigate this at a later time.

  • How do I create a second set of red yellow green buttons for right handers

    I've moved over from using a PC for years and still use one at work - so I've grown used to using my mouse for everything.
    So, being right handed - I'm wondering how I can move or better yet create a second set of red yellow green buttons at the top right of each screen. It's a pain having to scroll from one corner to the other all the time.

    Welcome to the forums Chiliad. It's rare that a question like yours is answered "you can't do that" but I've never heard of someone wanting to do this. OS X is robustly customizable right out of the box with its many different ways of accomplishing identical tasks, but I suspect the locations of these buttons is somewhat of an Apple trademark and rooted deep in OS X code. I would avoid trying to hack the system to change their location lest such a change cause a future OS X update to break.
    There are many third party tools available to customize OS X to your liking, but I can recommend without reservation just a few. Products like Tinker Tool and the utilities written by Unsanity seem to be generally useful and trouble-free.
    You can minimize a window by double-clicking anywhere in the title bar, but I find Exposé to be much more useful when managing multiple open windows. I've grown to use Apple-w to close and Apple-q to quit, but that's just me.
    Seems to me the engineers at Apple have put an enormous amount of effort into designing an effortless user interface, which in my opinion rewards the user with an experience that doesn't get "in your face" as much as Windows does. It's hard for me to imagine improving upon it much, but there are plenty of others who try!

  • Trouble Creating Share Point via 'sharing' Command

    I'm having trouble creating a share point via the command line using the 'sharing' utility. Basically just trying to script the creation of a /WindowsShares/ share via SMB.
    Here is the command:
    <pre class=command>sharing -a /WindowsShares/ -n WindowsShares -s 001 -g 000 -i 00 -o 0 -t 1'</pre>
    It seems like everything works. <pre class=command>sharing -l</pre> shows this:
    <pre class=command>name: WindowsShares
    path: /WindowsShares/
    afp: {
    name: WindowsShares
    shared: 0
    guest access: 0
    inherit perms: 0
    ftp: {
    name: WindowsShares
    shared: 0
    guest access: 0
    smb: {
    name: WindowsShares
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 493
    create mask: 420
    }</pre>
    However, it doesn't seem to write anything to the /etc/smb.conf file... So nothing works.
    If I enter the following in smb.conf the share does work:
    <pre class=command>[WindowsShares]
    oplocks = 0
    map archive = no
    vfs objects = darwin_acls
    path = /WindowsShares
    read only = no
    strict locking = 1
    inherit permissions = 0
    comment = macosx
    create mask = 0644
    guest ok = 0
    directory mask = 0755</pre>
    However, even after entering this information - when I check 'Share Points' within WGM the share IS listed - but the 'Share this item and its contents' is NOT checked and thus, is confusing and can't be modified from WGM.
    Am I missing something when I am creating this share via the CLI?
    I assumed using 'sharing' worked the same way as using WGM and checking 'Share this item and its contents' - that works perfectly.
    I tried this with 10.4.8 and 10.4.9 Server (Universal).
    Any help would be appreciated!

    Hi Gary,
    Thanks for the reply...
    I ran the 'serveradmin' command to discover the SMB settings before and after the change via WGM. I restarted the SMB service as well...
    <pre class=command>S999EDC1:~ root# serveradmin settings smb:\*
    smb:encrypt passwords = yes
    smb:log level = 2
    smb:display charset = "UTF-8-MAC"
    smb:security = "ads"
    smb:deadtime = 5
    smb:hide dot files = "yes"
    smb:guest account = "unknown"
    smb:client ntlmv2 auth = "yes"
    smb:preferred master = no
    smb:defer sharing violations = "no"
    smb:adminCommands:homes = yes
    smb:adminCommands:serverRole = "domainmember"
    smb:adminCommands:ldapRole = "1.1 - hosting a master LDAP directory server\n"
    smb:allow trusted domains = yes
    smb:netbios name = "S999EDC1"
    smb:lanman auth = "YES"
    smb:vfs objects = "darwin_acls"
    smb:wins support = no
    smb:brlm = "yes"
    smb:max smbd processes = 0
    smb:server string = "S999EDC1 OS X Server"
    smb:os level = 8
    smb:domain logons = no
    smb:passdb backend = "opendirectorysam guest"
    smb:dos charset = "CP437"
    smb:realm = "EDU.CBE.AB.CA"
    smb:unix charset = "UTF-8-MAC"
    smb:auth methods = "guest opendirectory"
    smb:local master = no
    smb:domain master = no
    smb:map to guest = "Never"
    smb:use spnego = yes
    smb:printer admin = "@admin, @staff"
    smb:ntlm auth = "YES"
    smb:workgroup = "CBEEDU"</pre>
    The only difference was that smb:workgroup = "CBEEDU" and smb:log level = 2 were reversed. The settings were the same though. Thought that was odd.
    When making the change via 'sharing', there is no change.
    Is there any other documentation on 'sharing' other than the man page and CLI Guide from Apple? I haven't been able to find anything concrete.

  • Trouble creating new app

    I am new to Planning and having trouble creating a new app. I'm working w/ the Classic App Wizard in Workspace. I have created a 'hypuser' schema on Oracle 10g and and I use this in the 'configure database' stage of the Planning config. I have created/activated an instance 'inst1', and then in 'data source configuration' I have created a new datasource called 'dsn1' and have configured it as follows. For Relational Storage Config I have:
    Server: TestServer
    Port: 1521
    Product: PLANNING
    Database: xe
    User: hypuser
    Password: password
    For Essbase Server Info, I have:
    Server: TestServer
    User: hypuser
    Password: password
    In the Classic App Wizard, I select 'Create Application' and see that my data source name is pre-populated in the Select tab. I go on to choose a name for my app, description etc. and choose 'Planning' project from the Shared Services Project list. I then choose the instance that I had configured/activated earlier and finally check the Sample application checkbox. I feel I have followed all the correct steps, so I click 'finish', and after 5 minutes I get a totally nondescript error message: *"An error occurred while processing this page. Please check the log for details"*
    Which log is this error msg referring to? I have searched thru my C:\Hyperion\Planning directory and don't see any log files. More importantly, I can't detect where I'm making a mistake in the overall Planning database/datasource config and app creation process? All my other Hyperion apps, Smartview, Financial Studio, Web Analysis etc are working great with my Oracle database, so I can't imagine that it's a database issue. But I don't know what else it can be! I have plenty of cpu/memory resources on my Window 2003 server machine.. (fyi).
    Appreciate any advise on how to diagnose/solve this issue.
    thanks,
    Akshay

    Hi John,
    I've posted the following log (below) from the command window after running "startHyperionPlanning.bat" and going thru the create app process in Workspace. The log seems to point to a few different things that I have underlined.
    1. It keeps referring to problems with JDBC connection. What does this mean in the context of Planning ?install/config?
    2. It says "cannot set catalog name to: xe" Should I have used "+oracle: xe+" during the Repository config stage as the SID? I've used +'xe'+ in other places with no problems.
    3. It also says that 'No object was successfully created...' because of either OLAP server or database not running. I've double-checked and both my essbase server and oracle db are working fine and can be accessed by other apps.
    What does all of this suggest is the root cause of the problem. Should I go into oracle and manually delete all tables from the 'hypuser' schema? I'm a little skeptical about this, because during the database config I always choose the 'drop tables...' option.
    Anyways, appreciate your continued help on this.
    thanks,
    Akshay
    LOG:
    *Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC*
    *Driver][Oracle]ORA-12519 The listener could not find any available service handl*
    ers that are appropriate for the client connection. One possible cause for this
    error is that the server was not configured for the specified server type (share
    d/dedicated).
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Can not set database catalog name, skipping set of catalog name: xe_
    *Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC*
    *Driver][Oracle]ORA-12519 The listener could not find any available service handl*
    ers that are appropriate for the client connection. One possible cause for this
    error is that the server was not configured for the specified server type (share
    d/dedicated).
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Can not set database catalog name, skipping set of catalog name: xe*
    *Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC*
    *Driver][Oracle]ORA-12519 The listener could not find any available service handl*
    ers that are appropriate for the client connection_. One possible cause for this
    error is that the server was not configured for the specified server type (share
    d/dedicated).
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Can not set database catalog name, skipping set of catalog name: xe
    Can not get JDBC connection.
    *java.lang.Exception: No object were successfully created. This can be caused by*
    any of the following: The OLAP Server is not running, The DBMS is not running, t_
    he DBMS is running on a different machine that the one specified, the name and p_
    assword provided were incorrect._
    at com.hyperion.planning.HspPool.getObject(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.sql.JDBCCacheLoader.loadObjects(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.loadCache(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.getCache(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.getUnfilteredCache(Unknown Sou
    rce)
    at com.hyperion.planning.HspJSImpl.loadSystemCfg(Unknown Source)
    at com.hyperion.planning.HspJSImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.appdeploy.HspManageAppSession.deleteApplication
    *(Unknown Source)*
    at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication
    *(Unknown Source)*
    at HspCreateApp.Handle(Unknown Source)
    at HspCreateApp.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
    ContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
    *0)*
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.ja
    va:675)
    at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:683)
    at java.lang.Thread.run(Unknown Source)
    Attempted to release a null connection
    java.lang.NullPointerException: JDBCCacheLoader.loadObjects(): jdbc connection w
    as null.
    at com.hyperion.planning.sql.JDBCCacheLoader.loadObjects(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.loadCache(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.getCache(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.getUnfilteredCache(Unknown Sou
    rce)
    at com.hyperion.planning.HspJSImpl.loadSystemCfg(Unknown Source)
    at com.hyperion.planning.HspJSImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.appdeploy.HspManageAppSession.deleteApplication
    *(Unknown Source)*
    at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication
    *(Unknown Source)*
    at HspCreateApp.Handle(Unknown Source)
    at HspCreateApp.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
    ContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
    *0)*
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.ja
    va:675)
    at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:683)
    at java.lang.Thread.run(Unknown Source)
    java.lang.RuntimeException: Error loading objects from data source: java.lang.Nu
    llPointerException: JDBCCacheLoader.loadObjects(): jdbc connection was null.
    at com.hyperion.planning.sql.GenericCache.loadCache(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.getCache(Unknown Source)
    at com.hyperion.planning.sql.GenericCache.getUnfilteredCache(Unknown Sou
    rce)
    at com.hyperion.planning.HspJSImpl.loadSystemCfg(Unknown Source)
    at com.hyperion.planning.HspJSImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.appdeploy.HspManageAppSession.deleteApplication
    *(Unknown Source)*
    at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication
    *(Unknown Source)*
    at HspCreateApp.Handle(Unknown Source)
    at HspCreateApp.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
    ContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
    *0)*
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.ja
    va:675)
    at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:683)
    at java.lang.Thread.run(Unknown Source)
    Error cleaning up application after failed creation attempt: java.lang.NullPoint
    erException
    java.lang.NullPointerException: Connection was null
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.HspManageApplication.addPeriodsToYearTotal(Unkn
    own Source)
    at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication
    *(Unknown Source)*
    at HspCreateApp.Handle(Unknown Source)
    at HspCreateApp.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
    ContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
    eContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
    *0)*
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.ja
    va:675)
    at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:683)
    at java.lang.Thread.run(Unknown Source)
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection for SYS external changed actions.

  • Can I create a second calendar and share it with my wife computer

    Did know if I could create a second calendar and share it with my wife computer and iPhone? We both have our own separate iTunes accounts and computers and iPhones

    You should each sign up for iCloud (free):
    http://www.apple.com/icloud/get-started/
    You can then each sync your calendars to iCloud by going to System Preferences>iCloud and checking 'calendars'.
    Now one of you can privately share a calendar with write privileges to the other:
    http://help.apple.com/icloud/#mm6b1a9479 and expand 'Share a private calendar or reminder list with specific people'.

  • [ConfigFwk:390105]Unable to create WLS change list due to a short term automatic lock obtained by user null

    Hi,
    I am getting this error while trying to activate a session in OSB (clustered env with 3 nodes). I have a OSB project which listens to a JMS queue. I was able to create the project fine and was able to activate the session, no issues. But when I tried to update the queue name or delete the project itself, this error gets thrown:
    [ConfigFwk:390105]Unable to create WLS change list due to a short term automatic lock obtained by user null. The user has no pending changes and the lock will expire in 600 seconds. Please try again after the lock has expired.
    Retrying after those seconds takes me back to the same error but the time get's reset to 600 sec.
    I can change the code in that project and activate the session without any issues but if I change any configuration for proxy/business services or delete the project itself, i get this error. the only way to get around this issue is to clone the project and make changes to the cloned project. But, that is not the solution i am looking for as I don't want to keep a old version of the project and don't want to keep creating new queues everytime (since no two proxies can point to the same queue).
    Oh, and this happens only with the projects which deal with JMS queues.
    We are using OSB:
    Oracle Service Bus Version: [Oracle Service Bus 11.1 Sun Dec 18 03:49:34 PST 2011 1447174]
    Oracle Weblogic Server Version: [WebLogic Server 10.3.6.0.10 PSU Patch for BUG19637463 TUE NOV 04 15:54:42 IST 2014]
    Please help.
    Thanks,
    Mukund.

    Hi,
    I am getting this error while trying to activate a session in OSB (clustered env with 3 nodes). I have a OSB project which listens to a JMS queue. I was able to create the project fine and was able to activate the session, no issues. But when I tried to update the queue name or delete the project itself, this error gets thrown:
    [ConfigFwk:390105]Unable to create WLS change list due to a short term automatic lock obtained by user null. The user has no pending changes and the lock will expire in 600 seconds. Please try again after the lock has expired.
    Retrying after those seconds takes me back to the same error but the time get's reset to 600 sec.
    I can change the code in that project and activate the session without any issues but if I change any configuration for proxy/business services or delete the project itself, i get this error. the only way to get around this issue is to clone the project and make changes to the cloned project. But, that is not the solution i am looking for as I don't want to keep a old version of the project and don't want to keep creating new queues everytime (since no two proxies can point to the same queue).
    Oh, and this happens only with the projects which deal with JMS queues.
    We are using OSB:
    Oracle Service Bus Version: [Oracle Service Bus 11.1 Sun Dec 18 03:49:34 PST 2011 1447174]
    Oracle Weblogic Server Version: [WebLogic Server 10.3.6.0.10 PSU Patch for BUG19637463 TUE NOV 04 15:54:42 IST 2014]
    Please help.
    Thanks,
    Mukund.

Maybe you are looking for

  • IMac Freezes - spinning wheel - Heroku????

    I'm having a couple of issues with my iMac desktop. After it sits idle for a while it freezes.  At first the mouse doesn't respond at all.  Then, if I can get it moving, I get the spinning wheel that won't go away.  I have to end up turning it off, t

  • Why won't iTunes burn songs to CD - error: too many songs (even4) for 1 CD?

    I am a huge music lover. Having compiled over 4,000 songs in my library, it is very frustrating and disheartening to be limited to my iPod or my computer to enjoy my library. I keep getting the message that my burn list is too large and do I want to

  • I have problem with my ipad for browser if i open website it can not showing

    Dear All, i need to help about it my browser,view week a go i can not open website via safari ipad? may heva config in ipad ? thanks Regards Junius

  • Instrument I/O Assistant blank

    I have been having problems getting a code to work. So, I purchased LabVIEW for Everyone (a book) to see if I could figure out how to get the code to run right.  (here is a link to that thread ) I just redownloaded and installed NI-Visa. The book say

  • Too many users in terminal when i look at who

    Hi, i know there was discussion earlier (i tried to search without luck) about users shown in terminal using who command. There (if i remember correctly) should be 1 console + 1 each open terminal. i for some reason have 1 + 3 with single terminal? f