Hello!I've been trying for a few days to configure Apache properly, so thatthe following little test-cgi-script will work:if((s = socket(PF_INET, SOCK_STREAM, 0) < 0) {snprintf (buf, 1024, "socket: permission denied!<br>\n");snprintf(buf + strlen(buf), 1024, "error: %d\n", err...
Comments (0) | Promote | Bookmark
A common question of Apache-Tomcat securitySat, 30 Dec 1899 00:00:00 GMTHi guys,I'm developing a system what consists of applet, servlet and servers. The aim is that the applet makes an encrypted connection to the servlet what further creates a socket-connection to the selected servers. The Apache-Tomcat is running on DMZ-area and only the port 80 is opened to o...
Comments (0) | Promote | Bookmark
AW: Files into SOAP messagesSat, 30 Dec 1899 00:00:00 GMTYou can use a DataHandler to send files. I have posted a sample code on Mo06.06.2005 17:02RegardsFerruhVon: D G [mailto:D G]Gesendet: Donnerstag, 16. Juni 2005 09:47An: axis-user (AT) ws (DOT) apache.orgBetreff: Files into SAP messagesHi everyone,I am developing a web service with attachments. I...
Comments (0) | Promote | Bookmark
CHALLENGE: org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjectsSat, 30 Dec 1899 00:00:00 GMTThe test asserts transaction of pc-non trans dirty to transient onserialization. I understand it should have been pc-non trans dirty to detachedclean (matching pc-dirty and pc-non trans states behavior)1)test(org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects)junit.framework.AssertionF...
Comments (0) | Promote | Bookmark
Connection timed out & Too many recipientsSat, 30 Dec 1899 00:00:00 GMThmm maybe james should be able to have a configurable per domain limitso we can deal with dodgy servers. Maybe also it should try to detect "toomany recipients" when sending the message and break it down there too.Applying it to all servers, including well behaved ones would cost me a lotin term...
Comments (0) | Promote | Bookmark
custom header elements SOAP messagesSat, 30 Dec 1899 00:00:00 GMTHelloPlease can someone help meI've partly created a handler, code belowI want to simply test this with a client that can add a soap header, cansomeone show me how to do this?I'm not sure how to create a clientI then need to be able to pass vlaues back to the server-side from theclient...
Comments (0) | Promote | Bookmark
Performance with multi indexSat, 30 Dec 1899 00:00:00 GMTHi,I have a 25 Mb index and was wondering if it would be better to divideit in about 10 indexes and search in it with MutliSearcher.Would searching be faster this way?The indexing would be faster I guess, as it is getting slower andslower while indexes get bigger.But searching?Jean-MarieTo unsub...
Comments (0) | Promote | Bookmark
Assigned: (OJB-48) Feature Request: Support of non-static inner classes.Sat, 30 Dec 1899 00:00:00 GMT[ ]Thomas Dudziak reassigned JB-48: Assign To: Thomas DudziakFeature Request: Support of non-static inner classes.Key: JB-48URL:Project: JBType: New FeatureReporter: Michael KzAssignee: Thomas DudziakPriority: MinorAttachments: TestInnerClasses.javaAs important part of a project, talked about wi...
Comments (0) | Promote | Bookmark
Commented: (DIRSERVER-865) errors when importing ACI fromSat, 30 Dec 1899 00:00:00 GMT[ https://issues.apache.org/jira/brow...action_12477998 ]Marek commented on DIRSERVER-865:--The error affects version 1.0.> errors when importing ACI from LDIF file containing tabs> ---> Key: DIRSERVER-865> URL: https://issues.apache.org/jira/browse/DIRSERVER-865> Project: Dir...
Comments (0) | Promote | Bookmark
Reopened: (JDO-153) Upgrade springframework version used inSat, 30 Dec 1899 00:00:00 GMT[ http://issues.apache.org/jira/browse/JDO-153?page=all ]Michael Bouschen reopened JDO-153:--> Upgrade springframework version used in tck20/tck11> ----> Key: JDO-153> URL: http://issues.apache.org/jira/browse/JDO-153> Project: JDO> Type: Task> Components: tck20, tck11&g...
Comments (0) | Promote | Bookmark
Updated: (DIRSERVER-928) ComparableComparator in sharedSat, 30 Dec 1899 00:00:00 GMT[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]Alex Karasulu updated DIRSERVER-928:--Summary: ComparableComparator in shared yeild incorrect results when two objects compared are not Comparable (was: Comparator may fail)Clarifying the title of this issue a bit.> ComparableCompar...
Comments (0) | Promote | Bookmark
Apache through a networkSat, 30 Dec 1899 00:00:00 GMTDoes anyone have any instructions as to how to get apache 1.3 http server running through a lan?It was easy when this computer had the internet connection, but now thanks to my brother (who needs the cable modem plugged into his so he can have 3 copies of eve running at once :s), its in his.Can...
Comments (0) | Promote | Bookmark
Created: (JAMES-421) MailImpls sharing MimeMessage's!Sat, 30 Dec 1899 00:00:00 GMTMailImpls sharing MimeMessage's! Key: JAMES-421 URL: Project: James Type: Bug Components: James Core Versions: 2.3.0, 2.2.0 Reporter: Stefano Bagnara Assigned to: Stefano Bagnara Fix For: 2.3.0LinearProcessor match a single recipient for a 2 recipient mail.it run "MailImpl.duplicate". dupli...
Comments (0) | Promote | Bookmark
How does Stub.setMaintainSession(boolean) workSat, 30 Dec 1899 00:00:00 GMTI have this piece of code that establishes the Soap handle used to makesubsequent API calls.private Config createConfigHandle() { try { URL sURL = new URL(hprotocol + "://" + wlse_ip + ":" + httpport+ "/services/Config"); m_logger.info("service URL is: " + sURL) ; ConfigService service = new Con...
Comments (0) | Promote | Bookmark
[FAILING] Build Apache Directory Server::Nightly Integration Tests #106 failinSat, 30 Dec 1899 00:00:00 GMTBuild Apache Directory Server::Nightly Integration Tests #106 failing (2354 tests passed, 1 test failed (1 new))Agent: Linux - FC6Build results: http://builds.organicelement.com/vi...eId=bt2Newly failed tests (1 test) ==================================================================org.apache.d...
Comments (0) | Promote | Bookmark
Incorrect parameter type in WSDL2Java generated stub method OMElement instead of specificSat, 30 Dec 1899 00:00:00 GMTI have created the stub in a same way u creating, and it is creatingproper stubs for me. But I didn't use -s option. Also I am usingWSDL2Java from AXIS2 1.0 release version, not a snapshot.Hoep it helps.Suyog MessageFrom: ozgur.y.gurkan (AT) accenture (DOT) com [mailto:ozgur.y.gurkan (AT) a...
Comments (0) | Promote | Bookmark
Tomcat can't find my JDBC Resource !Sat, 30 Dec 1899 00:00:00 GMTorg.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'Is the error I get.When they compiled the latest stable Tomcat, did they bother to test it before putting it out?I looke through the entire google, and through this entire list...
Comments (0) | Promote | Bookmark
AW: Files into SOAP messagesSat, 30 Dec 1899 00:00:00 GMTYou can use a DataHandler to send files. I have posted a sample code on Mo06.06.2005 17:02RegardsFerruhVon: D G [mailto:D G]Gesendet: Donnerstag, 16. Juni 2005 09:47An: axis-user (AT) ws (DOT) apache.orgBetreff: Files into SAP messagesHi everyone,I am developing a web service with attachments. I...
Comments (0) | Promote | Bookmark
Commented: (DIRSERVER-693) Can't connect with JXplorerSat, 30 Dec 1899 00:00:00 GMT[ http://issues.apache.org/jira/brows...=3Dcomments#ac=tion_12425264 ]=20=20J=C3=B6rg Henne commented on DIRSERVER-693:---Version #423997 introduced a new way to handle the special attributes "1.1"=, "*" and "+". With this change, the DefaultPartitionNexus stopped providin=g client-requested...
Comments (0) | Promote | Bookmark
Updated: (DIRLDAP-38) Search request BER parser incorrectly parses complex filtSat, 30 Dec 1899 00:00:00 GMT[ http://issues.apache.org/jira/brows...38?page=history ]Alex Karasulu updated DIRLDAP-38:--Priority: Blocker (was: Major)Fix Version: 0.9.0Have not had the time yet to look at this one but if you're right this is really serious. We cannot release 0.9 without it. Can you attach a patch...
Hello allI tried authenticating adminclient with an id and password. My local machine runs on windows NT and i have changed the settings in security center which has yielded me the results.The same settings i want to apply on a solaris server with WAS 4.0 now. My question is what will be the imp...
GOIM 1.0.2by Kahless (http://freshmeat.net/~kahless/)Fri, Dec 30th 2005 16:44about :GOIM (Gamers Own Instant Messenger) is a full featured jabber / XMPP clientwith special features (extensions) for gamers. (e.g. broadcasting anotification when you join a server, or seeing which games others play...
You are receiving this mail because:You are the assignee for the bug, or are watching the assignee.thiago kde org changed: What |Removed |Added Status|UNCNFIRMED |RESLVED Resolution| |DUPLICATE Additional Comments From thiago kde org 2005-07-30 20:02Reopen if you can reproduce with SVN (Kopete...
Hi,I was tryingm out automatic DDInit tool in bea6.1 to generate descriptor files.It generates empty xml files with standard tags but no class/bean info atall.Am I something missing here?Thanks...
When I try to load steam I get a message stating that: Win32 a structured exception at ###### attempt to read from virtual address ######## without appropriate access rights.Any idea what this is I had it once before but it started working after a few days without me doing anything. I bought the...
Excuse for my repost of this message of 15/08/05 but maybe that the messagesubject not report the keyword QUESTIN so anyone skipped it :-}My problem is that I have setup italian language from KDE control center forall programs, and I have also setup LANG from /etc/profile for theenvironment that...
Is there any sort of change request form in project server 2003. I haven't seen anything resembling one but my boss heard that there might be....
Hi,I have been doing linux as administrator, and wann know that where cani have best training on solaris administration in india....
Operation failed to pass validation. Data for the Application Server instance may not have been migrated to the new Internet Directory server. Please check Admin Guide for procedures. Error connecting to Oracle Internet Directory Server specified by [Server Address]. Connecting as Application Se...
I'm having problems watching certain avi files with Windows Media Player. The sound is fine, but the video playback is shaky and jerky. It seems to pause every other second and then skip ahead. I've noticed it with recent TV shows that I downloaded. Does it have something to do with HD...