Author Archives: Robins

Windows_ Win7 broadband connection prompt remote access connection manager error

Windows_Win7 broadband Connection prompts Remote Access Connection Manager error

phenomenon: prompts Remote Access Connection Manager error

error: prompts Remote Access Connection Manager error

error 1068: dependent service or group cannot start
error 87: parameter error

fault resolution:

Remote Access Connection Manager service startup depends on two services
and another service to start most of the time:
(1) Telephony service
(2) SSTPS(secure socket protocol service)
(3) Windows Event Log service
set the above three services to “auto” start and start.

2, find the folder path C:\ Windows \system32
in the folder to find the logfile and wbem these two folders,
right click — the administrator to obtain the ownership,
after the restart of the computer.

Reproduced in: https://www.cnblogs.com/jason-wrj/p/10289461.html

Xcode 5 solves the operation could’t be completed

Company SVN is in the LAN, the general use of SVN.*** com.cn to login, IP for 192.168.80.8
MAC prompt software to update the update, after the restart OF SVN can not be used, the Internet is normal. I have confirmed that the DNS configured by the computer is our company’s DNS server.
So I use the terminal to do something:
1. Ping SVN. * * *. Com. Cn
2. Ping 192.168.80.8
The result analysis: should be DNS has a problem

Enter the local DNS refresh command in the terminal:

sudo dscacheutil -flushcache

It still doesn’t work, and of course it doesn’t even restart the computer in the middle. It might be the DNS server.

Then I decided to use 192.168.80.8 to re-checkout the code and flip the changes over to commit.

It is ok to enter SVN address through the browser, but it is not ok to use Xcode 5. It prompts a bunch of certificate problems, but it is still not ok to allow all of them.

So from the Internet down the question -1012 input command:

      
SVN ls tips at https://192.168.80.8/svn/hhhh/

(R)eject, accept (t)emporarily or accept (p)ermanently?p
Authentication realm: < ‘https://192.168.80.8.xx’ & gt; VisualSVN Server

The Password for
‘y
onghuming
: (User name found to be incorrect)

Select P as prompted

Enter your account password.

Syntax error: unexpected end of file problem [two solutions]

The article directories
Modify the php.ini configuration file to use notepad++ conversion format


PHP upload files to the server can be said to have a bumpy journey, there is a problem… About syntax error: Unexpected end of File, this problem is usually not your code problem. If you are using Linux server, after editing the script in Windows environment, the file format will be wrong because of incorrect return characters.
Modify the php.ini configuration file
This method is used to solve the problem, generally speaking. ?php?> That’s the normal way of writing it, but < ??> This can also be used as a short label. If you have PHP in this format, go to php.ini, modify short_open_tag = Off, change “Off” to “On”, and restart Apache.
Use notepad++ to convert the format
The reason for this is that the format layout under Linux is different from that of Windows, so I need to convert the file into
in Linux/ Unix format. At present, I haven’t found a way to convert the file into
in Linux/ Unix format. If you know, please inform ~

java.sql.SQLException : IO exception: socket read timed out

[Con.err] Java.sqlexception: [con.err] Socket read timed out
the 2010-07-20 12:02:23 error [con. Err] at oracle.. JDBC driver. DatabaseError. ThrowSqlException (DatabaseError. Java: 112)
[con. Err] at the 2010-07-20 12:02:23 mistake Oracle, the JDBC driver. DatabaseError. ThrowSqlException (DatabaseError. Java: 146)
[con. Err] at the 2010-07-20 12:02:23 mistake Oracle, the JDBC driver. DatabaseError. ThrowSqlException (DatabaseError. Java: 255)
[con. Err] at the 2010-07-20 12:02:23 mistake Oracle, the JDBC driver. T4CStatement. ExecuteForDescribe (T4CStatement. Java: 806)
[con. Err] at the 2010-07-20 12:02:23 mistake Oracle, the JDBC driver. OracleStatement. ExecuteMaybeDescribe (OracleStatement. Java: 1031)
[con. Err] at the 2010-07-20 12:02:23 mistake Oracle, the JDBC driver. T4CStatement. ExecuteMaybeDescribe (T4CStatement. Java: 830)
[con. Err] at the 2010-07-20 12:02:23 mistake Oracle, the JDBC driver. OracleStatement. DoExecuteWithTimeout (OracleStatement. Java: 1124)
[con. Err] at the 2010-07-20 12:02:23 mistake Oracle, the JDBC driver. OracleStatement. ExecuteQuery (OracleStatement. Java: 1264)
the 2010-07-20 12:02:23 error [con. Err] at com. Apusic. JDBC. Adapter. StatementHandle. ExecuteQuery (Unknown Source)
.
.
.
Solutions:
Socket connection timeout try small file

Reproduced in: https://blog.51cto.com/8231017/1395064

XAException occurred. Error code is: XAER_RMERR


Problem: IBM Portal USES the built-in DB2 database by default. After performing the migration operation to Oracle, the portal process cannot be stopped normally. The following error message is reported:
[12/18/09 19:18:39:289 CST] 00000028 InternalOracl I DSRA8203I: Database product name : Oracle
[12/18/09 19:18:39:289 CST] 00000028 InternalOracl I DSRA8204I: Database product version : Oracle Database 10g Enterprise Edition Release 10.2.0.4.0- 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
[12/18/09 19:18:39:289 CST] 00000028 InternalOracl I DSRA8205I: JDBC driver name : Oracle JDBC driver
[12/18/09 19:18:39:290 CST] 00000028 InternalOracl I DSRA8206I: JDBC driver version : 10.2.0.1.0
[12/18/09 19:18:39:290 CST] 00000028 InternalOracl I DATA_STORE_HELPER_NAME
[12/18/09 19:18:39:290 CST] 00000028 WSRdbDataSour I DSRA8208I: JDBC driver type: “”
[12/18/09 19:18:39:294 CST] 00000028 WSRdbXaResour E DSRA0304E: XAException occurred. XAException contents and details are: The cause is : null.
[12/18/09 19:18:39:294 CST] 00000028 WSRdbXaResour E DSRA0302E: XAException occurred. Error code is: XAER_RMERR (-3). Exception is:
[12/18/09 19:18:39:295 CST] 00000028 XARminst E WTRN0037W: The transaction service encountered an error on an xa_recover operation. The resource was com.ibm.ws.rsadapter.spi.WSRdbXaResourceImpl@15d2dc71. The error code was XAER_RMERR. The exception stack trace follows: javax.transaction.xa.XAException at oracle.jdbc.xa.OracleXAResource.recover(OracleXAResource.java:526)
at com.ibm.ws.rsadapter.spi.WSRdbXaResourceImpl.recover(WSRdbXaResourceImpl.java:992)
at com.ibm.ws.Transaction.JTA.XARminst.recover(XARminst.java:137)
at com.ibm.ws.Transaction.JTA.XARecoveryData.recover(XARecoveryData.java:690)
at com.ibm.ws.Transaction.JTA.PartnerLogTable.recover(PartnerLogTable.java:514)
at com.ibm.ws.Transaction.JTA.RecoveryManager.resync(RecoveryManager.java:1896)
at com.ibm.ws.Transaction.JTA.RecoveryManager.run(RecoveryManager.java:2608)
at java.lang.Thread.run(Thread.java:571)
Solutions:
Grant select on dba_pending_transactions to; –USER is the name of the USER you want to connect to Oracle DB
Method 2: Update the JDBC driver to 10.2.0.4
 
 
 

From “ITPUB blog” link: http://blog.itpub.net/10537377/viewspace-623219/, if you want to reprint, please indicate the source, otherwise will be investigated for legal responsibility.

Reproduced in: http://blog.itpub.net/10537377/viewspace-623219/

call to member function bind_param() on boolean………..

Fatal error: Uncaught Error: Call to a member function bind_param() on boolean in …. Stack trace: #0 {main} thrown in……… This error is usually caused by the wrong database table name, resulting in the previous parameter could not get the correct value, you can check the parameter value correctly by typing var_dump(param_name)

Reproduced in: https://blog.51cto.com/haiyanyuan/1731256

ERROR: You must wait longer to change your password passwd: Authentication token manipulation error

Linux users encountered an error message when changing their passwords:

[monitor@monitor1 etc]$ passwd
Changing password for user monitor.
Changing password for monitor
(current) UNIX password:
You must wait longer to change your password
passwd: Authentication token manipulation error
Linux Version: Red Hat EnterpriseLinux Server Release 5.7 (Tikanga)

Fix: Linux has a limit on the amount of time you can change your password again. If the number of days is 5, the user in Linux cannot change his password for 5 days. You can change this setting in the /etc/shadow file: the fourth field is the number of days it will take to change the password again.

The icawebwrapper plug-in cannot be found when the Citrix receiver virtualization environment logs in

Today, I encountered a problem when I was working on Citrix project, which was that I couldn’t get into the system after I entered the correct account password when logging in.
The popover indicates that you cannot access the network location of the function you are trying to use. The following means that the path to the folder where icaWebwrap.msi is located could not be found.
 
Solutions:
It took a while, but eventually, after reinstalling the software, the problem was solved…
However, after some time, it was found that the problem occurred again. It was not a solution to always reinstall. After Baidu had searched some data, it tried to unzip Citrix Receiver. done
 
Finally pay attention to Citrix Receiver version!!
 
Feel the article useful friends, click the like to go again.