Error posting - remove thread

Error posting.

Hi Elving,
I agree with you that we don't need so many threads to support concurrent many users for normal web application.
But what happen is that if i have an application which will take a very long time to process a request and probably will not complete the request for a few hours. So if i want to test for 1500 concurrent users, i need to have at least 1500 threads to service this kind of request. Otherwise, some of the users may need to wait for a few hours in order to get serviced by web server.
Thus, is there a way to allow OS or web server to create this many of threads?

Similar Messages

  • Error when try to post new thread

    Dear SDN team
    Currently there are and error when posting NEW thread in the forum :
    "SAP Community Network Forums » Application Server » Web Dynpro ABAP"
    The error is a 501 / 505 saying :
    POST to /post!post.jspa not supported.
    Best regards
    Lars

    In my case, the VM Server was set to use DHCP. Once I reconfigured the interface to use a static address, I was able to successfully create the Server Pool.
    Documentation should be reflected to clarify this.

  • Cannot post new thread in Calendar forum

    I have a question about Oracle Calendar, and I'm trying to post my question in the Calendar forum. But when I click the "Post New Thread" link, I get an error page that says "Error: you do not have permission to view the requested forum or category."
    What am I doing wrong?
    I am signed in as a registered user, not a guest. I originally created this account a few years ago but have not used it in a long time until today.

    How did you get to the forum? Are you trying to post to an archived forum? You may need to use a different forum, perhaps someone can tell which forum to ask such a question, or you can get a clue by searching here (as opposed to google searching). This is a huge site, sometimes it takes a bit of work to find the right place. For me, the google search generally works better, but that may not apply to what you are searching for.

  • Error exception in thread 'main' java.lang.No ClassDefFound Error

    Hi..
    i hope maybe some of u can help me to settle this problem...my problem is when i run this program..this error will appear at command prompt....Exception in thread 'main' java.lang.No ClassDefFound Error.
    How to solve this problem?I need someone to help me..this is my coding..
    import java.io.*;
    class Wang{
    public int ringgit, sen;
    public Wang (int nilaiRinggit, int nilaiSen){
    ringgit=nilaiRinggit;
    sen=nilaiSen;
    System.out.println("Jumlah sen:"+jumlahSen());
    public int jumlahSen ( ) {
    return 100*ringgit + sen;
    class Aplikasi{
    public static void main (String [ ] args) throws IOException {
    Wang wang = new Wang (5, 20);
    System.out.println ("Jumlah wang:RM"+wang.ringgit+"."+wang.sen);
    System.out.println("Sen :"+wang.jumlahSen( ) );
    thank you...

    tq for reply my msg..
    i dont know how to do....can u help me?....teach me
    step by step......to set the classpath...for ur
    info.i'm using win xp...i want to ask u about
    compilation and run....to compile i using javac
    <filename>.java..and to run ... which one true..using
    java <filename>.java or java<filename>?For the javac command, FILEname.java is used. For java command CLASSname is used. Do not use .class or .java. Do use the fully qualified CLASS name. Fully qualified means package name plus the Class name. If you do not specify a package name, then the fully qualified name is just the Class name. Also, all names are case sensitive. MyClass is not equal to myclass.
    Lets say you compile HelloWorld.java so you have a HelloWorld.class file in the directory, C:\myjava. Then, use the commandjava -classpath c:\myjava HelloWorld
    ang how to settle the error exception in thread 'main'
    java.lang.Nosuch method error..You should ALWAYS post the full, exact error message. It is difficult to answer this question without knowing the full error. Which method did Java complain about? Often, this occurs when you try to launch a class as an application but the class does not have a method whose signature is "public static void main(String[] args) "
    You might want to try the tutorial here: http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

  • Error creating DaemonSession thread

    Hi All,
    I am having the "JVMCI015:OutOfMemoryError" with my Sun ONE Web Server 6.1 SP1 on IBM AIX platform. I am using IBM JDK 1.4.1.
    I always hit this error when trying to load test the web server with 1500 concurrent users. I have set yhr RqThrottle tp 1536 and the MaxKeepAliveConnections is 1024. Java Heap Size is 512m. I even tried increase the heap size to 1.5 G, but the error still occur.
    Would appreciate if any solution is given.
    The detailed error is :
    [28/May/2004:17:04:09] info (28120): CORE3274: successful server startup
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120): Error creating DaemonSession thread
    [28/May/2004:17:05:50] failure (28120) https-uob: for host 10.128.1.33 trying to POST /servlet/LiveGiverServlet, service-j2ee
    reports: StandardWrapperValve[LiveGiverServlet]: WEB2792: Servlet.service() for servlet LiveGiverServlet threw exception
    javax.servlet.ServletException: WEB2664: Servlet execution threw an exception
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:793)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)
    ----- Root Cause -----
    java.lang.OutOfMemoryError: JVMCI015:OutOfMemoryError, cannot create anymore threads due to memory or resource constraints
    at java.lang.Thread.start(Native Method)
    at com._3rdfrontier.livegiver.servers.pushchannel.LiveGiverClientConsumer.<init>(LiveGiverClientConsumer.java(Compiled
    Code))
    at com._3rdfrontier.livegiver.servers.pushchannel.LiveGiverAggregator.subscribe(LiveGiverAggregator.java(Compiled Code
    at com._3rdfrontier.livegiver.servers.pushchannel.LiveGiverAggregator.handleRequest(LiveGiverAggregator.java:838)
    at LiveGiverServlet.doPost(LiveGiverServlet.java:1094)
    at LiveGiverServlet.service(LiveGiverServlet.java:437)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)
    magnus.conf
    # The NetsiteRoot, ServerName, and ServerID directives are DEPRECATED.
    # They will not be supported in future releases of the Web Server.
    NetsiteRoot /package/SUNWwbsvr
    ServerName AIX1
    ServerID https-test
    RqThrottle 1536
    DNS off
    Security off
    PidLog /package/SUNWwbsvr/https-test/logs/pid
    User qgdev
    #StackSize 131072
    StackSize 524288
    TempDir /tmp/https-test-5328a767
    PostThreadsEarly on
    KernelThreads off
    #enabling statistic
    UseNativePoll off
    KeepAliveThreads 2
    MaxKeepAliveConnections 1024
    AsyncDNS off
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-modules" shlib="/package/SUNWwbsvr/bin/https/lib/libj2eeplugin.so" shlib_flags="(global|now)"
    Init fn="stats-init" update-interval="5" virtual-servers="1" profiling="yes"
    server.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright (c) 2003 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <!DOCTYPE SERVER PUBLIC "-//Sun Microsystems Inc.//DTD Sun ONE Web Server 6.1//EN" "file:///package/SUNWwbsvr/bin/https/dtds/sun-web-server_6_1.dtd">
    <SERVER qosactive="false">
    <PROPERTY name="docroot" value="/package/SUNWwbsvr/docs"/>
    <PROPERTY name="accesslog" value="/package/SUNWwbsvr/https-test/logs/access"/>
    <PROPERTY name="user" value=""/>
    <PROPERTY name="group" value=""/>
    <PROPERTY name="chroot" value=""/>
    <PROPERTY name="dir" value=""/>
    <PROPERTY name="nice" value=""/>
    <LS id="ls1" port="5050" servername="AIX1" defaultvs="https-test" ip="any" security="off" acceptorthreads="4" blocking="false"/>
    <MIME id="mime1" file="mime.types"/>
    <ACLFILE id="acl1" file="/package/SUNWwbsvr/httpacl/generated.https-test.acl"/>
    <VSCLASS id="vsclass1" objectfile="obj.conf" rootobject="default" acceptlanguage="false">
    <VS id="https-test" connections="ls1" mime="mime1" aclids="acl1" urlhosts="AIX1" state="on">
    <USERDB id="default"/>
    <WEBAPP uri="/" path="/projects/test/web/http" enabled="true"/>
    </VS>
    </VSCLASS>
    <JAVA javahome="/package/SUNWwbsvr/bin/https/jdk" serverclasspath="" classpathsuffix="" envclasspathignored="true" nativelibrarypathprefix="" debug="off" debugoptions="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n" dynamicreloadinterval="-1">
    <JVMOPTIONS>-Djava.security.auth.login.config=/package/SUNWwbsvr/https-test/config/login.conf</JVMOPTIONS>
    <JVMOPTIONS>-Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager</JVMOPTIONS>
    <JVMOPTIONS>-Dorg.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB</JVMOPTIONS>
    <JVMOPTIONS>-Dorg.omg.CORBA.ORBSingletonClass=com.ibm.rmi.corba.ORBSingleton</JVMOPTIONS>
    <JVMOPTIONS>-Djavax.rmi.CORBA.UtilClass=com.ibm.CORBA.iiop.UtilDelegateImpl</JVMOPTIONS>
    <JVMOPTIONS>-Djavax.rmi.CORBA.StubClass=com.ibm.rmi.javax.rmi.CORBA.StubDelegateImpl</JVMOPTIONS>
    <JVMOPTIONS>-Djavax.rmi.CORBA.PortableRemoteObjectClass=com.ibm.rmi.javax.rmi.PortableRemoteObject</JVMOPTIONS>
    <JVMOPTIONS>-Xms512m</JVMOPTIONS>
    <JVMOPTIONS>-Xmx512m</JVMOPTIONS>
    <SECURITY defaultrealm="file" anonymousrole="ANYONE" audit="false">
    <AUTHREALM name="file" classname="com.iplanet.ias.security.auth.realm.file.FileRealm">
    <PROPERTY name="file" value="/package/SUNWwbsvr/https-test/config/keyfile"/>
    <PROPERTY name="jaas-context" value="fileRealm"/>
    </AUTHREALM>
    <AUTHREALM name="native" classname="com.iplanet.ias.security.auth.realm.webcore.NativeRealm">
    <PROPERTY name="jaas-context" value="nativeRealm"/>
    </AUTHREALM>
    <AUTHREALM name="ldap" classname="com.iplanet.ias.security.auth.realm.ldap.LDAPRealm">
    <PROPERTY name="directory" value="ldap://localhost:389"/>
    <PROPERTY name="base-dn" value="o=isp"/>
    <PROPERTY name="jaas-context" value="ldapRealm"/>
    </AUTHREALM>
    </SECURITY>
    <RESOURCES/>
    </JAVA>
    <LOG file="/package/SUNWwbsvr/https-test/logs/errors" loglevel="info" logvsid="true" logstdout="false" logstderr="true" logtoconsole="false" createconsole="false" usesyslog="false"/>
    </SERVER>

    Hi Elving,
    I agree with you that we don't need so many threads to support concurrent many users for normal web application.
    But what happen is that if i have an application which will take a very long time to process a request and probably will not complete the request for a few hours. So if i want to test for 1500 concurrent users, i need to have at least 1500 threads to service this kind of request. Otherwise, some of the users may need to wait for a few hours in order to get serviced by web server.
    Thus, is there a way to allow OS or web server to create this many of threads?

  • Failure to Post new Thread

    Hi,
    I tried to post a new thread, but I get an error u201EMethod not implementedu201C, I have asked a colleguea
    of mine, to post the thread, but he was not able to do this either.
    I was trying to post to
    http://forums.sdn.sap.com/post!default.jspa?forumID=134
    Can anyone give me a advice, how to contact the SDN help team? Best would be a phone number or
    a name.
    I have tried the mail adresse, but after a first reply the whole thing ended in the nirvana.
    I tried to contact them a couple of weeks ago, the same issue, but I did not press this matter to strongly,
    since I am rarely using SDN.
    With kind regards
    Uwe Gebhardt
    Edited by: Uwe Gebhardt on Nov 8, 2011 1:51 PM
    Edited by: Uwe Gebhardt on Nov 8, 2011 1:57 PM

    Since this is your second post with the same subject and no one has posted a suggestion or answer, my suggestion is to have your nearest Genius Bar check out the problem. The diagnosis and troubleshooting are a free service.
    FWIW, typing ALL CAPS is considered shouting on the internet; it is also difficult to read, so please do not use all caps in your subject lines.

  • During PGI - Error - Posting only possible in periods 2006/12 and 2006/11

    Hi,
    I am a new to SAP.
    I am testing creating sales order. While posting Goods Issue,  I am getting error " Posting only possible in periods 2006/12 and 2006/11 in company code 1000"
    I searched and got solutions in SDN- Forum  as well as SAP best practice buidling blocks and tried but still the same error is appearing.
    I tried the following:
    1) Transaction code - OMSY - The details for company code 1000 is:
    Year-Period-Fin Year - Period-Fin Year-LM
    2006-12     -2006       - 11      -2005     -12
    I modify this to Year to 2011- Period to 1-other fields not possible to modify and save, but the changes does not reflect when we open this screen again. It displsys old date.
    2) Then I tried Transaction code - MMPV -
    I enter the follwoing details
    From Company code -1000
    To Comnpany code -1000
    Period
    Year  - I tried to enter from 01/2005 to 12/2010  and click execute, i am getting error mesasage that these are not current year.
    If i enter 01/2011, it is going to next log page but with errror message that 01/2011 is not current year and 12/2006 is current year.
    3) Then  I tried - SPRO - Financial Accounting (NEW) ® Financial Accounting Global Settings (New) ® Ledgers ® Fiscal Year and Posting Periods ® Posting Periods ® Open and Close Posting Periods
    and entered the follwing data and save.
    Var. A    To account    From per. 1    Year    To period   Year    From per. 2    Year    To period    Year
    1000 +                               1                 2000        12         2011     12                   2000     16            2011
    1000 A    zzzzzzzzzz       1                 2000        12         2011     12                   2000     16            2011
    1000 D    zzzzzzzzzz       1                 2000        12         2011     12                   2000     16            2011
    1000 K    zzzzzzzzzz       1                 2000        12         2011     12                   2000     16            2011
    1000 M    zzzzzzzzzz       1                 2000        12         2011     12                   2000     16            2011
    1000 S    zzzzzzzzzz       1                 2000        12         2011     12                   2000     16            2011
    Please suggest how to clear this error message.
    Regards
    Kasi

    Dear Kasi
    its not a problem if you are working on IDES.
    Enter T code SE16N.
    Enter table name MARV. Press enter.
    Enter your company code in the required field. Press enter.
    Enter   &SAP_EDIT   in the place where you entered the T code. Press enter. Now it is in edit mode.
    Execute (click on Clock icon). A new screen appears.
    Enter The Current Year: Current Month: Year of the previous Month: Previous month: Last year: Last month of the calendar year. As asked in the screen.
    Press enter. Save and come outside.
    Please do remember all the time period should be as per your system calendar.
    Also do remember this is only workable when you are using IDES for education purpose only. Because skipping so many periods in between can cause problems when you are on real time scenario. Using MMPV is the standard procedure where you close the periods one by one.
    Try it.
    Update forum.
    Pawan Sharma
    Edited by: Pawan KS on Feb 10, 2011 12:33 PM

  • HELP Needed with this error:   Exception in thread "main" java.lang.NoClass

    Folks,
    I am having a problem connecting to my MSDE SQL 2000 DB on a WindowsXP pro. environment. I am learning Java and writing a small test prgm to connect the the database. The code compiles ok, but when I try to execute it i keep getting this error:
    "Exception in thread "main" java.lang.NoClassDefFoundError: Test1"
    I am using the Microsoft jdbc driver and my CLASSPATH is setup correctly, I've also noticed that several people have complained about this error, but have not seen any solutions....can someone help ?
    Here is the one of the test programs that I am using:
    import java.sql.*;
    * Microsoft SQL Server JDBC test program
    public class Test1 {
    public Test1() throws Exception {
    // Get connection
    DriverManager.registerDriver(new
    com.microsoft.jdbc.sqlserver.SQLServerDriver());
    Connection connection = DriverManager.getConnection(
    "jdbc:microsoft:sqlserver://LAPTOP01:1433","sa","sqladmin");
    if (connection != null) {
    System.out.println();
    System.out.println("Successfully connected");
    System.out.println();
    // Meta data
    DatabaseMetaData meta = connection.getMetaData();
    System.out.println("\nDriver Information");
    System.out.println("Driver Name: "
    + meta.getDriverName());
    System.out.println("Driver Version: "
    + meta.getDriverVersion());
    System.out.println("\nDatabase Information ");
    System.out.println("Database Name: "
    + meta.getDatabaseProductName());
    System.out.println("Database Version: "+
    meta.getDatabaseProductVersion());
    } // Test
    public static void main (String args[]) throws Exception {
    Test1 test = new Test1();

    I want to say that there was nothing wrong
    with my classpath config., I am still not sure why
    that didn't work, there is what I did to resolved
    this issue.You can say that all you like but if you are getting NoClassDefFound errors, that's because the class associated with the error is not in your classpath.
    (For future reference: you will find it easier to solve problems if you assume that the problem is your fault, instead of trying to blame something else. It almost always is your fault -- at least that's been my experience.)
    1. I had to set my DB connection protocol to TCP/IP
    (this was not the default), this was done by running
    the
    file "svrnetcn.exe" and then in the SQL Server Network
    Utility window, enable TCP/IP and set the port to
    1433.Irrelevant to the classpath problem.
    2. I then copied all three of the Microsoft JDBC
    driver files to the ..\jre\lib\ext dir of my jdk
    installed dir.The classpath always includes all jar files in this directory. That's why doing that fixed your problem. My bet is that you didn't have the jar file containing the driver in your classpath before, you just had the directory containing that jar file.
    3. Updated my OS path to located these files
    and....BINGO! (that simple)Unnecessary for solving classpath problems.
    4. Took a crash course on JDBC & basic Java and now I
    have created my database, all tables, scripts,
    stored procedures and can read/write and do all kinds
    of neat stuff.All's well that ends well. After a few months you'll wonder what all the fuss was about.

  • After upgrading to 10.7.5 some of my AU plugins can not be validated in Logic pro. (I got error message "Remove property listener". I can not work anymore. What should I do?

    After upgrading to 10.7.5 some of my AU plugins can not be validated in Logic pro. (I got error message "Remove property listener". I can not work anymore. What should I do?
    VIBAC

    I downloaded and installed
    OS X Lion 10.7.5 Supplemental Update
    and that solved my problem completely. (368 AU plugins now works!)

  • ASKBN error: Posting period Jan is not open

    Hi,
    We are getting the following error : Posting period Jan 2009 is not open when we do ASKBN.
    Can it be resolved without opening period Jan 2009? if we dont resolve it we cannot do AJAB.
    But if we open Jan and do ASKBN what could be the financial impact?
    Please advise.
    Regards,
    DP

    Hi DP,
    I think you have to open the period to post ASKB (or ASKBN)
    The financial impact is that it will post from the cost depreciation areas to the general ledger, depending on how the account determination is configured in your system.
    Thanks,
    Tammy

  • Error: "posting period is not defined for fiscal year variant" in  FBICS3

    Hi,
    I got error  "posting period is not defined for fiscal year variant" when I execute t code FBICS3.
    I checked in OB29 &  t code FBIC010 & noted that the fiscal year variant had ben maintained.
    Please advice.

    HI,
    It was noted that the mentioned t code had been maintain but below mentioned error appear:
    Posting period  is not defined for fiscal year variant
    Message no. GU506
    Diagnosis
    You have tried to determine a posting date in fiscal year variant for period , fiscal year , but this period is not defined for the variant.
    Procedure
    You maintain fiscal year variants in table T009.
    It was referring to t code OB29. I have checked the detail, in OB29 also details maintain.
    Please advice why the error still prompt.

  • Asset Retirement (ABAON) error - Posting with trans.type 210 not possible

    HI All,
    I was trying to sell an asset using transaction ABAON which is fully depreciated, but I am getting the error -
    " Posting with trans.type 210 not possible (No acquisition posted)"
    The Scenario is, there is an asset(car) which was uploaded during implimentation and it got depreciated fully in the month of april.
    The same asset(car, which is fully depreciated) is sold for an amount of Rs 40000/-.
    So, I was trying to post it with some revenue vlaue in transaction ABAON, but I am getting the above error.
    (The Asset value was an uploaded during implimentation,it was not an acquisition value from SAP. It was an uploaded value from legacy data)
    Could any one help in this, or let me know the correct process for this kind of transactions.
    Awaiting for a reply.
    Regards,
    Upendra

    HI Mamta,
    Thanks for the reply.
    While Uploading the data was uploaded as asset balance upload for prior year with value.
    Plase let me know what do you propose, to be done for this.
    Regards,

  • Error posting with trans.type 159 not possible (no aquisition posted)

    Hello All,
    A user has created an PO for asset with GR non valuated  in 2007 and has performed a MIGO/GR in the same year 2007. Now in 2008 the user has received an invoice against the said asset and wants to post it thru Trans MIRO.
    At the time of posting the invoice the user gets the error "posting with trans.type 159 not possible (no aquisition posted)" . Since this is a completely new asset and GR non valuated asset process is a standard in SAP why is the system recognising the transation type as 159 i/o trans type 100 ie new asset aquisition.
    If i post a dummy value to the same asset using FB01 the system accepts the value but the same process if i intend to follow usin MIRO system does not allow.
    Can you guys help me
    Thanks
    Nelson

    Thanks Paul for your reply, I checked the depreciation key. inthe key the "Aqu only allowed in capitalization year is marked as NO"
    Therefore the problem is not the depreciation key
    Thanks
    Nelson

  • Error posting the file

    Since upgrading to 10.10.1 (14B25) on my iMac a couple of days ago I get the following error when I try to insert an image in an email -
    Error posting the file to https://thegallerykinsale.com/ckfinder/core/connector/php/connector.php?command= QuickUpload&type=Images&CKEditor=editor1&CKEditorFuncNum=2&langCode=en
    This does not happen on my Macbook pro which has OS X 10.10 installed and thing work fine on my iPad, so I suspect this is to do with the upgrade.
    Any help much appreciated.
    Regards, Kenneth.

    Since upgrading to 10.10.1 (14B25) on my iMac a couple of days ago I get the following error when I try to insert an image in an email -
    Error posting the file to https://thegallerykinsale.com/ckfinder/core/connector/php/connector.php?command= QuickUpload&type=Images&CKEditor=editor1&CKEditorFuncNum=2&langCode=en
    This does not happen on my Macbook pro which has OS X 10.10 installed and thing work fine on my iPad, so I suspect this is to do with the upgrade.
    Any help much appreciated.
    Regards, Kenneth.

  • DVD Studio burning problem error message: "remove the VIDEO_TS folder from the Build Location"; where is build location

    DVD Studio burning problem error message: "remove the VIDEO_TS folder from the Build Location"; where is build location?

    Thanks Shane I followed your instructions and it turned out pretty well. One quick question, Im working with DVD Studio Pro 4, how do i implement a theme into my project? I cant even fin where thay are located. Thanks.

Maybe you are looking for

  • I have hv30 canon, Final Cut Pro X connecting to my Macbook Pro. doesn't show anything. Please help!

    Hey anyone who can help me! I have a new canon hv30 vixia. I have fianl cut pro X. I have the newest macbook pro. I have gone cords after cord trying to figure out what is the right one because everytimee i conect it nothing at ALL shows up. WHAT CAB

  • Consignment stock process

    consignment stock process

  • SOAP Receiver Acknowledgements (File XI SOAP)

    Hello Friends, can some one help me on this issue? I want to suppress all Aknowledgements on the receiver SOAP Adapter.  Is there any How to guide for SOAP Acknowledgement? By the way; I have have been configured; SXMB_ADM > Runtime > ACK_SYSTEM_FAIL

  • Upgrade from 4.6C to ERP ECC 6.0

    Hi, Help!!! I'm running the prepare the first time and encountered this problem during the Kernel extract.  I received this message from '/usr/sap/put/EXTRKRN.LOG' 1 ETQ201XEntering upgrade-phase "EXTRACTKRN_PRE" ("20061016131342")        2 ETQ367 Co

  • I need help using Java 2 SDK

    I have just downloaded and installed Java 2 SDK but I don't know how to use the feature to write Java or compile it yet, can someone help me. Thanks